@charset "utf-8";

/*------------------------------------------------
   Layout
------------------------------------------------*/
html{
}

body{
font-family:sans-serif;
font-size:12px;
background:#f5f8d7;
overflow-x:hidden;
}

a:link{
color:#066;
}

a:visited{
color:#033;
}

a:active{
color:#0CC;
}

#wrap{
font-size:12px;
background-color: #FFF;
}

.tColorRed{
	color: #F00;
}
.tColorBru {
	color: #00F;
}
.tColorGreen {
	color: #0F0;
}
.tColorGray {
	color: #CCC;
}

/* clearfix
========================================== */
/*.clearfix:after {    visibility: hidden;    display: block;    font-size: 0;    content: ".";    clear: both;    height: 0;    }.clearfix { display: inline-table; }/* Hides from IE-mac \*/* html .clearfix { height: 1%; }.clearfix { display: block; }/* End hide from IE-mac */
.clearfix:before,.clearfix:after {    content:"";    display:table;}
.clearfix:after {    clear:both;} /* For IE 6/7 (trigger hasLayout) */
.clearfix {    zoom:1;}


/*------------------------------------------------
   Header
------------------------------------------------*/

#head{
box-shadow:0 2px 4px #ccc;
text-align:center;
background-color: #f5f8d7;
}

#head h1 {
	background-color: #ffb3df;
}

#head img{
	margin:0 auto;
}

#headerMain{
	display:none;
}
header>h1>a{
	display:block;
	width:100%;
	text-decoration:none;
	color:#666;
	margin:1px auto;
}

#head h2{
width:300px;
font-size:15px;
line-height: 1.3em;
margin:1px auto;
font-weight:bold;
color:#fff;
text-shadow: -1px -1px 1px #999;  
padding: 5px 0;
border-radius: 5px;        /* CSS3草案 */  
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px; 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #c21b00), color-stop(0.77, #ff6600), color-stop(0.52, #ea2804), color-stop(0.50, #e86a55), color-stop(0.33, #f49c8d), color-stop(0.00, #f1b9b0));
background: -webkit-linear-gradient(top, #f1b9b0 0%, #f49c8d 33%, #e86a55 50%, #ea2804 52%, #ff6600 77%, #c21b00 100%);
background: -moz-linear-gradient(top, #f1b9b0 0%, #f49c8d 33%, #e86a55 50%, #ea2804 52%, #ff6600 77%, #c21b00 100%);
background: -o-linear-gradient(top, #f1b9b0 0%, #f49c8d 33%, #e86a55 50%, #ea2804 52%, #ff6600 77%, #c21b00 100%);
background: -ms-linear-gradient(top, #f1b9b0 0%, #f49c8d 33%, #e86a55 50%, #ea2804 52%, #ff6600 77%, #c21b00 100%);
background: linear-gradient(top, #f1b9b0 0%, #f49c8d 33%, #e86a55 50%, #ea2804 52%, #ff6600 77%, #c21b00 100%);
border:#099 solid 1px;
}

p.resizeimage img { max-width: 100%; height: auto; }

/*------------------------------------------------
   Main Navi
------------------------------------------------*/

#gnavi{
margin:10px 3px 10px 3px;
}

#gnavi #mnavi ul li{
margin:0 0 3px 0;
}

#gnavi #mnavi ul li a{
position:relative;
display:block;
min-height:44px;
padding:10px 100px 10px 30px;
font-weight:bold;
color:#fff;
text-decoration:none;
line-height:24px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

#gnavi #mnavi ul li a:before{
content:"";
position:absolute;
left:10px;
top:50%;
display:block;
width:13px;
height:13px;
margin:-6px 0 0 0;
background:url(../img/all_arw03.png) no-repeat;
-webkit-background-size:13px;
background-size:13px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
transform:rotate(180deg);
}

#gnavi #mnavi ul li a:after{
content:"";
position:absolute;
right:10px;
top:50%;
display:block;
width:90px;
height:12px;
margin:-6px 0 0 0;
}

#gnavi #mnavi ul li a.top{
background: #06F;
}
#gnavi #mnavi ul a.top:after{
background:url(../img/nav_txt_top.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}
#gnavi #mnavi ul li a.tod{
background: #09F;
}
#gnavi #mnavi ul a.tod:after{
background:url(../img/nav_txt_tod.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}
#gnavi #mnavi ul li a.sys{
background: #90F;
}

