charset "utf-8";
/**************************************
 * CSS BasicStyle forHTML5 v1.0
**************************************/
a,a img{
	transition: .1s linear;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	-ms-transition: .1s linear;
}
/******************************
 All Area base 
******************************/
body{
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ", ProMeiryo , "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.6;
	color:#303040;
	text-align:center;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,form{
	padding:0;
	margin:0;
	font-weight: normal;
}
p{
	padding:0 0 1.0em 0;
	margin:0;
}
h1{
	clear:both;
	padding:20px 0 10px;
	max-width:960px;
	width:100%;
}
h1 img{
	width:100%;
}
h1 img.pc{
	display:block;
}
h1 img.sp{
	display:none;
}

h2{
	margin:0 0 0.5em;
}
h3{
	margin:0 0 0.5em;
}
h4{
	line-height:1.2;
	padding:0 0 0.5em;
	margin:0;
}
#pageWrap{
	position: relative;
	top:160px;
	max-width: 960px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#toppage h1,p#h1title{
	margin:0;
	max-width:410px;
	width: auto;
	font-size:100%;
	float:left;
}
#toppage h1 img,p#h1title img{
	width:100%;
	max-width:280px	
}
@media screen and (min-width:979px){
h1{
	padding:0 0 20px;
}
}
@media screen and (max-width: 980px) {
h1{
	padding:10px 0;
}
h1 img.pc{
	display:none;
}
h1 img.sp{
	display:block;
}

#toppage h1,p#h1title{
	float:right;
}
#toppage h1 img,p#h1title img{
	width:100%;
	max-width:210px;
}
#pageWrap{
	position: inherit;
	top:0;
}

}

/******************************
 All Link 
******************************/
a:link 		{color:#303040; text-decoration: none;}
a:visited 	{color:#303040; text-decoration: none;}
a:hover		{color:#7fb3e3; text-decoration: none;}
a:active 	{color:#7fb3e3; text-decoration: none;}

/******************************
 Header Area 
******************************/
header{
	position:absolute;
	width:100%;
	height:160px;
	text-align:center;
	background-color:#FFF;
	z-index:1000;
	zoom:1;
}
header:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#headerInr{
	max-width:960px;
	width:100%;
	text-align:left;
	margin:0 auto;
	padding:15px 0 10px ;
	zoom:1;
}
#headerInr:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}

#headRgt{
	float:right;	
}

@media screen and (max-width: 980px) {
header{
	position: inherit;
	height:auto;
	padding:0 ;
}
#headerInr{
	padding:0;
}
}
/******************************
 header Nav 
******************************/
nav#hNav{
	margin:0 0 10px;
margin-right:-10px;
}
nav#hNav ul{
	font-size:85%;
	padding:0;
	display: inline-block;
}
nav#hNav ul li{
	display: inline;
	float:left;
	line-height:1.0;
}
nav#hNav a{
	display: inline-block;
	padding:0 1.0em 0 1.5em;
	background-position:left center;
	background-repeat:no-repeat;
}
nav#hNav a,nav#hNav a:link,nav#hNav a:visited{
	color:#2f2f3f;
	background-image: url(../img/arrow_01.gif);
}
nav#hNav a:hover,nav#hNav a:active{
	color:#7fb3e3;
	background-image: url(../img/arrow_01_ov.gif);
}

/******** searchArea ********/
#serchArea{
	clear:both;
float:right;
}
@media all and (-ms-high-contrast:none){
#serchArea{
right:12px;
}
}
#serchArea form{
display:inline;
	text-align:right;
	float:right;
	zoom:1;
}
#serchArea form:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#serchArea input{
	float:left;
	box-sizing:border-box;
margin-left:40px;
margin-right:-0.5em;
	background:#FFFFFF;
	height:25px;
	padding:0.1em 0.5em;
	color:#666666;
	display:block;
	font-weight: normal;
}
#serchArea input.submitbtn{
	box-sizing:border-box;
	padding:0.2em 0.7em;
	margin:0 ;
