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

/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: HiraKakuProN-W3; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } img { vertical-align: bottom; }

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	-webkit-text-size-adjust: none;
	color: #333;
	background-color: #fff;
}
body *{
	text-shadow: none;
}
.fluid_img{
	width: 100%;
	height: auto;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header{
	width: 92%;
	margin: 4%;
}
#header h1{
	width: 45%;
	float: left;
}
#header ul{
	width: 45%;
	float: right;
}
#header ul li{
	width: 40%;
	height: 100%;
	float: right;
	margin: 0 0 0 5%;
	background: -webkit-gradient(linear, left top, left bottom, from(#31b5ff), to(#268cc5));
	background: -webkit-linear-gradient(top, #31b5ff 0%, #268cc5 100%);
	background: linear-gradient(top, #31b5ff 0%, #268cc5 100%);
	display: table;
}
#header ul li a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
}
#header ul li a img{
	width: 80%;
}


/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#mainImages{
	width: 100%;
}

/*------------------------------------------------------------
	トピックス
------------------------------------------------------------*/
#topics{
	margin: 4% 0 0 0;
}
#topics ul{
	margin: 0 4%;
}
#topics li{
	width: 100%;
	margin: 2% 0 0 0;
}
#topics li:first-child{
	margin: 0 !important;
}
#news{
	margin: 4% 0 0 0;
	background: #ddeffa;
	padding: 4%;
}
#news h1{
	border-bottom: solid 1px #268cc5;
	padding: 0 0 2% 0;
}
#news h1 img{
	width: 50%;
}
#news dl{
	margin: 2% 0 0 0;
	font-size: 12px;
}
#news dt{
	padding: 2% 0 1% 0;
}
#news dd{
	padding: 0 0 2% 0;
	border-bottom: dotted 1px #aaa;
	line-height: 1.5;
}
#news dd a{
	text-decoration: underline;
}

/*------------------------------------------------------------
	とは
------------------------------------------------------------*/
#about{
	margin: 6% 4% 0 4%;
	padding: 0 0 4% 0;
	border-bottom: solid 1px #ccc;
}
#about h1{
	font-size: 16px;
	color: #268cc5;
	text-align: center;
}
#about p{
	margin: 2% 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}

/*------------------------------------------------------------
	お問い合わせ／アクセスマップ（1つめ）
------------------------------------------------------------*/
#address01{
	margin: 6% 4% 0 4%;
}
#address01 li{
	margin: 4% 0 0 0;
}
#address01 li:first-child{
	margin: 0 !important;
}

/*------------------------------------------------------------
	ナビ
------------------------------------------------------------*/
#nav{
	margin: 4% 0 0 0;
}
#mainMenu{
	background: url(../images/back_b.gif);
}
#mainMenu li{
	line-height: 60px;
	border-bottom: solid 1px #fff;
}
#mainMenu li a{
	color: #fff;
	font-size: 16px;
	display: block;
	width: 92%;
	height: 100%;
	padding: 0 4%;
}
#mainMenu li a span{
	background: url(../images/menu_arrow.png) no-repeat right;
	background-size: auto 20px;
	display: block;
}
#bannerMenu{
	margin: 4% 0 0 0;
	padding: 0 4% 4% 4%;
	border-bottom: solid 1px #ccc;
}
#bannerMenu li{
	margin: 2% 0 0 0;
}
#bannerMenu li:first-child{
	margin: 0 !important;
}
.subMenu{
	display: table;
	width: 100%;
	border-bottom: solid 1px #ccc;
}
.subMenu li{
	display: table-cell;
	width: 50%;
	text-align: center;
	border-left: solid 1px #ccc;
}
.subMenu li:first-child{
	border-left: none !important;
}
.subMenu li a{
	font-size: 14px;
	line-height: 44px;
	display: block;
}
#nav p{
	margin: 4% 4% 0 4%;
}

/*------------------------------------------------------------
	お問い合わせ／アクセスマップ（2つめ）
------------------------------------------------------------*/
#address02{
	margin: 6% 0 0 0;
}
#address02 h1{
	background: url(../images/back_w.gif);
	font-size: 16px;
	color: #268cc5;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}
#address02 h1 span{
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 2% 0;
	background: #fff;
}
#address02 dl{
	font-style: normal;
	font-weight: normal;
	margin: 4% 4% 0 4%;
}
#address02 dt{
	font-size: 16px;
	margin-bottom: -2%;
}
#address02 dd{
	margin: 4% 0 0 0;
	font-size: 12px;
	line-height: 1.5;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer{
	margin: 6% 0 0 0;
	padding: 4%;
	background: #268cc5;
	text-align: center;
}
#footer p{
	margin: 4% 0 0 0;
	color: #fff;
	font-size: 12px;
}
#footer p:first-child{
	margin: 0 !important;
}
#footer p a{
	color: #fff;
	text-decoration: underline;
}
#pcBtn a{
	display: block;
	width: 45%;
	margin: 0 auto;
	padding: 2%;
	border: solid 1px #fff;
	text-decoration: none !important;
}