@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;}
}

/*
color0:#0cf
color1:#06c
color2:#06f
hover1:rgba(0,153,255,0.3)
hoverside:box-shadow:0 0 5px #06f
*/

.dispSP {
	display:none;
}
/* ==============================================
	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 {
	font-size:14px;
	letter-spacing:1px;
	font-family:"ヒラギノ角ゴPro W3" ,Osaka ,"メイリオ" ,"ＭＳ Ｐゴシック" ,sans-serif;
}
button {
	padding:5px 20px;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:"ヒラギノ角ゴPro W3" ,Osaka ,"メイリオ" ,"ＭＳ Ｐゴシック" ,sans-serif;
}
a ,a:link ,a:visited {
	color:#f03;
	text-decoration:none;
}
a:hover {
	color:#00f;
	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;
}

.iframeOuter {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.iframeOuter iframe {
	display:block;
	width:100%;
	height:100%;
	height:-webkit-fill-available;
}



/* ==============================================
	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 {
	margin-bottom:10px;
}
.titleBarImage span {
	display:none;
}
.titleBar {
	padding:5px 10px 3px;
	margin-bottom:10px;
	border-left:5px solid #06f;
	border-bottom:1px solid #0cf;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	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));
}
.titleBar.sub {
}

.titleBar span {
	display:block;
}

.titleBar:not(.sub) span:nth-child(1) {
	font-family:'times',serif;
}
.titleBar span:nth-child(2) {
	font-size:12px;
}
.noData {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	padding-top:80px;
	color:#333;
	font-size:14px;
	text-align:center;
	border:1px solid #333;
}

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

.contentsBloc {
	margin-bottom:20px;
}

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

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

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

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

.noticePara {
	padding:10px 20px 15px;
	font-size:12px;
	line-height:2;
}

.mBottom {
	margin-bottom:30px;
}

.strong {
	color:#f30;
	font-size:18px;
}

/* ==============================================
	body
=============================================== */
body {
	position:relative;
	font-size:14px;
	line-height:1.6;
	color:#000;
	background-color:#fff;
	background-image:url(images/pc/bg.jpg);
	background-position:50% 0%;
	background-repeat:repeat-y;
}
body #body {
	width:962px;
	margin:0 auto;
	padding-top:10px;
	border-left:1px solid #0cf;
	border-right:1px solid #0cf;
}

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


/* ==============================================
	body sidemenu
=============================================== */
.sidemenu {
	width:150px;
}
#sidemenuL {
	float:left;
	margin-left:6px;
}
#sidemenuR {
	float:right;
	margin-right:6px;
}
.sidemenu li {
	margin-bottom:10px;
}
.sidemenu li img {
}
.sidemenu li > a {
	display:inline-block;
	background-color:#fff;
}
.sidemenu li > a:hover > img {
	opacity:0.9;
	box-shadow:0 0 5px #06f;
}

.sidemenu #twitterBloc {
	width:100%;
	height:400px;
	overflow:auto;
	font-size:0;
}
.sidemenu #twitterBloc .mCustomScrollBox {
	border:1px solid #06c;
}
.sidemenu #twitterBloc .twitter-timeline {
	min-width:auto !important;
}

.sidemenu #twitterBloc .mCSB_inside > .mCSB_container {
	margin-right:5px;
}
.sidemenu #twitterBloc .mCSB_scrollTools {
	width:12px;
}



.sidemenu #newface .castCell {
	margin:5px auto;
}

.sidemenu #newface.noCarousel {
	max-height:calc(324px * 5);
	overflow:hidden;
}


/* ==============================================
	body mainBloc
=============================================== */
#mainBloc {
	float:left;
	width:630px;
	margin-left:8px;
}



/* ==============================================
	header
=============================================== */
#header.innerFrame {
	position:relative;
	width:962px;
	margin:0 auto;
	border-left:1px solid #0cf;
	border-right:1px solid #0cf;
}
#header #h1 {
	width:962px;
	margin:0 auto;
	padding:0 10px;
}

#header #h1 h1 {
	padding:3px 10px;
	font-size:12px;
	color:#000;
}

#header #headerLogo span {
	display:inline-block;
	height:100px;
	float:left;
}
#header #headerTel {
	display:inline-block;
	padding-top:25px;
	float:right;
}



/* ==============================================
 header event slider CSS
=============================================== */
#header #headerImage {
	position:relative;
	overflow:hidden;
}

