@charset "UTF-8";


/* img
-------------------------------------------------*/
img {
	width: 100%;
}


/* a
-------------------------------------------------*/
a,
a:link,
a:visited {
	color:#336a89;
	text-decoration:none;
}
a.al:hover,
a.al:hover img {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
}


/* body
-------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #3e3a39;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden !important;
	position: relative;
}


/* #wrapper
-------------------------------------------------*/
#wrapper {
	width: 100%;
	overflow: hidden;
	
}


/* #container
-------------------------------------------------*/
#container {
	overflow: hidden;
	z-index: 98;
	position: relative;
}


/* #header
-------------------------------------------------*/
#header {
	width: 100%;
	height: 115px;
	position: relative;
	z-index: 9999;
	background: url(../img/bg.png) center top repeat-x #fff;
	background-size: 146px auto;
}
#header .headerInn {
	width: 100%;
	height: 115px;
	position: relative;
}
#header .logo {
	position:absolute;
	left:50%;
	top:30px;
	line-height: 1;
	margin-left: -102px;
}
#header .logo img {
	width:204px;
}
#header .hnav img {
	width:40px;
}
#header .hnav .openMenu,
#header .hnav .closeMenu {
	position:absolute;
	right:5px;
	top:26px;
	display:block;
	cursor:pointer;
}
#header .hnav .closeMenu {
	display:none;
}
#header .hnav .open {
	display:block;
}
#header .hnav .close {
	display:none;
}
#header .slideMenu {
	position:absolute;
	top:115px;
	width:100%;
	display:none;
	z-index:99;
}
#menu nav {
	z-index: 20;
	position: relative;
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 5px solid #2b88c1;
}
#menu ul {
	width: 90%;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}
#menu ul li {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 33.333%;
	border-right: 1px dotted #3e3a39;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#menu ul li:first-child,
#menu ul li:nth-child(4),
#menu ul li:last-child {
	border-left: 1px dotted #3e3a39;
}
#menu ul li:last-child {
	box-sizing: content-box;
}
#menu ul li img {
	width: 100%;
}
#menu ul li a {
	display: block;
}
.overLay {
 	position: fixed;
 	top: 0;
 	left: 0;
 	background: rgba(0,0,0,0.6);
 	width: 100%;
 	height: 100%;
	z-index: 999;
	display: none;
	cursor: pointer;
}


/* #contents
-------------------------------------------------*/
#contents {
	width:100%;
	margin:0 auto 30px;
}


/* #path
-------------------------------------------------*/
#path {
	width:100%;
	height:30px;
	background-color: #2b88c1;
}
#path p {
	width: 94%;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#path p a {
	color: #fff;
}


/* pnav
-------------------------------------------------*/
.pnav {
	width: 100%;
	background-color: #cfdee2;
}
.pnav ul {
	font-size: 0;
	padding: 3% 2%;
}
.pnav ul li {
	font-size: 13px;
	display: inline-block;
	width: 44%;
	margin: 2% 3%;
}
.pnav ul li.db {
	width: 94%;
}


/* headline
-------------------------------------------------*/
.headline1 {
	font-size: 22px;
	height: 55px;
	padding-top: 40px;
	letter-spacing: 0.1em;
	text-align: center;
}
.headline2 {
	font-size: 18px;
	color: #20698e;
	margin-bottom: 20px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.headline3 {
	font-size: 16px;
	color: #20698e;
	margin-bottom: 10px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}


/* btn
-------------------------------------------------*/
.orbtn {
	text-align: center;
}
.orbtn a {
	height: 48px;
	background-color: #ffb948;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 50px;
	border-bottom: 3px solid #e89823;
	letter-spacing: normal;
	margin: 0 auto;
	padding: 0 30px;
}


/* #footer
-------------------------------------------------*/
#footer {
	width: 100%;
	background: url(../img/bg.png) center top repeat-x #2b88c1;
	background-size: 146px 13px;
}
#footer address {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 30px;
	font-size: 11px;
	color: #fff;
}
#footer address a {
	color: #fff;
}
#footer small {
	font-size:11px;
	color:#fff;
	text-align:center;
	line-height:1.3;
	padding-bottom: 10px;
}


/* none
-------------------------------------------------*/
.pcon {
	display:none;
}