@charset "shift_jis";

* html body {

	}

*{
	margin		: 0px;
	padding		: 0px;
}

img{
	border-style	: none;
	border-width	: 0px;
vertical-align:top;
}

html, body, div, span, object, iframe,
p, a, h1, h2, h3, h4,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	voice-family: inherit;
  -webkit-text-size-adjust: 100%;
	color:#ffffff;
}

body{
	min-width		: 1200px;
	background-image: url(image/bg_main.jpg);
	font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
}


a{
	color		: #b0793d;
	text-decoration	: none;
}

a:hover{
	color		: #cea04a;
	text-decoration	: underline;
}

h2,h3{
	font-size	: 13px;
	font-weight	: normal;
}

ul,li{
	margin:0;
	padding:0;
	list-style:none;
	}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt95{margin-top:95px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mr10{margin-right:10px;}
.ml10{margin-left:10px;}

.fs13{font-size:13px;}
.fs14{font-size:14px;}


.pb10{padding-bottom:10px;}
.w100{width:100px;}
.w200{max-width:200px;}
.w240{max-width:240px;}
.fl-l{float:left;}
.fl-r{float:right;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.bn{text-align:center;}
.red{color:#ff0000;}
.violet{color:#c71585;}
.blue{color:#4169e1;}
.pink{color:#fc337d;}
.bold{font-weight:bold;}
.t_c{color:#a76ea6;}


/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.fs11 { font-size: 11px; }
.material-icons.fs12 { font-size: 12px; }
.material-icons.fs13 { font-size: 13px; }
.material-icons.fs14 { font-size: 14px; }
.material-icons.fs15 { font-size: 15px; }
.material-icons.fs16 { font-size: 16px; }
.material-icons.fs17 { font-size: 17px; }
.material-icons.middle {vertical-align:middle;}
.material-icons.base {vertical-align:-10%;}
.material-icons.base2 {vertical-align:-20%;}



/* 背景が明るいとき用のアイコン色 */
.material-icons.dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.dark.inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.light { color: rgba(255, 255, 255, 1); }
.material-icons.light.inactive { color: rgba(255, 255, 255, 0.3); }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

#bg{
	width			: 100%;
	background-color: #fff;
	background-image: url(image/bg_main.jpg);
	background-position: top center;
	z-index:100;
}

#main_logo {
	width: 100%;
	margin: 0 auto 0;
}


#main_logo h1{
	width: 100%;
    background-color: #d5353c;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}


#main_logo .header_inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#main_logo .header_logo {
	width: 100%;

	margin:0 auto ;
    text-align:center;
}
#main_logo .header_info {
	width: 330px;
	height: 75px;
	margin: 0;
	padding: 0;

}


#header_tel{
  max-width:100%;
  text-align:center;
  margin:0 auto;
color:#fff;
  padding:7px 5px 4px;
background-color:#d5353c;
}
#header_tel .telbox{
  max-width:1200px;
  margin:0 auto;
padding 10px 0;
}
#shop_open {
  font-size: 18px;
  color:#fff;
  line-height:1.6;

}

#shop_open span {
  font-size: 13px;
  
}

#shop_tel {
  text-align:center;
  font-size: 20px;
  
}

#shop_tel span {
  font-size: 28px;
  margin: 0 0 0 5px;
  vertical-align: -2px;
}

.radius_cell{
  position:relative;
  margin:10px;
  font-size:13px;
	line-height:1.6;
color:#fff;
}



/*---------------------------------
  main
-----------------------------------*/

#main{
	width: 100%;
	text-align: center;
	padding: 10px 0 20px 0;
}

#info_top{
	clear: left;
	width: 1100px;
	margin: 0 auto 100px auto;
	text-align:left;
	display:block;
}

#info_top_l{
	width: 350px;
	float: left;
}

#info_top_r{
	width: 750px;
	float: left;
}

#info_mid{
	width: 1100px;
	margin: 20px auto 0 auto;
	float: left;
}

#info_mid_l{
	width: 780px;
	float: left;
}

#info_mid_r{
	width: 310px;
	float: left;
	margin-left:10px;
}

#info_mid_r ul{
	margin-top:10px;
}
#info_mid_r li{
	width: 310px;
	float: left;
	margin-bottom:5px;
}


#info_top:after,
#info_mid:after{
	content			: "";
	display			: block;
	clear			: both;
}

#main_contents2{
  width:1040px;
  margin: 30px auto;
  padding: 0 0 60px;
  overflow: hidden;
}

#main_contents3{
  width:1040px;
  margin: 30px auto;
  padding: 0 0 60px;
}

#main_inside{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

#content{
  float: right;
  width: 700px;
  margin:0 0 20px 20px;
  padding:0;
}

#main_contents h4,#main_contents2 h4,#main_contents3 h4 {
	width: 1040px;
	background-color: #a55c4d;
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color: #ffffff;
	font-size: 16px;
	font-weight:500;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	overflow:hidden;
}

#main_contents h5,#main_contents2 h5,#main_contents3 h5 {
	width: 1000px;
	background-color: #a55c4d;
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
    font-weight: normal;
	overflow:hidden;
}

#content h3,#diary_content h3,#main_inside h3 {
	width: 970px;
	background-color: #d5353c;
	background-image:  url(image/h.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	color: #fff;
	font-size: 16px;
	font-weight:500;

	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
    font-weight: normal;
}


/*---------------------------------
  pickup
-----------------------------------*/

#pickup{
	width: 330px;
	background: #fff;
}

#pickup .photo{
	font-size: 0;
	line-height: 0;
	padding: 15px 0 0 15px;
}
#pickup .photo img{
	width: 100%;
	height:auto;
}


.flex-caption{
	margin-top:10px;
    width: 100%;
    font-size: 11px;
	line-height: 18px;
	text-align: center;
    margin: 0px;
    padding: 10px 0 10px 0;
    color: #ffffff;
    background: #fff;
	display: block;
}