#header #headerImage * {
	box-sizing:content-box;
}
div#header_slider_frame {
	position:absolute;
	top:170px;
	left:40px;
	height:85px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:rgba(255,255,255,0.8);
}
div#header_slider {
	width:880px;
	height: 85px;
}
div#header_slider .slide_cell {
	padding: 0 50px;
	display: block;
	float: left;
	width: 120px;
	height: 85px;
}
div#header_slider .slide_cell img {
	max-width:120px;
	max-height:85px;
	display: block;
	margin:auto;
}




/* ==============================================
	header > menu
=============================================== */
#header .navMenuBloc {
	width:962px;
	margin:0 auto;
	border-left:1px solid #0cf;
	border-right:1px solid #0cf;
	height:60px;
	margin:auto;
	background:url(images/pc/main_button_mix.png) no-repeat;
	font-size:0;
	text-align:center;
}

#header .navMenuBloc li {
	display:inline-block;
	width:106px;
	height:60px;
}
#header .navMenuBloc li a {
	display:block;
	width:100%;
	height:100%;
	background:url(images/pc/main_button_mix.png) no-repeat;
}

#header .navMenuBloc li a span {
	display:none;
}

#header .navMenuBloc li.navMenu10 ,
#header .navMenuBloc li.navMenu11 ,
#header .navMenuBloc li.navMenu12 ,
#header .navMenuBloc li.navMenu13 {
	display:none;
}

#header .navMenuBloc li.navMenu01 a { background-position:   -3px 0px; }
#header .navMenuBloc li.navMenu02 a { background-position: -109px 0px; }
#header .navMenuBloc li.navMenu03 a { background-position: -215px 0px; }
#header .navMenuBloc li.navMenu04 a { background-position: -321px 0px; }
#header .navMenuBloc li.navMenu05 a { background-position: -427px 0px; }
#header .navMenuBloc li.navMenu06 a { background-position: -533px 0px; }
#header .navMenuBloc li.navMenu07 a { background-position: -639px 0px; }
#header .navMenuBloc li.navMenu08 a { background-position: -745px 0px; }
#header .navMenuBloc li.navMenu09 a { background-position: -851px 0px; }

#header .navMenuBloc li.navMenu01 a:hover { background-position:   -3px -60px; }
#header .navMenuBloc li.navMenu02 a:hover { background-position: -109px -60px; }
#header .navMenuBloc li.navMenu03 a:hover { background-position: -215px -60px; }
#header .navMenuBloc li.navMenu04 a:hover { background-position: -321px -60px; }
#header .navMenuBloc li.navMenu05 a:hover { background-position: -427px -60px; }
#header .navMenuBloc li.navMenu06 a:hover { background-position: -533px -60px; }
#header .navMenuBloc li.navMenu07 a:hover { background-position: -639px -60px; }
#header .navMenuBloc li.navMenu08 a:hover { background-position: -745px -60px; }
#header .navMenuBloc li.navMenu09 a:hover { background-position: -851px -60px; }

#header .navMenuBloc li.navMenu01.active a { background-position:   -3px -120px; }
#header .navMenuBloc li.navMenu02.active a { background-position: -109px -120px; }
#header .navMenuBloc li.navMenu03.active a { background-position: -215px -120px; }
#header .navMenuBloc li.navMenu04.active a { background-position: -321px -120px; }
#header .navMenuBloc li.navMenu05.active a { background-position: -427px -120px; }
#header .navMenuBloc li.navMenu06.active a { background-position: -533px -120px; }
#header .navMenuBloc li.navMenu07.active a { background-position: -639px -120px; }
#header .navMenuBloc li.navMenu08.active a { background-position: -745px -120px; }
#header .navMenuBloc li.navMenu09.active a { background-position: -851px -120px; }













/* ==============================================
	footer
=============================================== */
#footer {
	width:962px;
	margin:0 auto;
	border-left:1px solid #0cf;
	border-right:1px solid #0cf;
	padding-top:30px;
	text-align:center;
}
#footer .innerFrame {
	position:relative;
	padding-top:130px;
	margin:auto;
	background-image:url(images/_b/footerb.webp);
	background-position:50% 0;
	background-repeat:no-repeat;
}

