@charset "Shift_JIS";
/* -------------------------------------------------------------------

	ページ固有 CSS
	店舗詳細ページ
	
------------------------------------------------------------------- */


/* -------------------------------------------
   大見出し
------------------------------------------- */
div.ttl_shop_h2{
	width:100%;
	margin-top:-10px;
	_margin-top:0;
	margin-bottom:10px;
	border-bottom:3px solid #cccccc;
	overflow:hidden;
}
div.ttl_shop_h2 h2{
	padding:10px 0 3px 5px;
	font-size:117%;
	line-height:1em;
}
div.ttl_shop_h2 h2#ttl_top{
	float:left;
	padding:3px 0 3px 5px;
	margin-top:13px;
	font-size:150%;
	border-left:5px solid #ff3366;
}
div.ttl_shop_h2 a{
	float:right;
}
div.ttl_shop_h2 h2 img{
	margin:-10px 0 -3px 5px;
}

/* -------------------------------------------
   店舗データ
------------------------------------------- */
.shop_data_left{
	float:left;
	width:360px;
	margin:0 10px 10px 0;
}

.shop_data_right{
	float:left;
	width:360px;
}
.shop_data_right p.status_icn img{
	margin-bottom:5px;
}

/*ショップデータ詳細（リスト）*/
.shop_data_right ul {
	margin-bottom:10px;
}
.shop_data_right ul li {
	clear:both;
	padding:3px 0;
	background:url(../images/common/line_gray_dot.png) left bottom no-repeat;
}
.shop_data_right ul li h5 {
	float:left;
	width:8em;
	font-weight:bold;
}
.shop_data_right ul li p {
	padding-left:8em;
}

/*店舗紹介文*/
.shop_explan{
	clear:both;
	padding:10px;
	margin-bottom:30px;
	background:#f5f5f5;
}


/* -------------------------------------------
   地図
------------------------------------------- */
.shop_map{
	margin-bottom:20px;
}


/* -------------------------------------------
   フォトギャラリー
------------------------------------------- */
.wrap_photo_gallery{
	margin-bottom:30px;
}