#pickup div p.name{	
    width: 260px;
    font-size: 13px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
    margin:0 auto;
    text-align:center;
    }
#pickup div p.name a{	font-size: 15px;}
#pickup div p.size{	font-size: 13px;}
#pickup div p.name a{	color: #cea04a;}
#pickup div p.name em,#pickup div p.size em{color: #cea04a;}
#pickup div p.size span{	color: #cea04a;}

.mobile_bana{
	width: 330px;
	margin:10px 0 0 0;
	text-align:left;
}

/*---------------------------------
  TOP_RIGHT
-----------------------------------*/

#slide{
	width: 750px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
	border: 2px solid #fff;
}

#event_info{
	width: 750px;
	height: 282px;
	color: #ffffff;
}

#event_info h3{
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	padding: 14px 0 5px 20px;
	
    color:#ffffff;
}

#event_info h3 em{
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
}

#event_info .inner{
	width:730px;
	height:220px;
	overflow:auto;
	padding:5px;
	margin:0 auto;
	background:#fff;
	}
#event_info .inner .one {
	width:100%;
	height:auto;
	border-bottom:1px dotted #ffffff;
	padding:15px 0;
	}
#event_info .inner .one .img {
	width:150px;
	height:133px;
	float:left;
	margin:5px 5px 10px 5px;
	}
#event_info .inner .one .textArea{
	width:530px;
	height:auto;
	float:left;
	margin:5px 0 0 10px;
	font-size:14px;
	}
#event_info .inner .one .textArea .date{
	color:#ffffff;
	font-size:13px;
	border-bottom:1px dotted #ffffff;
	margin-bottom:5px;
	padding-bottom:5px;
	}
#event_info .inner .one .textArea .title{
	color:#d5353c;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #ffffff;
	margin-bottom:5px;
	padding-bottom:5px;
	}
#event_info p{
	color:#ffffff;
	}

/*---------------------------------
  NEW_FACE
-----------------------------------*/

#new_f{
	margin-bottom:10px;
	overflow: hidden;
}

h4{
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	margin: 0 0 10px 0;
	padding: 15px 0 11px 20px;
	background: #a55c4d;
    font-weight:normal;
	
}
h4 em{
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
	color: #ffffff;
  
}

#new_f ul{
	margin: 0 0 10px 0;
}

#new_f li{
	width: 145px;
	height: 300px;
	font-size: 13px;
	text-align: center;
	margin: 0 9px 10px 0;
	background: rgba(242,120,137,0.8);
    border:1px solid #f27889;
	float: left;
}

#new_f li:nth-child(5n){
	margin-right: 0;
}

#new_f li .thum{
	width:130px;
	height:173px;
	margin: 2px auto;
	position: relative;
}

#new_f li p{
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

#new_f li .txt{
	width:125px;
	height:18px;
	color: #ffffff;
	text-align: center;
	margin: 5px auto 0px;
	background: rgba(255,255,255,0.7);
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	padding:3px;
	border-radius: 2px;
}

#new_f li .icon{
	background-color: #c85263;
	text-align: center;
	width: 130px;
	height: 20px;
	line-height:1.8;
	color: #fff;
	font-size: 12px;
	margin:2px auto 5px;
}

#new_f li .icon span{
	color: #fff;
	text-align:center;
	padding:5px;
}

#new_f li .name{
	width:130px;
	text-align: center;
	margin: 3px auto;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	}
#new_f li .name a{
	color:#fff;
	}
#new_f li p.size{
	font-size: 14px;
	line-height:1.4;
	}

#new_f li p.size em{
	font-size: 12px;
	}
#new_f li p.size span{
	font-size: 13px;
	color: #ffffff;
	}

#new_f .todayFlog {
	position: absolute;
	bottom:-3px;
	left:2px;
	z-index: 2;
}

/*---------------------------------
	新着情報
-----------------------------------*/

#news_info{
	width: 776px;
	height: 320px;
margin-bottom:30px;
	color: #ffffff;
	border: 2px solid #fff;
background-color:#fff;
}

#news_info h3{
	font-size: 11px;
	font-weight: normal;
	line-height: 26px;
	padding: 14px 0 5px 20px;
}

#news_info h3 em{
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
}

#news_info .inner{
	width:760px;
	height:300px;
	overflow:auto;
	padding:5px;
	margin:0 auto;
	color:#ffffff;
	}
#news_info .inner .one {
	width:100%;
	height:auto;
	border-bottom:1px dotted #ffffff;
	padding:15px 0;
	}
#news_info .inner .one .img {
	width:170px;
	height:133px;
	float:left;
	margin:5px 5px 10px 5px;
	}
#news_info .inner .one .textArea{
	width:530px;
	height:auto;
	float:left;
	margin:5px 0 0 10px;
	font-size:14px;
	color:#ffffff;
	}
#news_info .inner .one .textArea .date{
	color:#ffffff;
	font-size:13px;
	border-bottom:1px dotted #ffffff;
	margin-bottom:5px;
	padding-bottom:5px;
	}
#news_info .inner .one .textArea .title{
	color:#d5353c;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #ffffff;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:bold;
	}


/*---------------------------------
	写メ日記
-----------------------------------*/

#site-blog-box {
	text-align: center;
	margin: 0 auto 15px;
	padding: 5px 1px;
	width: 310px;
	display: table;
	table-layout: fixed;
}
.blog-card:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.blog-card {
	padding: 0 0 0 2px;
    display: table;
    table-layout: fixed;
    height: auto;
	color: #ffffff;
	width: 305px;
	font-size: 60%;
}
.blog-card li {
	display: inline-block;
	width: 96px;
	height: auto;
	background-color: #fff;
	border: 1px solid #cccccc;
	margin-right: 2px;
	margin-bottom:5px;
	text-align: center;
}
.blog-card li:last-child {
	margin-right: 0px;
}