#footer .navMenuBloc {
	width:100%;
	border-top:1px solid #fff;
}
#indexHtmlBody #footer .innerFrame {
	height:150px;
}
#indexHtmlBody #footer .navMenuBloc {
	display:none;
}
#footer .navMenuBloc ul.navMenu {
	font-size:0;
	text-align:center;
}
#footer .navMenuBloc li {
	display:inline-block;
}
#footer .navMenuBloc li.navMenu10 ,
#footer .navMenuBloc li.navMenu11 ,
#footer .navMenuBloc li.navMenu12 ,
#footer .navMenuBloc li.navMenu13 {
	display:none;
}
#footer .navMenuBloc li:last-child {
}
#footer .navMenuBloc li a {
	display:block;
	padding:0 15px;
	color:#fff;
	text-shadow:1px 1px 0 #000;
	font-size:14px;
	line-height:2;
}
#footer .navMenuBloc li a span:nth-child(2) {
	display:none;
}
#footer .navMenuBloc li a:hover {
	text-decoration:underline;
}
#footer #footerInfo {
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}
#footer #footerInfo a.tellink {
	font-size:20px;
	color:#000;
}
#footer #footerInfo a.tellink:hover {
	color:#f00;
}


#copyright {
	color:#333;
	line-height:3;
	text-align:center;
}
#copyright a {
	color:#333;
}
#copyright a:hover {
	color:#f00;
	text-decoration:underline;
}



/* ==============================================
	page layout
=============================================== */
/* ==============================================
	index > enter buttons
=============================================== */
#indexHtmlBody #header {
	position:relative;
	height:auto;
}
#indexHtmlBody #header #headerImage {
	display:none;
}

body#indexHtmlBody #body {
	padding-top:0;
}

div#enterButtonFrame {
	position:relative;
	width:100%;
	height:500px;
	margin-bottom:30px;
	background-image:url(images/_b/enter01b2.webp);
	background-position:50% 0;
	background-repeat:no-repeat;
}

div#enterButtonFrame ul {
	margin:0 auto 60px;
	position:relative;
	width:960px;
}
div#enterButtonFrame ul li {
	display:block;
	position:absolute;
	top:390px;
	width:270px;
	height:100px;
}
div#enterButtonFrame ul li#enterButton {
	left:165px;
}
div#enterButtonFrame ul li#exitButton {
	left:525px;
}
div#enterButtonFrame ul li a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(images/_b/enter01b2.webp);
	background-repeat:no-repeat;
	opacity:0;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
div#enterButtonFrame ul li#enterButton a {
	background-position:-165px -500px;
}
div#enterButtonFrame ul li#exitButton a {
	background-position:-525px -500px;
}

div#enterButtonFrame ul li a span {
	display:none;
}

div#enterButtonFrame ul li a:hover {
	opacity:1;
}


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


.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:600px;
}



.renewal2 #enterButtonFrame {
	height:445px;
	overflow:hidden;
	background-position:50% 50px;
}
.renewalText {
	height:50px;
	font-size:32px;
	line-height:50px;
	text-align:center;
	color:#fff;
	background:linear-gradient(#33f, #009) #009;
	background:-webkit-gradient(linear, center top, center bottom, from(#33f), to(#009));
}










#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
=============================================== */
#homeSliderBloc {
	width:100%;
/*
	height:540px;
*/
	padding-bottom:3px;
}
#homeSliderBloc #homeSliderLoader {
	width:100%;
	height:100%;
	padding-top:150px;
	text-align:center;
}
#homeSliderBloc #homeSlider {
	opacity:0;
}

#homeSliderBloc .bx-wrapper {
	margin-bottom:10px;
}
#homeSliderBloc .bx-wrapper .bx-viewport {
	border:0 none;
}
#homeSliderBloc .bx-wrapper img {
}

#bx-pager {
	padding-left:3px;
}
#bx-pager a {
	display:block;
	float:left;
	width:194px;
	height:80px;
	border:2px solid #666;
	margin-right:6px
}
#bx-pager a:last-child {
	margin-right:0px
}
#bx-pager a img {
	width:190px;
	height:76px;
}


#mainBloc #homeNews {
	min-height:6em;
	max-height:1100px;
	overflow:auto;
	padding:0.5em;
	border:2px solid #06c;
	word-break:break-all;
	
}

#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:20px;
}
#mainBloc ul#homeNews li .news_time {
	color:#06f;
	font-size:12px;
}

#mainBloc ul#homeNews li div.news_text {
	padding:0 1em;
}




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

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

#systemCampaign li {
	border:2px solid #039;
	margin-bottom:20px;
}
#systemCampaign li h3.systemCampaignHead {
	padding:3px 12px;
	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:18px;
	line-height:20px;
	font-style:oblique;
	font-family:"Times",serif;
	font-weight:bold;
	color:#000;
	text-shadow:1px 1px 0 #fff;
}
#systemCampaign li div.systemCampaignBody {
	padding:10px;
	line-height:1.6;
	font-size:14px;
	background:#fff;
}


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