#gnavi #mnavi ul li a.sys:after{
background:url(../img/nav_txt_sys.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}
#gnavi #mnavi ul li a.cre{
background: #360;
}

#gnavi #mnavi ul li a.cre:after{
background:url(../img/nav_txt_cre.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}
#gnavi #mnavi ul li a.gir{
background: #03F;
}
#gnavi #mnavi ul li a.gir:after{
background:url(../img/nav_txt_gir.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}

#gnavi #mnavi ul li a.dia{
background: #0C0;
}
#gnavi #mnavi ul li a.dia:after{
background:url(../img/nav_txt_dia.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}

#gnavi #mnavi ul li a.hot{
background: #F0F;
}
#gnavi #mnavi ul li a.hot:after{
background:url(../img/nav_txt_hot.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}


#gnavi #mnavi ul li a.spg{
background: #C3F;
}
#gnavi #mnavi ul li a.spg:after{
background:url(../img/nav_txt_spg.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}

#gnavi #mnavi ul li a.rec{
background: #C60;
}
#gnavi #mnavi ul li a.rec:after{
background:url(../img/nav_txt_rec.png) no-repeat;
-webkit-background-size:90px 12px;
background-size:90px 12px;
}

/*------------------------------------------------
   Footer
------------------------------------------------*/

#foot{
	margin-top: 10px;
padding:10px;
font-size:10px;
color:#fff;
text-align:center;
background:#ffb3df;
}

#foot ul{
margin:0 0 10px 0;
list-style:none;
line-height:1.8;
}

#foot ul li{
display:inline;
}

#foot ul li:after{
content:"";
margin:0 7px;
border-right:#fff dotted 1px;
}

#foot ul li:nth-child(4):after{
margin:0;
border-right:none;
}

#foot ul li:last-child:after{
margin:0;
border-right:none;
}

#foot ul li:nth-child(5):before{
content:"\A";
white-space:pre;
}

#foot ul li a{
color:#fff;
}

#foot p{
}



/*------------------------------------------------
   Top Page
------------------------------------------------*/
#credit {
	margin: 20px 0 20px 0;
}


/*------------------------------------------------
   Top Visual
------------------------------------------------*/
#visual{

margin:0 0 3px 0;
font-size:0;
}




/*------------------------------------------------
   Top News
------------------------------------------------*/
#news{
margin:0 3px 3px 3px;
background:#eee;
}

#news #box{
width:100%;
display:-webkit-box;
display:-moz-box;
display:box;
}

#news #news_r {
	-webkit-box-flex: 1;　/* Safari,Google Chrome用 */
	-moz-box-flex: 1;
	box-flex: 1;
}

#news h1{
width:50px;
height:44px;
padding:6px 0 0 0;
text-align:center;
color:#fff;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
background:#666;
}

#news h1:after{
content:attr(title);
display:block;
margin:2px 0 0 0;
font-size:9px;
}

#news h1 img{
width:23px;
}

#news p{

background:#eee;
padding:5px 20px 5px 20px;
color:#333;
line-height:1.4;
text-decoration:none;
}

/*------------------------------------------------
   Top sab Navi
------------------------------------------------*/
#gnavi #snavi {
}
#gnavi #snavi ul{
width:100%;
list-style:none;
display:-webkit-box;
display:-moz-box;
display:box;
}

#gnavi #snavi ul li{
-webkit-box-flex:1;
-moz-box-flex:1;
box-flex:1;
}