.blog-card .diary_box .inner {
	margin:0;
	display:inline-block;
	text-aling: center;
}
.blog-card .diary_box .title {
	width:80px;
	padding: 2px 0;
	margin:0 auto;
	color: #ffffff ;
	font-size:11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.blog-card .diary_box .blog-image {
	position: relative;
	z-index: 1;
	width: 96px;
	height: 104px;
	display: flex;
	flex-direction: column;
	align-items: center;
	object-fit: cover;
}
.blog-card .diary_box .blog-image img {
 	position: absolute;
	margin: auto;
	width: 95px;
	height: 104px;
	object-fit: cover;
}
.blog-card .diary_box .blog-info {
	position: absolute;
	left: 0px;
    bottom: 0px;
	width: 89px;
	padding: 4px 4px;
	background-color: #4c384a;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #ffffff;
    opacity: 0.6;
	z-index: 2;
	font-size:11px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

/*---------------------------------
	動画
-----------------------------------*/

.sb_movie {
	height: auto;
	text-align: center;
	margin: 0 auto 10px;
}
.sb_movie_body {
	padding: 10px;
}
.sb_movie_body p {
	padding: 3px 0;
	font-size: 10;
}
.sb_movie_body p a {
	font-size: 14px;
}
.sb_movie_body p a span {
	font-size: 12px;
}
.sb_movie iframe {
	margin: 0 auto;
}

.video_com{
    width: 176px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
    margin:0 auto;
    text-align:center;
	width:100%;	
	font-size: 14px;
	text-align:center;
	margin:4px auto;
}


.video_com span{
	color:#cea04a;
	font-size: 13px;
}
#sidebar .sb_movie div.fmovie {
	width: 176px;
	height: 132px;
	display: block;
	margin: 5px auto;
}

/*----------------------------------
TOPメルマガ
---------------------------------- */

#maga{
	width			: 306px;
	height			: 200px;
	border:3px double #644b26;
}

#maga div{
	font-size		: 12px;
	line-height		: 1.6;
	padding			: 10px 10px;
    color:#ffffff;
}

#maga p{
	padding			: 10px;
	text-align:center;
}


.btn_maga {
	width: 80%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+49,f1f1f1+49,e1e1e1+50,f6f6f6+100 */
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 49%, #f1f1f1 49%, #e1e1e1 50%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 49%,#f1f1f1 49%,#e1e1e1 50%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 49%,#f1f1f1 49%,#e1e1e1 50%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bbbbbb;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.1),inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.1),inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.1),inset 0px 0px 2px rgba(255,255,255,1);
    margin:0 auto;
	}
.btn_maga a{
    font-size:14px;
    text-align:center;
	display: block;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),0px 1px 0px rgba(255,255,255,1);
	color: #ffffff;
    line-height:2;
	}



/*----------------------------------
TOP出勤
---------------------------------- */

#schedule{
	clear: left;
	width: 780px;
	margin: 40px auto 0;
}

#schedule h3{
	display: inline-block;
	width: 780px;
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
	position: relative;
	font-weight:Regular;
	padding: 0;
	margin:0 auto 30px;
	color:#b0793d;
}

#schedule h3:before, #schedule h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 200px;
  height: 2px;
  border-top: solid 1px #b0793d;
  border-bottom: solid 1px #b0793d;
}

#schedule h3:before {
  left:0;
}
#schedule h3:after {
  right: 0;
}


#schedule .girl_box{
	margin:0 auto;
	text-align:center;
}

#schedule  ul.girl_box{
	margin-right: -10px;
	list-style: none;
}

#schedule  ul.girl_box li{
	float: left;
	width: 253px;
	height: 434px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	background:#fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	position:relative;
	z-index:0;
}

#schedule .girl_box .catch {
	width:240px;
	height: 20px;
	background-color: #f27889;
	color: #FFF;
	text-align:center;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding:0 6px;
	line-height:1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#schedule .girl_box .profile_pic {
	width: 220px;
	height: 293px;
	margin: 15px auto 15px;
	overflow:hidden;
	position:relative;
}

#schedule .new{
	background-color: #ff0000;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	padding:5px;
	position:absolute;
	top:15px;
	left:16px;
}

#schedule .girl_box .name {
	width:230px;
	margin:0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size:15px;
    color: #11a8ff;
}


#schedule .girl_box .size {
	font-size:13px;
	color:#ffffff;
}

#schedule .girl_box .schtime {
	font-weight: bold;
	font-size:18px;
	color:#ffffff;
}

#schedule  ol{
}

#schedule .girl_t_left{
	background-color: #f96285;
	float: left;
	text-align: center;
	width: 122px;
	height: 20px;
	color: #FFF;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 0px;
	line-height:1.9;
	z-index:100;
}

#schedule .girl_t_right{
	background-color: #7ab1ff;
	float: right;
	text-align: center;
	width: 122px;
	height: 20px;
	color: #FFF;
	font-size: 12px;
	margin-top: 0px;
	line-height:1.9;
	z-index:100;
}


#schedule .cast_list_icon01 {
	width: 218px;
	line-height: 2;
	background-color: rgba(39,39,39,0.8);
    border: 1px solid #272727;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:278px;
	left:16px;
	z-index: 8888;
	}
	
#schedule .cast_list_icon02 {
	width: 218px;
	line-height: 2;
	background-color: rgba(176,121,61,0.8);
    border: 1px solid #b0793d;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:278px;
	left:16px;
	z-index: 8888;
	}

#schedule .cast_list_icon03 {
	width: 218px;
	line-height: 2;
	background-color: rgba(195,89,193,0.8);
    border: 1px solid #c359c1;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:278px;
	left:16px;
	z-index: 8888;
	}


/*---------------------------------
	nav
-----------------------------------*/

nav{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 2px 0;
	background: #d5353c;
}

nav ul{
	position: relative;
	margin: 0;
	padding: 0;
}

