@charset "utf-8";

@font-face {
	font-family:'times';
	src:url('images/times.eot');
	src:url('images/times.woff') format('woff')
	,src:url('images/times.ttf') format('truetype');
}


@-webkit-keyframes blink {
	0%{opacity:0;} 100%{opacity:1;}
}
@-moz-keyframes blink {
	0%{opacity:0;} 100%{opacity:1;}
}
@keyframes blink{
	0%{opacity:0;} 100%{opacity:1;}
}


.dispPC {
	display:none;
}
.brSP {
	display:block;
}
/* ==============================================
	CSS reset
=============================================== */
* {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	font-size:100%;
	vertical-align:baseline;
	font-weight:normal;
}
button ,input ,textarea ,select {
	max-width:100%;
	font-size:20px;
	letter-spacing:1px;
	font-family:"メイリオ" ,sans-serif;
}
button {
	padding:5px 20px;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:"メイリオ" ,sans-serif;
}
a ,a:link ,a:visited {
	color:#00f;
	text-decoration:none;
}
a:hover {
	color:#f06;
	text-decoration:none;
}

img {
	vertical-align:bottom;
	max-width:100%;
}
ol ,ul ,li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote ,q {
	quotes:none;
}
blockquote:before ,blockquote:after
,q:before ,q:after {
	content:'';
	content:none;
}
header ,footer ,nav ,article ,section ,aside {
	display:block;
}

/* ==============================================
	cleafix
=============================================== */
.clearfix:after,
#homeRightBloc ul#homeNews li:after {
	display:block;
	clear:both;
	height:0px;
	line-height:0px;
	visibility:hidden;
	content:".";
}
.clearfix ,
#homeRightBloc ul#homeNews li {
	display: block; /* for IE8 */
	zoom: 1; 
}


/* ==============================================
	common
=============================================== */
.titleBarImage img {
	display:none;
}
.titleBar ,
.titleBarImage {
	width:100%;
	line-height:30px;
	padding:5px 10px;
	margin-bottom:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	background: linear-gradient(#36f, #06c) #06c;
	background: -moz-linear-gradient(cente top, #36f, #06c);
	background: -webkit-gradient(linear, center top, center bottom, from(#09f), to(#30c));
}
.titleBar.sub {
	font-size:16px;
	text-align:left;
	padding:5px 20px;
}

.titleBarImage span,
.titleBar span {
	display:block;
	font-weight:bold;
}
.titleBarImage span:nth-child(2) {
	display:none;
}

.titleBar:not(.sub) span:nth-child(1) {
	font-family:'times',serif;
}
.titleBar span:nth-child(2) {
	font-size:12px;
}

.noData {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding-top:80px;
	color:#666;
	font-size:12px;
	text-align:center;
	border:1px solid #333;
}

.commonList {
	text-align:center;
	margin-bottom:15px;
}

.infoBox {
	width:100%;
	margin:15px auto 30px;
	padding:5px;
	font-size:12px;
	line-height:1.6;
	border:1px solid #06f;
	background:#fff;
}
.center {
	text-align:center;
}
.infoBox p {
	padding:5px 0;
}

.sendIP {
	margin-top:1em;
	color:#999;
	font-size:xx-small;
	text-align:right;
}

.noticeInfo {
	color:#f00;
}
.noticeAlert {
	color:#f00;
}
.noticeLink {
}
.noticeLink a {
	color:#f9c;
}
.noticeLink a:hover {
	text-decoration:underline;
}

.noticePara {
	padding:10px 5px 15px;
}

.mBottom {
	margin-bottom:30px;
}

.strong {
	color:#f00;
	font-size:18px;
	font-weight:bold;
}


.notes {
	color:#666;
	font-size:12px;
}



/* ==============================================
	body
=============================================== */
body {
	position:relative;
	font-size:12px;
	line-height:1.6;
	color:#000;
	background-color:#fff;
	background-image:url(images/sp/bg.jpg);
	background-position:50% 0%;
	background-repeat:repeat;
	background-size:contain;
}

body #body {
	position:relative;
	width:480px;
	margin-left:auto;
	margin-right:auto;
	padding-top:110px;
	padding-left:10px;
	padding-right:10px;
}

.innerFrame {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.mainBloc {
	width:100%;
	padding:0 10px;
	margin-bottom:15px;
}

.contentsBloc {
	padding-bottom:30px;
}

/* ==============================================
	header
=============================================== */
#header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:96px;
	background-color:rgba(221,238,255,0.9);
	z-index:10000;
	border-bottom:1px solid #999;
	box-shadow:0 3px 5px #666;
}


/* ==============================================
	header > spHeaderMenu
=============================================== */
#spHeaderMenu {
	position:relative;
	min-width:480px;
	height:65px;
	margin:auto;
	z-index:10002;
}
#spHeaderMenu li {
	display:block;
	width:50%;
	height:100%;
}
#spHeaderMenu li img {
	max-height:100%;
}
#spHeaderMenu #spHeaderLogo {
	float:left;
	text-align:center;
}
#spHeaderMenu li#spHeaderTel {
	width:40%;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:5px;
	height:45px;
	line-height:45px;
}


