@charset "Shift_JIS";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url(img/bg_body.gif) 0 0 repeat-x;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:787px;
   height:100px;
   margin:0 auto;
   background:url(img/common/bg_header.jpg) no-repeat;
}

div#header h1 {
   position:absolute;
   left:0;
   top:-8px;
   width:787px;
   font-size:11px;
   font-weight:normal;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url(img/bg_menu.gif) 0 0 repeat-x;
}

div#icatch {
   width:787px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px ;
   background:#fff;
}

div#main {
   float:right;
   width:590px;
   margin-top:5px;
}
div#main .bnr {
   margin-bottom:20px;
}

div#sub {
   float:left;
   width:165px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:787px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #9B0000;
}


/* ========HEADER CUSTOMIZE======== */

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:0.63em;
   margin-left:15px;
}

div#header #gnavi li a{
   display:block;
   padding-left:15px;
   background:url(img/bg_gnavi.gif) 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:787px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:13px;
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:111px;
   color:#5A5132;
   line-height:60px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a{
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover{
   color:#333;
   background:url(img/bg_menu-on.gif) 0 0 repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  30px;
   color:#5A5132;
   font-size:0.94em;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url(img/bg_h2.gif) 0 0 no-repeat;
}
.SubTi {
   margin-bottom:8px;
   padding-left:10px;
   color:#5A5132;
   font-size:0.9em;
   font-weight:bold;
   line-height:35px;
   border-bottom:1px dotted #D8D8D8;
}
.SubTi span {
	color:#feb7dc;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main p{
   margin:0 0 1em 0;
   font-size:12px;
   line-height:1.6;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

/* INFOMATION CUSTOMIZE */
* html body div#main dl.infomation dd div {
   display:inline-block;
}

div#main dl.infomation dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.infomation dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
   text-align: right;;
}

div#sub h2 {
   padding:3px;
   font-size:0.88em;
   font-weight:bold;
   color:#fff;
   padding-left:5px;
   background:url(img/course.gif) no-repeat;
   heigh:40px;  
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
   background:url(img/bg_dotline.gif) 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(img/bg_list.gif) 0 6px no-repeat;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(img/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(img/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:30px 0;
   font-size:0.7em;
   color:#333;
   text-align:center;
   font-style:normal;
}


#new_face{
    width:270px;
	float:left;
	border:1px solid #6B563B;
	padding-top:10px;
	background:url(img/common/bg_orange.jpg) ;
	}
#new_face-ti{
    width:270px;
	float:left;
	margin-bottom:20px;
	}

.new_face{
    font-size:10px;
	color:#666666;
	}
#new_face dl{
	width:110px;
	padding:5px;
	text-align:center;
	background-color:#F9E1FF;
}
	
#new_face dt{
    width:110px;
}
#new_face dd{
	margin-left:0px;
	width:110px;
	background-color:#F9E1FF;
	color:#333333;
	text-align:center;
}
#new_face .name {
    width:110px;
	text-align:center;
	background:#ffffff;
	line-height:25px;
	}
.new_girl-df{
	float:left;
	width:119px;
	padding-right:10px;
	text-align:center;
	margin-left:10px !important;
	margin-left:5px ;	}
.new_girl-nd{
	float:left;
	width:110px;
	text-align:center;
	}

#topics {
    width:300px;
	float:right;
	margin-bottom:20px;
	}
	
/*スタッフページ*/
.categori {background-color:#FFCEF3;
   font-size:0.9em;
   line-height:1.6;}
.coment {background-color:#FFE6FF;
   font-size:0.9em;
   line-height:1.6;}
 

/*price
-----------------------------------*/
#open-list{
	width:100%;
	border:1px #99D7FF solid;
	margin-bottom:20px;
	font-size:13px;
	}
#open-list .pink {
	padding:5px 3px;
	background:url(img/common/bg_pink.jpg) left bottom repeat;
	text-align:center;
	}
#open-list .green {
	padding:5px 3px;
	background:url(img/common/bg_green.jpg) left bottom repeat;
	text-align:center;
	}
#open-list .orange {
	padding:5px 3px;
	background:url(img/common/bg_orange.jpg) left bottom repeat;
	text-align:center;
	}
#open-list .blue {
	padding:5px 3px;
	background:url(img/common/bg_blue.jpg) left bottom repeat;
	text-align:center;
	}
#open-list tbody td {
	padding:5px 3px;
	background:url(img/common/bg_td.jpg) left bottom repeat-x;
	text-align:center;
	}


#open-list2{
	width:100%;
	border:1px #99D7FF solid;
	margin-bottom:20px;
	font-size:13px;
	letter-spacing:0.01;
	}
#open-list2 .glay {
	padding:5px 3px;
	text-align:center;
	background:#efefef;
	}
#open-list2 .pink {
	padding:5px 3px;
	text-align:center;
	background:#ffe5ef;
	}