nav ul li{
	display: inline-block;
	position: relative;
	margin: 0 1px 0 0;
	background: rgba(255,255,255,0.1);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

nav ul li:hover{
	background-color: rgba(255,255,255,0.3);
}

nav ul li a{
	display: inline-block;
	width: 122px;
	color: #fff;
	padding: 18px 0 17px 0;
	font-size: 11px;
	line-height: 1.3;
}

nav ul li a:hover{
	color: #fff;
	text-decoration: none;
}

nav li a em{
	font-size: 16px;
	font-weight:500;
	letter-spacing: 1px;
	color: #fff !important;
}



/*---------------------------------
  footer
-----------------------------------*/

footer{
	clear			: left;
	width			: 100%;
	position		: relative;
	background-color:#d5353c;
}

footer h2{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 10px;
	padding: 100px 0 55px 100px;
    font-weight:Regular;
	text-align:center;
}

a#gotop{
	display: block;
	width: 100px;
	height: 100px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	background: #d5353c;
	border-radius: 100%;
	position: absolute;
	top: -51px;
	left: 50%;
	margin-left: -50px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
    font-weight:Regular;
}

a#gotop em{
	display: inline-block;
	background: url(image/gotop.gif) no-repeat top center;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

a#gotop:hover{
	text-decoration: none;
	background: #a55c4d;
}

#fmenu{
	width: 700px;
	height: 220px;
	margin-left: 400px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: relative;
}

#fmenu div{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	text-align: left;
	margin: 80px 10px 20px 20px;
}

#fmenu ul{
}

#fmenu li{
}

#fmenu li a{
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
    
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

#fmenu li a:hover{
	text-decoration: none;
	color: #b0793d;
}


#fmenu .logo{
	width: 300px;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 30px;
	left:-150px;
}

#fmenu .logo img{
	width: 300px;
	height:auto;
}
#fmenu .telopen{
	width: 350px;
	font-size: 14px;
	line-height: 20px;
	color: #b0793d;
	position: absolute;
	top: 140px;
	left:-170px;
	text-align:center;
	
}

#copyright{
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	background: #a55c4d;
	padding: 32px 0;
	text-align:center;
}

#copyright a{
	color: #fff;
	text-decoration: none;
}

#copy{
	color: #fff;
	text-decoration: none;
}

/*---------------------------------
  rollover
-----------------------------------*/

.fade{
	display			: inline-block;
	padding			: 0;
	background		: #ffffff;
}

.fade img,
.fade input{
	vertical-align: bottom;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade img:hover,
.fade input:hover{
	opacity			: 0.7;
	filter			: alpha(opacity=70);
}

/*---------------------------------
  パンくずナビ
-----------------------------------*/
.breadcrumb{
	text-align:left;
	padding:10px 0 10px 0;
	
	font-size:14px;
	}

.breadcrumb ul{
	}

.breadcrumb li{
	display:inline-block;
    color:#ffffff;
	}

.breadcrumb li a:hover{
	color:#b0793d;
	}

.breadcrumb li img{
	vertical-align:bottom;
	}

.breadcrumb li:after{
	content:">";
	position:relative;
	top:-1px;
	margin:0 0 0 3px;
	}

.breadcrumb li:last-child:after{
	content:"";
	}


/*---------------------------------
	動画
-----------------------------------*/
.box_movie{
	display:table;
}
.box_movie+ul{
	margin-top:16px;
}
.item_movie{
	width:326px;
	border:1px solid #3e3e3e;
	display:table-cell;
	vertical-align:top;
	float:left;
	margin:5px 12px 5px 0;
}
.item_movie:nth-child(3n){
	margin:5px 0 5px 0;
}
.box_video{
	position:relative;
}

.uptime{
	color:#fff;
	font-size:12px;
	text-align:center;
	width:110px;
	height:25px;
	line-height:25px;
	background:rgba(176,121,61,0.7);
	position:absolute;
	right:8px;
	bottom:-48px;
}
.girls_date{
    width: 310px;
	padding:0 8px;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
    text-align:left;
    color:#b0793d;
}
.girls_name{
    padding:0 8px;
	font-size:13px;
	font-weight:normal;
    line-height:1.4;
}

.girls_comment{
	margin-top:10px;
	padding:8px;
}
.movie_btn{
	width:290px;
	color:#fff;
	font-size:13px;
	text-align:center;
	display:block;
	background:url(image/arrow.png) no-repeat 280px center #2c2c2c;
	position:relative;
	margin:10px auto ;
	padding:10px 10px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
    text-align:center;
}

.movie_btn:hover{
	width:290px;
	color:#fff;
	text-align:center;
	display:block;
	background:url(image/arrow.png) no-repeat 280px center #f96285;
	position:relative;
	margin:10px auto ;
	padding:10px 10px;
	text-decoration:none;
}

.movie_btn:after{
	content:"";
	width:0;
	height:0;
	border-top:10px solid #f96285;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #f96285;
	position:absolute;
	top:0;
	left:0;
}


/*---------------------------------
	週間出勤表
-----------------------------------*/

#week_schedule{
	width:1000px;
	clear: left;
	margin: 40px auto 0;
}

.wrap_tableSchedule{
	padding:0 30px;
	margin:20px auto;
}
.table_schedule{
	display:table;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	font-size:16px;
}
.item_tableSchedule{
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	width:162px;
	height:56px;
	line-height:56px;
	background:#fff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	-webkit-transition:background ease 0.1s;
	-moz-transition:background ease 0.1s;
	-ms-transition:background ease 0.1s;
	transition:background ease 0.1s;
	display:table-cell;
	position:relative;
	font-size:16px;
}
.item_tableSchedule a{
	color:#ffffff;
    text-decoration:none;
}

.tableSchedule_on{
	cursor:default !important;
	color:#fff;
	text-decoration:none;
	background:#d5353c;
	position:relative;
	width:162px;
	height:56px;
	line-height:56px;
}
.tableSchedule_on:before{
	content:"";
	width:159px;
	height:54px;
	border:2px solid #d5353c;
	position:absolute;
	top:-1px;
	left:-1px;
}
.tableSchedule_on:after{
	content:"";
	width:0;
	height:0;
	border:7px solid transparent;
	border-top:7px solid #d5353c;
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left:-7px;
}
.item_tableSchedule:not(.tableSchedule_on):hover{
	color:#c70404;
	text-decoration:none;
	background:#fff;
}
.wrap_girls .tit_type6{
	margin:30px 10px;
}