#gnavi #snavi ul li a{
display:block;
min-width:60px;
height:44px;
padding:6px 0 0 0;
text-align:center;
text-decoration:none;
color:#666;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eee), color-stop(0.00, #fff));
background:-webkit-linear-gradient(top, #fff 0%, #eee 100%);
background:-moz-linear-gradient(top, #fff 0%, #eee 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0 );
background:linear-gradient(top, #fff 0%, #eee 100%);
border-right:#ddd solid 1px;
}

#gnavi #snavi ul li a:after{
content:attr(title);
display:block;
margin:2px 0 0 0;
font-size:9px;
}

#gnavi #snavi ul li a img{
width:23px;
}
#gnavi #snavi ul li a{
min-width:100px;
font-size:10px;
font-weight:bold;
color:#fff;
background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #099), color-stop(0.00, #5BB4BD));
background:-webkit-linear-gradient(top, #5BB4BD 0%, #099 100%);
background:-moz-linear-gradient(top, #5BB4BD 0%, #099 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5BB4BD', endColorstr='#ff009999', GradientType=0 );
background:linear-gradient(top, #5BB4BD 0%, #099 100%);
border:#099 solid 1px;
border-left:#62C1CA solid 1px;
}

/*------------------------------------------------
   Top Items
------------------------------------------------*/


#items{
margin:10px 3px 3px 3px;
}

#items h3{
	font-size: 15px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	border-bottom: #C0F 3px solid;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7ad7), color-stop(0.51, #fd8ad7), color-stop(0.49, #fba6e1), color-stop(0.00, #fbe8fc));
	background: -webkit-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
	background: -moz-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
	background: -o-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
	background: -ms-linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
	background: linear-gradient(top, #fbe8fc 0%, #fba6e1 49%, #fd8ad7 51%, #ff7ad7 100%);
}

#items header{
}

#items header h1{
margin:0 0 3px 0;
padding:13px 10px;
font-size:14px;
font-weight:bold;
color:#fff;
background:#999;
}

#items .itemList{
}

@media screen and (min-width:500px) {
	#items .itemList{
	width:480px;
	margin:0 auto;
	}
}

#items .itemList:after{
content:"";
display:block;
clear:both;
}

#items .itemList article{
float:left;
width:32%;
margin:0 2% 5px 0;
}

#items .itemList article:nth-child(3n){
margin:0 0 5px 0;
}

#items .itemList article a{
display:block;
padding:5px;
font-size:10px;
color:#333;
text-decoration:none;
background-color: #fbd2e4;
border: #F00 1px solid;
border-radius: 3px;		/* CSS3草案 */
-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
-moz-border-radius: 3px;	/* Firefox用 */
}

#items .itemList article a .tag{
position: absolute;
height:15px;
text-align:center;
font-weight:bold;
line-height:15px;
color: #FFF;
}
#items .itemList article a span {
	padding: 2px 1px;
}
#items .itemList article a .indate {
width:80px;
background:#333;
}

/*  女性タイプマーク       */
#items .itemList article a .type1{
background:#C0C;
width: 40px;
}
#items .itemList article a .type2{
background:#C0C;
}
#items .itemList article a .type3{
background:#f60;
}
#items .itemList article a .type4{
background:#f60;
}
#items .itemList article a .type5{
background:#f60;
}
#items .itemList article a .type6{
background:#f60;
}
#items .itemList article a .type7{
background:#f60;
}
#items .itemList article a .type8{
background:#f60;
}
#items .itemList article a .type9{
background:#f60;
}
#items .itemList article a .type10{
background:#f60;
}
#items .itemList article a .type11{
background:#f60;
}
#items .itemList article a .type12{
background:#f60;
}
#items .itemList article a .schdule{
background:#00F;
}
#items .itemList article a .jitaku{
	margin-left:3px;
	background-color: #09F;
}

#items .itemList article a .img{
margin:0 0 6px 0;
}

#items .itemList article a .img img{
width:100%;
}

#items .itemList article a h1{
margin:0 0 4px 0;
overflow:hidden;
font-size: 16px;
}
#items .itemList article a h1 span {
	font-size: 12px;
}

#items .itemList article a .comm{
}


/*------------------------------------------------
   Top Staffrecruit
------------------------------------------------*/
#staffrecruit{
margin:10px 3px 3px 3px;
}

/*------------------------------------------------
   3P
------------------------------------------------*/

@media screen and (min-width:500px) {
	#items .itemList2{
	width:480px;
	margin:0 auto;
	}
}

#items .itemList2:after{
content:"";
display:block;
clear:both;
}

#items .itemList2 article{
float:left;
width:32%;
margin:0 2% 5px 0;
}

#items .itemList2 article:nth-child(3n){
margin:0 0 5px 0;
}

#items .itemList2 article span{
display:block;
padding:5px;
font-size:10px;
color:#333;
text-decoration:none;
background:#fff;
}

#items .itemList2 article span .tag{
position: absolute;
height:15px;
text-align:center;
font-weight:bold;
line-height:15px;
color: #FFF;
}
#items .itemList2 article span span {
	padding: 2px 3px;
}
#items .itemList2 article span .indate {
width:80px;
background:#333;
}


#items .itemList2 article span .img{
margin:0 0 6px 0;
}

