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


/* ------------------
  スマートフォン用
-------------------- */
@media(max-width: 750px){
html{font-size: 100%;}
body{font-size: 100%;}
}
/* --- ヘッダー --- */
#header{
	width:100%;
	height:73px;
	background:url(../img/header/bg_header.png) repeat-x;
	display:block;
}

#sp_header{
	width:100%;
	height:81px;
	background:url(../img/smp/bg_header_sp.png) repeat-x;
	display:none;
}




/* --------------------------------------------- メディアクエリここから --------------------------------------------- */

@media(max-width: 750px){
	
body{
	background:#ffffff;
}

#wrap{
	background-image: url(../img/smp/bg_sp.png) !important;
	background-attachment:fixed;
	background-repeat:no-repeat;
	-moz-background-size:contain !important;
	background-size:contain !important;
}

/* --- ヘッダー --- */
#header{
	display:none;
}

#sp_header{
	display:block;
	margin-bottom:61.7%;
	position:relative;
}



/* --- メインコンテンツ --- */
#contents.top{
	margin-top:0;
}

#main {
	padding-bottom:90px;
}
#headline.top{
	width:100%;
	margin:-10px 0;
}
#headline .left, #headline .right, #bottom{
	display:none;
}
#headline.top .center{
	width:100%;
	height:66px;
	background:url(../img/smp/h3_sp.png) repeat-x;
}
	
#headline p{
	text-align:center;
	font-size:20px;
}

#inner.top {
	width:100%;
	background:#FFFFFF;
	padding-top:20px;
}

/* ///小見出し/// */
/* オレンジ */
#h4_orange{
	width:80%;
	height:34px;
	margin:0 auto;
	padding:0 0 20px;
	background:url(../img/bar_orange.png) 0 6px repeat-x;
}
#h4_orange p{
	background:url(../img/circle_orange.png) 0 4px no-repeat;
	margin-left:20px;
	padding-left:25px;
	font-size:16px;
	font-weight:bold;
}

/* 黄緑 */
#h4_ygreen{
	width:80%;
	height:34px;
	margin:0 auto;
	padding:0 0 20px;
	background:url(../img/bar_ygreen.png) 0 6px repeat-x;
}
#h4_ygreen p{
	background:url(../img/circle_ygreen.png) 0 4px no-repeat;
	margin-left:20px;
	padding-left:25px;
	font-size:16px;
	font-weight:bold;
}

/* ///メンテナンス/// */
dl#maintenance_info{
	width:90%;
	padding:10px 0;
	margin:0 auto;
}
dl#maintenance_info dt{
	width:70px;
	margin:0 20px 0 5px;
	font-weight:bold;
	float:left;
}
dl#maintenance_info dd{
	width:auto;
	margin-left:90px;
}
.underline{
	border-bottom:1px solid #d7d7d7;
}


#inner.top img{
	width:80%;
	max-width:398px;
}


#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:70px;
	background:#213263;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0;
	}
	
#footer div{
	width:90%;
	height:auto;
	display:inline-block;
	padding-top:4px;
}

#sp_goriyo{
	display:block;
}

#goriyo{
	display:none;
}

}



/* --------------------------------------------- メディアクエリここまで --------------------------------------------- */