@charset "UTF-8";
.textbox {
	background-color: #FFF;
	padding: 20px;
	margin: 20px 0px;
	border: solid 10px #b69de8;
}
.textbox span {
	color: #b69de8;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
}
ul.girls {
	width: 20%;
	margin: 10px 0;
	box-sizing: border-box;
	background-color: #fff;
	float: left;
}
ul.girls li {
	box-sizing: border-box;
	padding:2%;
	display: inline-block;
	margin: 2%;
	text-align: center;
}
ul.girls li.frame2 {
	width: 22%;
	margin-bottom: 20px;
	text-align: center;
}
ul.girls .pickup {
	display:inline-block;
	width: 20%;
	max-width:200px;
	box-sizing: border-box;
	padding:20px;
	margin: 0 1%;
}
.frame a, .frame2 a, #newface .pickup a {
	z-index:15;
}
.frame img, .frame2 img {
	width: 100%;
}
.frame p {
  color: #000;
  font-size: 1.2em;
	line-height: 1.2;
	background: url("../images/cast-bg.png") no-repeat;
	padding: 35px 0;
	text-align: center;
	box-sizing: border-box;
	z-index:10;
    position: absolute;
    top: 285px;
    left: 0;
	width: 100%;
  }
.ico {
	display: block;
	text-align: center;
}
.ico img {
	width: 25px!important;
	margin: 0 2px;
}
.cast {
	box-sizing: border-box;
	padding: 2%;
	margin: 2% 1% 0;
	background-color: #fff!important;
	width: 23%;
	text-align: center;
	float: left;
}
.cast p {
  color: #000;
  font-size: 1.6em;
	line-height: 1.0;
	margin-top:10px; 
  }
.todaycast {
    width: 30% !important;
	position: absolute;
	top: -15px;
	left: -15px;
}
.frame2 p {
  color: #ff32a6;
  font-size: 1.2em;
	line-height: 1.2;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
  }

#newface .pickup p {
  color: #000;
  font-size: 1.2em;
	line-height: 1.0;
	margin-top:10px; 
	text-align: center;
  }
#newface .pickup p span {
	font-size: 0.6em;
	line-height: 1.2em;
  }
.frame p span, .frame2 p span, .cast p span {
	font-size: 0.6em;
	line-height: 1.2;
	color: #333;
  }
.time {
	margin-top:10px; 
	font-size: 1.0em !important;
	display: block;
	box-sizing: border-box;
	padding: 5px;
	color: #fff!important;
	background-color: #ff32a6;
	font-weight: bold;
	text-align: center;
border-radius: 6px; /* CSS3草案 */
-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
-moz-border-radius: 6px; /* Firefox用 */
}
.time img {
	width: 20px;
	vertical-align:top;
}
.dayentry {
    text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 10px;
}

.newcast {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 30% !important;
}
.newcast img {
	width: 100%;
}


/*schedule*/
#schedule h3 {
	font-size: 1.2em;
	line-height: 1.2;
	color: #CC9900;
}
#schedule h3 span {
	font-size: 0.8em!important;
	line-height: 1.2;
	color: #333;
}
#schedule #nav	{
	margin:0 auto;
	text-align:center;
}

#schedule #nav li {
	width:20%;
    display:inline-block;
    /display:inline;
	/zoom:1;
	vertical-align:middle;
}

#schedule #nav li a	{
	display:block;
	width:100%;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
	text-decoration:none;
	padding:5px 0;
	text-align: center;
}

#schedule #nav li a:hover {
	color:#fff;
	background:#ff99cc;
}

