@charset "UTF-8";

/*初期化用*/
@import "./etc/common.css";

/*印刷用*/
@import "./etc/print.css";

/*拡張用*/
@import "./etc/advanced.css";
	
/*--------------------------------------------------------
total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	background: url(../images_design/index_body_bg.gif) #f8efe0 center top repeat-x scroll;
	text-align: center;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #333;
}

/*リンク色*/
a{ text-decoration: none; }
a:link{ color: #007aff; }
a:visited{ color: #007aff; }
a:hover{ color: #007aff; text-decoration: underline; }

/*--------------------------------------------------------
hタグ
--------------------------------------------------------*/
h1{
	font-size: 12px;
	text-align: left;
	float: left;
}

h1 strong{
}

/*h2（通常）*/
#result h2,
#topics_list h2,
#topics_detail h2,
#event_list h2,
#event_detail h2,
#prompt_list h2,
#schedule h2,
#newgirl_list h2,
#shop_newtopics h2,
#shop_newevent h2,
#shop_today h2,
#shop_system h2,
#shop_option h2,
#shop_trans h2,
#shop_prompt h2,
#shop_newgirl h2,
#shop_topics_list h2,
#shop_topics_detail h2,
#shop_event_list h2,
#shop_event_detail h2,
#shop_girl_list h2{
	margin-bottom: 10px;
}

#shop_schedule h2{
	margin-bottom: 15px;
}

/*テキスト設定*/
#shop_girl_detail h2{
	width: 665px;
	height: 37px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 0 5px;
}

/*背景色*/
#shop_girl_detail h2{ background: url(../images_design/title/h2_girlname_bg.jpg) no-repeat;}

/*h2（件数表示）*/
#top_searchshop h2{
	width: 310px;
	height: 40px;
	float: left;
}

#new_topics h2,
#new_event h2{
	width: 160px;
	height: 40px;
	float: left;
}

#top_prompt_girls h2,
#top_newgirls h2{
	width: 310px;
	height: 40px;
	float: left;
}

/*掲載店舗数表示タイトルボックス*/
.shop_count{
	height: 40px;
	background: url(../images_design/title/h2_count_bg.jpg) repeat-x;
	margin-bottom: 10px;
}

/*掲載店舗数*/
.shop_count .count_num{
	width: 177px;
	height: 40px;
	padding-right: 3px;
	float: right;
	text-align: right;
	line-height: 40px;
}

.shop_count .count_num .att{
	color: #c00;
	font-size: 14px;
	font-weight: bold;
}

/*件数表示タイトルボックス*/
.title_count{
	height: 40px;
	background: url(../images_design/title/h2_count_bg.jpg) repeat-x;
	margin-bottom: 10px;
}

/*件数*/
.title_count .count_num{
	width: 167px;
	height: 40px;
	padding-right: 3px;
	float: right;
	text-align: right;
	line-height: 40px;
}

/*--------------------------------------------------------
サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}

/*■サイト全体の横幅*/
div#container{ width: 100%;}
div#header,
div#header-logo,
div#search,
div#bread-navi,
div#shop-header{
	width: 930px;
}
div#main{ width: 100%;}

/*■トップメニュー帯の横幅*/
div#header #top-menu{ width: 930px; }

/*■本文の横幅*/
div#main-contents{ width: 100%;}

/*--------------------------------------------------------
エリアの設定「ヘッダーロゴ」
--------------------------------------------------------*/

div#header-logo{
	height: 60px;
	margin: 0 auto 20px auto;
	text-align: left;
}

/*ロゴ*/
div#header-logo #logo_image{
	width: 240px;
	height: 60px;
	float: left;
	overflow: hidden;
}

/*テキスト*/
div#header-logo #header_text{
	width: 600px;
	height: 52px;
	float: right;
	padding-top: 8px;
	text-align: left;
	overflow: hidden;
}

/*時計*/
#clock_box{
	width: 930px;
	height: 30px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 30px;
}

#clock_text{
	float: right;
	text-align: right;
}

/*--------------------------------------------------------
エリアの設定「コンテンツ全体」
--------------------------------------------------------*/

div#main{
	margin: 0 auto 40px auto;
	overflow: hidden;
	text-align: left;
}

/*--------------------------------------------------------
エリア設定「コンテンツエリア」
--------------------------------------------------------*/

div#main-contents{
	display: inline;
	float: left;
	overflow: hidden;
}

