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

/*共通設定
---------------------------------------------------------------------------*/
body{
	margin: 0px auto;
	width: 950px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	-webkit-text-size-adjust: 100%;/*iPhone Safari文字拡大対策*/
}

/* リンク装飾に関するCSS*/
a:link{
	color:#333333;
	text-decoration:none;
} 
a:active{
	color:#FF0000;
	text-decoration:none;
} 
a:visited{
	color:#333333;
	text-decoration:none;
} 
a:hover{
	color:#000000;
	text-decoration:none;
}

/* Popup画面に関するCSS-アウトライン-footerは含まない */

#popup_outline {
	width:950px;
	height:auto;
	background-color:
	#FFFFFF;
	margin-bottom: 10px;
}

#popup_outline_s {
	width:950px;
	height:400px;
	background-color:#FFFFFF;
}
/* 見出しに関するCSS */
h1 {
	font-size:20px;
	font-weight:normal;
	display:inline;
}
h2 {
	font-size:13px;
	font-weight:normal;
	display:inline;
}
h3 {
	font-size:20px;
	font-weight:normal;
	display:inline;
}

/* フローティング解除 */

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

/*共通設定
---------------------------------------------------------------------------*/

/*headの設定
---------------------------------------------------------------------------*/
.head {
	width: 950px;
	height: 45px;
	background-color: #1e479e;
	float: left;
}

.top_head_shopname {
	height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 45px;
	width: 250px;
	text-align: right;
	letter-spacing :1px;
	float: right;
	margin-right: 20px;
}

img.logo_dp {
	width: 260px;
	height: 45px;
}

.logo_box {
	float: left;
}