#week_schedule .girl_box{
	margin:0 auto;
	text-align:center;
}

#week_schedule .girl_box ul{
	margin-right: -10px;
	list-style: none;
}

#week_schedule .girl_box ul li{
	float: left;
	width: 240px;
	height: 439px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	position:relative;
}

#week_schedule .girl_box .catch {
	width:227px;
	height: 20px;
	background-color: #f27889;
	color: #FFF;
	text-align:center;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding:0 6px;
	line-height:1.6;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#week_schedule .girl_box .profile_pic {
	width: 220px;
	height: 293px;
	margin: 15px auto 15px;
	overflow:hidden;
	position:relative;
}

#week_schedule .new{
	background-color: #ff0000;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	padding:5px;
	position:absolute;
	top:15px;
	left:10px;
}

#week_schedule .girl_box .name {
	width:220px;
	margin:0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size:15px;
    color: #ffffff;
}


#week_schedule .girl_box .size {
	font-size:13px;
    color: #ffffff;
}

#week_schedule .girl_box .schtime {
	font-weight: bold;
	font-size:16px;
	color:#d5353c;
}

#week_schedule .girl_t_left{
	background-color: #f96285;
	float: left;
	text-align: center;
	width: 124px;
	line-height:1.8;
	height: 20px;
	color: #FFF;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 0px;
}

#week_schedule .girl_t_right{
	background-color: #7ab1ff;
	float: left;
	text-align: center;
	width: 124px;
	line-height:1.8;
	height: 20px;
	color: #FFF;
	font-size: 12px;
	margin-top: 0px;
}


#week_schedule .cast_list_icon01 {
	width: 210px;
	line-height: 30px;
	background-color: rgba(39,39,39,0.8);
    border: 1px solid #272727;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:230px;
	left:10px;
	z-index: 8888;
	}
	
#week_schedule .cast_list_icon02 {
	width: 210px;
	line-height: 30px;
	background-color: rgba(176,121,61,0.8);
    border: 1px solid #b0793d;
	font-size: 14px;
	color: #ffffff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:210px;
	left:10px;
	z-index: 8888;
	}

#week_schedule .cast_list_icon03 {
	width: 210px;
	line-height: 30px;
	background-color: rgba(195,89,193,0.8);
    border: 1px solid #c359c1;
	font-size: 14px;
	color: #ffffff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:210px;
	left:10px;
	z-index: 8888;
	}

/*----------------------------------
システム
---------------------------------- */

#price_top {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.price_sys ul{
	margin: 50px -15px 10px 15px;
	overflow: hidden;
}

.price_sys ul li{
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d94a50;
	font-size:13px;
}

.price_tittle {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.price_option ul{
	margin: 20px -6px 10px 6px;
	overflow: hidden;
}

.price_option ul li{
	float: left;
	width: 232px;
	margin: 5px 10px 5px 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d94a50;
	font-size:13px;
}

/*------------------------------------------------------------
　system
-------------------------------------------------------------*/

.tit_system1{
	font-size:20px;
font-weight:700;
	border-bottom:2px solid #ffffff;
	padding-bottom:10px;
	margin-top:20px;
	
    color:#ffffff;
}
.tit_system1 span{
	font-size:14px;
	font-weight:normal;
	margin-left:10px;
    color:#ffffff;
}

/*------------------------------------------------------------
　コース料金
-------------------------------------------------------------*/

.sec_course h2{
	margin-bottom:30px;
}
.box_course{
	width:930px;
	margin:0 auto 20px;
}
.item_course{
	display: inline-block;
    vertical-align: top;
	width:450px;
	margin:10px auto;
	margin-right:10px;
}

.item_course dt{
	width:450px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	height:45px;
	line-height:45px;
	background:#ffba00;
	position:relative;
} 
.item_course dt:before{
	content:"";
	width:0;
	height:0;
	border:10px solid transparent;
	border-top:8px solid #ffba00;
	position:absolute;
	bottom:-18px;
	left:50%;
	margin-left:-10px;
}
.item_course ul{
	border-right:1px solid #ffba00;
	border-bottom:1px solid #ffba00;
	border-left:1px solid #ffba00;
	background:#fff;
}
.item_course .em{
	font-size:14px;
	text-align:center;
	line-height:40px; 
	background:#f96285;
}
.item_course li+li{
	border-top:1px dotted #ffba00;
}

.course_item2{
	height:36px;
	line-height:36px;
	width:450px;
	display: table;
    color:#ffffff;
}
.item_course .target{
	font-size:16px;
	margin-left:40px;
	width: 50%;
	display: table-cell;
	text-align:center;
    color:#ffffff;
}
.item_course .date{
	padding-top:3px;
	font-size:18px;
	font-weight:bold;
	width: 50%;
	display: table-cell;
	text-align:center;
	margin-right:40px;
    color:#ffffff;
}


/*---------------------------------
	写メ日記
-----------------------------------*/

#side_menu{
	float:left;
	width:300px;
	margin:0;
}

#side_menu h1{
	width: 100%;
	font-size:100%;
	margin-bottom:10px;
}

#side {
	float: left;
	margin: 0 0 0 10px;
	width: 300px;
}
#side_menu > section {
	position: relative;
	margin: 0 0 10px;
	border: solid 1px #ffffff;
}
#side_menu > section .secTtl {
	position: relative;
	padding: 8px 0;
	font-size: 100%;
	line-height:1.4;
	color:#fff;
	background: #ab4f63;
	border-bottom: solid 1px #519d99;
	font-weight: bold;
	text-align: center;
	
}
#side_menu > section .inner {
	padding: 10px;
	color:#ffffff;
	text-align:center;
	margin-left:5px;
}

