@charset "UTF-8";
/* CSS Document */

#wrapper img {
	max-width: 100%;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 50px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 50px;
}
#main-content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#h1-shdarow {
	background-image: url(../special/img-special/spe-h1shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 8px;
	width: 100%;
	margin-bottom: 5px;
}
.h1-shdarow {
	background-image: url(../special/img-special/spe-h1shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 8px;
	width: 100%;
	margin-bottom: 5px;
}
#header {
	position: relative;
}
#header-in {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	width: 90%;
}
body {
	background-color: #FFF;
}
.container-block {
	margin-bottom: 21px;
}
#set h3 {
	text-align: right;
	font-size: 16px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 21px;
	padding: 0px;
	margin-top: 0px;
}

/* ----------------------------------
======[ サブ ] =======================
---------------------------------- */
#sub ul {
	margin-bottom: 21px;
	overflow: hidden;
	padding-right: 2px;
}
#sub h2 {
	padding-bottom: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 8px;
	margin-right: 2px;
}

/* ======[ トピックス ] ============== */
#sub-topics li {
	margin-bottom: 30px;
	width: 48%;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
#sub-topics li:nth-child(even) {
	float: right;
}
#sub-topics li:nth-child(odd) {
	float: left;
}
#sub-topics a:hover {
	opacity:0.6;
}

#sub-topics .topics-pro-archive {
	border: 1px solid #999;
	width: 47.5%;
}


@media screen and (min-width : 768px){
#main {
	float: left;
	width: 70%;
}
#sub {
	float: right;
	width: 28%;
}
#sub-topics li {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#sub-link li {
	width: 100%;
	float: none;
}

#sub-topics li:nth-child(even) {
	float: none;
}
#sub-topics li:nth-child(odd) {
	float: none;
}
#sub-topics .topics-pro-archive {
	width: 99.5%;
}
}
@media screen and (min-width : 1024px){

}

@media screen and (min-width : 1540px){
#header-in {
	width: 1360px;
}

#main {
	width: 960px !important;
}
#sub {
	width: 360px !important;
}

#container {
	width: 1360px;
}
.container {
	width: 1360px;
}
h1 {
	width: 1360px;
}
}