/* ==============================================
	header > navMenu
=============================================== */
#header .dispSP .navMenuBloc {
	width:100%;
}
#header .dispSP .navMenuBloc ul.navMenu {
	margin:auto;
	width:100%;
	height:30px;
	font-size:0;
	text-align:center;
}
#header .dispSP .navMenuBloc li {
	display:inline-block;
	width:24%;
	margin:0 2px;
	height:28px;
	line-height:26px;
	overflow:hidden;
	background: linear-gradient(#36f, #06c) #06c;
	background: -moz-linear-gradient(cente top, #36f, #06c);
	background: -webkit-gradient(linear, center top, center bottom, from(#09f), to(#30c));
}
#header .dispSP .navMenuBloc li a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	font-size:14px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:75px 24px;
}
#header .dispSP .navMenuBloc li a span:first-child {
	display:none;
}
#header .dispSP .navMenuBloc li a span:last-child {
	color:#fff;
	letter-spacing:0.5px;
}
#header .dispSP .navMenuBloc li.navMenuS3 a span {
	letter-spacing:-1.5px;
}
/*
#header .dispSP .navMenuBloc li.navMenuS1 a {
	background-image:url(images/sp/icons/sma_todays_cast_txt_w.png);
}
#header .dispSP .navMenuBloc li.navMenuS2 a {
	background-image:url(images/sp/icons/sma_cast_txt_w.png);
}
#header .dispSP .navMenuBloc li.navMenuS3 a {
	background-image:url(images/sp/icons/sma_system_map_txt_w.png);
}
#header .dispSP .navMenuBloc li.navMenuS4 a {
	background-image:url(images/sp/icons/sma_event_txt_w.png);
}
*/

/* ==============================================
	footer
=============================================== */
#footer {
	margin:30px auto 0;
	width:480px;
	padding-top:10px;
	line-height:18px;
	font-style:'times',serif;
}
#footer .innerFrame {
	width:100%;
	margin:auto;
}

#indexHtmlBody #footer .navMenuBloc {
	display:none;
}
#footer .navMenuBloc {
	margin-top:5px;
	margin-bottom:10px;
}
#footer .navMenuBloc ul.navMenu {
	position:relative;
	font-size:0;
	text-align:left;
	padding-top:50px;
	width:98%;
	margin:auto;
}
#footer .navMenuBloc ul.navMenu:before {
	content:"メインメニュー";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;

	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 2px #000;
	background: linear-gradient(#09f, #06f) #09f;
	background: -moz-linear-gradient(center top, #09f, #06f);
	background: -webkit-gradient(linear, center top, center bottom, from(#09f), to(#06f));
}

#footer .navMenuBloc ul.navMenu li {
	display:inline-block;
	width:48%;
	margin:0 0.5% 10px;
}
#footer .navMenuBloc ul.navMenu li.navMenu05 ,
#footer .navMenuBloc ul.navMenu li.navMenu07 {
	display:none;
}

#footer .navMenuBloc ul.navMenu li a {
	display:block;
	position:relative;
	height:50px;

	color:#00f;
	background:url(images/sp/icons/x2.png) 95% 50% no-repeat #def;
	border:1px solid #009;
	border-radius:5px;
	box-shadow:1px 1px 2px #666;
}
#footer .navMenuBloc ul.navMenu li a span:nth-child(1) {
	display:block;
	width:100%;
	padding-top:28px;
	font-size:12px;
	line-height:12px;
	padding-left:2em;
}
#footer .navMenuBloc ul.navMenu li a span:nth-child(2) {
	position:absolute;
	top:5px;
	left:0;
	width:100%;
	height:23px;
	line-height:23px;
	font-size:16px;
	padding-left:1em;
	font-weight:bold;
}

