@charset "EUC-JP";
/*--------------------｜文字コードはEUCで｜-----*/


#shop_banner_box {
	display: block;
	width: 143px;
	margin: 10px auto;
}
/*====================｜店舗詳細データ｜====================*/
#shop_data_header {
	width: 704px;
	height: 35px;
	background-image: url(../img/sub_area/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#shop_data_list ul {
}

#shop_data_list li {
	float: left;
}

#shop_data_box {
	width: 650px;
	height: auto;
	margin: 0px auto 10px;
}

#shop_data_box h3 {
	clear: both;
	width: 650px;
	height: 38px;
	padding-bottom: 10px;
	background-image: url(../img/common/shop_data_header.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*--------------------｜現場からの書き込み情報｜-----*/
h3#shop_header01 {
	background-image: url(../img/common/shop_data_header01.gif);
}

#shop_pickup_girl {
	float: left;
	width: 170px;
	height: 216px;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #999999;
}

dl#shop_data {
	display: block;
	width: 455px;
	height: 216px;
	margin: 5px 0px; 
	padding: 5px;
	overflow: auto;
	border: 1px solid #999999;
}

div#newsflash_list {
	float: right;
	width: 455px;
	height: 216px;
	margin: 5px 0px; 
	padding: 5px;
	border: 1px solid #999999;
}

div#newsflash_list_header {
	width: 455px;
	height: 1px;
	padding-top: 10px;
/*
	background-image: url(../img/common/shop_newsflash_bg.gif);
*/
	background-position: center top;
	background-repeat: repeat-x;
	text-indent: -9999px;
}

#newsflash_list dl {
	width: 450px;
	height: 216px;
	overflow: auto;
	vertical-align: middle;
}

#newsflash_list dt {
	float: left;
	display: block;
	width: 125px;
	height: 25px;
/*vertical-align: middle;を効かせるには、
line-height:でフォンの高さを指定しなければなりません。
ここではボックスの高さに合わせました。*/
	line-height: 25px;
	vertical-align: middle;
	font-size: 12px;
	overflow: hidden;
}

#newsflash_list dt img {/*アイコン画像を高さセンター揃えにします*/
	padding-right: 5px;/*アイコン画像とテキストがよりすぎていたので若干スペースを設けました*/
	line-height: 25px;
	vertical-align: middle;
}

#newsflash_list dd {
	display: block;
	width: 300px;
	height: 25px;
	margin-left: 125px;/*dt要素をflotで120px左に寄せたので、dd要素を120+5px右に寄せました。無くてもちゃんと表示されますが、一応おまじないです。*/
	line-height: 25px;
	vertical-align: middle;
	font-size: 12px;
	overflow: hidden;
}


/*--------------------｜出勤情報｜-----*/
h3#shop_header04 {
	background-image: url(../img/common/header_shop_info.gif);
	margin-top: 20px;
	margin-bottom: -10px;
	width: 700px;
}


.girls_top_bt a:hover  {
	background-position: 0px -22px;
}
/*--------------------｜ここまで｜-----*/

.select_shop_box {
	clear: both;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;

}
.select_shop_keyword {
	font-size: 12px;
	color: #FF0066;
	margin-top: 2px;
	margin-bottom: 2px;
}
.select_shop_box_open {
}


.select_shop_box_left {
	width: 270px;
	float: left;
}

.select_shop_box_right {
	width: 270px;
	float: right;
}

.select_shop_box_pic {
	height: 130px;
	width: 100px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.select_shop_box_text {
	float: right;
	width: 440px;
	line-height: 1.5em;
	font-size: 12px;
}
.select_shop_box_price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.select_shop_box_link {
}

.select_shop_box_off {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #FF3366;
	text-align: center;
	width: 195px;
	float: right;
	height: 101px;
	background-image: url(../img/sub_area/off_back.jpg);
	padding-top: 40px;
}
.type_link {
}

.type_link a{
	border: thin solid #99CC00;
}