/*エントランス*/
div#entrance{
	width: 930px;
	height: 370px;
	background: url(../images_design/index/contents_bg.gif) no-repeat;
	overflow: hidden;
	margin: 0 auto 5px auto; 
}

/*エントランス左側*/
div#entrance_left{
	width: 425px;
	height: 350px;
	float: left;
	padding-top: 20px;
	overflow: hidden;
}

/*enterボタン*/
div#entrance_left #btn_enter{
	width: 285px;
	height: 90px;
	margin: 0 auto 15px auto;
}

/*警告文*/
div#entrance_left #attention{
	width: 215px;
	height: 47px;
	margin: 0 auto 15px auto;
	padding-top: 3px;
	padding-left: 70px;
	background: url(../images_design/index/attention_bg.gif) no-repeat;
}

/*QRコード*/
div#entrance_left #qr_code{
	width: 285px;
	height: 160px;
	margin: 0 auto;
}

/*エントランス右側*/
div#entrance_right{
	width: 505px;
	height: 365px;
	float: left;
	padding-top: 5px;
	overflow: hidden;
}

/*カバーガール*/
div#entrance_right #cover_girl{
	width: 500px;
	height: 360px;
	position: relative;
}

/*カバーガール写真*/
div#cover_girl #cover_girl_photo{
	width: 500px;
	height: 360px;
}

/*カバーガール情報*/
div#cover_girl #cover_girl_info{
	width: 460px;
	height: 56px;  
	font-size: 12px;
	line-height: 1.4;
	padding: 4px 10px 0 10px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	left: 10px;
	bottom: 10px;
}

div#cover_girl #cover_girl_info .update{ color: #f00;}

/*各種カウンター*/
div#counter{
	width: 900px;
	height: 35px;
	line-height: 35px;
	background: url(../images_design/index/counter_bg.gif) no-repeat;
	text-align: center;
	font-size: 12px;
	margin: 0 auto 30px auto;
	padding-left: 30px;
	position: relative;
}

div#counter .num{ font-size: 14px; color: #c00; font-weight: bold;}

/*ソーシャル*/
#social_nav{
	height: 25px;
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 9999;
}

#social_nav img{
	vertical-align: top;
}

/*バナー*/
#index_banner{
	width: 919px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

/*バナー（大）*/
#bannar_a{
	overflow: hidden;
}

#bannar_a li{
	width: 300px;
	height: 100px;
	float: left;
	margin: 0 3px 6px 3px;
}

/*バナー（小）*/
#bannar_b{
	overflow: hidden;
}

#bannar_b li{
	width: 147px;
	height: 147px;
	float: left;
	margin: 0 3px 6px 3px;
}

/*メインテキスト*/
#main_txt{
	width: 930px;
	margin: 0 auto 20px auto;
	padding: 0 3px;
	line-height: 1.7;
	clear: both;
}

#main_txt h2{
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 10px;
}

#main_txt p{
	text-indent: 1em;
	margin-bottom: 10px;
}

#main_txt strong{
}

/*はてなリンク*/
#linkhatena{
	width: 930px;
	margin: 0 auto;
	padding-top: 10px;
}

/*--------------------------------------------------------
エリア設定「フッター」
--------------------------------------------------------*/

div#footer{
	clear: both;
	width: 100%;
	padding-top: 10px;
	background: #222;
	border-top: 10px solid #ecd5ab;
	color: #fff;
}

div#footer a{
	color: #fff;
	text-decoration: none;
}

/*先頭に戻る*/
#back_top{
	width: 970px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
}

/*フッター検索*/
#footer_menu{
	width: 930px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

/*各メニューボックス*/
#footer_search_area,
#footer_search_business,
#footer_main_menu{
	width: 285px;
	height: 300px;
	float: left;
	margin-right: 20px;
	border-right: 1px solid #444;
}

#footer_search_area,
#footer_search_business,
#footer_main_menu,
#footer_sub_menu{
	line-height: 1.8;
	overflow: hidden;
}

/*h3タグ*/
#footer_search_area h3,
#footer_search_business h3,
#footer_main_menu h3,
#footer_sub_menu h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

/*リンク色*/
#footer_menu a{ text-decoration: none; }
#footer_menu a:link{ color: #fff; }
#footer_menu a:visited{ color: #fff; }
#footer_menu a:hover{ color: #fff; text-decoration: underline; }

/*copyright*/
#copyright{
	width: 970px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	text-align: center;
	/*border-top: 1px solid #444;*/
	font-size: 12px;
}












