@charset "utf-8";
/* CSS Document */


body {
/*    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	line-height:1.4;
	text-align:center;
	color:#ffffff;
	background-color:#000000;
	background-image:url("../images/bg.jpg");
	background-position:center top;
	background-repeat:repeat-y;
}

/* ヘッダー *********************************************/
#header {
	width:960px;
	height:186px;
	overflow:hidden;
	margin:0 auto;
	text-align:left;
}

#header h1 {
	width:462px;
	float:left;
	padding-top:22px;
}

#header ul {
	width:498px;
	float:left;
	padding-top:40px;
}

#header ul li {
	padding-top:10px;
}

/* コンテンツ *******************************************/
#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#top_content {
	width:772px;
	float:right;
}

/* トップコース一覧 ****/
#top_course li {
	padding-bottom:15px;
}

/* トップスケジュール ****/
#top_schedule {
	padding-top:15px;
}

#top_schedule .schedule_body {
	width:768px;
	margin:0 auto;
}

#top_schedule .girl_box {
	width:256px;
	float:left;
	margin-top:30px;
}

/* サブコンテンツ ****/
#sub_content {
	padding-top:50px;
	font-size:85%;
}

#sub_content .sub_box h1 {
	padding-bottom:15px;
}

/* トップニュース ****/
#sub_content #top_sub1 {
	width:574px;
	float:left;
}

#top_news_body {
	width:554px;
	height:215px;
	overflow:auto;
}

#top_news_body .news_box {
	width:534px;
	padding:5px 0 10px;
	border-bottom:1px dotted #C8C8C8;
}

#top_news_body .news_image {
	width:134px;
	float:left;
}

#top_news_body .news_text {
	width:400px;
	float:left;
}

/* メールマガジン ****/
/*
#sub_content #top_sub2 {
	width:208px;
	float:left;
}

#top_sub2 #form_nowgetta {
	text-align:center;
}

#top_sub2 #form_nowgetta .p1 {
	padding-top:70px;
}

#top_sub2 #form_nowgetta .p2 {
	padding-top:20px;
}

#form_nowgetta .p2 input {
	width:50px;
}
*/

/* モバイルサイト ****/
#sub_content #top_sub3 {
	width:198px;
	float:left;
}

#sub_content #top_sub3 .p2 {
	padding-top:10px;
}

/* トップサイドナビゲーション ***************************/
#side_navi {
	width:188px;
	float:left;
}

#side_navi li {
	padding-bottom:7px;
}

/* フッター *********************************************/
#footer {
	padding-top:120px;
	padding-bottom:15px;
	width:960px;
	margin:0 auto;
}

/* ロゴ etc... ****/
#footer_etc {
	padding-top:30px;
	text-align:left;
}

#footer_etc p {
	width:430px;
	float:left;
}

#footer_etc p img {
	margin-left:139px;
}

#footer_etc ul {
	width:530px;
	float:left;
}

/* 下層ページ *******************************************/
#content {
	padding-top:120px;
	text-align:center;
}

/* イベント *********************************************/
#event_list ul li {
	padding-top:20px;
	width:320px;
	float:left;
}

/* オプション *******************************************/
#option_list li {
	padding-top:20px;
}

#option_list a {
	display:block;
	width:960px;
	height:159px;
	line-height:159px;
	overflow:hidden;
	background-image:url("../images/op_bg.png");
	background-repeat: no-repeat;
	color:#ffffff;
	font-size:200%;
}

/* オプション-詳細- *************************************/
#o_detail_list {
	padding-top:25px;
}

#o_detail_list h2 {
	width:960px;
	height:100px;
	line-height:100px;
	overflow:hidden;
	background-image:url("../images/op_detail_bg1.png");
	background-repeat: no-repeat;
	color:#ffffff;
	font-size:150%;
}

#o_detail_list dl {
	width:480px;
	height:60px;
	line-height:65px;
	float:left;
	overflow:hidden;
	background-image:url("../images/op_detail_bg2.png");
	background-repeat: no-repeat;
	margin-top:10px;
	text-align:left;
}

#o_detail_list dl dt {
	width:290px;
	float:left;
	margin-left:30px;
}

#o_detail_list dl dd {
	width:160px;
	float:left;
}

/* 求人情報 *********************************************/
#recruit_guidelines {
	padding-top:15px;
	text-align:left;
}

#recruit_guidelines dl {
	width:800px;
	margin:0 auto;
}

#recruit_guidelines dt {
	padding-top:10px;
	padding-left:1.5em;
	padding-bottom:2px;
	border-bottom:1px solid #989898;
	position: relative;
}

#recruit_guidelines dt::after {
	display: block;
	content: '■';
	position: absolute;
	top: 10px;
	left: 0;
	width: 1em;
	height: 1em;
}

