@charset "utf-8";

.store_box{
	margin:10px 0 0;
}
.store_img{
	border:1px solid #d3d3d3;
	background-color:#FFF;
	padding:3px;
}
#store_data{
	width:370px;
	float:left;
}
#store_data th,#store_title{
	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,#store_data_wide td{
	background-image:url(../images/store/dot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding:10px 5px;
}
#store_data_wide td{
	padding:15px 5px 15px 15px;
}
.store_data_tel{
	color:#ff6603;
	font-weight:bold;
	font-size:20px;
}
#store_sub_img{
	margin:10px 0 0;
}
#store_sub_img li{
	display:inline-block;
	margin:0 0px 0 0;
}


#contact{
	background-image: url(../images/store/contact.jpg);
	height:153px;
	margin:50px 0 0 0;
	position:relative;
}
#contact a{
	position:absolute;
	right:40px;
	bottom:20px;
}

#access_howto dt{
	background-color:#e7e7e7;
	padding:3px;
	display:inline-block;
}
#access_howto dd{
	padding:3px 3px 10px;
}