@charset "utf-8";

/* reset
-------------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,navi,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,navi,section { display: block;}
navi ul{ list-style: none;}
blockquote,q { quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

input,select { vertical-align: middle;}
li { list-style: none;}
img { vertical-align: top;}
a {
	text-decoration: none;
}
a:focus { outline: 0;}
.clrfx:before,.clrfx:after{
	content: "";
	display: table;
}
.clrfx:after { clear: both;}
.clrfx{ zoom: 1;}

a{
	color:#43654c;
	}
a:hover{
	text-decoration:underline;
	}

/* common
-------------------------------------------------------------------------------*/
html {}

body {
	font:13px/1.4 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif,Helvetica,Arial,Verdana,sans-serif;
	color:#333;
	overflow-y:scroll;
	min-width:1200px;
}


.sizeL{
	font-size:120%;
	line-height:160%;
	}

.sizeM{
	font-size:110%;
	line-height:140%;
	}

.sizeS{
	font-size:90%;
	line-height:120%;
	}


.mb0 { margin-bottom: 0 !important;}

a:hover img.alpha{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	}
	
	
.left{
	float:left;
	margin-right:30px;
	}

.right{
	float:right;
	margin-left:30px;
	}

h3{
	margin-bottom:20px;
	padding:5px 5px 5px 10px;
	background:#ededda;
	font-size:20px;
	color:#43654c;
}

h3 span{
	border-left:8px #43654c solid;
	padding-left:15px;
}

h4{
	margin:2% 0;
	padding-bottom:10px;
	border-bottom:1px #000 solid;
	font-size:20px;
	color:#43654c;
}

h4:before{
	content:"特集";
	margin-right:2%;
	padding:.8% 2%;
	background:#43654c;
	border-radius:10px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}


h5{
	margin:5px 0 10px;
	padding-bottom:5px;
	border-bottom:1px #000 solid;
	font-size:15px;
}

h5:before{
	content:"特集1";
	margin-right:2%;
	padding:1% 2%;
	background:#43654c;
	border-radius:10px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}


h6{
	margin:10px 0;
	font-size:13px;
}

h6:before{
	content:"特集2";
	margin-right:2%;
	padding:1% 2%;
	background:#43654c;
	border-radius:10px;
	color:#fff;
	font-size:11px;
	font-weight:normal;
}


/* layout
-------------------------------------------------------------------------------*/	
article{
	margin:2% auto 0;
	padding:0 5%;
	width:800px;
	}

.effect
{
    position:relative;
}
.effect:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	right: 15px;
	z-index: -1;
	content: '';
	box-shadow: 0 10px 10px rgba(0,0,0,.3);
	border-radius: 100px / 15px;
}


/* header
-------------------------------------------------------------------------------*/

header {
	background-color:#fff;
	width:100%;
	height:66px;
	overflow:hidden;
	padding:10px 0 10px;
	clear:both;
	min-width:960px;
	}
	
header h1 {
	cursor:pointer;
	padding:19px 0 0 25px;
	float:left;
	}

header #sns{
	float:right;
	display:table;
	margin-top:20px;
}

header #sns div{
	display:table-cell;
	padding-right:10px;
}

section + nav + #sns{
	display:none;
}



/* mainImage
-------------------------------------------------------------------------------*/