margin-left:50px;
	background-image: url(../img/searchBtn.png);
	background-position:center center;
	background-repeat:no-repeat;
	font-size:93%;
	border:none;
	height:27px;
	cursor:pointer;
	float:right;
}

#serchArea input#header-input-text {
border:1px solid #888888;
  width: 170px;
top:0px;
left:30px;
  height: 23px;
  position: relative;
}
.sp-NavBtn{
	display:none;
}
#sp-NavArea{
	display:none;
}


@media screen and (max-width: 980px) {
.sp-NavBtn{
	display:block;
	max-width: 66px;
	background-color:#506080;
	z-index:10000;
	cursor: pointer;
}
.sp-NavBtn img{
	max-width: 66px;
}
#sp-NavArea{
	box-sizing:border-box;
	background-color:#506080;
	width:56%;
	padding:4px;
	position: absolute;
	top: 40px;
	z-index:10000000;
}
#sp-NavArea h2{
	font-size:108%;
	color:#FFF;
	margin:0;
	padding:0;
}
#sp-NavArea ul{
	background-color:#FFF;
}
#sp-NavArea ul li{
	border-bottom:solid 1px #506080;
}
#sp-NavArea ul a{
	display:block;	
	background-image: url(../img/sp-arrow_01.gif);
	background-repeat:no-repeat;
	background-position:1.0em center;
	padding:0.2em 0 0.2em 1.5em;
	background-size:5px 6px;
}
#sp-NavArea li a:link,#sp-NavArea li a:visited {
	color:#506080;
}
#sp-NavArea li a:hover,#sp-NavArea li a:active{
	color:#506080;
	background-color:#ffd900;
}
#sp-NavArea .subNav{
	background-color:#EEEFF1;
}
#sp-NavArea ul li:nth-child(9),#sp-NavArea ul li:nth-child(10),#sp-NavArea ul li:nth-child(11){
	background-color: #DAD7D6;
}

}

/******************************
 Global Nav 
******************************/
nav#gNav{
	clear:both;
}
nav#gNav ul{
	width:100%;
	font-size:85%;
	padding:0 0 18px;
	zoom:1;
}
nav#gNav ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
nav#gNav ul li{
	display: table;
	float:left;
	line-height:1.0;
	max-width:159px;
	width:16.6%;
	height:16px;
	border-left:solid 1px #FFF;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
nav#gNav ul li{
max-width:160px;
}
}



nav#gNav a{
	box-sizing:border-box;
	display: table-cell;
	width:159px;
	height:16px;
	padding:0 1.0em;
	text-align:center;
	vertical-align:middle;
	background-repeat:repeat-x;
}
nav#gNav ul li:first-child a{
	border-left:none;
}
nav#gNav a,nav#gNav a:link,nav#gNav a:visited{
	color:#FFF;
	background-image:url(../img/gNavBg.gif);
}
nav#gNav a:hover,nav#gNav a:active{
	color:#FFF;
	background-image:url(../img/gNavBg_ov.gif);
}




.bx-wrapper .bx-pager{
bottom:14px;
}


@media screen and (max-width: 980px) {
#headRgt,nav#gNav,nav#catNavArea{
	display:none;
}



.bx-wrapper .bx-pager{
bottom:5px;
}


}

/******************************
 main Vis Area 
******************************/
#mainVisArea{
	overflow:hidden;
}
#mainVisArea img{
	width:100%;
}

/******************************
 main Bn Area 
******************************/
#mainBnArea{
	padding:0 0 50px;	
}
#mainBnArea ul{
	text-align:left;
	margin-left:-1px;
	zoom:1;
}
#mainBnArea ul:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#mainBnArea ul li{
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 0 0 2px;
}
#mainBnArea ul img{
	max-width:238px;
	width:100%;
}