#items .itemList2 article span .img img{
width:100%;
}

#items .itemList2 article span h1{
margin:0 0 4px 0;
overflow:hidden;
font-size: 16px;
}
#items .itemList2 article span h1 span {
	font-size: 12px;
}


/*------------------------------------------------
   Category
------------------------------------------------*/
#itemArea{
padding:5px 0 0 0;
}

#itemArea .head{
margin:0 0 5px 0;
}

#itemArea .head h1{
padding:12px 10px;
font-size:16px;
font-weight:bold;
color:#FF3;
background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #099), color-stop(0.00, #5BB4BD));
background:-webkit-linear-gradient(top, #5BB4BD 0%, #099 100%);
background:-moz-linear-gradient(top, #5BB4BD 0%, #099 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5BB4BD', endColorstr='#ff009999', GradientType=0 );
background:linear-gradient(top, #5BB4BD 0%, #099 100%);
border:#099 solid 1px;
}

#itemArea .snavi{
margin:0 10px 10px 10px;
}

#itemArea .snavi ul{
}

#itemArea .snavi ul li{
}

#itemArea .snavi ul li a{
position:relative;
display:block;
padding:14px 10px;
font-weight:bold;
text-decoration:none;
color:#666;
background:#fff;
border:#ccc solid 1px;
border-top:none;
}

#itemArea .snavi ul li a.on{
background:#ddd;
}

#itemArea .snavi ul li a:after{
content:"";
position:absolute;
right:10px;
top:50%;
display:block;
width:8px;
height:13px;
margin:-7px 0 0 0;
background:url(../img/all_arw01.png) no-repeat 0 0;
-webkit-background-size:8px 13px;
background-size:8px 13px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
transform:rotate(180deg);
}

#itemArea .snavi ul li:first-child a{
border-radius:4px 4px 0 0;
border-top:#ccc solid 1px;
}

#itemArea .snavi ul li:last-child a{
border-radius:0 0 4px 4px;
}

#itemArea .snavi ul li:first-child a:after{
background:url(../img/all_arw02.png) no-repeat 0 0;
-webkit-background-size:8px 13px;
background-size:8px 13px;
}

/*------------------------------------------------
   Inxex
------------------------------------------------*/
#index{
padding: 10px 0 0 0;
}

#indexMain{
	text-align: center;
}
#index_pc {
	margin: 10px 0;
}
#index .t3 {
	font-size: 150%;
	margin-bottom: 5px;
	color: #F0F;
}
#index .t2 {
	font-size: 120%;
	margin-bottom: 3px;
	line-height: 1.2em;
}

/*------------------------------------------------
   System
------------------------------------------------*/
#systemArea .price {
	margin:0 10px 10px 10px;
	padding: 5px;
background: rgb(254,187,187); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */

border:#F00 solid 1px;
border-radius: 5px;		/* CSS3草案 */
-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
-moz-border-radius: 5px;	/* Firefox用 */
}
#systemArea .price h2 {
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #666666;
	padding:6px 10px;
color:#fff;
}
#systemArea .price table th span {
	color: #F00;
	text-shadow: 1px 1px 1px #CCC;
	border-left: #F60 3px solid;
	padding-left: 3px;
	border-right: #F60 3px solid;
	padding-right: 3px;
}
.table_style1 {
	width:100%;
	margin-bottom:5px;
	border-spacing: 0;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 1px 1px #CCC;
}
.table_style1 th, .table_style1 td {
	padding:10px;
	background:#FFF;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	text-align: center;
	font-weight: bold;
} 
.table_style1 th {
	background-color: #E3E3E3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
} 
.table_style1 td.td_style1 {
	color: #F00;
	text-shadow: 1px 1px 1px #999999;   
	filter: dropshadow(color=#999999, offx=1, offy=1);   
}
aside {
	background-color: #FFC;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	padding: 10px;   
    -webkit-box-shadow: 0px 0px 3px #999999;   
    -moz-box-shadow: 0px 0px 3px #999999;   
    box-shadow: 0px 0px 3px #999999;
}   
aside p:last-child{
	margin-bottom: 0;
}
#systemArea .price .list1{
	background:#FFF;
	padding:3px;
}
#systemArea .attention h3 {
	margin: 8px 0 3px 0;
	color: #00F;
	font-size: 14px;
	text-shadow: 1px 1px 1px #CCC;
}