#recruit_guidelines dd {
	font-size:85%;
	padding-top:5px;
	padding-left:1.5em;
}

#recruit_form {
	font-size:90%;
	text-align:left;

	width:800px;
	margin:0 auto;
	margin-top:50px;
	background-color:rgba(0,0,0,0.6);
	border:1px solid rgba(255,255,255,0.2)
}

#recruit_form table {
	width:92%;
	margin:0 auto;
	margin-top:10px;
	border-collapse:collapse;
	border-spacing:0;
}

#recruit_form table th {
	font-weight:normal;
	width:26%;
}

#recruit_form table th span {
	margin-left:15px;
	color:#ddc96f;
}

#recruit_form table td {
	padding:8px;
}

#recruit_form table td textarea {
	width:90%;
	height:6em;
	padding:2px;
}

#recruit_form p {
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}

#recruit_txt {
	padding-top:25px;
}

#recruit_txt p:nth-of-type(1) {
	font-size:150%;
}

#recruit_txt p:nth-of-type(2) {
	padding-top:5px;
}

/* 在籍表 ***********************************************/
#comp_list .girl_box {
	width:240px;
	float:left;
	margin-top:30px;
}

/* 出勤表 ***********************************************/
#week_date {
	width:958px;
	background-color:#6c635a;
	border:1px solid rgba(255,255,255,0.2);
	margin-bottom:70px;
}

#week_date ul {
	width:945px;
	margin:0 auto;
	padding:4px 0;
}

#week_date ul li {
	width:135px;
	height:41px;
	line-height:41px;
	float:left;
	background-image:url("../images/sch_bg.png");
	background-repeat: no-repeat;
}

#week_date ul li.sel_date {
	background-image:url("../images/sch_sel_bg.png");
}

#week_date ul li a {
	display:block;
}

.week_0 a {
	color:#ff0000;
}

.week_6 a {
	color:#0000ff;
}

#sch_list .girl_box2 {
	width:320px;
	float:left;
	margin-top:30px;
}

/* ランジェリー/玩具 ************************************/
#various_list ul li {
	width:240px;
	float:left;
	padding-top:40px;
}

.new {
	color:#ff0000;
	font-size:80%;
}

.level1 {
	color:#ffb711;
	font-size:80%;
}

.level2 {
	color:#fcfc37;
	font-size:80%;
}

.level3 {
	color:#ff0000;
	font-size:80%;
}

/* ランジェリー *****************************************/
#lingerie_list_detail {
	padding-top:20px;
}

#lingerie_list_detail .lingerie_box {
	width:240px;
	float:left;
	padding-top:10px;
}

.lingerie_box dl {
	width:212px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.5);
	border:1px solid rgba(255,255,255,0.2);
}

.lingerie_box dl dt{
	padding:2px 5px;
	text-align:left;
}

/* 玩具 *************************************************/
#toy_title {
	width:960px;
	height:100px;
	line-height:100px;
	background-image:url("../images/toy_title_bg.png");
	background-repeat: no-repeat;
	font-size:150%;
	color:#fecb33;
}

#toy_list_detail {
	padding-top:20px;
}

#toy_list_detail .toy_box {
	width:192px;
	float:left;
	padding-top:10px;
}

.toy_box dl {
	width:165px;
	margin:0 auto;
	background-color:rgba(0,0,0,0.5);
	border:1px solid rgba(255,255,255,0.2);
}

.toy_box dl dt{
	padding:2px 5px;
}

.toy_box ul li.li1 {
	float:left;
}

.toy_box ul li.li2 {
	float:right;
}

.toy_box dl .toy_txt {
	width:163px;
	height:100px;
	overflow:auto;
	font-size:80%;
	text-align:left;
	padding-top:2px;
}

/* リンク ***********************************************/
#link_list {
	text-align:left;
	padding-top:30px;
}

#link_list li {
	padding-top:60px;
}

/* 料金 *************************************************/
#course_list {
}

#course_list ul li {
	padding-top:30px;
}

#course_use {
	padding-top:150px;
	text-align:left;
	font-size:85%;
}

#course_use p:nth-of-type(1) {
	padding-top:15px;
}

#course_use ul {
	padding-top:20px;
}

#course_use li {
	padding-top:2px;
	padding-left:2em;
	position: relative;
}

#course_use li::after {
	display: block;
	content: '◆';
	position: absolute;
	top: 2px;
	left: 0;
	width: 1em;
	height: 1em;
}

/* 料金詳細 *********************************************/
#course_detail {
	padding-top:30px;
}

.detail_top {
	width:960px;
	height:84px;
	background-image:url("../images/course_bg_top.png");
	background-repeat: no-repeat;
}