/******** link ********/
#mainBnArea ul a,#mainBnArea ul a:link,#mainBnArea ul a:visited{
	opacity:1.0;
}
#mainBnArea ul a:hover,#mainBnArea ul a:active	{
	opacity:0.7;
}
@media screen and (max-width: 768px) {
#mainBnArea{
	padding:0 0 10px;	
}
#mainBnArea ul{
	margin-left:0;
}
#mainBnArea ul li{
	width:50%;
	padding:0;
}
#mainBnArea ul img{
	max-width:768px;
	width:100%;
}
}

/******************************
 topnews Area 
******************************/
#topnewsArea{
	text-align:left;
	padding:0 0 50px;
}
#topnewsArea h2{
	color:#4f5f7f;
	border-bottom:solid 2px #7fb3e3;
	font-size:138.5%;
	margin:0 0 30px;
	zoom:1;
}
#topnewsArea h2:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#topnewsArea h2 span{
	float:right;
	font-size:69%;
	padding:0.5em 0 0 0;
}
#topnewsArea h2 span a{
	padding:0 0 0 1.0em;
	background-repeat: no-repeat;
	background-position: left center;
}
/******** link ********/
#topnewsArea h2 span a,#topnewsArea h2 span a:link,#topnewsArea h2 span a:visited{
	background-image:url(../img/arrow_02.gif);
}
#topnewsArea h2 span a:hover,#topnewsArea h2 span a:active	{
	background-image:url(../img/arrow_02_ov.gif);
}
#topnewsArea h3{
	color:#7fb3e3;
	font-size:138.5%;
	font-weight:bold;
	padding:0;
	margin:0;
}
#topnewsArea ul{
	padding:10px 0;
}
#topnewsArea dl{
	padding:0 20px;
	zoom:1;
}
#topnewsArea dl:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#topnewsArea dl dt{
	padding:0 1.0em 0 0;
	float:left;
}
#topnewsArea dl dd{
	float:left;
}
#topnewsArea ul li{
	clear:both;
	padding:1.2em 0;
}
#topnewsArea ul li:last-child{
}
#topnewsArea ul li:nth-child(even){
	background-color:#ebe6e6;
}
#topnewsArea ul.pickup li:nth-child(even){
	background-color: inherit;
}
#topnewsArea ul.pickup{
	border:solid 1px #7fb3e3;
	background-color:#fff9d8;
}
#topnewsArea li a dt,#topnewsArea li a:link dt,#topnewsArea li a:visited dt{
	color:#303040;
}
#topnewsArea li a:hover dt,#topnewsArea li a:active dt	{
	color:#303040;
}
#topnewsArea dd img{
margin-right:10px;
}




/******** category ********/
#topnewsArea ul dl span{
	box-sizing:border-box;
	display:inline-block;
	text-align:center;
	color:#FFF;
	font-size:77%;
	width:80px;
	height:16px;
	padding:0.1em 0.5em;
	margin:0 0 0 2.0em;
}
dl span.activity{
	background-color:#e49e3e;
}
dl span.examination{
	background-color:#dd7694;
}
dl span.news{
	background-color:#37bef0;
	letter-spacing:-0.3em;
}
dl span.area{
	background-color:#9dbe47;
}

@media screen and (max-width: 768px) {
#topnewsArea h2{
	font-size:161.6%;
	margin:0 0 10px;
}
#topnewsArea {
padding: 0 5px;
}
#topnewsArea ul li{
	padding:0.5em 0;
}
#topnewsArea dl{
	padding:0 10px;
}
#topnewsArea dl dt{
	padding:0 0 0.5em 0;
	float:none;
}
#topnewsArea h2 span a{
	background-size:10px 10px;	
}
#topnewsArea h2 span a,#topnewsArea h2 span a:link,#topnewsArea h2 span a:visited{
	background-image:url(../img/sp-arrow_02.png);
}
#topnewsArea h2 span a:hover,#topnewsArea h2 span a:active	{
	background-image:url(../img/sp-arrow_02.png);
}

}

