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

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:26px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:320px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#CC0033;
	font-weight:bold;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*標準のリンク*/
a{
	color: #0071BC;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*表示の切り替え*/
.sp{
	display:inline;
}
.pc{
	display:none;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
	background:#009B70;
	border:none;
}
/*-------------------------スクロールで隠れる要素*/
#fixtop {
	margin:0 auto;
	padding:0;
}
/*-------------------------ロゴ*/
#fixtop h1{
	background:#009B70;
	position:relative;
        z-index:2;
	text-align:left;
	float:none;
}
#fixtop h1 img{
	width:320px;
	height:50px;
}
/*-------------------------サブメニュー*/
#fixtop ul.sp{
	background:#009B70;
	padding:2px;
	width:100%;
	position:fixed;
	top:0;
        z-index: 3;
	display:none;
}
#fixtop ul.sp li{
	float:left;
	width:50%;
	margin:0;
}
#fixtop ul.sp li a{
	display:block;
	text-align:center;
}
#fixtop ul.sp li + li a{
	border-left:1px solid #8DD2BF;
}
#fixtop ul.sp li img{
	width:130px;
}
/*スクロールした時*/
#wrapper.scroll{
	padding-top:50px;
}
#wrapper.scroll #fixtop{
	display:block;
}
#wrapper.scroll #fixtop ul.sp{
	display:block;
}
#wrapper.scroll #fixitem{
	position:static;
	z-index:auto;
}
#wrapper.scroll #nav_open{
	position:fixed;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer{
	background:#009B70;
	color:#FFFFFF;
	position:relative;
}
footer a{
	color:#FFFFFF;
}
footer a:hover{
	text-decoration:underline;
}
/*-------------------------コピーライト*/
footer small{
	display:block;
	text-align:left;
	font-size:8px;
	line-height:20px;
	letter-spacing:0;
	padding:5px 8px;
}
footer small span{
	display:block;
	font-size:9px;
	letter-spacing:1px;
}
footer small img{
	width:86px;
	height:16px;
	margin:2px;
}
/*-------------------------上へ*/
#toPageTop {
	position:relative;
	width:100%;
	height:40px;
	background:#3366AC;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	z-index:1;
}
#toPageTop img{
	width:40px;
	height:40px;
}