@charset "utf-8";

.store_box{
	margin:30px 0 0;
}
.store_map{
	border:1px solid #d3d3d3;
	background-color:#FFF;
	padding:3px;
}
.store_img {
	margin:30px auto 0
}
#store_data{
	width:100%;
	margin:30px auto 0 !important;
}
#store_data th {
	background-image:url(../images/store/store_icon.gif);
	background-repeat:no-repeat;
	background-position:8px 5px;
	color:#046daa;
	font-size:16px;
	padding:5px 0 3px 38px;
	border-bottom:2px solid #42b6fe;
}
#store_data td{
	padding:10px 10px 10px 0;
	border-bottom:1px dotted #c6c6c6;
}

#access_howto dt{
	background-color:#e7e7e7;
	padding:3px;
	display:inline-block;
}
#access_howto dd{
	padding:3px 3px 10px;
}
/*---- お問合せ -----*/
.contact_Area {
	border:2px solid #42b6fe;
}
.contact_Area h3 {
	background-color:#42b6fe;
}
.contactBT p:before {
	color:#046daa;
}
.BT01 {	
	box-shadow: 2px 2px #187bb9;
}
.BT01 span:before {
	color:#42b6fe;
}
.BT02 {
	background-color:#49b7fb;
	box-shadow: 2px 2px #187bb9;
}