/* main
-----------------------------*/
div#shop_list {
	overflow: hidden;
}

div#shop_list a:hover {
	text-decoration: none;
}

div#shop_list div.shop_sm {
	width: 185px;
	float: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin-right: 6px;
}

div#shop_list div.shop_last {
	margin-right: 0;
}

div.shop_sm h3 {
	color: #220999;
	border-left: 6px solid #220999;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #f0ecec;
	background-image: url("../img/shop_icon.png");
	background-repeat: no-repeat;
	background-position: 158px 14px;
	text-align: left;
}

div.shop_sm div.shop_img {
	height: 130px;
	padding: 5px;
}

div.shop_sm p {
	padding: 5px;
	text-align: left;
}

div.shop_box {
	border: 8px solid #6d5db9;
	padding: 20px;
	margin-bottom: 30px;
}

div.shop_box h3 {
	font-size: 20px;
	line-height: 1.9;
	color: #220999;
	background-image: url("../img/h3_icon.png");
	background-repeat: no-repeat;
	border-bottom: 3px dotted #cecece;
	padding-left: 60px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

div.shop_inner {
	overflow: hidden;
}

div.shop_inner div.shop_photo {
	float: left;
	width: 329px;
}

div.shop_inner div.shop_text {
	float: right;
	width: 450px;
}

.shop_text dl {
	overflow: hidden;
	margin: 0px;
	border-bottom: 1px dotted #cecece;
}

.shop_text dl.shop_fst dt, .shop_text dl.shop_fst dd {
	padding-top: 0; 
}

.shop_text dl dt, .shop_text dl dd {
	padding: 9px 0; 
}

.shop_text dl dt {
	float: left;
	width: 95px;
}

.shop_text dl dd {
	float: left;
	margin: 0;
}

.shop_text dl.s_title {
	border: 0;
}

.shop_text dl.s_title dt {
	width: 100%;
	color: #040463;
	font-size: 18px;
	padding-top: 0;
	padding: 0;
}

.shop_text p.shop_btn_1{
	width: 201px;
	float: right;
	border: 1px solid #FF7251;
	text-align: center;
	background-color: #E82A22;
	margin-top: 20px;
	padding: 10px 5px;
}

.shop_text p.shop_btn{
	width: 200px;
	float: left;
	border: 1px solid #7373c4;
	text-align: center;
	background-color: #040463;
	margin-top: 20px;
	padding: 10px 5px;
}

.shop_text p.shop_btn a,
.shop_text p.shop_btn_1 a{
	color: #ffffff;
}

div.shop_map {
	margin-top: 20px;
}