#systemArea footer{
margin:0 10px;
padding:0 0 20px 0;
}
#systemArea footer .btn{
height:44px;
padding: 0 0 0 50px;
margin-bottom: 10px;
font-size:15px;
line-height: 40px;
font-weight:bold;
text-shadow:0 -1px 0 #09c;
color:#fff;
background:#099 url(../img/girl/girl_tel_icon.png) no-repeat 10px 10px;
-webkit-background-size:28px 23px;
background-size:28px 23px;
}

.credit_btn {
	margin: 10px auto 10px auto;
	-moz-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #efdcfb;
	box-shadow:inset 0px 1px 0px 0px #efdcfb;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));
	background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);
	background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);
	background-color:#dfbdfa;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #c584f3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-size:20px;
	font-weight:bold;
	padding:10px 30px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9752cc;
}
.credit_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa));
	background:-moz-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:-webkit-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:-o-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:-ms-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);
	background:linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa',GradientType=0);
	background-color:#bc80ea;
}
.credit_btn:active {
	position:relative;
	top:1px;
}
#systemArea .attention .text_blue{
	font-weight: bold;
	color: #00F;
	margin-bottom: 5px;
}

/*------------------------------------------------
   Girl Detail
------------------------------------------------*/
#girlArea{
background:#fff;
}

#girlArea header{
margin:0 0 10px 0;
}

#girlArea header h1{
padding:8px 10px;
font-size:12px;
font-weight:bold;
background:#ccc;
}

#girlArea header h2{
margin:0 10px 10px 10px;
padding:10px 0 5px 0;
font-size:14px;
border-bottom:#ddd solid 2px;
}
#girlArea header h2 span{
	margin-left: 3px;
	padding: 3px;
	background-color: #F60;
	color: #FFF;
}

#girlArea header .flexslider{
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (min-width:500px) {
#girlArea header .flexslider .slides img {width: 300px; display: block;}
}

#girlArea header .img img{
width:100%;
}

#girlArea .info{
margin:0 10px 10px 10px;
}

#girlArea .info dl{
line-height:1.6;
}

#girlArea .info dl dt{
width:100px;
text-align:center;
font-weight:bold;
color: #FFF;
text-shadow: 1px 1px 3px #333;
background-color: #F00;
border-radius: 3px;		/* CSS3草案 */
-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
-moz-border-radius: 3px;	/* Firefox用 */
}

#girlArea .info dl dd{
margin:-1.6em 0 10px 0;
padding:0 0 10px 110px;
border-bottom:#ccc dotted 1px;
}

#girlArea .info dl dd select{
padding:5px;
}

#girlArea .desc{
margin:5px 10px 10px 10px;
line-height:1.6;
}

#girlArea .play {
	margin:0 10px 10px 10px;
background: rgb(254,187,187); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,187,187,1) 0%, rgba(254,144,144,1) 45%, rgba(255,92,92,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(45%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 45%,rgba(255,92,92,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */

border:#F00 solid 1px;
border-radius: 5px;		/* CSS3草案 */
-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
-moz-border-radius: 5px;	/* Firefox用 */
}
#girlArea .play h3 {
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px 1px #666666;
	padding:6px 10px;
color:#fff;
}
#girlArea .play h4 {
	color: #F00;
	text-shadow: 1px 1px 1px #CCC;
	display: inline-block;
	border-left: #F60 3px solid;
	padding-left: 3px;
	border-right: #F60 3px solid;
	padding-right: 3px;
}
#girlArea .play div {
	background-color: #FFF;
	margin: 0 5px 5px 5px;
	padding: 5px;
}
#girlArea .play ul {
	margin-top: 5px;
}
#girlArea .play li{
	display: inline;
	float: left;
	text-align:center;
	font-size: 10px;
	margin: 5px;
	zoom: 1;/*for IE 5.5-7*/
}
#girlArea .play li span.ok{
	padding: 2px;
	background-color: #00F;
	color:#FFF;
}
#girlArea .play li span.ng{
	padding: 2px;
	color: #999;
	text-decoration: line-through;
}

#girlArea footer{
margin:0 10px;
padding:0 0 20px 0;
}

#girlArea ul.notes_link{
margin:10px 0 0 10px;
list-style:none;
}

#girlArea ul.notes_link li{
display:inline;
margin:0 10px 0 0;
}

