

/*==========  ==========*/


#shopcontent {
	width:710px;
}

/*========== Shop Head ==========*/

#shophead {
	background:#0e8e1d;
	color:#fff;
	position:relative;
	padding:10px;
}

#shophead:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	}
	
#shophead {display:inline-block}
#shophead {display:block}

#shophead h2 {
	font-size:26px;
	font-we4ght:bold;
	width:520px;
}

#shophead-subtitle {
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	width:520px;
}

#shophead-tel {	
	float:right;
	width:170px;
	position:absolute;
	left:530px;
	top:25px;
	text-align:right;
}

#shophead-image {
	clear:both;
	margin-bottom:10px;
}

#telnumber {
	display:block;
	font-size:18px;
	font-weight:bold;
}

/*========== Menu ==========*/

#menu {
	background:url(../images/detail/box_bottom_lb.png) left bottom no-repeat;
	margin-bottom:10px;
	padding-bottom:5px;
}

#menu h3 {
	background:url(../images/detail/menu_title.png) no-repeat;
	width:710px;
	height:30px;
	text-indent:-10000px;
}

#menulist:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	}
	
#menulist {display:inline-block}
#menulist {display:block}

#menulist {
	background:#fffbf1;
	border-left:1px #d6c6a0 solid;
	border-right:1px #d6c6a0 solid;
	padding:10px 9px;
}

#menulist li {
		float:left;
		padding:5px 5px 15px;
}

#menulist li .description {
	display:block;
	width:335px;
		padding:5px 0 0;
}

/*========== Shop Info ==========*/

#shopinfo {
	background:url(../images/detail/box_bottom_lb.png) left bottom no-repeat;
	padding-bottom:5px;
}

#shopinfo h3 {
	background:url(../images/detail/shopinfo_title.png) no-repeat;
	width:710px;
	height:30px;
	text-indent:-10000px;
}

#shopinfo {
	background:#fffbf1;
}

#shopinfo table {
	border-collapse:collapse;
	border-left:1px #d6c6a0 solid;
	width:710px;
}

#shopinfo td {
	border-right:1px #d6c6a0 solid;
	border-bottom:1px #d6c6a0 solid;
}

#shopinfo td span {
	display:block;
	padding:10px;
}

#shopinfo .item {
	width:150px;
}

#shopinfo .si-map {
	background:#d6c6a0;
	width:300px;
}

#shopinfo .si-map span {
	padding:5px;
}








