@charset "utf-8";
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
}
html,body{
	width:100%;
	margin: 0px;
	padding: 0px;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}


body {
  position:relative; /*topBtnの親要素に指定*/
  color:#333;
  font-size:18px;
  line-height:1.8em;
  letter-spacing:0.05em;
}

.contents{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	line-height: 1.6em;
}

header{}
header .title{
	text-align: center;
}
header .title p{
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
nav{
	background-color: #D0E2F0;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
	overflow: visible;
	position: relative;
	z-index: 20;
}
nav ul{
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul li{
	width:16%;
	box-shadow:  1px 0 0 rgba(165,165,165,1);
	border-right-width: 1px;
	border-right-style: solid;
	display:inline-block;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
	text-align: center;
	position: relative;
	font-size: 105%;
}
nav ul li span{
	font-size: 70%;
	color: #666666;
	display: block;
	font-weight: normal;
}
nav ul li:first-child:before{
	content: "";
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	box-shadow:  1px 0 0 rgba(165,165,165,1);
	position: absolute;
	left: -6px;
	top: 0px;
	height:100%;
}

nav ul li:last-child{
	width:15%;
}

nav ul li a{
width:100%;
	display: block;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
  position: relative;
  transition: .3s;
  display: inline-block;
}
nav ul li.now a{
	color: #0066FF;
}
nav ul li a:after,nav ul li.now:after {
  position: absolute;
  top: -8px;
  left: -2px;
  content: '';
  width: 0;
  height: 8px;
  background-color: #FFFFFF;
  transition: .3s;
}
nav ul li a:hover:after,nav ul li.now:after {
  width: 100%;
}
div#main{
	background-image: url(../img/common/cut/back_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100% auto;
	z-index: 1;
	padding-bottom: 10px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
div#main #title{
	line-height: 280px;
	text-align: right;
	height: 280px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
div#main:before {
	background-image: url(../img/common/cut/back_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 75px;
	width: 100%;
	overflow: hidden;
	display: block;
	z-index: -5;
	background-color: #186AAB;
}

#main .contents{
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	behavior: url(/PIE.htc);
	box-shadow: 0px -2px 5px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

/*top*/
.wak_col2{
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
}

dl#news{
	width:58%;
	display:inline-block;
	vertical-align: top;
	font-size: 90%;
	margin: 0px;
	padding-left: 10px;
}
dl#news dt{
	#186AAB;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	behavior: url(/PIE.htc);
	display:inline-block;
	width: 17%;
	color: #FFFFFF;
	background-color: #186AAB;
	text-align: center;
	font-size: 90%;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: normal;
}
dl#news dd{
	vertical-align: top;
	line-height: 1.2em;
	display:inline-block;
	width: 80%;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}
dl#news dd h5{
	font-weight: bold;
	color: #186AAB;
	margin-top: 5px;
	margin-bottom: 5px;
}
#info{
	width:38%;
	display:inline-block;
	vertical-align: top;
	background-image: url(../img/common/cut/top_img.jpg);
	background-repeat: no-repeat;
	background-position: right 15px;
	padding-bottom: 10px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #186AAB;
	padding-left: 2%;
}
#info p{
	padding-right: 120px;
	padding-bottom: 10px;
}

#banner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#banner img{
	display: inline-block;
	width: 234px;
	height: 60px;
	margin-right: 5px;
	margin-left: 5px;
}

/*sub*/
div#main.sub{
	background-image: url(../img/common/cut/back_img_sub.jpg);
	background-color: #D0E2F0;
}

.sub article{
	width:80%;
	display: inline-block;
	vertical-align: top;
}
.sub aside{
	width:19%;
	display: inline-block;
}
.sub #title{
	height: 160px!important;
	line-height: 160px!important;
}
.sub #title h1{
	font-size: 180%;
	font-weight: bold;
	color: #186AAB;
	margin: 0px;
	padding: 0px;
}
.sub #title h1 span{
	font-size: 70%;
	font-weight: normal;
	padding-left: 20px;
}
#main.sub section{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	overflow: hidden;
}
#main.sub section p{
	margin-top: 0px;
	margin-bottom: 10px;
}


/*サイドメニュー*/
aside ul{
	list-style-type: none;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0px!important;
}
aside ul li{
	position: relative;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(24,106,171,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
aside ul li:before,aside ul li:after{
	content: "";
	left: 5px;
	top: 50%;
	position: absolute;
}
aside ul li:before{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #186AAB;
	clip: rect(-5px,auto,auto,auto);
	margin-top: -8px;
}
aside ul li:after{
	margin-top: -3px;
	width:10px;
	height:10px;
	background:#186AAB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	/* 横幅&高さの1/2 */
	behavior: url(/PIE.htc);
}
aside ul li a{
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
  transition: .3s;
}
aside ul li a:hover,aside ul li.now a{
	color: #FFFFFF;
}
aside ul li:hover,aside ul li.now {
  background-position: -100% 0;
  color: #fff;
}
aside ul li:hover:before,aside ul li.now:before{
	border-bottom: 10px solid #FFFFFF;
}
aside ul li:hover:after,aside ul li.now:after{
	background:#FFFFFF;
}


/*フッター*/

footer{
	text-align:center;
	background-color: #186AAB;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 80%;
}
footer adress{
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 130%;
}
footer adress strong{
	font-size: 110%;
}
footer .copy_right{
	font-size: 80%;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}
footer hr{
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
footer a:link,footer a:visited{
color:#FFFFFF;}

footer br.mb{
	display: none;
}

/*top*/


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 1080px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
div#main #title,#banner,dl#news,#info,.sub aside,.sub article{
width:100%;
}
dl#news dt{
width:auto;
}
dl#news dd{
width:100%;
}
#banner img{
width:45%;
max-width:234px;
height:auto;
}
section{padding: 0px;}
#main .contents{
	width:90%;
	margin-right: auto;
	margin-left: auto;
}
td,th{display:block;
text-align:left;}
th,th a{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #186AAB;
	border-right-style: none!important;
}
#info{
	margin: 0px;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-left-style: none;
	border-top-color: #0066CC;
}
nav ul li,nav ul li:last-child{
	width:32%;
	font-size: 90%;
}
aside ul{
width:100%;
margin-left:auto;
margin-right:auto;

}
aside ul li{
	display: inline-block;
	width:25%;
	line-height: 1.2em;
	vertical-align: bottom;
	font-size: 90%;
}
.sub #title{
	height: 100px!important;
	line-height: 150px!important;
}
.sub #title h1{
	font-size: 120%;
}
footer br.mb{
	display: block;
}
}

/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.contents{
width:100%;
}
}