#girlArea ul.notes_link li a{
position:relative;
padding:0 0 0 10px;
}

#girlArea ul.notes_link li a:before{
content:"";
position:absolute;
left:0;
top:3px;
display:block;
width:8px;
height:8px;
background:url(../img/all_arw04.png) no-repeat;
background-size:8px;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
transform:rotate(180deg);
}

#girlArea footer p{
}

#girlArea footer .btn{
height:44px;
padding: 0 0 0 50px;
margin-bottom: 10px;
font-size:15px;
line-height: 40px;
font-weight:bold;
text-shadow:0 -1px 0 #09c;
color:#fff;
background:#099 url(../img/girl/girl_tel_icon.png) no-repeat 10px 10px;
-webkit-background-size:28px 23px;
background-size:28px 23px;
}

#personal_schedule header h1 {
margin:0 0 3px 0;
padding:13px 10px;
font-size:14px;
font-weight:bold;
color:#fff;
background:#999;
}

#personal_schedule #personal_schedule_list {
	margin: 10px;
}

#personal_schedule #personal_schedule_list table {
  width: auto;
  border-spacing: 0;
  font-size:14px;
}
#personal_schedule #personal_schedule_list table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#personal_schedule #personal_schedule_list table th:first-child {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#personal_schedule #personal_schedule_list table th:last-child {
  border-radius:0 5px 0 0;
  -webkit-border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
#personal_schedule #personal_schedule_list table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
#personal_schedule #personal_schedule_list table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#personal_schedule #personal_schedule_list table tr {
  background: #fff;
}
#personal_schedule #personal_schedule_list table td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
#personal_schedule #personal_schedule_list table td:first-child {
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
}
#personal_schedule #personal_schedule_list table td:last-child {
  border-radius: 0 0 5px 0;
  -webkit-border-radius: 0 0 5px 0;
}