/* ==============================================
	castlist
=============================================== */
ul.castList {
	margin-bottom:15px;
	width:100%;
}
ul.castList li.castCell {
	display:block;
	float:left;
	position:relative;
	width:150px;
	height:314px;
	margin:3px;
	background-image:url(images/pc/girl_sample.jpg);
	background-position:50% 50%;
	border:1px solid #06c;
	overflow:hidden;
	text-align:center;
}
ul.castList li.castCell a {
	display:block;
	padding:3px;
	width:100%;
	height:100%;
	color:#000;
	font-size:12px;
	background-color:transparent;
}
ul.castList li.castCell a:hover {
	background-color:rgba(0,153,255,0.2);
}

ul.castList li.castCell .castName {
	position:relative;
	display:block;
	height:20px;
	line-height:20px;
	font-size:13px;
	letter-spacing:1px;
	text-align:left;
	padding-left:5px;
    color:#30c;
    text-shadow:1px 1px 0 #fff;
	font-weight:bold;
}
ul.castList li.castCell .castImage {
	display:block;
	margin:1px auto;
	width:130px;
	height:194px;
	line-height:192px;
	text-align:center;
	border:1px solid #06f;
	font-size:0;
}
ul.castList li.castCell .castImage img {
	vertical-align:middle;
}

ul.castList li.castCell .castInfo {
	position:relative;
	display:block;
	text-align: center;
}
ul.castList li.castCell .castInfo .castIcon {
	display:block;
	margin-top:1px;
	margin-bottom:2px;
}
ul.castList li.castCell .castInfo .castIcon img {
	margin:0 1px;
	width:45px;
	height:27px;
}
ul.castList li.castCell .castInfo .castSize ,
ul.castList li.castCell .castInfo .castTime {
	display:block;
	font-size:11px;
	line-height:19px;
	background-color:rgba(255,255,255,0.9);
}
ul.castList li.castCell .castInfo .castTime {
	margin-top:3px;
	color:#c00;
	font-weight:bold;
}


ul.castList li.castCell .castNewIcon {
	position:absolute;
	display:block;
	top:24px;
	left:10px;
	width:35px;
	padding-top:23px;
	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;
}

/* ==============================================
	schedule
=============================================== */
#dateList {
	width:630px;
	margin:15px auto;
	padding:1px;
	border:1px solid #999;
	text-align:center;
	font-size:0;
}
#dateList li {
	display:inline-block;
	width:84px;
	line-height:40px;
	margin:5px 2px;
	font-weight:bold;
	font-size:12px;
	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;
}
#dateList li:not(.on):hover {
	text-shadow:1px 1px 0 #fff;
	background:#cff;
}




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

#rankingBloc .ranking {
	display:inline-block;
	width:300px;
	height:1100px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#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:300px;
	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,153,204,0.4);
}
.ranking#ranking1 ul li.ranking_girls a:hover {
	background-color:rgba(153,153,255,0.4);
}
.ranking ul li.ranking_girls .ranking_image {
	float:left;
	margin-left:70px;
	height:100%;
	box-shadow:0 0 2px #ccc;
}
.ranking ul li.ranking_girls .ranking_info {
	float:left;
	display:block;
	margin-left:2px;
	padding-left:8px;
	width:140px;
	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);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff0033, endcolorstr=#ff6699));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ff0033, endcolorstr=#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);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0033ff, endcolorstr=#6699ff));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0033ff, endcolorstr=#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;
}



/* ==============================================
	event
============================= */
.eventImage {
	margin-bottom:10px;
	text-align:center;
}
.eventImage {
}
.eventText {
	padding:10px;
	display:none;
}


.titleBar.sub.event {
	text-align:center;
	font-weight:bold;
	border-left:0 none;
}



/* ==============================================
	recruit
=============================================== */
.recruitImage {
	margin-bottom:15px;
	text-align:center;
}
.recruitImage img {
}
.recruitImage a {
	display:inline-block;
	border-radius:10px;
	overflow:hidden;
}
.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%;
	padding:0 10px;
	font-size:13px;
}
#formTable dt {
	float:left;
	text-align:right;
	width:270px;
	padding:10px 5px 0;
	line-height:26px;
}
#recruitHtmlBody #formTable dt {
	width:210px;
}
#formTable dd {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
	padding-left:280px;
	line-height:1.8;
}
#recruitHtmlBody #formTable dd {
	padding-left:220px;
}
#formTable dd .memo {
	color:#666;
}
#formTable dd:last-child {
	border-bottom:0px none;
}