#archive{
	width:300px;	
	background:#fff;
}

#archive .inner{
	padding: 7px;
	width:300px;
	height:auto;
	text-align:center;
	}

#archive ul{
	overflow: hidden;
}

#archive li {
	list-style-position: inside;
	list-style-image: url(image/arrow.gif);
	text-align: center;
	float:left;
	line-height:1.6;
	font-size:13px;
}

#archive li a:hover{
	color:#ffffff;
	
}

#calendar{
	width:300px;	
	background:#fff;
	text-align:center;
}

#calendar #text{
	color:#ffea00;
	text-align:center;
	margin:10px auto;
	height:30px;
}

#text ul{
	float:left;
	position:relative;
	left:50%;
	}

#text ul li{
position:relative;
   left:-50%;
	}
	

#calendar .week,
#calendar .date {
	display: block;
	text-align: center;
}

#calendar em{
	color:#ffffff;
}



#calendar .week li,
#calendar .date li a {
	float: left;
	margin: 0 0 5px;
	width: 14%;
	font-size: 14px;
	color:#ffffff;
	text-align: center;
}

#calendar .week li a,
#calendar .date li a {
	color:#ffffff;
}


#calendar .week li.sat {
	color: #00f;
}
#calendar .week li.sun {
	color: #f00;
}

#diary_content{
  width:690px;
  padding:0 5px;
  margin: 0 0 0 20px;
  float:left;
}

.blog2{
	border:double 2px #ab4f63;
	background:url(image/blog_bg.gif) left top repeat;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	}

.blog2 .photoimg{
	border:1px solid #999;
	padding:5px;
	margin-top:10px;
	background-color:#ffffff;
	float:left;
	text-align:center;
	}

.blog2 .photoimg:hover{
	filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity:0.7;
	}

.blog2 h3.fukidashi {
    background:#ab4f63;
	position: relative;
	color: #fff;
	font-size: 20px;
	margin: 0px 3px 10px 3px;
	padding:10px 10px;
	border-radius: 3px;
	color:#fff;
	}


.blog2 .name {
	margin: 10px auto;
	padding: 10px;
	border-bottom:1px dotted #333333;
	text-align:right;
	font-size:14px;
}
.blog2 .name a {
	color: #ab4f63;
}

.blog2 .wrapnote {
	width:403px;
	float:left;
	margin: 10px 20px 10px 0px;
	padding: 0 0 10px 10px;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size:14px;
}

.blog2 .wrapnote2 {
	width:735px;
	float:left;
	margin: 10px 0 10px 20px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	line-height:1.5;
	font-size:14px;
}

/*----------------------------------
ページャー
---------------------------------- */
.m_page_title{
	width: 98%;
	text-align:right;
	margin-bottom:10px;
	/*height:60px;*/
	font-size:13px;
}

.m_page_title > p {
	float:left;
	margin-left:20px;
	margin-top:15px;
}

.m_page_title .pager{
	float: right;	
	width:300px;
	margin: 10px 0 5px 0;
    color:#ffffff;
}
.m_page_title .pager_left{
	float: left;
}
.m_page_title .pager_right{
	float: right;
}
.m_page_title .pager_top_right{
	float:right;
	font-size:12px;
	vertical-align:0.97em;
}
.m_page_title .pager_right a{
	display:block;
	text-decoration:none;
	padding:5px;
    color:#ffffff;
}
.m_page_title .pager_right a:hover{
	color:#ffffff;
}

.m_page_title .pager_right{
	display: block;
	zoom: 1;
	text-decoration: initial;	
}
.m_page_title .pager_active{
	background:#9C9C9C!important;
	color:#FFF;
	padding:5px;
}

.m_page_title .pager li{
	float: left;
	text-align: center;
	width: 22px;
	margin: 0 2px;
	border: 1px solid #A2A2A2;
	background: #E7E7E7;
	color: #ffffff;
}
.m_page_title .pager li:hover{
	background:#9C9C9C;
}

.m_page_title .Re{
	width: 60px!important;
}

.m_page_title{
	position:relative;
}
.m_page_title > ul{
	position:absolute;
	right:0;
}

.m_page_title > ul > li {
   background-color: #CCCCCC;
   display: block;
   float: left;
   font-size: 11px;
   margin: 0 5px;
   padding: 5px;
	min-width:10px;
}
.m_page_title > h2 > ul > li{
	float:left;
	font-size:11px;
	padding:5px;
	margin:0 5px;
	background-color:#CCCCCC;
	display:block;
}
.m_page_title > h2+.clearfix p{
	margin-top:15px;
	margin-left:10px;
	display:inline-block;
}

/*---------------------------------
	お問い合わせ
-----------------------------------*/

.form_txt{
	padding-top:20px;
	padding-bottom:20px;
	margin:0 30px 30px;
	text-align:center;
}
.form{
	width:780px;
	margin:0 auto;
}
.form_box{
	margin-top:60px;
}

.required{
	font-size:13px;
	text-align:center;
	width:50px;
	height:20px;
	line-height:20px;
	background:#c70404;
	border-radius:3px;
	display:inline-block;
	margin:2px 0 0 10px;
	padding:3px;
    color:#fff;
}

input[type="text"],
input[type="email"],
input[type="number"]{
	font-size:16px;
	height:52px;
	border:4px solid #f0f0f0;
	padding:0 10px;
}
textarea{
	width:752px;
	height:92px;
	border:4px solid #f0f0f0;
	padding:10px;
	resize:vertical;
}
.input_w_long{
	width:752px; 
}
.m20{
	margin:20px 0;
}
.m30{
	margin:30px 0;
}
.tit_service{
	color:#fb3690;
	font-size:18px;
	font-weight:bold;
	position:relative;
	margin-bottom:15px;
}
.caution_service{
	position:absolute;
	top:24px;
	left:0;
	margin:0;
}
.tit_form{
	font-size:18px;
	font-weight:bold;
	border-bottom:2px solid #4a4737;
	padding-bottom:10px;
}


