@charset "UTF-8";
.shop_box {
	float: left;
	width: 425px;
	padding-left: 30px;
	position: relative;
	min-height: 300px;
}
.shop_box2 {
	position: absolute;
	bottom: 0px;
	width: 420px;
	left: 31px;
}
.shop_box .title {
	font-size: 115%;
	line-height: 25px;
	font-weight: bold;
	background-color: #95BA5E;
	text-align: left;
	height: 25px;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.shop_box .text {
	font-size: 74%;
	line-height: 160%;
	padding-top: 20px;
	text-align: left;
}

.shop_box dl dt {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	float: left;
	width: 85px;
	font-size: 60%;
	color: #95BA5E;
}
.shop_box dl dd {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	font-size: 60%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #95BA5E;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #95BA5E;
	margin-top: -1px;
}
.shop_mark {
	font-weight: bold;
	color: #95BA5E;
	padding-right: 5px;
	bottom: 0px;
	padding-left: 5px;
}
.contents_box img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}