@media all and (-ms-high-contrast:none){
#topnewsArea dl dt, #topnewsArea .top-news-text{
padding-top:4px;
}
}


/******************************
 topcontent Bn Area 
******************************/
#topcontentBnArea{
	text-align:left;
	margin:0 0 0 -2px;
	padding:0 0 50px;
	zoom:1;
}
#topcontentBnArea:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#topcontentBnArea div{
	float:left;
	box-sizing:border-box;
	max-width:300px;
	width:31%;
	margin:0 0 0 2%;
}
#topcontentBnArea h2{
	color:#506080;
	font-size:108%;
	border-bottom: dashed 1px #506080;
}
#topcontentBnArea ul{
	font-size:108%;
	font-weight:bold;
}
#topcontentBnArea ul li{
	clear:both;
	margin: 0 0 10px;
	text-align:center;
}
#topcontentBnArea ul a{
	max-width:292px;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
	color:#FFF;
	padding:0.5em 0.5em;
	background-image:url(../img/topcontentBnBg.gif);
	zoom:1;
}
#topcontentBnArea ul a:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#topcontentBnArea ul a span	{
	float:right;
	text-align:left;
	font-size:77%;
	line-height:1.0;
	padding:0 3.0em 0 0;
}


/******** link ********/
#topcontentBnArea ul a,#topcontentBnArea ul a:link,#topcontentBnArea ul a:visited{
	opacity:1.0;
}
#topcontentBnArea ul a:hover,#topcontentBnArea ul a:active	{
	opacity:0.7;
}
@media screen and (max-width: 768px) {
#topcontentBnArea{
	display:none;
}
}


/******************************
 main Bn Area More
******************************/
#mainBnAreaMore {
	max-width: 956px;
	width:100%;
	margin:0 auto;
	padding:0 0 50px;
	text-align:left;
}
#mainBnAreaMore h2{
	color:#FFF;
	width:320px;
	box-sizing:border-box;
	padding:0.1em 0.5em 0;
	margin:0;
	font-size:138.5%;
	background-image:url(../img/bn_moreBg.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.mainBnAreaMoreInr{
	background-color:#80b4e4;
	text-align:center;
	max-width: 956px;
	width:100%;
}


div.inrInr{
	padding:0 0 7px 7px;
	margin:-7px 0 0 -7px;
	max-width: 956px;
	box-sizing:border-box;
	width: 100% !important;
	height: auto;
	text-align: center;
	position: relative;
	zoom:1;
}
div.inrInr:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
div.mainBnAreaMoreInr div.inrInr p.box{
	float:left;
	box-sizing:border-box;
	padding:0;
	margin:7px 0 0 7px;
	width:32.3%;
	max-width:316px;
}
div.mainBnAreaMoreInr div.inrInr p.box a{
	display:block;
	line-height: 0;
}
div.mainBnAreaMoreInr div.inrInr p.box img{
	width:100%;
}
div.mainBnAreaMoreInr div.inrInr p.box:nth-child(3) img{
}

.mainBnAreaMoreInr p.sp , #headerInr p.sp{
	display:none;
}

/******** link ********/
div.mainBnAreaMoreInr p a,div.mainBnAreaMoreInr p a:link,div.mainBnAreaMoreInr p a:visited{
	opacity:1.0;
}
div.mainBnAreaMoreInr p a:hover,div.mainBnAreaMoreInr p a:active	{
	opacity:0.7;
}
@media screen and (max-width: 768px) {
#mainBnAreaMore{
	box-sizing:border-box;
	border-top:solid 1px #7fb3e3;
	padding:0;
}
#mainBnAreaMore h2{
	display:none;
}
div.mainBnAreaMoreInr{
	background-color: transparent;
}
div.mainBnAreaMoreInr p {
float: none;
width: 100%;
max-width: 768px;
padding: 0;
margin: 0;
}
div.mainBnAreaMoreInr p.sp{
	display:block;
}
div.mainBnAreaMoreInr p img{
	width:100%;
	max-width:768px;
	margin:0 auto;
	box-sizing:border-box;
	padding:5px;
}
div.inrInr,#snsbarpc{
	display:none;
}
.snsbar a{
width:200px!important;
}
}