#footer .navMenuBloc ul.navMenu li a.toplink {
	display:block;
	width:80%;
	padding:0.5em;
	margin:0.5em;

	color:#fff;
	background: -webkit-gradient(linear, center top, center bottom, from(#000), to(#333));

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #306;

}

#indexHtmlBody #footer #footerBanners {
	display:none;
}
#footer #footerBanners {
	padding:15px 0;
	text-align:center;
	font-size:16px;
	line-height:1.6;
}
#footer #footerBanners .footerBannerHeader {
	color:#00f;
}
#footer #footerBanners ul {
	margin-bottom:15px;
}
#footer #footerBanners ul:last-child {
	margin-bottom:0;
}
#footer #footerBanners ul li {
	display:inline-block;
	width:42%;
	margin:auto 1%;
}
#footer #footerBanners ul li a {
	display:block;
	width:100%;
	color:#339;
}
#footer #footerBanners ul li a img {
	width:100%;
	box-shadow:1px 1px 3px #999;
}

#footer #footerInfo {
	padding:10px 0;
	text-align:center;
	color:#333;
	line-height:1.6;
	text-align:center;
}

#footer #footerInfo .footerLogo {
	width:50%;
}
#footer #footerInfo #shopName {
	padding-top:0.5em;
}


#footer #footerInfo a.tellink {
	color:#333;
	font-size:28px;
}
#copyright {
	margin-top:5px;
	font-size:12px;
	color:#333;
	line-height:1.6;
	text-align:center;
}
#copyright a {
	color:#000;
}
#copyright a:hover {
	text-decoration:underline;
}



/* ==============================================
	innerFrame > bannerMenu
=============================================== */
ul#bannerMenu {
}
ul#bannerMenu li {
	display:none;
	margin-bottom:10px;
}
ul#bannerMenu li.SP {
	display:inline-block;
}
ul#bannerMenu li img {
	border:1px solid #9e803f;
}
ul#bannerMenu li a:hover {
	opacity:0.8;
}
ul#bannerMenu li:nth-child(2n+1) {
	float:left;
}
ul#bannerMenu li:nth-child(2n+2) {
	float:right;
}



/* ==============================================
	page layout
=============================================== */
/* ==============================================
	index > enter buttons
=============================================== */
#indexHtmlBody #body {
	padding-top:10px;
	width:100%;
}
#indexHtmlBody #header {
	position:relative;
	height:auto;
}
#indexHtmlBody #header > .dispPC {
	display:block;
	width:480px;
	margin:auto;
}
#indexHtmlBody #header .dispSP {
	display:none;
}

div#enterButtonFrame {
	position:relative;
	margin:0px auto;
	width:100%;
	height:320px;
	background-image:url(images/sp/cc_enter_ss.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#fffff8;
}
div#enterButtonFrame ul {
	margin:auto;
	float:right;
	width:300px;
	height:100%;
	padding-top:160px;
	position:relative;
	background-image:url(images/_b/logob.png);
	background-position:50% 40px;
	background-repeat:no-repeat;
	background-size:auto 120px;
}
.renewal2 div#enterButtonFrame ul {
	padding-top:120px;
	background-position:50% 10px;
}

div#enterButtonFrame ul li {
	display:block;
	font-family:"times",serif;
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
}
div#enterButtonFrame ul li#enterButton {
}
div#enterButtonFrame ul li#exitButton {
}

div#enterButtonFrame ul li#enterButton:before {
	content:"Over 18";
	display:block;
}
div#enterButtonFrame ul li#exitButton:before {
	content:"Under 18";
	display:block;
}


div#enterButtonFrame ul li a {
	display:block;
}
div#enterButtonFrame ul li a span {
	font-weight:bold;
}
div#enterButtonFrame ul li a:hover {
	text-decoration:underline;
}
div#enterButtonFrame ul li#enterButton a {
	width:75%;
	margin:auto auto 1.5em;
	padding:0.5em 0;
	font-size:18px;
	letter-spacing:0.2em;
	color:#fff;
	background:url(images/sp/icons/x2b.png) 98% 45% no-repeat,-webkit-gradient(linear,center top,center bottom,from(#6cf),to(#309));
	box-shadow:0px 2px 8px #ccf;
	border:1px solid #fff;
	border-radius:0.2em;
}
div#enterButtonFrame ul li#exitButton a {
	color:#06f;
}