#open-list2 .green {
	padding:5px 3px;
	text-align:center;
	background:#f0ffe4;
	}
#open-list2 .orange {
	padding:5px 3px;
	text-align:center;
	background:#fff6da;
	}
#open-list2 .blue {
	padding:5px 3px;
	text-align:center;
	background:#e6fbff;
	}
#open-list2 .purple {
	padding:5px 3px;
	text-align:center;
	background:#fceeff;
}
#open-list2 tbody td {
	padding:5px 3px;
	text-align:center;
	background:#fcfcfc;
	border-bottom:1px solid #e0e0e0
	}

#Attention {
	padding:8px 0;
	border-bottom:#D8D8D8 1px solid;
	background:url(img/system/bg_attention.jpg) right bottom no-repeat;
	margin-bottom:30px;
	font-size:13px;
	line-height:25px;
}
	

/*102.faq
-----------------------------------*/
.ti_q{
    padding-left:25px;
	background:url(img/faq/icon_q.jpg) left top no-repeat;
	min-height:40px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	}
.ti_a{
    padding-left:45px;
	background:url(img/faq/icon_a.jpg) left 3px no-repeat;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px #ccc dotted;
	min-height:40px;
	}
	
.ti_a dt{
	padding-left:14px;
	font-size:12px;
	background:url(img/common/bullet.gif) left 7px no-repeat;
	color:#ff0066;
	}
.ti_a dd{
	padding-left:14px;
	font-size:12px;
	background:url(img/faq/bullet_go.jpg) left no-repeat;
	margin-bottom:5px;
	}

	
.style1 {
	color: #CC0099;
	font-weight: bold;
}
.style2 {
	color: #FF3399;
	font-weight: bold;
}
.style3 {
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	line-height:17px;
}
.style4 {
	color: #3399FF;
	font-size: 12px;
}
.style5 {font-size: 12px;
	font-weight:normal;
	line-height: 20px;
	color:#666666
}
.style6 {color: #FF0000}

.style7 {color: #FF3399}

.style8 {color: #FF3399;
	text-align:center;
	}

.style9 {color: #5E5D5D;
	text-align:left;
	}
	
.style10 {color: #5E5D5D;
	text-align:center;
	}




/*20160422追加*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.blinking {
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}

#GirlsStaff {
	background-color: #ffe6ff;
	padding:1px 0;
    font-size: 0.85em;
    line-height: 1.6;
}
#GirlsStaff .Girl {
	margin:10px;
	padding-bottom:10px;
}
#GirlsStaff .Girl .PhotoArea {
	float:left;
	width:150px;
}

#GirlsStaff .Girl .PhotoArea .MainPh {
	background-image:url(img/staff/no_photo.jpg);
	width:150px;
	height:200px;
}

#GirlsStaff .Girl .Reccomend {
	width:100%;
	height:16px;
	background-image:url(img/staff/icon_recomend.gif);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	margin-top:3px;
	margin-bottom:0;
}
#GirlsStaff .Girl .Reccomend dt {
	position:absolute;
	top:-2px;
	left:54px;
	font-size:12px;
}
#GirlsStaff .Girl .Reccomend dd {
	position:absolute;
	top:-5px;
	right:0px;
	background:none;
	margin:0;
	padding:0;
	font-size:16px;
	color:#ffd800;
-moz-text-shadow: 0px 0px 3px rgba(128, 97, 4, 1);
-webkit-text-shadow: 0px 0px 3px rgba(128, 97, 4, 1);
-ms-text-shadow: 0px 0px 3px rgba(128, 97, 4, 1);
text-shadow: 0px 0px 3px rgba(128, 97, 4, 1);
}
	


#GirlsStaff .Girl .Prof {
	float:right;
	width:400px;
}
#GirlsStaff .Girl .Prof .Dtail {
	width:100%;
}


#GirlsStaff .Girl .Prof .Dtail {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #fff;
	font-size:12px;
	background-color:#fff0ff;
}
#GirlsStaff .Girl .Prof .Dtail th{
	padding: 2px;
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
	box-sizing: border-box;     /* box-size[border・padding 込み] */
	border: 1px solid #fff;
	width: 22%;
	font-weight:normal;
	vertical-align:middle;
	background-color: #ffcef3;
	text-align:left;
}
 
#GirlsStaff .Girl .Prof .Dtail td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	vertical-align:middle;
	border-top: solid 1px #fff;
	width: 28%;
}

#GirlsStaff .Girl .Prof .Info {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size:12px;
	background-color:#fff0ff;
}
#GirlsStaff .Girl .Prof .Info th{
	padding: 2px;
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
	box-sizing: border-box;     /* box-size[border・padding 込み] */
	border: 1px solid #fff;
	width: 36%;
	font-weight:normal;
	vertical-align:middle;
	background-color: #ffcef3;
	text-align:left;
}
#GirlsStaff .Girl .Prof .Info td  {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	vertical-align:middle;
	border-top: solid 1px #fff;
}