/* CSS Document */
@charset "utf-8";

html { 
	background-image:url(../images/common/body_bg.png);
	background-repeat:repeat;
}


body {
	font-family:"メイリオ","ＭＳ　Ｐゴシック",sans-serif;
	margin:0px auto 0px auto;
	padding:0px;
	font-size:13px;
	color:#333333;
	line-height:150%;
	background-image:url(../images/common/moon.png);
	background-repeat:no-repeat;
	background-position:right 0px top 0px;
}

a:link		{ color:#333333; text-decoration: none;}
a:visited	{ color:#333333; text-decoration: none;}
a:hover		{ color:#FF0000; text-decoration: underline;}
a:active	{ color:#FF0000; text-decoration: underline;}

img {
	border:none;}

.clear{
	clear:both;
	height:0;
}

.b { font-weight:bold;}

/* header */

.header {
	height:40px;
	position:relative;
}

.top_navi {
}

.top_navi_line {
	float:left;
}

.top_navi_btn {
	float:left;
}

.top_search {
	width:237px;
	height:24px;
	margin:0px;
	padding:8px 0px;
	position:absolute; top:0px; right:0px;
	display:block;
}

.top_search_window {
	width:200px;
	height:14px;
	margin:0px;
	padding:5px;
	border:0px;
	font-size:12px;
	line-height:24px;
	display:block;
	float:left;
}

.top_search_btn {
	margin:0px 0px 0px 3px;
	padding:0px;
	border:0px;
}


/* left_navi_area */

.logo {
	margin:7px 0px 0px 0px;
}


.left_navi_area {
	margin:20px 0px 0px 0px;
}


.left_navi_title {
	margin:5px 0px 0px 0px;
}

.left_navi_box {
	margin:5px 0px 0px 0px;
}

.left_navi_btn {
	margin:0px 5px 0px 0px;
	float:left;
}

.last {
	margin:0px 0px 0px 0px !important;
}

.left_navi_banner {
	margin:5px 0px 0px 0px;
}

/* wrapper */

#wrapper {
	background-image:url(../images/common/header_bg.png);
	background-repeat:repeat-x;
}

.conteiner {
	width:1150px;
	margin:0px auto;
}

.left_box {
	width:200px;
	float:left;
}

.contents_area {
	width:940px;
	float:right;
}

.contents_box {
	width:940px;
	padding:10px 0px;
}

.main_contents {
	width:700px;
	float:left;
}

.main_contents h1 {
	width:670px;
	height:30px;
	margin:0px;
	padding:0px 10px 0px 20px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	background-image:url(../images/common/main_contents_h1_bg.png);
	background-repeat:repeat-x;
	display:block;
}

.main_contents_2column {
	width:940px;
	float:left;
}

.main_contents_2column h1 {
	width:900px;
	height:30px;
	margin:0px;
	padding:0px 20px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	line-height:30px;
	background-image:url(../images/common/2column_h1_bg.png);
	background-repeat:repeat-x;
	display:block;
}

.main_image {
	margin:5px 0px 0px 0px;
	width:700px;
	height:280px;
	overflow:hidden;
}

.main_image_under_thum_box {
	margin:5px 0px 0px 0px;
	width:700px;
	height:55px;
	overflow:hidden;
	position:relative;
}
.main_image_under_wrapper{
	width:700px;
	height:55px;
	position:absolute;
	top:0;
	left:0;
}
.main_image_under_thum {
	display:inline-block;
	margin:0px 5px 0px 0px;
	padding:0;
	width:136px;
	height:55px;
	overflow:hidden;
}
.main_image_under_thum a{
	outline:none;
	width:100%;
}
.main_image_under_thum img{
	width:100%;
	outline:0;
}

.slide_thum_now {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

.exp_text_box {
	width:680px;
	margin:10px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	color:#000;
	line-height:150%;
	background-color:#FFF;
}

.exp_text_box a:link	{ color:#0066FF; text-decoration: underline;}
.exp_text_box a:visited	{ color:#0066FF; text-decoration: underline;}
.exp_text_box a:hover	{ color:#0066FF; text-decoration: underline;}

.news_area {
	margin:10px 0px 0px 0px;
}

.news {
	width:676;
	height:164px;
	padding:5px 7px 10px 15px;
	background-color:#FFF;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	overflow:auto;
}

.news_item {
	width:660px;
	padding:5px 0px 0px 0px;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
}

.news_icon {
	padding:0px 8px;
	font-size:10px;
	color:#FFF;
	text-align:center;
	line-height:17px;
	display:inline;
}

.news_text {
	padding:7px 0px 9px 0px;
	font-size:12px;
	color:#000;
	line-height:120%;
}

.news_text a:link		{ color:#000; text-decoration: none;}
.news_text a:visited	{ color:#000; text-decoration: none;}
.news_text a:hover		{ color:#000; text-decoration: underline;}

.pickup_area {
	margin:10px 0px 0px 0px;
}

.right_area {
	width:230px;
	float:right;
}

.ranking_area {
}


.ranking_box {
	width:210px;
	padding:5px 9px 10px 9px;
	background-color:#FFF;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
}

.ranking_item {
	width:210px;
	margin:5px 0px 0px 0px;
	padding-bottom:5px;
	background-image:url(../images/common/ranking_bg.png);
	background-repeat:repeat;
}

.ranking_head {
}


.ranking_thum {
	width:88px;
	padding:2px 0px 0px 2px;
	float:left;
}

.ranking_item_inner {
	width:115px;
	margin:0px 0px 0px 2px;
	padding:1px 0px 0px 0px;
	float:right;
	position:relative;
}

.ranking_rank {
	width: 15px;
	height: 15px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	line-height: 15px;
	background-color:#C00;
	position: absolute;
	top: 0px;
	right: 0px;
}

.ranking_name {
	font-size:11px;
	color:#F4C138;
	line-height:150%;
	padding:4px 5px 0px 5px;
}

.ranking_name a:link		{ color:#F4C138; text-decoration: none;}
.ranking_name a:visited		{ color:#F4C138; text-decoration: none;}
.ranking_name a:hover		{ color:#F4C138; text-decoration: underline;}

.ranking_score_box {
	position:relative;
}

.ranking_acc {
	position:absolute; top:4px; left:0px;
}

.ranking_score {
	font-size:11px;
	color:#FFF;
	line-height:13px;
	padding:4px 10px 0px 22px;
}

/* ENTER */

.enter_box {
	margin:10px 0px 0px 0px;
}

.enter_btn {
	float:left;
	background-color:#EFEFEF;
	padding:5px;
	width:430px;
}

.leave_btn {
	float:right;
	background-color:#EFEFEF;
	padding:5px;
	width:240px;
}

/* おすすめ店舗 */

.recom_shop_box {
	width:680px;
	margin:5px 0px 0px 0px;
	padding:9px 9px 9px 9px;
	background-color:#FFF;
	border:1px solid #D7D7D7;
}

.recom_shop_box .thum {
	background-color:#EEEFED;
	padding:5px;
	width:200px;
	float:left;
}

.recom_shop_box .right_shop_detail {
	width:455px;
	float:right;
}

.recom_shop_box .right_shop_detail .shop_name {
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
	color:#09F;
	font-size:13px;
}

.recom_shop_box .right_shop_detail .shop_name a:link		{ color:#09F; text-decoration: underline;}
.recom_shop_box .right_shop_detail .shop_name a:visited	{ color:#09F; text-decoration: underline;}
.recom_shop_box .right_shop_detail .shop_name a:hover		{ color:#2DABFF; text-decoration: underline;}

.recom_shop_box .shop_status {
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	font-size:12px;
}



/* list */

.list_title {
	width:660px;
	height:33px;
	margin:10px 0px 0px 0px;
	padding:2px 20px 0px 20px;
	font-size:14px;
	color:#FFF;
	line-height:35px;
	background-image:url(../images/list/list_title.png);
	background-repeat:no-repeat;
}

#search_category_area {
	margin:10px 0px 0px 0px;
	padding:0px 14px 14px 14px;
	border:solid 1px #CCC;
	background-color:#F9F9F9;
}

#search_category_area .search_form_bloc {
	margin:0px 0px 0px 0px;
	padding:14px 0px 0px 0px;

}


#search_area {
	padding:0px 0px 0px 0px;
}

#search_area .search_list {
margin:5px 0px 0px 0px;
padding:10px 10px 10px 10px;
font-size:12px;
background-color:#F6F6F6;
line-height:150%;
font-weight:normal;
}

.list_shop_box a{
	width:680px;
	margin:5px 0px 0px 0px;
	padding:9px 9px 9px 9px;
	background-color:#FFF;
	border:1px solid #D7D7D7;
	display:block;
}

.list_shop_box a:hover {
	background-color:#F0F0F0;
	border:1px solid #09F;

}

.list_shop_box  .thum {
	background-color:#EEEFED;
	padding:5px;
	width:88px;
	float:left;
}

.list_shop_box  .right_shop_detail {
	width:567px;
	float:right;
}

.list_shop_box  .right_shop_detail .shop_name {
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 0px;
	color:#09F;
	font-size:12px;
}

.list_shop_box  .right_shop_detail .shop_name a:link		{ color:#09F; text-decoration: underline;}
.list_shop_box  .right_shop_detail .shop_name a:visited	{ color:#09F; text-decoration: underline;}
.list_shop_box  .right_shop_detail .shop_name a:hover		{ color:#2DABFF; text-decoration: underline;}

.list_shop_box .shop_status {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
}

/* page nation */

.page_nation_bloc {
	padding:10px;
	margin-top:10px;
	background-color:#FFF;
}

.page_nation_list {
}

.page_nation_list .page_all{
	display:block;
	border:1px solid #CCC;
	padding:9px 15px 9px 15px;
	font-size:14px;
	color:#333;
	text-align:center;
	line-height:100%;
	float:left;
}

.page_nation_list strong{
	display:block;
	padding:10px 5px 10px 5px;
	font-size:14px;
	min-width:25px;
	color:#FFF;
	background-color:#CD3295;
	text-align:center;
	line-height:100%;
	float:left;
	margin-left:5px;
}
.page_nation_list .page_number{
	float:left;
}
.page_nation_list .page_number a{
	display:block;
	padding:10px 5px 10px 5px;
	font-size:14px;
	min-width:25px;
	color:#FFF;
	background-color:#CCC;
	text-align:center;
	line-height:100%;
	float:left;
	margin-left:5px;
	text-transform:uppercase;
transition:background 0.2s ease-in 0s;
}

.page_nation_list .page_number a:hover{
background: none repeat scroll 0 0 #000;
color:#FFF;
text-decoration:none;
}



/* detail */

.detail_title {
	width:660px;
	margin:10px 0px 0px 0px;
	padding:2px 20px 0px 20px;
	font-size:14px;
	color:#FFF;
	line-height:33px;
	font-weight:bold;
	background-image:url(../images/detail/common/detail_title.png);
	background-repeat:no-repeat;
}

.detail_pickup_girls_title {
	width:640px;
	margin:10px 0px 0px 0px;
	padding:2px 20px 0px 20px;
	font-size:14px;
	color:#FFF;
	line-height:28px;
	font-weight:bold;
	background-image:url(../images/detail/common/detail_title_2.png);
	background-repeat:no-repeat;
}

.detail_voices_title {
	width:640px;
	margin:10px 0px 0px 0px;
	padding:2px 20px 0px 20px;
	font-size:14px;
	color:#FFF;
	line-height:28px;
	font-weight:bold;
	background-image:url(../images/detail/common/detail_title_3.png);
	background-repeat:no-repeat;
}

/* detail inner */

.detail_bloc {
	width:680px;
	margin:5px 0px 0px 0px;
	padding:9px 9px 9px 9px;
	background-color:#FFF;
	border:1px solid #D7D7D7;
}

.map_bloc {
	font-size:14px;
}

.detail_main_imge {
		padding-bottom:10px;
}

.detail_box {
	line-height:150%;

}

.detail_box .shop_banner_200 {
	width:200px;
	margin:10px 0px 0px 0px;
	float:left;
}

.detail_box .shop_banner_200 img{
	width:100%;
}

.detail_box_inner {
	width:460px;
	margin:0px 0px 0px 0px;
	padding:0px;
	float:right;
}

.point_box {
	margin:10px 0px 0px 0px;
	position:relative;}

.detail_points_acc {
	position:absolute;
	top:-10px;
	left:0px;
}

.detail_points {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 45px;
	font-size:40px;
	line-height:100%;
	color:#CC3293;
	font-weight:bold;
	float:left;
}

.detail_points_nuki {
	padding:7px 0px 0px 10px;
	float:left;
}

.detail_rank {
	margin:5px 0px 0px 0px;
	padding-left:35px;
	font-size:20px;
	color:#CC0000;
	font-weight:bold;
	text-align:left;
}

/* detail shop about */

.shop_detail_box {
	margin-top:15px;
}

table.shop_tb {
	background: #999999;
	font-size:13px;
	color:#333333;
	line-height:150%;
}

table.shop_tb td{
	background: #FFFFFF;
	margin: 0px;
	padding:5px 10px 5px 10px;
}

table.shop_tb th {
	background-color:#F2F2F2;
	margin: 0px;
	padding:5px 10px 5px 10px;
	font-weight:normal;
}

/* detail pickup girls */

.detail_pickup_girls_bloc {
	margin:10px 0px 0px 0px;
}

.detail_pickup_girls_bloc .list_girls_box {
	width:210px;
	margin:0px 10px 0px 0px;
	padding:5px;
	background-color:#EAEAEA;
	float:left;
	position:relative;
}
.detail_pickup_girls_bloc .list_girls_box img{
	max-width:100%;
}
.list_girls_box .list_girls_about {
	width:190px;
	padding:10px 15px;
	background-image:url(../images/detail/common/bg_girls_about.png);
	font-size:12px;
	color:#FFF;
	line-height:150%;
	text-align:center;
	display:block;
	position:absolute; bottom:0px; left:0px;
}

.list_girls_box .list_girls_about a:link		{ color:#FFF; text-decoration: none;}
.list_girls_box .list_girls_about a:visited	{ color:#FFF; text-decoration: none;}
.list_girls_box .list_girls_about a:hover		{ color:#FFF; text-decoration: underline;}

.list_girls_box .list_girls_thum {
	width:210px;
	height:280px;
	overflow:hidden;
}

.detail_pickup_girls_bloc .last { margin-right:0px !important;
}

/* detail voices */

.voice_block {
	width:680px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.voice_block .voice_btn a{
	display:inline-block;
	margin:10px 0 0 0;
	padding:2px 15px 0 15px;
	height:26px;
	line-height:26px;
	border-radius:15px;
	font-size:13px;
	color:#FFF;
	background:#EA9302;
	box-shadow:0 1px 1px #999;
}

.voice_btn a:link,
.voice_btn a:visited,
.voice_btn a:hover,
.voice_btn a:active{
	color:#FFF;
	text-decoration:none;
}

.voice_block .voice_box {
width:650px;
margin:10px 0px 0px 0px;
padding:10px 15px 10px 15px;
background-color:#F7F7F7;
line-height:150%;
border-bottom:dashed 1px #CCC;
}

.voice_block .voice_tittle {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
font-weight:bold;
}

.voice_block .voice_girl {
margin:4px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
}

.voice_block .voice_rank {
margin:4px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
}

.voice_block .voice_comment {
margin:4px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:13px;
}

/* お客様の声書き込み */

#windowcolumn {
	width:600px;
	margin:10px 10px 10px 10px;
	padding:20px;
	background-color:#FFF;
	border:2px solid #000;
}

#windowcolumn h2{
	margin:0px 0 0 0;
	padding:2px 15px 0 15px;
	height:26px;
	line-height:26px;
	border-radius:15px;
	font-size:13px;
	color:#FFF;
	background:#333;
	box-shadow:0 1px 1px #999;
}

#windowcolumn .window_area {
	width:600px;
	margin:10px 0px 0px 0px;
}

#windowcolumn .windowtext {
	width:580px;
	margin:10px 0px 0px 0px;
	padding:0px 10px;
	color:#333;
	font-size:13px;
	line-height:150%;
}

#windowcolumn .windowtext_2 {
	width:580px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 10px;
	color:#333;
	font-size:13px;
	line-height:150%;
}

.table_btn_box {
	text-align:center;
	padding:10px !important;
	
}


table.grey_tb {
	background: #999999;
	font-size:13px;
	color:#333333;
	line-height:150%;
}

table.grey_tb td{
	background: #FFFFFF;
	margin: 0px;
	padding:5px 10px 5px 10px;
}

table.grey_tb th {
	background-color:#F2F2F2;
	margin: 0px;
	padding:5px 10px 5px 10px;
	font-weight:normal;
}

.click_btn a{
	display:inline-block;
	margin:0px 0 0 0;
	padding:2px 25px 0 25px;
	height:26px;
	line-height:26px;
	border-radius:15px;
	font-size:13px;
	color:#FFF;
	background:#EA9302;
	box-shadow:0 1px 1px #999;
}

.click_btn a:link,
.click_btn a:visited,
.click_btn a:hover,
.click_btn a:active{
	color:#FFF;
	text-decoration:none;
}

/* gilrs list searvh */

.girls_search_area {
	width:680px;
	margin:5px 0px 0px 0px;
	padding:0px 9px 9px 9px;
	background-color:#FFF;
	border:1px solid #D7D7D7;
}

/* footer */

#footer {
	width:100%;
	min-width:1160px;
	height:150px;
	margin:50px 0px 0px 0px;
	background-image:url(../images/common/footer_bg.png);
	background-repeat:repeat-x;
}

.foot {
	height:130px;
}

.footer_area {
	width:1160px;
	height:130px;
	margin:0px auto 0px auto;
	position:relative;
}

.footer_logo {
	position:absolute; top:-50px; left:0px;
}

.footer_exp_text_box {
	position:absolute; top:18px; left:230px;
}

.footer_exp_text {
	padding:9px 0px 0px 0px;
	font-size:12px;
	color:#FFF;
	line-height:150%;
}

.footer_navi {
	height:25px;
	position:absolute; top:8px; right:0px;
}

.footer_navi_btn {
	margin:0px 2px 0px 0px;
	float:left;
}

#copyright {
	width:1160px;
	margin:0px auto;
	padding:2px 3px 2px 0px;
	font-size:11px;
	text-align:right;
	color:#CCC;
}




/*ogawa addtion*/
.messageBox
{
	text-align:center;
	margin:0;
	padding:50px 0 40px 0 !important;
}