div#enterButtonFrame ul li a span:nth-child(2) {
	display:none;
}


div#enterButtonFrame #openText {
	position:absolute;
	top:-10px;
	left:0;
	right:0;
	text-align:center;
}
div#enterButtonFrame #openText img {
	width:360px;
	max-width:80%;
}


.enterMessage {
	background: linear-gradient(#60f, #ccf) #ccf;
	background: -moz-linear-gradient(center top, #60f, #ccf);
	background: -webkit-gradient(linear, center top, center bottom, from(#60f), to(#ccf));
}
.enterMessage img {
	width:80%;
}




#shopLink {
	text-align:center;
	padding:40px 0;
}
#shopLink a {
	display:inline-block;
	width:90%;
	box-shadow:0 0 5px #fff;
}
#shopLink a:hover {
	box-shadow:0 0 5px #06f,0 0 10px #06f;
}
#shopLink a.r:hover {
	box-shadow:0 0 5px #f00,0 0 10px #f00;
}

#shopLink a img {
	width:100%;
}


/* ==============================================
	home > header > slider
=============================================== */
#spHomeSliderBloc ,#spHomeSliderBloc * {
	box-sizing:content-box;
}
#spHomeSliderBloc {
	width:100%;
	max-height:430px;
/*
	height:430px;
	padding-bottom:30px;
*/
	overflow:hidden;
}
#spHomeSliderBloc #spHomeSliderLoader {
	width:100%;
	height:100%;
	padding-top:100px;
	text-align:center;
}
#spHomeSliderBloc #spHomeSlider {
	opacity:0;
}

#spHomeSliderBloc .bx-wrapper {
	margin-bottom:10px;
}
#spHomeSliderBloc .bx-wrapper .bx-viewport {
}

#spHomeSliderBloc .bx-wrapper img {
}

#spbx-pager {
	padding-left:1px;
}
#spbx-pager a {
	display:block;
	float:left;
	width:94px;
	height:68px;
	margin-right:2px
}
#spbx-pager a:last-child {
	margin-right:0px
}
#spbx-pager a img {
	width:90px;
	height:64px;
	border:2px solid #999;
}
#spbx-pager a.active img {
	border:2px solid #06c;
}
#spbx-pager a:not(.active):hover img {
}



/* ==============================================
	home > left > pickup slider
=============================================== */
#homeLeftBloc {
	width:100%;
	margin-bottom:15px;
}

#homeLeftBloc #pickup {
	width:320px;
	height:480px;
	margin:auto;
	padding:9px;
	overflow:hidden;
	border:1px solid #333;
}
#homeLeftBloc #pickup ul#pickupSlider {
	width:300px;
	height:460px;
	overflow:hidden;
}
#homeLeftBloc #pickup ul#pickupSlider li ,
#homeLeftBloc #pickup ul#pickupSlider li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castImage {
	display:block;
	height:400px;
	line-height:400px;
	text-align:center;
	vertical-align:middle;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castImage img {
	width:auto;
	max-width:100%;
	height:auto;
	min-width:100%;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo {
	display:block;
	padding:10px;
	font-size:20px;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castSize {
	display:block;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castSize {
	color:#cff;
}
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castIcons ,
#homeLeftBloc #pickup ul#pickupSlider li a span.castInfo .castTime {
	display:none;
}



/* ==============================================
	home > right > news
=============================================== */
#mainBloc {
	width:100%;
	margin-bottom:15px;
}

#mainBloc ul#homeNews {
	width:100%;
	min-height:240px;
	max-height:640px;
	line-height:1.3;
	overflow-y:scroll;
    border: 1px solid #333;
    background-color: #fff;
}
#mainBloc ul#homeNews li {
	position:relative;
	padding:10px;
	border-bottom:1px dashed #90f;
}
#mainBloc ul#homeNews li:last-child {
	border-bottom:0px none;
}
#mainBloc ul#homeNews li p.news_head ,
#mainBloc ul#homeNews li p.news_text {
	display:block;
}
#mainBloc ul#homeNews li p.news_head {
	color:#f00;
	font-size:18px;
	padding-bottom:0.5em;
}
#mainBloc ul#homeNews li .news_time {
	color:#06f;
	font-size:12px;
}
#mainBloc ul#homeNews li div.news_text {
	padding:0 1em;
}

