@charset "utf-8";
/* CSS Document */
.store_title{
	height:44px;
	line-height:44px;
	background-image:url(/store/images/line.png);
	background-repeat:repeat-x;
	font-size:22px;
	font-weight: bold;
	color:#018ef1;
	text-align:center;
	width:980px;
	margin:0 auto;
}
#overview {
	background-color:#e4f5ff;
	margin:20px auto 30px auto;
}
#overview table .header-table th, 
#overview table .header-table td{ background: #57BEF7; color: #fff; border-bottom: 6px solid #fff; font-size: 16px; font-weight: bold;}

#overview table ,#enkaku table{
	width:100%;
	margin:5px auto;
}
#overview th,#overview td,#enkaku th,#enkaku td {
	border-bottom:1px dashed #8fcefa;
	padding:15px;
}
#overview th,#enkaku th{
	width:20%;
}
#enkaku {
	background-color:#e4f5ff;
	padding-bottom:10px;
	margin:20px auto;
}
/*otoiawase*/
.otoiawase {
	text-align:center;
	height:115px;
	margin:30px auto;
	background: url(/hoken/images/otoiawase_back.png) no-repeat;
	position:relative
}
.otoiawase h3 {
	color:#000;
	font-size:20px;
	background-image:none !important;
	padding:15px 0px;
}
.left {
	float:left;
	margin-left:130px;
}
.mail {
	position:absolute;
	right:135px;
	top:50px;
}