input[class^="btn_"]
,a[class^="btn_"]{
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:450px;
	border-radius:4px;
	display:block;
	margin:40px auto 0;
	padding:10px;
}

.btn_enter{
	color:#fff;
	background:url(image/arrow.png) no-repeat 413px center #2c2c2c;
	border-style: none;
}
.thanks{
	text-align:center;
	width:780px;
	height:100px;
	line-height:24px;
	background:url(../images/form/thanks.png) no-repeat;
	padding-top:200px;
	margin:0 auto;
}
input[class^="btn_"]:hover,
a[class^="btn_"]:hover{
	opacity:0.8;
}
input[type="email"]{
	-moz-appearance:textfield;
}

.thanks_txt{
	text-align:center;
	line-height:24px;
	margin-top:40px;
}

.err-text{
	width:100%;
	margin:30px auto;	
	font-size:15px;
	color:#ff0000;
}

.home_btn {
	display:block;
	text-shadow: 0 1px #efefef;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: #CCCCCC 1px solid;
	margin:10px auto;
	text-align: center;
	width: 40%;background: -moz-linear-gradient(top, #FFFFFF, #efefef);
	background: -webkit-gradient(linear, left top, left bottom,
	color-stop(0, #FFFFFF), color-stop(100%, #efefef));
	}
	
.home_btn a {
	display: block;
	padding: 20px 0;
	color:#ffffff;
	text-decoration:none;
	font-size: 14px;
	}


/*---------------------------------
	求人情報
-----------------------------------*/

.main_in_s {
	width: 900px;
	margin:20px auto;
	font-size:15px;
}

.item_job{
	width:900px;
	padding-top:30px;
	margin:0 auto;
}

#job table{
	width:900px;
	text-align:left;
	border-top:1px solid #e8e7e7;
	border-bottom:1px solid #e8e7e7;
	margin:30px 0;
}
#job tr+tr{
	border-top:1px dotted #e8e7e7;
}

#job th{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	width:200px;
	background:#2c2c2c;
	padding:20px;
}
#job td{
	padding:20px;
	font-size:14px;
}

/*----------------------------------
在籍
---------------------------------- */

#week_schedule .girl_box2{
	margin:0 auto;
	text-align:center;
}

#week_schedule .girl_box2 ul{
	margin-right: -10px;
	list-style: none;
}

#week_schedule .girl_box2 ul li{
	float: left;
	width: 240px;
	height: 398px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
	background:#fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	position:relative;
}

#week_schedule .girl_box2 .catch {
	width:227px;
	height: 20px;
	background-color: #f27889;
	color: #FFF;
	text-align:center;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding:0 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#week_schedule .girl_box2 .profile_pic {
	width: 220px;
	height: 300px;
	margin: 7px auto 0;
	position:relative;
}

#week_schedule .girl_box2 .name {
	width:220px;
	margin:0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size:15px;
    color: #ffffff;
}

#week_schedule .girl_box2 .size {
	font-size:14px;
    color: #ffffff;
}

#week_schedule .girl_box2 .name span {
	font-weight: bold;
	font-size:15px;
}

#week_schedule .girl_box2 .schtime {
	font-weight: bold;
	font-size:15px;
	color:#d2b48c;
}

#week_schedule .girl_t_left{
	background-color: #f96285;
	float: left;
	text-align: center;
	width: 116px;
	line-height:1.8;
	height: 20px;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 5px;
}
#week_schedule .girl_t_right{
	background-color: #7ab1ff;
	float: left;
	text-align: center;
	width: 116px;
	line-height:1.8;
	height: 20px;
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
}

#week_schedule .girl_box2 .new{
    width:33px;
	background-color: #ff0000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding:5px;
	position:absolute;
	top:7px;
}


#week_schedule .cast_list_icon01 {
	width: 218px;
	line-height: 30px;
	background-color: rgba(39,39,39,0.8);
	border: 1px solid #272727;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:268px;
	left:10px;
	z-index: 8888;
	}
	
#week_schedule .cast_list_icon02 {
	width: 218px;
	line-height: 30px;
	background-color: rgba(176,121,61,0.8);
	border: 1px solid #b0793d;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:268px;
	left:10px;
	z-index: 8888;
	}

#week_schedule .cast_list_icon03 {
	width: 218px;
	line-height: 30px;
	background-color: rgba(195,89,193,0.8);
	border: 1px solid #c359c1;
	font-size: 14px;
	color: #fff;
	letter-spacing:1px;
	font-weight: bold;
	text-align: center;
	position:absolute;
	top:268px;
	left:10px;
	z-index: 8888;
	}


/*---------------------------------
	プロフィール
-----------------------------------*/

#prof{
	width: 1040px;
	text-align: left;
	margin: 0 auto;
}

#prof_top{
	width: 1040px;
	margin: 0 0 20px 0;
}

#prof_top:after{
	content			: "";
	display			: block;
	clear			: both;
}

#prof_l{
	width: 555px;
	float: left;
}

#prof_r{
	width: 485px;
	float: left;
}

#prof_r .traitsBox{ 
	padding: 10px;
    overflow: hidden;
    position: relative;
	}

#prof_r .traitsBox ul{
	list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
    left: 50%;
	}
#prof_r .traitsBox ul li {
	float: left;
    margin-right: 5px;
    padding: 5px;
    position: relative;
    left: -50%;
	font-size:14px;
	background-color:#848383;
	border-radius:4px;
	color:#fff;
	}

#cover{
	position: relative;
	width: 510px;
	height: 770px;
	padding: 17px 0 0 17px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#photo{
	display: inline-block;
	width: 460px;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 10px;
	position:relative;
background-color:#fff;

	        box-sizing: border-box;
}

#photo .flag{
	width:40px;
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 0;
}