/* ==============================================
	system
=============================================== */
#system {
	margin-bottom:30px;
}
#system li {
	text-align:center;
	margin-bottom:15px;
}
#system li img {
}

#systemCampaign {
	width:100%;
	margin-bottom:15px;
}

#systemCampaign li {
	margin-bottom:20px;
	border:3px solid #039;
	border-radius:3px;
}
#systemCampaign li h3.systemCampaignHead {
	padding:3px 9px;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	background: linear-gradient(#36f, #06c) #06c;
	background: -moz-linear-gradient(cente top, #36f, #06c);
	background: -webkit-gradient(linear, center top, center bottom, from(#09f), to(#30c));
	letter-spacing:1px;
}
#systemCampaign li h3.systemCampaignHead span {
	float:right;
	font-size:14px;
	color:#000;
	font-style:oblique;
	font-family:"Times",serif;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
#systemCampaign li div.systemCampaignBody {
	padding:10px;
	line-height:1.4;
	font-size:12px;
	background:#fff;
}





/* ==============================================
	access
=============================================== */
#access {
	font-size:14px;
}
#access iframe {
	width:100%;
	height:480px;
	border:1px solid #999;
}
#access p {
	text-align:center;
	margin-bottom:0.5em;
	line-height:1.8;
}
#access p.shopName {
	font-size:24px;
	color:#339;
}



/* ==============================================
	castlist
=============================================== */
ul.castList {
	margin-bottom:15px;
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items:stretch;
}
ul.castList li.castCell {
	position:relative;
	width:24%;
	margin:2px 0.5%;
	line-height:1.2;
	text-align:center;
	font-size:10px;
	background-image:url(images/pc/girl_sample.jpg);
	background-position:50% 50%;
	background-size:cover;
	box-shadow:0px 0px 3px #00f;
}

ul.castList li.castCell a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	padding:2px;
	overflow:hidden;
}
ul.castList li.castCell a:hover {
}

ul.castList li.castCell .castName {
	position:relative;
	display:block;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	width:100%;
	color:#30c;
}

ul.castList li.castCell .castImage {
	position:relative;
	display:block;
	width:104px;
	height:155px;
	line-height:153px;
	margin:auto;
	font-size:0;
	border:1px solid #06f;
}
ul.castList li.castCell .castImage img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}

ul.castList li.castCell .castInfo {
	position:relative;
	display:block;
	font-size:10px;
	color:#000;
}
ul.castList li.castCell .castInfo .castIcon {
	display:block;
	text-align:center;
	padding:2px 0;
}
ul.castList li.castCell .castInfo .castIcon img {
	width:33%;
}
ul.castList li.castCell .castInfo .castSize {
	display:block;
	height:28px;
	line-height:14px;
	text-align:center;
	overflow:hidden;
	background-color:rgba(255,255,255,0.6);
}
ul.castList li.castCell .castInfo .castSize span {
	display:block;
}
ul.castList li.castCell .castInfo .castTime {
	display:block;
	margin-top:2px;
	height:14px;
	line-height:18px;
	color:#c00;
	font-weight:bold;
	background-color:rgba(255,255,255,0.6);
}

ul.castList li.castCell .castNewIcon {
	position:absolute;
	top:15px;
	left:0px;
	padding-top:20px;
	width:35px;
	height:35px;
	background-image:url(images/icons/newface.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
ul.castList li.castCell .castNewIcon img {
	display:block;
}

/* ==============================================
	newface
=============================================== */
ul#newfaceList li.newfaceCell {
	position:relative;
	width:740px;
	height:254px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #66C;
	background-color:rgba(255,255,255,0.8);
}
ul#newfaceList li.newfaceCell a {
	display:block;
	width:100%;
	height:100%;
	padding:5px;
	color:#000;
}
ul#newfaceList li.newfaceCell a:hover {
	background-color:rgba(224,224,255,0.4);
}
ul#newfaceList li.newfaceCell .castImage {
	display:block;
	float:left;
	width:180px;
	height:240px;
}
ul#newfaceList li.newfaceCell .castImage img {
	width:180px;
	height:240px;
}

