#shop_detaile {
	width: 760px;
	height: auto;
	margin: auto;
	text-align: left;
}
#shop_detaile #contents {
	width: 760px;
	height: auto;
	border: 1px solid #CCC;
	background-color: #FFF;
}

/*メインイメージ*/
#shop_detaile #contents .main_image {
	padding: 0 40px;
	clear: both;
}
/*キャッチコピー*/
#shop_detaile #contents h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 40px;
}
/*ボディーコピー*/
#shop_detaile #contents .body_copy {
	width: 660px;
	font-size: 14px;
	line-height: 2;
	background-color: #F5F5EB;
	margin: 0 0 20px 40px;
	padding: 10px;
}
#shop_detaile #contents h5 {
	padding: 8px 0 8px 15px;
	background-color: #222;
	color: #FFF;
	font-size: 16px;
}
/*---------------------補足写真(3枚)--------------------*/
#shop_detaile #contents .s_photo {
	width: 680px;
	height: auto;
	margin: 0 0 20px 40px;
	border: solid 1px #666;
}
#shop_detaile #contents .s_photo table {
	width: auto;
	margin: 0 10px;
}
#shop_detaile #contents .s_photo table th {
	width: 200px;
	height: 150px;
	background-color: #EEE;
	padding: 6px;	
}
#shop_detaile #contents .s_photo table td {
	width: 200px;
	height: 100px;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
/*---------------------求人・店舗ダータ--------------------*/
#shop_detaile #contents .detaile {
	width: 680px;
	height: auto;
	margin: 0 0 0 40px;
	border: solid 1px #666;
}

#shop_detaile #contents .detaile h6 {
	font-size: 22px;
	font-weight: bold;
	color: #C06;
	padding: 5px 0 0 20px;
}
#shop_detaile #contents .detaile span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 5px;
}
#shop_detaile #contents .detaile .address {
	font-size: 12px;
	padding: 0 0 0 20px;
}
#shop_detaile #contents .detaile table {
	margin: 20px;
	line-height: 1.4;
	background-color: #CCC;
}
#shop_detaile #contents .detaile th {
	width: 130px;
	padding: 8px 0;
	text-align: center;
	background-color: #F5F5EB;
}
#shop_detaile #contents .detaile td {
	padding: 8px 10px;
	background-color: #FFF;
}
#shop_detaile #contents .detaile .border {
	margin: 0;
	padding: 0;
}
#shop_detaile #contents .detaile ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#shop_detaile #contents .detaile li {
	float: left;
	margin: 6px 4px 0 0;
}
#shop_detaile #contents .entry {
	margin: 20px 0 0 0;
	text-align: center;
}
#shop_detaile #contents .oubo_15 {
	margin: 20px 0 5px 0;
	text-align: center;
}
#shop_detaile #contents .oubo_15 p {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #333;
}
#shop_detaile #contents .oubo_15 span {
	color: #F06;
	font-weight: bold;
}
#shop_detaile .shadow_under {
	margin: 0 16px;
}