#schedule #nav li a.acv {
	color:#fff!important;
	background:#ff99cc!important;
}
.sche-time {
	text-align: center;
	margin: 5px;
	padding: 0px;
	font-size: 12px;
}
.sche-time a:hover {
	background-color: #F09;
	color: #FFF;
	text-shadow: none;
}
@media only screen and (max-width:640px){
.cast {
	box-sizing: border-box;
	padding: 2%;
	margin: 4% 2% 0;
	background-color: #fff!important;
	width: 45%;
	text-align: center;
	float: left;
}
ul.girls li {
	box-sizing: border-box;
	padding:5px;
	display: inline-block;
	position: relative;
	margin: 1px;
}
ul.girls li.frame2 {
	width: 32%;
}
ul.girls li.frame3 {
	width: 30%;
	background-color: #fbe6f0;
}
.frame p, .frame2 p, .frame3 p {
  color: #000;
  font-size: 0.8em;
	line-height: 1.0;
  }
.frame p {
	background: url("../images/cast-bg.png") no-repeat;
	background-size:contain;
	padding-top: 30px;
	text-align: center;
	z-index:10;
    position: absolute;
    top: 73%;
    left: 0;
	width: 100%;
}
 .frame p span, .frame2 p span, .frame3 p span {
	font-size: 0.6em;
	line-height: 1.0;
	 color: #333;
  }
.time {
	display: block;
	box-sizing: border-box;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}
.time img {
	width: 15px;
	vertical-align:top;
}
.dayentry {
    text-align: center;
	font-size: 0.7em !important;
	line-height: 1.2;
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 10px;
}
.newcast {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
	width: 40% !important;
}
.ico {
	display: block;
	text-align: center;
}
.ico img {
	width: 25px!important;
	margin: 0 2px;
}
.todaycast {
    width: 30% !important;
	position: absolute;
    z-index: 5;
	top: -4px;
	left: -4px;
}
.rank1, .rank2 {
	width: 85%;
}
.rank4 {
	width: 40%;
}
#schedule #nav li {
	width: 22%;
}
#schedule #nav li a {
	padding: 15px 0;
	font-size: 0.8rem;
	line-height: 1.2em;
}
ul.girls .pickup {
	display:inline-block;
	width: 29%;
	max-width:260px;
	vertical-align: middle;
	background: url("../images/pickup-bg.png") no-repeat;
	background-size:100% auto;
	box-sizing: border-box;
	padding:10px 10px 20px;
	margin: 0 1%;
}
#newface .pickup p {
  color: #000;
  font-size: 1.0em;
	line-height: 1.0;
	margin-top:10px; 
	text-align: center;
  }
#newface .pickup p span {
	font-size: 0.7em;
	line-height: 1.2;
  }
#rank1, #rank2 {
		float: none!important;
		width:100%!important;
		padding: 10px;
		box-sizing: border-box;
}
}


@media only screen and (max-width:414px){
ul.girls li.frame2 {
	width: 32%;
	max-width: 200px;
	margin-bottom: 10px;
}
.frame3 p {
  color: #000;
  font-size: 0.7em;
  line-height: 1.0;
    position: absolute;
    top: 0;
    right: 0;
  }
.frame p {
	background: url("../images/cast-bg.png") no-repeat;
	background-size:contain;
	padding-top: 15px;
	text-align: center;
	z-index:10;
    position: absolute;
    top: 68%;
    left: 0;
	width: 100%;
}
.frame2 p {
	text-align: center;
	width: 100%;
}
 .frame p span, .frame2 p span, .frame3 p span {
	font-size: 0.6rem;
	line-height: 1.2;
	color: #333;
  }
.time {
	display: block;
	box-sizing: border-box;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}
.time img {
	width: 10px;
	vertical-align:top;
}
ul.girls .pickup {
	display:inline-block;
	width: 29%;
	max-width:260px;
	vertical-align: middle;
	background: url("../images/pickup-bg.png") no-repeat;
	background-size:100% auto;
	box-sizing: border-box;
	padding:10px 10px 10px;
	margin: 0 1%;
}
#newface .pickup p {
  color: #000;
  font-size: 0.8em;
	line-height: 1.0;
	margin-top:10px; 
	text-align: center;
  }
#newface .pickup p span {
	font-size: 0.6em;
	line-height: 1.2;
  }
#newface .pickup span.dayentry {
    text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin-bottom: 10px;
}
#rank1, #rank2 {
		float: none!important;
		width:100%!important;
		padding: 10px;
		box-sizing: border-box;
}
}