ul#newfaceList li.newfaceCell .castInfo {
	display:block;
	float:right;
	width:540px;
	padding:5px 0px;
	color:#000;
}
ul#newfaceList li.newfaceCell .castInfo .castInfoL {
	width:40%;
	float:left;
	margin-left:10px;
	font-size:14px;
	line-height:24px;
}
ul#newfaceList li.newfaceCell .castInfo .castInfoL .castName {
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	color:#f00;
}
ul#newfaceList li.newfaceCell .castInfo .castInfoL .castSize {
	padding-left:1em;
}
ul#newfaceList li.newfaceCell .castInfo .castInfoR {
	width:40%;
	float:right;
	line-height:24px;
	text-align:right;
	margin-right:10px;
	padding-top:8px;
}
ul#newfaceList li.newfaceCell .castInfo .castInfoR .castIcons img {
	margin-left:1em;
}

ul#newfaceList li.newfaceCell .castInfo .castMes {
	display:block;
	margin-top:10px;
	border-top:1px dashed #666;
	padding:10px;
	font-size:13px;
	letter-spacing:1px;
}



/* ==============================================
	schedule
=============================================== */
#dateList {
	margin-bottom:30px;
	text-align:center;
	font-size:0;
}
#dateList li {
	display:inline-block;
	cursor:pointer;
	width:14%;
	padding:6px;
	font-size:14px;
	color:#666;
	cursor:pointer;
	border:1px solid #999;
	background-color:rgba(255,255,255,0.2);
}
#dateList li.on {
	color:#fff;
	text-shadow:1px 1px 0 #00f;
	background-color:#30f;
}



/* ==============================================
	ranking
=============================================== */
#rankingBloc {
	text-align:center;
}

#rankingBloc .ranking {
	display:inline-block;
	width:360px;
	height:1100px;
	background-position:0 0;
	background-repeat:no-repeat;
	margin-bottom:30px;
}
#rankingBloc .ranking#ranking0 {
	background-image:url(images/_b/ranking_ab.webp);
	margin-right:2px;
}
#rankingBloc .ranking#ranking1 {
	background-image:url(images/_b/ranking_bb.webp);
	margin-left:2px;
}

.ranking ul li.rankTitle h3 {
	font-size:22px;
	font-weight:bold;
	height:50px;
	line-height:30px;
	padding:12px 10px 8px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 2px #000;
}

.ranking ul li.ranking_girls {
	display:block;
	position:relative;
	width:100%;
	height:104px;
	margin-bottom:1px;
	overflow:hidden;
}
.ranking ul li.ranking_girls a {
	display:block;
	width:100%;
	height:100%;
	padding:4px;
}
.ranking#ranking0 ul li.ranking_girls a:hover {
	background-color:rgba(255,204,255,0.2);
}
.ranking#ranking1 ul li.ranking_girls a:hover {
	background-color:rgba(204,255,255,0.2);
}
.ranking ul li.ranking_girls .ranking_image {
	float:left;
	margin-left:80px;
	height:100%;
	box-shadow:0 0 2px #ccc;
}
.ranking ul li.ranking_girls .ranking_info {
	float:left;
	display:block;
	margin-left:10px;
	padding-left:8px;
	width:180px;
	height:100%;
}
.ranking ul li.ranking_girls.ranking_none {
	padding:4px;
	color:#666;
}
.ranking ul li.ranking_girls .ranking_info {
	text-align:left;
}
.ranking ul li.ranking_girls .ranking_info .ranking_name {
	display:block;
	margin-top:5px;
	font-size:16px;
	font-weight:bold;
}
.ranking ul li.ranking_girls .ranking_info .ranking_size {
	display:block;
	font-size:14px;
	line-height:20px;
}

.ranking ul li.ranking_girls a {
	color:#000;
}
.ranking#ranking0 ul li.ranking_girls a .ranking_info .ranking_name {
	color:#f06;
}
.ranking#ranking1 ul li.ranking_girls a .ranking_info .ranking_name {
 	color:#00f;
}
.ranking ul li.ranking_girls a .ranking_info .ranking_size {
	color:#000;
}
.ranking ul li.ranking_girls a .ranking_info .rankingSche {
	display:block;
	margin:6px auto auto;
	width:102px;
	height:22px;
	line-height:22px;

	font-size:14px;
	font-weight:bold;
	border-radius:10px;
	text-align:center;
	border:1px solid #fff;
}