#formTable dd label {
	display:block;
}
.error {
	color:#f00;
}

input.widthS {
	width:4em;
}
input.widthMS {
	width:8em;
}
input.widthM {
	width:12em;
}
input.widthL {
	width:20em;
}
textarea {
	width:20em;
	max-width:100%;
	height:5em;
}

.formButton {
	width:100%;
	margin:auto 10px;
	padding:10px;
	font-size:13px;
	border-top:1px dotted #666;
}



/* ==============================================
	link banner
=============================================== */
table.bannerTable {
	margin:10px auto;
}
table.bannerTable th {
	font-size:14px;
	color:#00f;
}
table.bannerTable td {
	padding:10px;
}
table.bannerTable td img {
}

.linkBox {
	padding:10px 5px 30px;
}
.linkList {
	font-size:0;
}
.linkList li {
	float:left;
	display:block;
	margin:2px;
	padding:2px 0;
	width:99px;
	height:50px;
}
.linkList li a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:11px;
	color:#00f;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	padding:0 1px 1px 0;
}
.linkList li a img {
	width:88px;
	height:31px;
}
.linkList li a:hover {
	background-color:rgba(0,255,153,0.4);
	padding:1px 0 0 1px;
}



/* ==============================================
	profile
=============================================== */
#profileHtmlBody .infoBox {
	padding:0px;
}

#profileHtmlBody .profileSubHeader {
	padding:3px 10px;
	margin-top:15px;
	margin-bottom:5px;
	border-left:5px solid #06c;
	border-bottom:1px solid #06f;
	color:#06f;
	text-shadow:1px 1px 0px #fff;
	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));
}

#profileHtmlBody #profileThumbs {
	font-size:0;
	margin-top:15px;
}
#profileHtmlBody #profileThumbs li {
	display:none;
	width:56px;
	height:83px;
	line-height:83px;
	padding:0;
	margin-left:3px;
	margin-bottom:3px;
	border:1px solid #06c;
}
#profileHtmlBody #profileThumbs li.imageOn {
	display:inline-block;
	cursor:pointer;
}
#profileHtmlBody #profileThumbs li img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	vertical-align:middle;
}


#profileImageFrame {
	position:relative;
	float:left;
	width:300px;
	margin-bottom:15px;
}
#profileImageFrame #profileImageBG {
	width:300px;
	height:440px;
	line-height:420px;
	padding:10px;
	background-image:url(images/pc/daiza.jpg);
	background-position:50% 50%;
	background-repeat:no-repeat;
	font-size:0;
}
#profileImageFrame #profileImageBG #profileImage {
	width:100%;
	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;
}




#profileInfoFrame {
	float:right;
	width:320px;
	margin-bottom:15px;
}

#profileInfoFrame .profileName {
	position:relative;
	font-size:large;
	padding:3px 10px;
	margin-bottom:10px;
	color:#fff;
	text-shadow:1px 2px 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));
}
#profileInfoFrame .profileName .profileIcons {
	position:absolute;
	top:4px;
	right:4px;
	line-height:25px;
}
#profileInfoFrame .profileIcons img {
	width:40px;
	height:24px;
	border:1px solid #fff;
	margin-left:2px;
}

#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 #06f;
}
#profileInfoFrame #profileTable th {
	color:#06f;
	font-weight:bold;
	text-align:left;
	padding-left:1em;
	width:8em;
}

#profileInfoFrame p {
	padding-left:1em;
	line-height:1.6;
}


#profileInfoFrame .profEvent {
	display:none;
}



/* ==============================================
	profile > schedule
=============================================== */
#profileSchedule {
	width:100%;
	margin:auto;
	font-size:12px;
	text-align:center;
	border-spacing:3px;
	padding:3px;
	line-height:40px;
	border-collapse:separate;
}
#profileSchedule caption {
}
#profileSchedule th ,
#profileSchedule td {
	width:14%;
	font-weight:normal;
	height:40px;
	border:1px solid #999;
}
#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:452px;
	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;
}

#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 {
	background-color:rgba(51,0,255,0.2);
}






/* ==============================================
	side > twitterBloc > scrollbar
=============================================== */
#twitterBloc .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width:8px;
	background-color:rgba(0,0,255,0.95);
}
