@charset "utf-8";

/* 検索画面系ページcss */
/*-----------------------------------------*/

/* ヘッダ周り */
/*-----------------------------------------*/
#head {
}
#head div {
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 123px;
	width: 903px;
	position: relative;
	margin: 0 auto;
}
#head h1 {
	height: 120px;
	width: 210px;
	position: absolute;
	left: 0;
	top: 5px;
}
#head h1 a {
	display:block;
	height: 120px;
	text-indent: -9999px;
	overflow:hidden;
}
#head h2 {
	height:0px;
	overflow:hidden;
	text-indent: -9999px;
}

/* ヘッダ周り：ソープ＆ヘルスボタン大 */
/*-----------------------------------------*/
#head #soap1 {
	display: block;
	width: 213px;
	position: absolute;
	left: 439px;
	top: 15px;
}
#head #health1 {
	display: block;
	width: 213px;
	position: absolute;
	left: 652px;
	top: 15px;
}

/* ヘッダ周り：ソープ＆ヘルスボタン小 */
/*-----------------------------------------*/
#head #soap2 {
	display: block;
	width: 241px;
	position: absolute;
	left: 414px;
	top: 7px;
}
#head #health2 {
	display: block;
	width: 241px;
	position: absolute;
	left: 658px;
	top: 7px;
}

/* ヘッダ周り：料金ボタンと女性ボタン */
/*-----------------------------------------*/
#head #price {
	display: block;
	width: 116px;
	position: absolute;
	left: 782px;
	top: 35px;
}
#head #females {
	display: block;
	width: 116px;
	position: absolute;
	left: 782px;
	top: 35px;
}
/* ヘッダ周り：店舗情報 */
/*-----------------------------------------*/
#head .shop_spec{
	width: 354px;
	height:61px;
	position: absolute;
	left: 414px;
	top: 35px;
	background:url("../img/shop_spec.gif") no-repeat;
	line-height:100%;
	color:#660000;
	padding: 4px 0 0 10px;
}
#head .shop_spec dl {
	line-height:20px;
}
#head .shop_spec dt {
	clear:both;
	width: 40px;
	margin: 0 8px 0 0;
	float: left;
	background-image: url(../img/shop_spec_dot.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#head .shop_spec dd {
}
#head .shop_spec .banner {
	width:200px;
	margin:-44px 10px 0 144px;
}
#head .shop_spec .banner img{
	border:solid 1px #88eff5;
}
/* ページ内容 */
/*-----------------------------------------*/
/*優良店カテゴリー追加(101115)*/
.ExcellentShopCategory{
	width:860px;
	height:26px;
	line-height:26px;
	margin:10px auto 0;
	padding:0 0 0 10px;
	color:#ffffff;
	background:url(/common/img/jobCategory_bg.gif) no-repeat;
}

/* ページ内容：見出し */
/*-----------------------------------------*/
.frame h3 {
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
.frame h3#midashiExcellentShop {
	background-image: url(../img/midashi1.gif);	
}
.frame h3#midashiFemalesSearch {
	background-image: url(../img/midashi2.gif);	
}
.frame h3#midashiDuringAttendance {
	background-image: url(../img/midashi3.gif);	
}
.frame h3#midashiDuringAttendance2 {
	background-image: url(../img/search_shop.gif);
}
.frame h3#midashiAccess {
	background-image: url(../img/midashi4.gif);	
}
.frame h3#midashiPrice {
	background-image: url(../img/midashi5.gif);	
}
.frame h3#midashiCourse {
	background-image: url(../img/midashi6.gif);	
}
.frame h3#midashiOption {
	background-image: url(../img/midashi7.gif);	
}
.frame h3#midashiKihon {
	background-image: url(../img/midashi8.gif);	
}
/* ページ内容：バナーたくさん */
/*-----------------------------------------*/
.frame .banners {
	margin-top: 15px;
	margin-left: 15px;
}

.frame .banners a:link img{
	border: 2px solid #FFFFFF;
}

.frame .banners a:hover img{
	border: 2px solid #FF0000;
}



.frame .banners a:visited img{border: 2px solid #FFFFFF;}

.frame .banners img {
	margin-right: 8px;
	margin-bottom: 13px;
}
/* ページ内容：検索 */
/*-----------------------------------------*/
.frame #search {
	margin: 15px 0 20px 140px;
	/* IE用：フロート解除 */
	min-height: 1px;
	_height: 1px;
}
/*その他ブラウザ用：フロート解除*/
.frame #search:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.frame #search select {
	margin: 9px 10px 0 0;
	float:left;
}
.frame #search img {
	display:block;
	float:left;
	}
.frame #search #height {
	width: 150px;
}
.frame #search #age {
	width: 125px;
}
.frame #search #cup {
	width: 80px;
}
.frame #search #rightNow {
	width: 105px;
}


/* ページ内容：女性リスト */
/*-----------------------------------------*/

.frame #femalesList_tt {
	margin: 15px 0px 10px 5px;
	float:left;
	clear: both;
}

a:link.b_t,a:visited.b_t,a:active.b_t {
	float:left;
	display: block;
	width: 162px;
	height: 265px;
	background: url(../img/thumb_frame.gif) top center no-repeat;
	text-align:center;
	margin: 0px 0px 0px 5px;
	padding: 5px 3px 2px 1px;
	text-decoration: none;
	cursor: pointer;
	outline: none;

}