.ranking#ranking0 ul li.ranking_girls .ranking_info .rankingSche {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	box-shadow:1px 1px 1px #000;
	background: #ff6699;
	background: linear-gradient(#ff0033, #ff6699);
	background: -moz-linear-gradient(center top, #ff0033, #ff6699);
	background: -webkit-gradient(linear, center top, center bottom, from(#ff0033), to(#ff6699));
}
.ranking#ranking1 ul li.ranking_girls .ranking_info .rankingSche {
	color:#fff;
	text-shadow:1px 1px 1px #000;
	box-shadow:1px 1px 1px #000;
	background: #6699ff;
	background: linear-gradient(#0033ff, #6699ff);
	background: -moz-linear-gradient(center top, #0033ff, #6699ff);
	background: -webkit-gradient(linear, center top, center bottom, from(#0033ff), to(#6699ff));
}





/* ==============================================
	mailmagazine
=============================================== */
#mailmagazineForm {
	padding:20px;
	text-align:center;
}
#mailmagazineForm input[type='text'] {
	max-width:100%;
}


/* ==============================================
	event colorbox
=============================================== */
.eventImage {
	padding:5px 10px 10px;
	text-align:center;
}
.eventText {
	width:100%;
	padding:10px;
	display:none;
}




/* ==============================================
	recruit
=============================================== */
.recruitImage {
	margin-bottom:15px;
	text-align:center;
}
.recruitImage img {
}
.recruitImage a {
	display:inline-block;
	background-color:#339;
	border-radius:10px;
	overflow:hidden;
}
.recruitImage a img {
	border-radius:10px;
}
.recruitImage a:hover img {
	opacity:0.9;
}
.recruitTable {
	width:90%;
	margin:15px auto;
	border:1px solid #333;
	font-size:14px;
	line-height:1.6;
}
.recruitTable th {
	vertical-align:top;
	font-weight:normal;
	width:180px;
	padding:10px;
	border:1px solid #333;
	color:#f9f;
}
.recruitTable th.blue {
	color:#9ff;
}
.recruitTable td {
	vertical-align:top;
	padding:10px;
	border:1px solid #333;
}



/* ==============================================
	recruit form
=============================================== */
.thankyouText ,
#formTable {
	width:100%;
	margin:15px auto;
	padding:0 10px;
	border:1px solid #333;
	font-size:16px;
	line-height:1.8;
}
#formTable dt {
	padding-top:5px;
}
#formTable dd {
	padding:5px 15px 10px;
	border-bottom:1px dotted #666;
}
#formTable dd .memo {
	color:#666;
}
#formTable dd:last-child {
	border-bottom:0px none;
}

.error {
	color:#f00;
}
#formTable input.widthS {
	width:4em;
}
#formTable input.widthM {
	width:12em;
}
#formTable input.widthL {
	width:20em;
}
#formTable textarea {
	width:20em;
	height:5em;
}
#recruitHtmlBody #formTable label {
	display:inline-block;
	width:32%;
}
#enqueteHtmlBody #formTable label {
	display:block;
}
#enqueteHtmlBody .formButton input.widthM {
	width:8em;
	padding:2px 0;
}
#enqueteHtmlBody .formButton input.widthL {
	width:10em;
	padding:2px 0;
}

.formButton {
	margin:10px auto;
}

.formButton input {
	padding:5px 20px;
}



/* ==============================================
	link banner
=============================================== */
table.bannerTable {
	width:100%;
	margin:10px auto;
	border-collapse:separate;
	border-spacing:10px;
}
table.bannerTable th {
	font-size:14px;
	color:#00f;
	vertical-align:top;
	text-align:right;
}
table.bannerTable td {
}
table.bannerTable td img {
}