@media screen and (max-width: 980px) {
#headerInr p.sp{
	display:block;
}
}

/******************************
 FooterArea 
******************************/
footer{
	clear:both;
	width:100%;
	margin:0;
	padding:0 0 60px;
	text-align:center;
	background-image:url(../img/footBg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	overflow:hidden; /*最下部余白対策*/
	zoom:1;
}
footer:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}


/******************************
 footer Nav
******************************/
#footNav{
	text-align:left;
	font-size:93%;
	padding:0 10px 10px;
	zoom:1;
}
#footNav:after	{
content:".";display:block;clear:both;height:0;visibility:hidden;
}
#footNav ul{
	float:left;
	width:180px;
}

#footNav ul li{
	padding:0.2em 0;
}
#footNav ul a{
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 1.5em;
}
/******** link ********/
#footNav ul a,#footNav ul a:link,#footNav ul a:visited{
	background-image:url(../img/arrow_01.gif);
}
#footNav ul a:hover,#footNav ul a:active	{
	background-image:url(../img/arrow_01_ov.gif);
}


/*** address ***/
#address{
	clear:both;
	border-top:solid 1px #80b4e4;
	text-align: left;
}
#address dl{
	float:left;
	padding:20px 10px;
	margin:0 auto;
}
#address dl dt{
	font-size:161.6%;
}
#address dl dd{
	padding:0;
}

/*** copy ***/
#copy{
	float:left;
	font-size:85%;
	margin:52px 0 0 0;
}
@media screen and (max-width: 768px) {
footer{
	background-size:100%;
	padding:0 0 20px;
}
#footNav {
	border-top:solid 2px #7fb3e3;
	text-align: left;
	font-size: 93%;
	padding: 0;
	zoom: 1;
}
#footNav ul {
	width:100%;
	font-size:123.1%;
	background-color:#f8f8f8;
}
#footNav ul li{
	display:block;
	border-bottom:solid 1px #7fb3e3;
	padding: 0;
}
#footNav ul a{
	display:block;
	padding:0.4em 0.5em 0.4em 2.5em;
	background-position:1.0em center;
	background-size:13px 10px;	
}
	
#footNav ul.fn2{
	display:none;
}
#footNav ul.fn4{
	background-color:#ecf4fb;
}
#footNav ul.fn1{
	background-color:#d9e8f7;
}




/******** link ********/
#footNav ul a,#footNav ul a:link,#footNav ul a:visited{
	color:#7fb3e3;
	background-image:url(../img/sp-arrow_03.png);
}
#footNav ul a:hover,#footNav ul a:active	{
	color:#7fb3e3;
	background-color:#fff5bf;
	background-image:url(../img/sp-arrow_03.png);
}
#address{
	border-top:none;
}
#address dl{
	float:none;
	padding:20px 0 0 ;
}
#address dl dt{
	font-size:182%;
}
#address dl dd{
	font-size:108%;
}
#copy{
	float:none;
	font-size:56%;
	margin:0;
}
#footNav .sponly{
display:block;
}
}




/******** sns ********/
.snsbar{
margin-top:22px;
}
#snsbarpc{
margin-right:10px;
float:right;
margin-bottom:-40px;
}
.snsbar a{
display:table-cell;
width:120px;
height:22px;
vertical-align:middle;
text-align:center;}

.snsbar a:hover{
opacity: 0.5 ;
}
.sns_twitter{background-color:#1da1f2;}
.sns_line{background-color:#24a635;}
.sns_youtube{background-color:#da2924;}
.sns_instagram{background-color:#b464e6;}



@media screen and (min-width: 768px) {
#footNav .sponly{
display:none;
}
}
