@charset "UTF-8";
/*コンテンツ共有*/
/*===========================================================================*/
.photo {
    width: 300px;
    height: 960px;
    display: block;
    padding: 20px;
    background-color: rgba(237,220,195,0.8);
    margin: 0px;
    position: relative;
	background-image: url(../../img/photoBg.png);
    z-index: 50;
}
.photoTitle {
    display: block;
    margin: 0;
    position: absolute;
    padding-top: 0px;
    top: -30px;
    left: -20px;
}
.photoR {
    display: block;
    position: absolute;
    padding-top: 0px;
    top: 240px;
    left: 50%;
    width: 340px;
    margin-left: 180px;
}
.ad {
    display: block;
    width: 316px;
    height: 316px;
    margin: 10px 0px 0px 0px;
	border: 12px solid #FFF;
    border-image: url(../../img/border.png) 12 12 round;
}
.cource1,.cource2,.cource3,.cource4 {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0;
    padding-top: 0px;
    background-color: rgba(220,146,37,0.90);
    background-repeat: no-repeat;
    border-radius: 18px;
    background-position: center center;
    position: absolute;
    z-index: 3;
    -webkit-box-shadow: 2px 2px 10px #999;
    box-shadow: 2px 2px 10px #999;
    left: 5px;
    top: -5px;
}
.cource1 {
    background-image: url(../../img/course1.png);
}
.cource2 {
    background-image: url(../../img/course2.png);
}
.cource3 {
    background-image: url(../../img/course3.png);
}
.cource4 {
    background-image: url(../../img/course4.png);
}