#thum{
	width: 83px;
	text-align: center;
	position: absolute;
	top: 27px;
	right: 28px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#thum ul{
	display			: block;
	font-size: 0;
	line-height: 0;
}

#thum li{
	margin-bottom: 9px;
}

#thum li:nth-child(3){
	margin-bottom: 8px;
}


.box{
	width: 485px;
	margin: 0 0 20px 0;
		background:#fff;

	overflow:auto;
	position:relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


#name{
}

#name h3{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-left:10px;
    color:#d5353c;
}

#name h3 span{
	color: #d5353c;
}

#name h3 span.font2{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #d5353c;
	letter-spacing: 1px;
	padding-right: 5px;
}
.c_midashi{
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding:10px 0 15px 10px;
    color:#d5353c;
text-align:left;
}
#name .prof_new{
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height:30px;
	position: absolute;
	top: 100px;
	right: 20px;
}

#name .prof_new p{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #f96285;
}

#name .prof_taiki{
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height:30px;
	position: absolute;
	top: 100px;
	right: 20px;
}

#name .prof_taiki p{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #ff0000;
}

#name .prof_off{
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height:30px;
	position: absolute;
	top: 100px;
	right: 20px;
}

#name .prof_off p{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #d3d1d1;
}

#name .prof_b{
	display: inline-block;
	vertical-align: middle;
	width: 145px;
	height:30px;
	position: absolute;
	top: 122px;
	right: 20px;
}

#name .prof_b p{
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #05a223;
}

#name .kana{
	width: 100%;
	height:30px;
	margin:0 auto 25px;
	padding:8px 0 15px;
	background: #f96285;
}

#name .kana p{
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #f96285;
}

#name .size{
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 15px 0;
	margin-left:10px;
}

#name .size span{color: #b0793d;}





#course{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 485px;
	margin: 0 0 20px 0;
	overflow:auto;
	background:#fff;

	position:relative;
    padding:10px 10px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#course h3{
    width: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin:0 10px 0 5px;
    color:#b0793d;
}

#course .list{
	display: table-cell;
	table-layout:fixed;
	vertical-align: middle;
}

#course .list li{
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
    width:150px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	margin: 0 3px 5px;
    background: #cc0000;
	color: #ffffff;
    padding:2px 5px;
}


#course .list li.ok2{ background: #cc0000; color: #ffffff;}
#course .list li.ng2{ background: #c4c4c4; color: #ffffff;}





#qa{
	position: relative;
	height: 210px;
	margin: 0 0 20px 0;
	padding: 0 20px 5px 20px;
	overflow: auto;
}

#qa h3{
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 5px 0;
	
    color: #fff;
}

#qa h3 div{
	font-size: 22px;
	color: #b0793d;
	letter-spacing: 1px;
}

#qa table{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #fff;
}

#qa tr{	vertical-align: top;}

#qa th{
	width: 180px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}

#qa th p{
	padding: 5px 0;
	border-right: 1px dotted #fff;
}

#qa td{
	padding: 10px 0 0 10px;
	border-bottom: 1px solid #fff;
}


#comment{
	height: 253px;
	overflow-y		: auto;

}

#cast_comment{
	height: 120px;
	overflow-y		: auto;
}

#comment h3,#cast_comment h3{
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 5px 15px;
	
    color: #fff;
}

#comment h3 div,#cast_comment h3 div{
	font-size: 22px;
	color: #b0793d;
	letter-spacing: 1px;
}

#comment p,#cast_comment p{
	font-size: 13px;
	line-height: 30px;
	margin: 0 15px 10px 15px;
	background: url(image/dot.gif) top left;
}


#cast_schedule{
	clear: left;
	background:#fff;
}

#cast_schedule h3{
	width: 1000px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 21px 0 0 0;
	border-bottom: 1px solid #b0793d;
	
    color: #fff;
}

#cast_schedule h3:after{
	content			: "";
	display			: block;
	clear			: both;
	margin-bottom: -3px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b0793d;
}

#cast_schedule h3 div{
	font-size: 22px;
	letter-spacing: 2px;
	color: #b0793d;
}

#cast_schedule table{
	width: 1040px;
	font-size		: 13px;
	line-height		: 18px;
	table-layout: fixed;
	margin			: 10px auto;
}

#cast_schedule tr{
	vertical-align: middle;
}

#cast_schedule th{
	text-align		: center;
	font-size		: 14px;
	font-weight		: bold;
	line-height		: 40px;
	background-color:#d94a50;
}

#cast_schedule td{
	height: 80px;
	font-size		: 16px;
	text-align		: center;
}

.option_box{
	width:220px;
	height:30px;
	margin:0px 8px 8px 10px;
	float:left;
	background-color:#d94a50;
	padding:4px 0px;
	font-size:14px;
	color: #ffffff;
	}
.option_box:nth-child(even){
	margin:0px 0 8px 0;
	}

.ok{
	background-color:#d94a50 !important;
	color: #ffffff;
	}
.ng{
    background-color:#d4d3d3 !important;
	}
	
.option_box .op{
	width:220px;
    color: #ffffff;
padding-left:5px;
	margin:0px;
	line-height:2.2;
	float:left;
	text-align:left;
	text-indent:1px;
	}
.option_box .status{
	width:10px;
	line-height:1.5;
	margin:0px;
	float:left;
	text-align:center;
	}


.movie_box{
	width:510px;
	height:auto;
	margin:10px 0 10px 0;
	padding:0px 0px 10px 0px;
	background:#fff;
	text-align:center;
	}

.movie_box video{
	width:450px;
	height:auto;
	margin:0 auto;
	padding:10px;
	text-align:center;
	}

.movie_box h3{
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 5px 15px;
	text-align:left;
	
    color: #fff;
}

.movie_box h3 div{
	font-size: 22px;
	color: #b0793d;
	letter-spacing: 1px;
	text-align:left;
}


#banner{
padding:40px 0;
}
#banner img{
	width:100%;
	height:auto;
display:block;
padding:20px 0;
}