.mainImage {
	width:100%;
	min-width:960px;
	height:200px;
	background-color:#006699;
	background-image:url(../images/topimg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	border-bottom:10px #182743 solid;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}
	
	
#mainContents {
    position: relative;
    padding-bottom: 50px;
}



/* nav
-------------------------------------------------------------------------------*/

nav{
	margin-bottom:30px;
	width:100%;
	}

nav ul{
	display:table;
	table-layout:fixed;
	border-collapse: separate;
	border-spacing: 15px 0;
	clear:both;
	width:810px;
	margin:0 auto;
	}

nav ul li{
	display:table-cell;
	text-align:center;
	}

nav ul li a{
	display:inline-block;
	position: relative;
	padding:20px 0;
	background:#cfd8bb;
	border-radius:5px;
	width:100%;
}

nav ul li a:hover{
	opacity:.8;
}

nav ul li a:after{
	content: '';
	position: absolute;
	border-top: 15px solid #cfd8bb;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: -10px;
	left: 50%;
}

/* contents
-------------------------------------------------------------------------------*/

.introduction{
	margin:0 0 2%;
	font-size:16px;
}

.notice{
	margin-bottom:30px;
	padding:20px;
	background:#ffe3e3;
	color:#990000;
}

.notice h2{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #990000 solid;
}

/* con1
-------------------------------------------------------------------------------*/
#backnum_l {
	overflow:hidden;
	margin-bottom:30px;
	padding:20px;
	background:url(../images/bg_01.jpg);
}

#backnum_l figure{
	float:left;
	margin-right:20px;
}

#backnum_l div{
	float:left;
	width:440px;
}

#backnum_l ul{
	margin-bottom:5%;
}

#backnum_l li{
	line-height:1.6;
}
#backnum_l li:before{
	content:"●";
	margin-right:5px;
	color:#43654c;
}

#backnum_l p{
	margin-bottom:10px;
	text-align:center;
}

#backnum_l p.comments{
	margin-top:10px;
	padding-top:10px;
	border-top:3px #43654c dotted;
	text-align:left;
}


/* #con02
-------------------------------------------------------------------------------*/
#backnum_m {
	display:table;
	margin-bottom:30px;
	table-layout:fixed;
	border-collapse: separate;
	border-spacing: 15px 0;
}
#backnum_m div{
	display:table-cell;
	padding:15px;
	background:url(../images/bg_01.jpg);
	}

#backnum_m div figure{
	margin-bottom:10px;
	text-align:center;
}
#backnum_m div figure img{
	width:200px;
}

#backnum_m strong{
	color:#43654c;
}

#backnum_m ul{
	margin:10px 0;
	padding:10px 0;
	border-top:3px #43654c dotted;
}
#backnum_m li{
	font-size:11px;
}

#backnum_m li:before{
	content:"●";
	margin-right:5px;
	color:#43654c;
}


/* #con03
-------------------------------------------------------------------------------*/
#backnum_s {
	overflow:hidden;
	margin-bottom:30px;
}

#backnum_s dl{
	float:left;
	margin-bottom:20px;
	width:200px;
	text-align:center;
	height: 300px;
}

#backnum_s dt img{
	margin-bottom:10px;
	width:160px;
}


/* #con03
-------------------------------------------------------------------------------*/

#con03 dl{
	overflow:hidden;
	margin:20px 0 30px;
	width:100%;
	line-height:2;
	border-top:1px #999 solid;
}

#con03 dt{
	float:left;
	clear:both;
	margin-right:8%;
	padding:1% 1% 1% 5%;
	width:20%;
	border-right:1px #999 solid;
	border-bottom:1px #999 solid;
}
#con03 dd{
	padding:1%;
	border-bottom:1px #999 solid;
}

#con03 dt:nth-of-type(1), #con03 dd:nth-of-type(1){
	color:#fff;
	font-weight:bold;
	background:#43654c;
}

#con03 dt:nth-of-type(3),
#con03 dd:nth-of-type(3),
#con03 dt:nth-of-type(5),
#con03 dd:nth-of-type(5),
#con03 dt:nth-of-type(7),
#con03 dd:nth-of-type(7){
	background:#ecefed;
}

#con03 #info{
	padding:20px;
	line-height:1.6;
	background:url(../images/bg_02.jpg);
}

	
/* footer
-------------------------------------------------------------------------------*/
	