.detail_body {
	width:960px;
	background-image:url("../images/course_bg_mid.png");
	background-repeat: repeat-y;
}

.course_title {
	font-size:260%;
	padding-bottom:30px;
	color:#d5c232;
	font-weight:bold;
	letter-spacing:2px;
}

.detail_body .inside {
	width:900px;
	margin:0 auto;
}

.detail_bottom {
	width:960px;
	height:84px;
	background-image:url("../images/course_bg_bot.png");
	background-repeat: no-repeat;
}

/* プロフィール *****************************************/
#prf_left {
	width:350px;
	float:left;
	text-align:left;
}

#prf_left #name {
	width:337px;
	height:76px;
	line-height:76px;
	overflow:hidden;
	text-align:center;
	background-image:url("../images/prf_name_bg.png");
	background-repeat: no-repeat;
}

#girl_image {
	padding-top:25px;
}

#girl_image p {
	width:330px;
	height:468px;
	background-image:url("../images/prf_img_bg.png");
	background-repeat: no-repeat;
	margin-left:3px;
}

#girl_image p img {
	margin-top:28px;
	margin-left:28px;
}

#girl_image ul {
	padding-top:10px;
	width:337px;
}

#girl_image ul li {
	width:65px;
	height:90px;
	float:left;
	background-image:url("../images/prf_thum_bg.png");
	background-repeat: no-repeat;
	margin-right:3px;
	cursor:pointer;
}

#girl_image ul li.last {
	margin-right:0;
}

#girl_image ul li img {
	margin-top:5px;
	margin-left:6px;
}

#prf_right {
	width:610px;
	float:left;
	text-align:left;
}

#prf_icon {
	height:76px;
	overflow:hidden;
}

#prf_icon ul li {
	width:80px;
	float:left;
	margin-right:8px;
}

#prf_icon ul li.last {
	margin-right:0;
}

#prf_content {
	padding-top:26px;
}

#prf_content .left {
	width:168px;
	float:left;
}

#prf_content .left li {
	padding-bottom:11px;
}

#prf_content .left li.active {
}

#prf_content .right {
	width:442px;
	float:left;
}

#prf_content #content_disp {
	width:442px;
	height:371px;
	padding-top:24px;
	background-image:url("../images/prf_content_bg.png");
	background-repeat: no-repeat;
}

.panels > .panel {
  display: none;
}
.panels > .panel.active {
  display: block;
}

#prf_content #content_disp .panel {
	width:394px;
	height:345px;
	overflow:auto;
	padding-left:24px;
	font-size:80%;
}

/* 女の子特別イベントコース ***/

#cont1 .no_course {
	padding-top:20px;
	text-align:center;
}

#cont1 p {
	color:#f69919;
	text-align:center;
	font-size:140%;
	line-height:1.8;
}

#cont1 p span {
	display:block;
}

#cont1 p:not(:first-child) {
	margin-top:15px;
	border-top:1px dotted rgba(255,255,255,0.3);
}

#cont1 ul {
	width:375px;
	padding-top:10px;
}

#cont1 ul li {
	width:125px;
	float:left;
	padding-top:5px;
	text-align:center;
}

/* キャストデータ ***/
#cont2 #cast_data  {
	width:377px;
}

#cont2 #cast_data .item {
	width:62px;
	float:left;
	font-size:90%;
}

#cast_data .item li {
	height:32px;
	line-height:32px;
	overflow:hidden;
}

#cont2 #cast_data .graph {
	width:315px;
	float:left;
}

#cont2 #cast_data .graph ul {
	width:315px;
	height:340px;
	background-image:url("../images/prf_graph.jpg");
	background-repeat: no-repeat;
}

#cast_data .graph li {
	height:27px;
	position:relative;
	padding-top:5px;
	padding-left:5px;
}

#cast_data .graph li span {
	display:block;
	position:absolute;
}

#cast_data .graph li span.sp1 {
	height:13px;
	top:10px;
	left:5px;
	background-color:#ffffff;
}

#cast_data .graph li span.sp2 {
	width:28px;
	height:22px;
	top:5px;
	right:0;
}

#cast_data .graph li span.sp3 {
	top:0;
	right:-20px;
	color:#ffa201;
	font-weight:bold;
}

/* キャスト可能プレイオプション ***/
#cont3 ul {
	width:375px;
	color:#444444;
	padding-left:15px;
}

#cont3 ul li {
	width:125px;
	float:left;
	padding-top:5px;
}

#cont3 ul li.registration {
	color:#f69919;
}

/* 女の子アンケート ***/
#cont4 dl {
	width:375px;
}

#cont4 dl dt {
	width:358px;
	padding-top:10px;
	padding-left:1.5em;
	position: relative;
	border-bottom:1px dotted #ffffff;
}