/*TOP*/
/*===========================================================================*/
h1 {
	z-index: 1;
	position: absolute;
	left: -9999px;
}
.nf {
    display: block;
    width: 100%;
    background-image: url(../../img/nfBg.png);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    background-position: center top;
    height: 380px;
    margin-bottom: 20px;
}
.nfBox {
    display: block;
    width: 660px;
    position: relative;
    padding-right: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    margin-top: 65px;
}
.nfTitle {
    display: block;
    position: absolute;
    width: 770px;
    top: -113px;
    left: 0px;
}
.nfList {
    display: block;
    height: auto;
    width: 200px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.nfList figure.image {
    width: 176px;
    overflow-y: hidden;
    margin: 0px;
    padding: 0px;
    height: 230px;
    border: 12px solid #f7c4b1;
    border-image: url(../../img/border.png) 12 12 round;
}
.nfList figure img {
	width: 176px;
}
.nfList .text {
    background-color: rgba(0,0,0,0.8);
    margin-top: 5px;
    padding: 2px;
    position: relative;
    color: #FFFFFF;
}
.nfList h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 3px;
    color: #FFFFFF;
    display: block;
    background-image: url(../../img/nfH4.png);
    background-repeat: repeat-x;
    background-position: center center;
}
.nfList p {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    margin-top: 5px;
}
.nfBox .Prev,.Next {
    display: block;
    font-weight: normal;
    margin-top: 0px;
    margin-left: 0px;
    width: 30px;
    background-color: #000;
    color: #D08D3A;
    border-radius: 15px;
    height: 30px;
    text-align: center;
    opacity: 0.8;
    position: absolute;
    z-index: 2;
    font-size: 3rem;
    line-height: 2.5rem;
    top: 45%;
    left: -5%;
}
.nfBox .Next {
	left: 100.5%;
}
.l {
    float: left;
    width: 640px;
}
.r {
    float: right;
    width: 340px;
}
.ev {
    width: 540px;
    height: 320px;
	display: block;
    position: relative;
    margin: 0px 0px;
    padding: 80px 50px;
    background-color: rgba(243,239,222,0.80);
}
.evWin {
    background-image: url(../../img/newsBg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
    width: 640px;
    left: 0px;
    top: 0px;
    z-index: 3;
    position: absolute;
	pointer-events: none;
}
.evTitle {
    display: block;
    position: absolute;
    top: -40px;
    left: -50px;
    z-index: 5;
}
.evBox {
    width: 520px;
    height: 300px;
    display: block;
    overflow-y: scroll;
    padding: 10px;
    position: relative;
    z-index: 1;
}
.ev dl {
    display: block;
    clear: both;
}
.ev dt {
    display: block;
    padding: 2px 10px;
    background-image: url(../../img/odH4.png);
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    background-repeat: repeat-x;
    background-position: center center;
}
.ev dd {
	display: block;
	padding: 10px;
	line-height: 1.8;
}
.pickUp {
    width: 560px;
	display: block;
    background: rgba(251,224,230,0.8);
    height: 400px;
    position: relative;
    margin-top: 40px;
	padding: 40px
}
.pickWin {
    width: 640px;
    display: block;
    height: 480px;
    z-index: 3;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
	pointer-events: none;
}
.pickUpTitle {
    display: block;
    position: absolute;
    left: -25px;
    z-index: 5;
    top: -25px;
}
.pickUp figure.image {
    width: 280px;
    height: 420px;
    display: block;
    float: left;
    overflow-y: hidden;
	overflow-x: hidden;
}
.pickUp figure img {
    width: 300px;
}
.puBox {
    padding: 0px;
    display: block;
    float: right;
    width: 260px;
}
.puBox .text {
    background-color: #FFFFFF;
    border: 2px solid #f7c4b1;
    position: relative;
}
.puBox .text h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 3px;
    color: #FFFFFF;
    background-image: url(../../img/pickH4.png);
    background-position: center center;
}
.puBox .text h5 {
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
}
.puBox p {
    padding: 10px;
    font-size: 1.3rem;
    height: 330px;
    display: block;
    overflow-y: hidden;
    line-height: 2.6rem;
}
.od {
    display: block;
    width: 100%;
    background-image: url(../../img/odBg.png);
    padding: 20px 0px;
    position: relative;
    margin-top: 10px;
    height: 410px;
    background-repeat: no-repeat;
    background-position: center center;
}
.odBox {
    display: block;
    width: 660px;
    padding:  0px 150px 0px 0px;
    margin: 65px auto 0px;
}
.odBox .odTitle {
    display: block;
    position: absolute;
    top: -27px;
    z-index: 2;
    left: 50%;
    margin-left: -500px;
}
.odList {
    display: block;
    height: auto;
    width: 200px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.odList figure.image {
    width: 176px;
    overflow-y: hidden;
    margin: 0px;
    padding: 0px;
    height: 230px;
    border: 12px solid #f7c4b1;
    border-image: url(../../img/border.png) 12 12 round;
}
.odList figure img {
	width: 176px;
}
.odList .text {
    background-color: rgba(0,0,0,0.8);
    margin-top: 5px;
    padding: 2px;
    position: relative;
    color: #FFFFFF;
}
.odList h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 3px;
    color: #FFF;
    background-image: url(../../img/odH4.png);
    background-repeat: repeat-x;
    background-position: center center;
}
.odList p {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    display: block;
    margin: 5px 0px 3px;
}
.odList time {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    display: block;
    margin-bottom: 3px;
}
.odBox .Prev {
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	width: 30px;
    background-color: #000;
    color: #D08D3A;
	border-radius: 15px;
	height: 30px;
	text-align: center;
	opacity: 0.8;
	position: absolute;
	z-index: 2;
	font-size: 3rem;
	line-height: 2.5rem;
	top: 45%;
	left: -5%;
}
.odBox .Next {
	left: 100.5%;
}
/*スケジュール*/
/*===========================================================================*/
.schedule {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.schedule .hd {
    background-image: url(../../img/titleBg.png);
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
}
.schedule .ft {
	background-color: rgba(250,227,177,0.6);
}
.schedule h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #DA8E00;
    width: 460px;
    text-align: left;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    padding-left: 0px;
    height: 43px;
    padding-top: 22px;
}
.schedule .titleD {
    width: 180px;
    height: 100px;
    background-image: url(../../img/titleD.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -160px;
}
.scBox {
    display: block;
    width: 660px;
    padding: 20px 0px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}
.schedule .odList {
    margin-bottom: 15px;
}
/*女の子一覧*/
/*===========================================================================*/
.log {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.log .hd {
    background-image: url(../../img/titleBg.png);
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
}
.log h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #DA8E00;
    width: 460px;
    text-align: left;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    padding-left: 0px;
    height: 43px;
    padding-top: 22px;
}
.log .titleD {
    width: 180px;
    height: 100px;
    background-image: url(../../img/titleD.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -160px;
}
.log1 {
    background-color: rgba(232,135,177,0.6);
}
.log2 {
    background-color: rgba(241,170,177,0.6);
}
.log3 {
    background: rgba(247,196,177,0.6);
}
.log4 {
    background: rgba(250,227,177,0.6);
}
.logBox h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    width: 420px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-image: url(../../img/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -80px;
    left: -10px;
    padding-top: 10px;
}
.logBox {
    display: block;
    width: 660px;
    padding-top: 20px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}
.logBox .odList {
    margin-bottom: 15px;
}
.odList figure.image {
    border: 12px solid #FFF;
    border-image: url(../../img/border.png) 12 12 round;
}
.odList h4 {
    background-color: #E887B1;
}
/*システム*/
/*===========================================================================*/
.system {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.system .hd {
    background-image: url(../../img/titleBg.png);
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
}
.system .ft {
    background-color: rgba(250,227,177,0.6);
}
.system h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #DA8E00;
    width: 460px;
    text-align: left;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    padding-left: 0px;
    height: 43px;
    padding-top: 22px;
}
.system .titleD {
    width: 180px;
    height: 100px;
    background-image: url(../../img/titleD.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -160px;
}
.sysBox {
    display: block;
    width: 660px;
    padding: 20px 0px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

.sysBox .back {
    background-color: rgba(0,0,0,0.80);
    text-align: center;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 3rem;
    color: #FFFFFF;
}
.sysBox h3 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    width: 420px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-image: url(../../img/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10px;
    clear: both;
    margin: 20px 0px;
}
.price {
    display: block;
    width: 330px;
    float: left;
    margin-bottom: 2px;
}
.min {
    font-size: 120%;
    color: #FFF;
    width: 143px;
    text-align: right;
    height: 10px;
    line-height: 10px;
    display: block;
    float: left;
    padding: 10px;
    margin: 0px 0px 0px 2px;
    background-color: rgba(150,25,197,0.80);
}
.yen {
    font-size: 120%;
    text-align: left;
    width: 143px;
    height: 10px;
    background-color: rgba(0,0,0,0.8);
    line-height: 10px;
    display: block;
    float: left;
    padding: 10px;
    margin: 0px 0px 0px 2px;
    color: rgba(255,255,255,1.00);
}

.sysBox .op1 {
    font-size: 1.6rem;
    color: rgba(150,25,197,0.80);
    text-align: center;
    padding: 10px 0;
    background-color: #FFF;
    line-height: 1;
    width: 100%;
    margin: 10px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
.sysBox .op2  {
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0;
    line-height: 2.6rem;
    width: 90%;
    margin: 1px auto;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
/*会員*/
/*===========================================================================*/
.member {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.member .hd {
    background-image: url(../../img/titleBg.png);
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
}
.member .ft {
    background-color: rgba(250,227,177,0.6);
}
.member h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #DA8E00;
    width: 460px;
    text-align: left;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    padding-left: 0px;
    height: 43px;
    padding-top: 22px;
}
.member .titleD {
    width: 180px;
    height: 100px;
    background-image: url(../../img/titleD.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -160px;
}
.memBox {
    display: block;
    width: 660px;
    position: relative;
    left: 50%;
    margin-left: -500px;
    padding-top: 20px;
    padding-bottom: 20px;
}	
.memBox h5 {
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0px;
    line-height: 2.2rem;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(150,25,197,0.80);
    margin-bottom: 5px;
    display: block;
}
.memBox p {
    background-color: rgba(0,0,0,0.80);
    text-align: center;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 2.8rem;
    display: block;
    margin-bottom: 5px;
    color: rgba(255,255,255,1.00);
}
/*求人*/
/*===========================================================================*/
.recruit {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.recruit .hd {
    background-image: url(../../img/titleBg.png);
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
}
.recruit .ft {
    background-color: rgba(250,227,177,0.6);
}
.recruit h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #DA8E00;
    width: 460px;
    text-align: left;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    padding-left: 0px;
    height: 43px;
    padding-top: 22px;
}
.recruit .titleD {
    width: 180px;
    height: 100px;
    background-image: url(../../img/titleD.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -160px;
}
.recBox {
    display: block;
    width: 660px;
    padding-top: 20px;
    position: relative;
    left: 50%;
    margin-left: -500px;
    padding-bottom: 20px;
}

.recBox h3 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    width: 420px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-image: url(../../img/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10px;
    clear: both;
    margin: 20px 0px;
}
.recBox h5 {
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0px;
    line-height: 2.2rem;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(150,25,197,0.80);
    margin-bottom: 5px;
    display: block;
}
.recBox p {
    background-color: rgba(0,0,0,0.80);
    text-align: center;
    font-size: 1.6rem;
    padding: 10px;
    line-height: 2.8rem;
    display: block;
    color: rgba(255,255,255,1.00);
}
/*クレジット*/
/*===========================================================================*/
.payment {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.payment .hd {
    background-image: url(../../img/titleBg.png);
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
}
.payment .ft {
	background-color: rgba(250,227,177,0.6);
}
.payment h2 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #DA8E00;
    width: 460px;
    text-align: left;
    background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    padding-left: 0px;
    height: 43px;
    padding-top: 22px;
}
.payment .titleD {
    width: 180px;
    height: 100px;
    background-image: url(../../img/titleD.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -160px;
}
.creBox {
    display: block;
    width: 660px;
    padding-top: 20px;
    position: relative;
    left: 50%;
    margin-left: -500px;
    padding-bottom: 20px;
}
.creBox h3 {
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFF;
    width: 420px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    background-image: url(../../img/title.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10px;
    clear: both;
    margin: 20px 0px;
}
.creBox h5 {
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0px;
    line-height: 2.2rem;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(150,25,197,0.80);
    margin-bottom: 5px;
    display: block;
}
.creBox p {
    background-color: rgba(0,0,0,0.80);
    text-align: left;
    font-size: 1.4rem;
    padding: 10px;
    line-height: 2.8rem;
    display: block;
    color: rgba(255,255,255,1.00);
}
/*女の子詳細*/
/*===========================================================================*/
.girls {
    width: 640px;
    height: auto;
    display: block;
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
}
.girls .Pic {
    display: block;
    margin: 0px;
    background-color: rgba(0,0,0,0.80);
    width: 600px;
}
.girls figure {
	display: block;
	margin: 0px;
	background-color: #FFFFFF;
	width: 399px;
	padding: 0px;
	border-color: #F7C4B1;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	height: auto;
}
.girls .text {
    background-color: rgba(250,227,177,0.6);
    margin-top: 10px;
    position: relative;
    padding: 20px;
    width: 560px;
}
.girls .text h4 {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    width: 300px;
    float: left;
    background-image: url(../../img/girlsH4.png);
    background-position: center center;
    background-repeat: repeat-x;
    color: #FFFFFF;
}
.girls .text h5 {
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    float: right;
    display: block;
    width: 240px;
    padding-top: 12px;
}
.girls .text h6 {
    font-weight: bold;
    text-align: center;
    font-size: 2.2rem;
    float: right;
    display: block;
    background-color: rgba(150,25,197,0.80);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    clear: both;
    margin-bottom: 10px;
}
.girls p {
    display: block;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.3rem;
    background-color: rgba(0,0,0,0.80);
    float: left;
    padding: 20px;
    width: 260px;
    line-height: 2.4rem;
    height: 430px;
    overflow-y: scroll;
    color: rgba(255,255,255,1.00);
}
.girls .opBox {
    display: block;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 1.4rem;
    background-color: rgba(150,25,197,0.80);
    float: right;
    width: 236px;
    line-height: 2.2rem;
    background-color: rgba(0,0,0,0.80);
    border: 2px solid #FFFFFF;
    padding-bottom: 10px;
}
.girls .Prev,.Next {
	display: block;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	width: 30px;
    background-color: #000;
    color: #D08D3A;
	border-radius: 15px;
	height: 30px;
	text-align: center;
	opacity: 0.8;
	position: absolute;
	z-index: 2;
	font-size: 3rem;
	line-height: 2.5rem;
	top: 45%;
	left: 110px;
}
.girls .Next {
	left: 460px;
}
.opIn {
    width: 216px;
    padding:  0px 10px;
    display: block;
}
.Op,.Op_ {
    display: block;
    width: 84px;
    float: left;
    background-color: rgba(0,0,0,0.80);
    padding: 10px;
    text-align: center;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #FFFFFF;
    font-size: 1.2rem;
    color: #333;
}
.Op_ {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.girls .scheBox {
    display: block;
    height: 105px;
    border-top: 1px solid #fae3b1;
    border-bottom: 1px solid #fae3b1;
    border-left: 1px solid #fae3b1;
    font-size: 100%;
    width: 546px;
    margin-left: auto;
    margin-right: auto;
}
.girls .sche {
	width: 181px;
	border-right: 1px solid #fae3b1;
	text-align: center;
	height: 105px;
	float: left;
}
.girls .scheY {
    border-bottom: 1px solid #fae3b1;
    width: 181px;
    height: 29px;
    line-height: 29px;
    background-color: rgba(150,25,197,0.80);
    color: #FFFFFF;
}
.girls .scheT {
    width: 181px;
    height: 75px;
    line-height: 75px;
    background-color: rgba(0,0,0,0.80);
    color: #FFFFFF;
}