footer {
	padding:2% 0;
	color: #fff;
	background: #005130;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}

footer ul{
	display:table;
	table-layout:fixed;
	margin:0 auto;
	width:60%;
	}

footer li{
	display:table-cell;
}
footer li:nth-of-type(2){
		text-align:right;
}

footer address{
	margin-bottom:2%;
	font:85% "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


/* #pagetop
-------------------------------------------------------------------------------*/

a#btnPageTop{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/arrow_01.png) #999 no-repeat center;
	border-radius:50px;
	text-align:center;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

a#btnPageTop:hover{
	background:url(../images/arrow_01.png) #43654c no-repeat center;
}

a#btnPageTop.default {
	position: fixed;
	z-index: 999;
	right: 17px;
	bottom: 25px;
}
a#btnPageTop.max {
	position: absolute;
	right: 17px;
	bottom: 25px;
}



.sp {display: none;}



/*==================*/
/* レスポンシブ対応 */
/*==================*/
@media screen and (max-width:767px){

body {
	min-width: 100%;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

.right{
	float:none;
	margin-left:0;
}

.left{
	float:none;
	margin-right:0;
}


/* header
-------------------------------------------------------------------------------*/

header {
	margin:0;
	padding:0;
	min-width:100%;
	height:auto;
	}

header h1{
	margin:3% 5%;
	padding:0;
	float:none;
}
header img{
	width:60%;
}

header #sns{
	display:none;
}



/* nav
-------------------------------------------------------------------------------*/

nav{
	width:100%;
	height:auto;
	margin:0;
	}

nav ul{
	margin:0 auto;
	padding:0;
	width:98%;
	}


nav ul li{
	display:block;
	margin-bottom:10%;
}



/* layout
-------------------------------------------------------------------------------*/
	
article{
	width:90%;
	margin:2% auto 0;
	padding:2%;
	font-size:100%;
	line-height:1.5;
	}

article section{
	overflow:hidden;
	margin-bottom:5%;
	padding:2% 4% 3%;
	}


article p{
	margin:2% 0;
}

/* mainImage
-------------------------------------------------------------------------------*/

.mainImage {
	min-width:100%;
	background-size:contain;
	height:100px;
}



/* con1
-------------------------------------------------------------------------------*/

#backnum_l figure{
	float:none;
	text-align:center;
	margin:0 0 3%;
	}

#backnum_l img{
	width:100%;
}

#backnum_l div{
	float:none;
	width:100%;
}

/* #con02
-------------------------------------------------------------------------------*/
#backnum_m{
	width:100%;
	border-spacing:0 0;
}
#backnum_m div {
	display:block;
	margin:0 0 5%;
	}

#backnum_m div figure{
}

#backnum_s dl{
	margin-right:5%;
	width:30%;
}

#backnum_s dl:nth-child(3n){
	margin-right:0;
}

#backnum_s dt img{
	width:100%;
}

/* #con03
-------------------------------------------------------------------------------*/

#con03 dl{
	overflow:hidden;
	margin:20px 0 30px;
	width:100%;
	line-height:2;
	border-top:1px #999 solid;
}

#con03 dt{
	float:none;
	clear:both;
	margin-right:0;
	padding:2%;
	width:100%;
	background:#ecefed;
	border-right:none;
	border-bottom:1px #999 solid;
	font-weight:bold;
}
#con03 dd{
	padding:2%;
	background:#fff;
	border-bottom:1px #999 solid;
}

#con03 dd:nth-of-type(1),
#con03 dd:nth-of-type(3),
#con03 dd:nth-of-type(5),
#con03 dd:nth-of-type(7)
{
	color:#333;
	font-weight:normal;
	background:#fff;
}

#con03 dt:nth-of-type(1){
	color:#fff;
	font-weight:bold;
	background:#43654c;
}


/* footer
-------------------------------------------------------------------------------*/
footer{
	padding:5%;
}
footer ul, footer li{
		display:block;
}

footer ul{
	width:90%;
}

footer li:nth-of-type(2){
	margin-top:2%;
	text-align:left;
}

footer address{
	font-size:66%;
}

/* #pagetop
-------------------------------------------------------------------------------*/

a#btnPageTop{
	opacity:.6;
}

}