#cont4 dl dt::after {
	display: block;
	content: '■';
	position: absolute;
	top: 10px;
	left: 0;
	width: 1em;
	height: 1em;
}

#cont4 dl dd {
	padding-top:5px;
	padding-left:1.5em;
	border-bottom:1px solid #ffffff;
}

#prf_content #movie {
	width:442px;
	height:158px;
	margin-top:16px;
	background-image:url("../images/prf_mov_bg.png");
	background-repeat: no-repeat;
}

#prf_content #movie p {
	text-align:center;
	padding-top:12px;
}

#content_bottom {
	padding-top:30px;
}

#content_bottom .left {
	width:490px;
	float:left;
}

#content_bottom .left ul {
	width:460px;
	height:105px;
	margin-top:16px;
	background-image:url("../images/prf_sch_bg.jpg");
	background-repeat: no-repeat;
	text-align:center;
	font-size:85%;
}

#content_bottom .left ul li {
	width:115px;
	float:left;
	padding-top:34px;
}

.week_0 {
	color:#ff0000;
}

.week_6 {
	color:#0000ff;
}

#content_bottom .right {
	width:470px;
	float:left;
}

#content_bottom .right p {
	margin-top:16px;
	font-size:85%;
}

/* カルテ ***********************************************/
#medical-record .txt {
	padding-top:30px;
	line-height:1.8;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

#medical-record .comp {
	font-size:120%;
}

#medical_form {
	text-align:left;
}

.form_section {
	width:900px;
	margin:0 auto;
	padding:20px 10px;
	font-size:85%;
	background-color:rgba(0,0,0,0.6);
}

.form_section dl dt {
	width:358px;
	padding-top:20px;
	padding-left:1.5em;
	position: relative;

}

.form_section dl dt::after {
	display: block;
	content: '■';
	position: absolute;
	top: 20px;
	left: 0;
	width: 1em;
	height: 1em;
	color:#cf0878;
}

.form_section dl dd {
	padding-left:1.5em;
	padding-top:5px;
}

.form_section textarea {
	width:90%;
	height:8em;
	padding:2px;
}

#form_section1 {
	margin-top:20px;
	padding-bottom:10px;
	border-bottom:1px dotted rgba(255,255,255,0.5);
}

#form_section1 span {
	margin-left:15px;
	color:#ddc96f;
}

#form_section2 {
	padding-bottom:10px;
	border-bottom:1px dotted rgba(255,255,255,0.5);
}

#form_section2 p {
	font-size:140%;
	color:#f9ad1b;
}

#form_section2 dl {
}

#form_section2 .check_box {
	line-height:2;
	padding-bottom:5px;
}

#form_section2 select {
	padding:2px;
}

#form_section3 p:nth-of-type(1) {
	font-size:120%;
	letter-spacing:2px;
}

#form_section3 p:nth-of-type(2) {
	padding-top:5px;
	padding-left:1.5em;
}

#medical_form #btn_area {
	padding-top:50px;
	text-align:center;
}

/* フォーム *********************************************/
input {
	padding:2px;
}

.input_2em {
	width:2em;
}

.input_3em {
	width:3em;
}

.input_4em {
	width:4em;
}

.input_15em {
	width:15em;
}

.input_20em {
	width:20em;
}

.submit {
	width:20%;
	height:30px;
}

/* 女の子サムネイル表示 *********************************/
.girl_box ul {
	width:238px;
	height:400px;
	overflow:hidden;
	margin:0 auto;
	background-image:url("../images/girl_frame.png");
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
}

.girl_box ul .li1 {
	padding-top:44px;
	margin-left:-3px;
}

.girl_box ul .li2 {
	padding-top:5px;
}

.girl_box ul .li3 {
	padding-top:5px;
}

.girl_box ul .li4 {
	font-size:72%;
}

.girl_box .g_icon {
	width:160px;
	margin:0 auto;
}

.girl_box2 ul {
	width:291px;
	height:491px;
	overflow:hidden;
	margin:0 auto;
	background-image:url("../images/girl_frame2.png");
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
}

.girl_box2 ul .li1 {
	padding-top:52px;
	margin-left:-1px;
}

.girl_box2 ul .li2 {
	padding-top:10px;
}

.girl_box2 ul .li3 {
	padding-top:5px;
}

.girl_box2 ul .li4 {
	padding-top:5px;
	font-size:85%;
}


/* グローバルナビゲーション *****************************/
#global_menu {
	width:960px;
	margin:0 auto;
}

.g_navi {
	padding-top:10px;
}

.g_navi li {
	width:181px;
	float:left;
	padding-right:13px;
}

.g_navi li.last {
	padding-right:0;
}
