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

/* SP 汎用スタイル
--------------------------------------------------------------- */

.hType01{
/*
	height:auto;
	line-height:1.2;
	padding:10px;
	margin-bottom:20px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	background:#39A7F4;
*/
	height:auto;
	line-height:1.4;
	padding:10px;
	margin-bottom:20px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	background:#2582D0 url(../img/common/bg_htype01.png) 0 0 repeat-x;
	overflow:hidden;
}



.h2TypeSp{
	display:block;
	padding:10px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#004063;
	margin:0 10px 10px;
	text-shadow:-1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
	letter-spacing:0.1em;
	border-radius:5px;
	line-height:1;
}

#styleHonten .h2TypeSp{background:url(../img/honten/bg_def_line.png) 0 0 repeat-x;}
#styleUrban .h2TypeSp{background:url(../img/urban/bg_def_line.png) 0 0 repeat-x;}
#styleKei .h2TypeSp{background:url(../img/kei/bg_def_line.png) 0 0 repeat-x; color:#00947E;}
#styleTagajo .h2TypeSp{background:url(../img/tagajo/bg_def_line.png) 0 0 repeat-x; color:#0A50A1;}


/* SP テーブル
--------------------------------------------------------------- */

.tblType01{width:100%; box-sizing:border-box;}
.tblType01 th, .tblType01 td{word-break: break-all;}
.tblType01 .avc{text-align:center; vertical-align:middle;}

.customSpTbl th,
.customSpTbl td{display:block; border-top:0;}


/* フォームテーブル
--------------------------------------------------------------- */

.formTbl td span{display:block;}
.formTbl .req{color:#F00; margin-left:5px;}
.formTbl .ex{margin-left:0; padding-top:5px;}

.formTbl input[type="text"],
.formTbl input[type="tel"],
.formTbl input[type="email"]{
	box-sizing:border-box;
	width:100%;
	border:1px solid #67C6FF;
	padding:5px;
}

.formTbl textarea{
	box-sizing:border-box;
	width:100%;
	height:100px;
	border:1px solid #67C6FF;
	padding:5px;
}

.formTbl input[type="submit"],
.formTbl input[type="button"]{
	box-sizing:border-box;
	width:100%;
	display:block;
	margin:0;
	padding:5px 30px;
	font-size:16px;
	letter-spacing:0.05em;
	border-radius:5px;
	border:1px solid #CCC;
	background:#FFF;
	color:#004063;
	font-weight:bold;
	cursor:pointer;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}


/* SP リンクボタン
--------------------------------------------------------------- */

.btnSp01{
	display:block;
	box-sizing:border-box;
	width:100%;
	border:1px solid #ccc;
	background:#fff;
	border-radius:20px;
	padding:10px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	margin:20px 0;
	color:#004063;
}