.linkBox {
	padding:10px 5px 30px;
}
.linkList {
	font-size:0;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.linkList li {
	display:block;
	width:24%;
	height:54px;
	margin:2px 0.5%;
	padding:3px;
}
.linkList li a {
	display:block;
	width:100%;
	height:100%;
	padding:3px;
	text-align:center;
	font-size:11px;
	color:#00f;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
}
.linkList li a img {
	width:88px;
	height:31px;
}
.linkList li a:hover {
	background-color:rgba(0,204,153,0.4);
}




/* ==============================================
	profile
=============================================== */
#profileHtmlBody .infoBox {
	padding:10px;
}
#profileHtmlBody h2.titleBar.dispSP {
	position:relative;
	font-size:18px;
	padding:3px 10px;
	text-align:left;
}
#profileHtmlBody .titleBar.dispSP .profileIcons {
	position:absolute;
	top:4px;
	right:4px;
	line-height:25px;
}
#profileHtmlBody .titleBar.dispSP img {
	width:40px;
	height:24px;
	border:1px solid #fff;
	margin-left:2px;
}



#profileImageFrame {
	position:relative;
	margin-bottom:20px;
	padding:10px;
}
#profileImageFrame #profileImageBG {
	width:302px;
	height:452px;
	line-height:450px;
	border:1px solid #06c;
	font-size:0;
}
#profileImageFrame #profileImageBG img {
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
#profileImageFrame #profileThumbs {
	position:absolute;
	top:10px;
	right:5px;
	width:140px;
	text-align:right;
	font-size:0;
}
#profileImageFrame #profileThumbs li {
	display:inline-block;
	width:58px;
	height:86px;
	line-height:84px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #06c;
}
#profileImageFrame #profileThumbs li img {
	width:auto;
	max-width:56px;
	height:auto;
	max-height:84px;
	vertical-align:middle;
}


#profileImageFrame .castNewIcon {
	position:absolute;
	display:block;
	top:2px;
	left:2px;
	width:75px;
	padding-top:45px;
	height:75px;
	background-image:url(images/icons/newface.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
#profileImageFrame .castNewIcon img {
	display:block;
	border:;
}






#profileInfoFrame .profileName {
	position:relative;
	font-size:24px;
	padding:3px 10px;
	background-color:rgba(51,51,153,0.6);
	color:#fff;
}
#profileInfoFrame div#profileIcons {
	margin-bottom:5px;
	text-align:center;
	font-size:0;
}
#profileInfoFrame div#profileIcons img {
	margin:0 3px;
}

#profileInfoFrame #profileTable {
	width:100%;
	padding:10px;
	font-size:13px;
	margin-bottom:15px;
	line-height:1.6;
	border-spacing:0px;
}
#profileInfoFrame #profileTable th ,
#profileInfoFrame #profileTable td {
	vertical-align:top;
	padding:5px;
	border-bottom:1px solid #06c;
}
#profileInfoFrame #profileTable th {
	color:#06f;
	font-weight:bold;
	text-align:left;
	padding-left:1em;
	width:8em;
}

#profileInfoFrame .profileSubHeader {
	font-size:13px;
}

#profileInfoFrame p {
	padding:10px 10px 30px;
	line-height:1.6;
}



#profileInfoFrame .profEvent {
	display:none;
}




/* ==============================================
	profile > schedule
=============================================== */
#profileSchedule {
	width:100%;
	margin:auto;
	font-size:12px;
	text-align:center;
	padding:3px;
	border:1px solid;
}
#profileSchedule caption {
}
#profileSchedule th ,
#profileSchedule td {
	width:14%;
	font-weight:normal;
	height:40px;
	border:1px solid #06c;
	vertical-align:middle;
}
#profileSchedule .week0 {
	background-color:rgba(255,153,153,0.4);
}
#profileSchedule .week6 {
	background-color:rgba(153,153,255,0.4);
}


/* ==============================================
	profile > guide(bottom)
=============================================== */
#profileGuideBottom {
	width:453px;
	height:40px;
	margin:60px auto 30px;
	border:1px solid #999;
	overflow:hidden;
}
#profileGuideBottom li {
	float:left;
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	font-size:13px;
	text-align:center;
	background-color:rgba(255,255,255,0.6);
}

#profileGuideBottom li a {
	display:block;
	width:150px;
	height:40px;
	color:#00f;
	border-right:1px solid #999;
}
#profileGuideBottom li:last-child a {
	border-right:0px none;
}
#profileGuideBottom li a span {
}

#profileGuideBottom li a:hover {
	text-decoration:underline;
}


#profileBlog {
	margin-bottom:20px;
}