/*センター左ブロック
---------------------------------------------------------------------------*/
.center_block{
	width: 950px;
	margin-top: 5px;
	float: left;
	height: auto;
}
.top_select_box{
	width: 349px;
	height: 149px;
	background-color: #DEF3FE;
	border-bottom: solid 1px #FFFFFF;
	float: left;
}
.serect_wrap {
	width: 350px;
	float: left;
	height: 300px;
}
.box_button {
	width: 200px;
	height: 60px;
	margin: 20px auto;
	border: solid #999 1px;
	border-radius: 3px;/* 角丸指定*/
	background: -webkit-gradient(linear, left top, left bottom, from(#EFF9FE), to(#CBF0FC)); 
	background: -moz-linear-gradient(top, #EFF9FE, #CBF0FC); 
	background: -ms-linear-gradient(top, #EFF9FE, #CBF0FC); 
	vertical-align: central;
	text-align: center;
	font-size: large;
	line-height: 60px;
}
.select_exp {
	width: 300px;
	height: 20px;
	margin: 0px auto;
	font-size: small;
	text-align: center;
}

/*センター右ブロックの設定
---------------------------------------------------------------------------*/
.center_wrap{
	width: 600px;
	height: 300px;
	float: left;
}
.center_imge{
	width: 600px;
	height: 250px;
	float: left;
}

/*Naviの設定
---------------------------------------------------------------------------*/
.top_navi_box{
	width: 600px;
	height: 50px;
	float: left;
}
ul.menu {
	width: 600px;
	margin: 0 auto;
	padding: 0;
	float: left;
}
.menu li{
	display: block;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background-color: #E9E9E9;
	color: #000;
	border-top: #FFF solid 1px;
}

/*インフォメーションブロックの設定
---------------------------------------------------------------------------*/
.info_wrap {
	width: 948px;
	height: 100px;
	border: #A20000 solid 1px;
	float: left;
	margin-top: 5px;
}
.info_side {
	width: 100px;
	height: 100px;
	background-color:#A20000;
	color: #FFF;
	text-align: center;
	line-height: 100px;
	float: left;
}
.info_center {
	width: 838px;
	height: 90px;
	border-collapse: collapse;
	overflow: auto;
	line-height: 20px;
	float: left;
	margin: 5px;
}

/*モバイルブロックの設定
---------------------------------------------------------------------------*/
.mobile_block{
	width: 950px;
	height: 200px;
	float: left;
	margin-top: 5px;
	background-color: #e8e8e8;
}
.mobile_img{
	width: 348px;
	height: 200px;
	float: left;
}
.mobile_wrap {
	width: 602px;
	height: 200px;
	float: left;
}
.mobile_title {
	width: 600px;
	height: 40px;
	text-align: center;
	float: left;
	margin-top: 10px;
}
img.sumaho_logo {
	width: 390px;
	height: 30px;
}
.mobile_exp{
	width: 590px;
	height: 105px;
	float: left;
	margin-top: 5px;
	line-height: 30px;
	margin-left: 10px;
}
.mobile_subtitle {
	width: 600px;
	height: 35px;
	background-color: #76B4F8;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	float: left;
}
.mobile_qr{
	width:80px;
	height:80px;
	float:right;
	margin-top: 5px;
	border:solid 1px #000000;
	margin-right: 40px;
	padding: 5px;
	background-color: white;
}

/*会社情報・方針の設定
---------------------------------------------------------------------------*/
.policy_top{
	width: 950px;
	height: 25px;
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
	line-height: 25px;
	text-align: center;
	background-color:#FFFFFF;
}

/*フッターの設定
---------------------------------------------------------------------------*/
.footer {
	width: 950px;
	height: 28px;
	background-color:#1e479e;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	color:#FFFFFF;
    display: block;
}

/*レスポンシブルデザインの設定
---------------------------------------------------------------------------*/

@media screen and (min-width: 769px){

body{
	width: 950px;
}

}
@media only screen and (max-width: 768px) {

body{
	width: 100%;
}

/*headの設定
---------------------------------------------------------------------------*/
.head {
	width: 100%;
}
.top_head_shopname {
	font-size: 14px;
	margin-right: 10px;
	width:250px;
}

/*センターブロック
---------------------------------------------------------------------------*/
.center_block{
	width: 100%;
	margin-top: 3px;
	float: left;
}

/*センターブ左ブロック
---------------------------------------------------------------------------*/
.serect_wrap {
	width: 100%;
	height: 148px;
}
.top_select_box{
	width: 50%;
}

/*センターブ右ブロック
---------------------------------------------------------------------------*/
.center_wrap{
	width:100%;
	height:auto;
	float:left;
	margin-top: 3px;
}
img.img_size_user{
	width: 100%;
	vertical-align: bottom;
}
.center_imge{
	width: 100%;
	float: left;
	height: auto;
}
.top_navi_box{
	width: 100%;
	float:left;
	height:auto;
}
ul.menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	float: left;
}
.menu li{
	width: 25%;
	height: 60px;
	line-height: 60px;
	float:left;
}

/*インフォメーションブロックの設定
---------------------------------------------------------------------------*/
.info_wrap {
	width: 100%;
	height:auto;
	border: #A20000 solid 1px;
	float: left;
	margin-top: 3px;
}
.info_side {
	width: 100%;
	height: 30px;
	background-color:#A20000;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	float: left;
}
.info_center {
	width: auto;
	height: auto;
	line-height: 20px;
	float: left;
}

/*モバイルブロックの設定
---------------------------------------------------------------------------*/
.mobile_block{
	width:100%;
	height:auto;
	floa: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
.mobile_img{
	width:261px;
	height:150px;
	float:left;
	display:none;
}
.mobile_wrap {
	width:100%;
	height:auto;
	float:left;
}
.mobile_title {
	width:100%;
	height: 35px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.mobile_exp{
	height:auto;
	float: right;
	margin-top: 5px;
	line-height:30px;
	width: 95%;
}
.mobile_subtitle {
	width: 100%;
	height: 30px;
	color:#FFFFFF;
	text-align: center;
	line-height: 30px;
	float: left;
}
.mobile_qr{
	margin: 10px 10px 10px 10px;
}

/*会社情報・方針の設定
---------------------------------------------------------------------------*/
.policy_top{
	width: 100%;
	margin-top: 10px;
}


/*フッターの設定
---------------------------------------------------------------------------*/
.footer {
	width: 100%;
}
}

@media only screen and (max-width: 480px) {

/*headの設定
---------------------------------------------------------------------------*/
.head {
	width: 100%;
	height: auto;
}

/*センターブ左ブロック
---------------------------------------------------------------------------*/
.serect_wrap {
	width: 100%;
	height:auto;
}
.top_select_box{
	width: 100%;
}

/*センターブ右ブロック
---------------------------------------------------------------------------*/
.menu li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	float:left;
}

/*インフォメーションブロックの設定
---------------------------------------------------------------------------*/
.info_wrap {
	width: 100%;
	height: auto;
	border: #A20000 solid 1px;
	float: left;
	margin-top: 5px;
}

.info_center {
	width:auto;
	height: auto;
	line-height: 20px;
	float: left;
}

/*モバイルブロックの設定
---------------------------------------------------------------------------*/
.mobile_wrap {
	width:100%;
	height:auto;
	float:left;
}
img.sumaho_logo {
	width: 90%;
}
.mobile_title {
	width:100%;
	height: 35px;
	margin-top: 15px;
	float: left;
}
.mobile_exp{
	height:auto;
	width: 95%;
	float: right;
	margin-top: 10px;
	line-height:20px;
	margin-bottom:10px;
}
.mobile_subtitle {
	width: 100%;
	height: auto;
	color:#FFFFFF;
	text-align: center;
	line-height: 30px;
	float: left;
	font-size: small;
}

/*会社情報・方針の設定
---------------------------------------------------------------------------*/
.policy_top{
	font-size: 12px;
	margin-top:5px;
}
}
