@charset "utf-8";
/* CSS Document */
.shop_box {
	width:410px;
	padding:20px;
	overflow:hidden;
}
.shop_box h2 {
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	border-bottom:2px solid #FF6600;
	margin-bottom:10px;
}
.shop_box .img_frame {
	border: 10px ridge #EEEEEE;
	width:250px;
	height:188px;
	margin-bottom:10px;
	line-height:188px; /* heightと同じ値 */
	text-align:center;
	display: table-cell;
}
.shop_box .img_frame img {
	vertical-align:middle;
}
.shop_box dl {
	margin: 0 0 15px;
	padding: 0 10px 10px;
	border: 7px #EEEEEE solid;
	font-size:12px;
}
.shop_box dl dt {
	float: left;
	width: 7em;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
.shop_box dl dd {
	padding: 5px 0 5px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC solid;
}
.shop_box ul {overflow:hidden;}
.shop_box ul li {
	margin-right:5px;
	float:left;
}