@charset "UTF-8";
/*739px以下*/


/*全体の設定
-----------------------------------------------------------------------------------------*/
body {
	background:#FFFFFF url(images/bg_sp.png) top repeat-x;
	min-width:100%;
}
/*-------------------------フッター位置可変*/
#wrapper {
	width: 100%;
	min-height:0;
	height:auto;
	margin:0 auto;
}
#contents{
	padding-bottom:0px;
}
footer {
	height:auto;
}
/*header
-----------------------------------------------------------------------------------------*/
header{
	background:none;
}
/*-------------------------ロゴ*/
header h1{
	text-align:center;
	font-size:8px;
	line-height:12px;
	color:#66A5C6;
	padding-top:39px;
}
header h1 img{
	width:240px;
}
/*-------------------------siteinfo*/
header ul.siteinfo{
	position:absolute;
	float:none;
	margin:0;
	top:2px;
	left:10px;
}
header ul.siteinfo li a{
	display:inline;
	padding:0 5px 0 0;
	font-size:11px;
}
header ul.siteinfo li:first-child a,
header ul.siteinfo li:last-child a{
	background:none;
	color:#FFFFFF;
}
/*-------------------------検索枠*/
#searchform{
	display:none;
}
/*-------------------------グローバルメニュー*/
header nav{
	width:100%;
	overflow: hidden;
}
header nav > ul{
	padding-top:0;
	margin-top:10px;
}
header nav > ul > li{
	width:14.28%;
	background:none;
	padding-left:0;
	font-size:11px;
	line-height:1;
	border-left:1px dotted #CCC;
}
header nav > ul > li:first-child{
	width:14.28%;
	border-left:none;
}
header nav > ul > li > a{
	display:block;
	font-weight:bold;
	padding-top:33px;
	background:center 2px no-repeat;
	background-size:30px 30px;
	height:133px;
}
header nav > ul > li > a > strong{
	display:block;
	width:12px;
	margin:0 auto;	
}
header nav > ul > li > a > strong > span{
	display:block;
	line-height:6px;
}
/*サブメニュー*/
header nav > ul > li.open > ul{
	display:block;
}
header nav > ul > li > ul{
	top: 240px;
	left:0;
	width:100%;
	margin-left:0;
	padding:0px 0px 25px 0px;
}
header nav > ul > li > ul > li{
	padding:0 15px 0 15px;
}
header nav > ul > li:nth-child(2) > ul > li{
	width:25%;
}
@media screen and (max-width: 600px) {
	header nav > ul > li:nth-child(2) > ul > li{width:33.3%;}
}
@media screen and (max-width: 480px) {
	header nav > ul > li:nth-child(2) > ul > li{width:50%;}
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
}

/*footer
-----------------------------------------------------------------------------------------*/
footer {
	min-width:100%;
	padding:10px 15px;
	background:none;
	text-align:left;
	border-top:1px solid #B2D2E2;
}
/*-------------------------上へ*/
#toPageTop {
	position:static;
	float:right;
	background:#CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top:5px;
}
/*-------------------------フッターナビ*/
footer nav{
	position:static;
	overflow:visible;
	padding-top:0;
}
footer nav ul{
	position:static;
	left:0;
	float:none;	
}
footer nav ul li{
	position:static;
	left:0;
	float:none;
	margin:5px 0;
}
/*-------------------------Copyright*/
footer small{
	font-size:10px;
	letter-spacing:0px;
}
footer small a{
	color:#009CD0;
}