a:hover.b_t {
	float:left;
	color: #0B86AF;
	background: url(../img/thumb_frame_on.gif) top center no-repeat;
	text-align:center;
	margin: 0px 0px 0px 5px;
	padding: 7px 1px 0px 3px;
	text-decoration: none;
	cursor: pointer;
}

a:link.b_t div.thumb_name,a:visited.b_t div.thumb_name,a:active.b_t div.thumb_name { 
	display: block;
	width:150px;
	text-align:center;
	background:#DDDDDD;
	font-size:12px;
	font-weight:bold;
	color:#555555;
	text-decoration: none;
	margin:0px auto;
	padding:6px 0px 4px 0px;
	outline: none;
 }

a:hover.b_t div.thumb_name { 
	display: block;
	width:150px;
	text-align:center;
	background:#ff30d6;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	margin:0px auto;
	padding:6px 0px 4px 0px;
 }

a:link.b_t div.thumb_shop,a:visited.b_t div.thumb_shop,a:active.b_t div.thumb_shop { 
	display: block;
	width:150px;
	text-align:center;
	background:#DDDDDD;
	font-size:10px;
	font-weight:normal;
	color:#555555;
	text-decoration: none;
	margin:0px auto;
	padding:6px 0px 4px 0px;
	outline: none;
 }

a:hover.b_t div.thumb_shop { 
	display: block;
	width:150px;
	text-align:center;
	background:#ff30d6;
	font-size:10px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
	margin:0px auto;
	padding:6px 0px 4px 0px;
 }


.b_t div.pic_box {
	display: block;
	position:relative;
	width:150px;
	height:195px;
	margin: 0 auto;
}

.b_t div.pic_box img.pic {
	margin: 0px;
	padding: 0px;
	position:relative;
}

.b_t div.pic_box img.icon_tt {
	margin: 0px;
	padding: 0px;
	position:relative;
	top: 170px;
	left: 45px;
}




/* ページ内容：アクセス */
/*-----------------------------------------*/

.frame #mapAndMobile {
	margin: 15px 0 10px 15px;
	/* IE用：フロート解除 */
	min-height: 1px;
	_height: 1px;
}
.frame #mapAndMobile:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.frame #mapAndMobile #map {
	border: 1px solid #50a3ff;
	width:450px;
	height:450px;
	display:block;
	margin: 0 20px 0 0;
	float:left;
}
.frame #mapAndMobile div {
float: left;
width: 395px;
}
.frame #mapAndMobile h4 {
	background-image: url(../img/access_shop_name.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 353px;
	padding: 13px 5px 0 15px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 100%;
	margin: 0 0 10px 0;
}
.frame #mapAndMobile #shopInfo {
	width:367px;
	position:relative;
	margin-bottom: 10px;
}
.frame #mapAndMobile #shopInfo dt {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ff35fe;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 144px;
}
.frame #mapAndMobile #shopInfo dd {
	margin: 3px 0 1em 0;
	padding: 0 5px;
}
.frame #mapAndMobile #shopInfo dd#banner {
	margin: 0;
	padding: 0;
	position:absolute;
	top: 0;
	left: 167px;
	background-image: url(../img/access_banner.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 89px;
}
.frame #mapAndMobile #shopInfo dd#gotoCoupon {
	margin: 0;
	padding: 0;
}
.frame #mapAndMobile #shopInfo dd#gotoCoupon img {
	vertical-align:bottom;
}

.frame #mapAndMobile #infoMobile {
}
.frame #mapAndMobile #infoMobile:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.frame #mapAndMobile #infoMobile dt {
	padding: 3px 0 0 0;
	width: 119px;
	text-align:center;
	float: left;
}
.frame #mapAndMobile #infoMobile dd {
	background-image: url(../img/info_mobile1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	width: 261px;
	height: 119px;
	float: left;
}
/* テーブル */
/*-----------------------------------------*/
.frame #priceList, .frame #courseList, .frame #kihonList, .frame #optionList {
	width: 845px;
	margin: 15px auto 20px auto;
	border-collapse: collapse;
	color:#3261e8;
}
.frame #priceList th, .frame #courseList th, .frame #kihonList th, .frame #optionList th,
.frame #priceList td, .frame #courseList td, .frame #kihonList td, .frame #optionList td {
	border: 1px solid #3261e8;
	padding: 3px 5px;
}
.frame #priceList th, .frame #courseList th, .frame #kihonList th, .frame #optionList th {
	background-color:#eaf1ff;
	white-space: nowrap;
}
.frame #priceList td, .frame #courseList td, .frame #kihonList td, .frame #optionList td {
	background-color:#ffffcc;
}
.frame #priceList th {
	width: 160px;
	text-align:right;
}
.frame #courseList th {
	width: 160px;
	text-align:left;
}
.frame #kihonList th {
	width: 160px;
	text-align:left;
}
.frame #optionList th {
	width: 200px;
	text-align:right;
}
.frame #priceList td {
	width: 170px;
	font-weight:bold;
}
.frame #courseList td {
	width: 680px;
}
.frame #optionList td {
	width: 90px;
	font-weight:bold;
}