/*------------------------------------------------
   Schedule
------------------------------------------------*/
#schedule_set {
}
@media screen and (min-width:500px) {
	#schedule_set{
	width:480px;
	margin:0 auto;
	}
}
#schedule_date {
	text-align: center;
	font-size: 16px;
	
	padding:5px;
	border: 2px solid #FFCC99;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background-image: linear-gradient(bottom, rgb(173,173,173) 15%, rgb(214,214,214) 58%, rgb(237,237,237) 58%, rgb(222,222,222) 90%);
	background-image: -o-linear-gradient(bottom, rgb(173,173,173) 15%, rgb(214,214,214) 58%, rgb(237,237,237) 58%, rgb(222,222,222) 90%);
	background-image: -moz-linear-gradient(bottom, rgb(173,173,173) 15%, rgb(214,214,214) 58%, rgb(237,237,237) 58%, rgb(222,222,222) 90%);
	background-image: -webkit-linear-gradient(bottom, rgb(173,173,173) 15%, rgb(214,214,214) 58%, rgb(237,237,237) 58%, rgb(222,222,222) 90%);
	background-image: -ms-linear-gradient(bottom, rgb(173,173,173) 15%, rgb(214,214,214) 58%, rgb(237,237,237) 58%, rgb(222,222,222) 90%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(173,173,173)),
	color-stop(0.58, rgb(214,214,214)),
	color-stop(0.58, rgb(237,237,237)),
	color-stop(0.9, rgb(222,222,222))
	);
}
#schedule_date2 {
	text-align: center;
	margin-top: 5px;
}
#schedule_date2 a {
	margin-right:10px;
	text-decoration: none;
	padding-top: 10px;
	width: 60px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	
	text-shadow: -1px -1px 1px #666;
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fdfdfd), color-stop(0.74, #e7e8e8), color-stop(0.44, #c7c8ca), color-stop(0.22, #f1f1f1), color-stop(0.00, #d8dada));
background: -webkit-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: -moz-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: -o-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: -ms-linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
background: linear-gradient(top, #d8dada 0%, #f1f1f1 22%, #c7c8ca 44%, #e7e8e8 74%, #fdfdfd 100%);
	
	border: #999 solid 1px;

	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}


/*------------------------------------------------
   Recruit
------------------------------------------------*/
.recruit_header {
	margin: 0 10px 10px 10px;
	text-align: center;
}
.recruit_table_style1 {
	width:100%;
	margin-bottom:5px;
	border-spacing: 0;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 1px 1px #CCC;
}
.recruit_table_style1 th, .recruit_table_style1 td {
	padding:10px;
	background:#FFF;
	border-bottom:solid 1px #CCC;
	border-right:solid 1px #CCC;
	text-align: center;
	font-weight: bold;
} 
.recruit_table_style1 th {
	background-color: #E3E3E3;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
} 
.recruit_table_style1 td.td_style1 {
	text-align: left;
	color: #000;
	text-shadow: 1px 1px 1px #ccc;
	filter: dropshadow(color=#ccc, offx=1, offy=1);
}
.recruit_table_style1 .button {
	display:inline-block;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 90%;
	padding: 10px 0;
	text-align: center;
	font-size: 120%;
}


/*------------------------------------------------
   Contact
------------------------------------------------*/
section#mail_form #tel{
	margin: 10px 10px 15px 10px;
}
section#mail_form #mail{
	margin: 10px 10px 30px 10px;
}
section#mail_form #mail h3 {
	margin: 5px 0 5px 3px;
	padding: 8px 0 8px 15px;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#ffffff),
	color-stop(0.1, #ffc4c4),
	color-stop(0.50, #d43535),
	color-stop(0.50, #990000),
	to(#fc8383));
	
	color: #FFF;
	text-shadow:0px -1px 0px rgba(112,0,0,1);
}
section#mail_form #mail .recruit_form {
	margin: 15px 0 15px 0;
	font-size: 120%;
}

section form .formList{
margin:0 0 10px 0;
}

section form fieldset{
margin:0 0 10px 0;
padding:10px;
border:#ddd solid 1px;
}

section form fieldset legend{
padding:0 5px;
font-size:12px;
font-weight:bold;
}

section form fieldset .formList{
padding:0;
border-top:none;
}

section form fieldset .formList dd:last-child{
margin:0;
padding:0;
border-bottom:none;
}


/*------------------------------------------------
   Mail Form
------------------------------------------------*/
.formList{
padding:10px 0 0 0;
border-top:#ddd dotted 1px;
}

.formList dt{
margin:0 0 10px 0;
padding:0 0 0 4px;
font-weight:bold;
line-height:1;
border-left:#9C533A solid 4px;
}

.formList dt b{
margin:0 0 0 4px;
padding: 3px;
 	vertical-align: text-bottom;
 	color: #FFFFFF;
 	background-color: #CC0000;
 	font-weight: bold;
 	font-size: 10px;
 	-webkit-border-radius: 4px;
}

.formList dd{
margin:0 0 10px 0;
padding:0 0 10px 0;
border-bottom:#ddd dotted 1px;
overflow-x:hidden;
}

.formList dd p{
margin:0 0 4px 0;
}

.formList dd label{
margin:0 6px 0 0;
}

.formList dd span{
margin:0 4px 0 0;
}

.formList dd input{
vertical-align:middle;
}

.formList dd select{
padding:5px;
}

.formList dd input[type=checkbox],
.formList dd input[type=radio]{
width:24px;
height:24px;
margin:0 6px 4px 0;
}

.formList dd input[type=radio]{
border-radius:12px;
}

.formList dd input[type=text],
.formList dd input[type=email],
.formList dd input[type=tel],
.formList dd input[type=number],
.formList dd input[type=password],
.formList dd textarea{
padding:6px;
border-radius:4px;
border:#ddd solid 1px;
-webkit-box-shadow:inset 1px 1px 5px #eee;
box-shadow:inset 1px 1px 5px #eee;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

.formList dd textarea{
resize:vertical;
}

.formList dd .full{
width:100%;
}

.formList dd input[name^=post]{
width:60px;
}

.commonSubmit{
display:block;
width: 150px;
margin:0 auto;
padding: 10px 20px;
 border: 1px solid #FFFFFF;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(0.48, #FF8600), color-stop(0.52, #FF7700), to(#FF6600));
 font-size: 14px;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -webkit-box-shadow: 0 0 3px #333333;
}


/*------------------------------------------------
   Map
------------------------------------------------*/
#systemArea .map {
	margin:0 5px 10px 5px;
	width: 97%;
	border: #C69 solid 1px;
}
#systemArea .map #gmap {
	height: 370px !important;
}
.infoWindow {
	width: 100%;
	overflow: hidden;
}

/*------------------------------------------------
   Default
------------------------------------------------*/
.cf:after{
content:"";
display:block;
clear:both;
}
