@charset "Shift_JIS";
/***************************************************************

* shop_guide.css

***************************************************************/
.inner {
	margin: 0 0 20px 0;
	background-image: url(../img/common/dot_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inner h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #ff9999;
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	margin: 15px 0 10px 0;
}
.inner h2{
	font-size: 1.1em;
	font-weight: bold;
	color: #7C347A;
}
.box{
	margin:0 0 10px 0;
	padding: 10px;
	background-color: #FFF4FF;
	border: 1px solid #33ccff;
}
table.shop_guide  {
	border-top: 1px solid #33ccff;
	border-left: 1px solid #33ccff;
	margin: 0 0 10px 0;
}
.shop_guide th{
	background-color: #e8eef6;
	padding: 5px;
	border-right: 1px solid #33ccff;
	border-bottom: 1px solid #33ccff;
}
.shop_guide td {
	padding: 5px;
	border-right: 1px solid #33ccff;
	border-bottom: 1px solid #33ccff;
}
#shop_guide dl {
	border-top: 1px #CCCCCC solid;
	padding: 0 ;
	margin: 0 0 20px 0;
}
#shop_guide dl dt {
	float: left;
	width: 6em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 0em;
	line-height: 150%;
}
#shop_guide dl dd {
	padding: 5px 0 5px 6em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}