@charset "utf-8";

/* ===================================================================

    [ Default Section ]

=================================================================== */
body {
	background-color: #ffffff;
	color: #333333;
	font-size: 62.5%;
	/* 10px */
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'MS PGothic', sans-serif;
	line-height: 2.0em;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	/*縦・横表示でも文字サイズを同じにする*/
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safari {}
}

del {
	color: #999999;
	text-decoration: line-through;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* Web Font
--------------------------------------------------------- */
#aaaaaa {
	/* -- google font -- */
	font-family: 'Tenor Sans', sans-serif;
}

/* Link Colors
--------------------------------------------------------- */
a:link {
	color: #111111;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #666;
}

/* Text Select Reversal Colors
--------------------------------------------------------- */
::selection {
	/* Reversal background color */
	background: #F8E6AF;
	/* Reversal text color */
	color: #666666;
}

/* Firefox */
::-moz-selection {
	/* Reversal background color */
	background: #F8E6AF;
	/* Reversal text color */
	color: #666666;
}

/* Form
--------------------------------------------------------- */
input[type="text"],
textarea {
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
}

/* ClearFix
--------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
}

.clearfix {
	min-height: 1px;
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.clear {
	clear: both;
}





/* ===================================================================

    [ Layout Section ]

=================================================================== */

/* =========================================================
    [ Common Layout ]
========================================================= */

/* Column Space
--------------------------------------------------------- */
.col {}


/* =========================================================
    [ Responsive Layout ]
========================================================= */
@media screen and (max-width: 320px) {

	/* 0px - 320px */
	div#aaaaa {}
}

@media screen and (min-width: 800px) {

	/* 820px - max  */
	div#aaaaa {}
}



/* =========================================================
    [ Global Layout ]
========================================================= */

/* Html, Body, Wrapper
--------------------------------------------------------- */
html,
body {}



#wrapper {}


/* Global Header
--------------------------------------------------------- */
#global-header {}

#site-label {
	background-color: #FF8290;
	margin-bottom: 10px;
}

#site-label-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#site-label-inner p {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#global-header-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#global-header-inner .header-contents {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-bottom: 10px;
}

#global-header-inner .header-contents h1 {
	float: left;
	height: 51px;
	width: 372px;
}

#global-header-inner .header-contents address {
	height: 45px;
	width: 223px;
	margin-left: 305px;
	float: left;
}

#utility-navi {
	float: right;
}

#utility-navi li {
	float: left;
}

#utility-navi .nav-magazine {
	width: 52px;
}

#utility-navi .nav-facebook {
	margin-right: 12px;
	width: 55px;
}

#utility-navi .nav-credit {
	width: 35px;
}

#utility-navi .nav-twitter {
	width: 42px;
}

#utility-navi .nav-instagram {
	width: 56px;
}



#global-header-inner .catch {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align: center;
}

#global-header-inner .catch span {
	color: #FF8290;
}

#global-header-inner .header-banner {
	margin-bottom: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#global-header-inner .header-slider {
	width: 600px;
	height: 80px;
	overflow: hidden;
}


#prevBtn {
	height: 22px;
	width: 22px;
	position: absolute;
	left: -41px;
	top: 30px;
}

#prevBtn a {
	background-image: url(../images/icon-header-banner-arrow-L.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;
}

#nextBtn {
	height: 22px;
	width: 22px;
	position: absolute;
	right: -41px;
	top: 30px;
}

#nextBtn a {
	background-image: url(../images/icon-header-banner-arrow-R.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 22px;
	overflow: hidden;

}

#global-header-inner .header-banner {
	margin-bottom: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 80px;
}

#global-header-inner .header-banner ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#global-header-inner .header-banner li {
	height: 80px;
	width: 600px;
}


/* Global Navigation
--------------------------------------------------------- */
#global-navi {
	background-color: #E6E6E6;
}

#global-navi ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#global-navi li {
	float: left;
	height: 40px;
	width: 120px;
}

#global-navi li a {
	background-image: url(../images/g-navi.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 120px;
	text-indent: -9999px;
	overflow: hidden;
}

#g-naviA a {
	background-position: 0px 0px;
}

#g-naviB a {
	background-position: -120px 0px;
}

#g-naviC a {
	background-position: -240px 0px;
}

#g-naviD a {
	background-position: -360px 0px;
}

#g-naviE a {
	background-position: -480px 0px;
}

#g-naviF a {
	background-position: -600px 0px;
}

#g-naviG a {
	background-position: -720px 0px;
}

#g-naviH a {
	background-position: -840px 0px;
}

#g-naviA a:hover {
	background-position: 0px -40px;
}

#g-naviB a:hover {
	background-position: -120px -40px;
}

#g-naviC a:hover {
	background-position: -240px -40px;
}

#g-naviD a:hover {
	background-position: -360px -40px;
}

#g-naviE a:hover {
	background-position: -480px -40px;
}

#g-naviF a:hover {
	background-position: -600px -40px;
}

#g-naviG a:hover {
	background-position: -720px -40px;
}

#g-naviH a:hover {
	background-position: -840px -40px;
}







/* Main Contents
--------------------------------------------------------- */
#top #main-contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper main {
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	background-position: center top;
}

/* Columns
--------------------------------------------------------- */
#primary-column {
	float: left;
	width: 710px;

}





#secondary-column {
	float: right;
	width: 240px;

}

#side-photodiary {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#side-pickup-girl {
	background-image: url(../images/bg-pickup-girl.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 214px;
	margin: 2px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#side-pickup-girl img {
	display: block;
	margin-bottom: 2px;
}

#side-pickup-girl p {
	font-size: 1.2em;
	line-height: normal;
}

#side-pickup-girl p a {
	color: #FFF;
}

#side-photodiary iframe {
	width: 238px;
	height: 620px;
}






/* Global Footer
--------------------------------------------------------- */
#global-footer {
	background-color: #FF8290;
}

#global-footer-inner {
	padding-bottom: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


#footer-navi {
	float: left;
	width: 610px;
}

#footer-navi ul {
	float: left;
	padding-top: 5px;
}

#footer-navi ul.row1 {
	width: 96px;
}

#footer-navi ul.row2 {
	width: 118px;
}

#footer-navi ul.row3 {
	width: 126px;
}

#footer-navi ul.row4 {
	width: 130px;
}

#footer-navi ul.row5 {
	width: 90px;
}

#footer-navi ul li {
	font-size: 1.2em;
	margin-bottom: 2px;
	color: #FFF;
}

#footer-navi ul li span {
	padding-right: 6px;
	font-size: 1.4em;
	vertical-align: -0.1em;
}

#footer-navi .last-child {
	margin-bottom: 0px;
}

#footer-navi li a {
	color: #FFF;
}

#footer-logo {
	float: right;
	height: 90px;
	width: 350px;
}

#copyright {
	font-size: 1.2em;
	color: #FFF;
	background-color: #FF4B7E;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}










/* ===================================================================

    [ Elements Section ]

=================================================================== */

/* =========================================================
    [ Common Page Elements ]
========================================================= */

/* Nav Pagetop
--------------------------------------------------------- */
#nav-pagetop {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#nav-pagetop a {
	font-size: 1.4em;
	color: #FF4B7E;
	background-image: url(../images/nav-pagetop.png);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 92px;
	margin-bottom: 30px;
	margin-left: auto;
	padding-left: 30px;
	font-weight: bold;
	height: 22px;
}

span.yellow {
	color: #FFE27E;
}

span.mintgreen {
	color: #7DE2C4;
}

span.violet {
	color: #9B9BFB;
}

span.purple {
	color: #CE9AFE;
}

span.pink {
	color: #FF93FF;
}

span.red {
	color: #FF8290;
}

span.aquablue {
	color: #7DE1E1;
}

span.blue {
	color: #9ACDFA;
}

span.coral-pink {
	color: #FF9BCD;
}


/* Change View Snippets
--------------------------------------------------------- */
#change-view {}

/* Common Navigation
--------------------------------------------------------- */

/* Common None Message
--------------------------------------------------------- */
#none {
	font-size: 1.5em;
	min-height: 300px;
	margin-top: 50px;
	margin-left: 30px;
}





/* Pickup Contents
--------------------------------------------------------- */
#pickup-contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	margin-bottom: 30px;
}

#pickup-contents h3 {
	height: 22px;
	width: 489px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#pickup-contents .inner .small-banners {
	float: left;
	width: 710px;
}

#pickup-contents .small-banners li {
	float: left;
	height: 90px;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#pickup-contents .small-banners .nth-child {
	margin-right: 0px;
}

#pickup-contents .small-banners .last-row {
	margin-bottom: 0px;
}

#pickup-contents .inner .large-banners {
	float: right;
	width: 240px;
}

#pickup-contents .large-banners li {
	margin-bottom: 10px;
}

#pickup-contents .large-banners .last-child {
	margin-bottom: 0px;
}

#pickup-contents .large-banners li a {
	display: block;
	overflow: hidden;
}

#pickup-contents .large-banners li img {
	display: block;
}




/* =========================================================
    [ Page Elements ]
========================================================= */

/* Index
--------------------------------------------------------- */
#index-label {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #FF8290;
	font-weight: bold;
}

#index #index-contets {
	background-color: #FFF;
	height: 548px;
	width: 958px;
	border: 1px solid #FF8290;
	background-image: url(../images/bg-enter.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

#index-contets .inner {
	width: 470px;
	padding-top: 28px;
}

#index-contets h1 {
	height: 112px;
	width: 351px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#index-contets h2 {
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#index-contets .guidance {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 25px;
}

#index-contets .icon-18age {
	height: 50px;
	width: 50px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#index-contets h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}

#nav-enter-group {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#nav-enter {
	float: left;
	width: 165px;
	color: #FF8290;
}

#nav-enter img {
	margin-bottom: 5px;
}

#nav-leave {
	float: right;
	width: 165px;
}

#nav-leave img {
	margin-bottom: 5px;
}

#index-footer {
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FF4B7E;
}

#index-footer .inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

#index-footer .information {
	float: left;
	width: 480px;
}

#index-footer .copyright {
	text-align: right;
	float: right;
	width: 480px;
}



/* Home
--------------------------------------------------------- */
#home {}

#pickup-information {
	width: 960px;
	padding-top: 18px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#pickup-information p {
	font-size: 1.2em;
	color: #333;
	float: left;
	padding-right: 12px;
	font-weight: bold;
}

#pickup-information .last {
	padding-right: 0px;
}

#top-slider {
	height: 278px;
	width: 710px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FE4C7E;
}

#slider-image {
	height: 260px;
	width: 710px;
	overflow: hidden;
}

#slider-image li img {
	display: block;
}

#slider-navi {
	background-color: #FF8291;
	height: 15px;
	padding-top: 5px;
	text-align: center;
}

#slider-navi a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 10px;
	width: 10px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/nav-top-slider.png);
	text-indent: -9999px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
}

#slider-navi .activeSlide {
	background-image: url(../images/nav-top-slider-on.png);
}

#news-contents {
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#news-contents a {
	text-decoration: none;
}

#news-contents .tab-navi li {
	cursor: pointer;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	background-color: #F5F5F5;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	float: left;
	cursor: pointer;
}

#news-contents .tab-A {
	width: 235px;
}

#news-contents .tab-B {
	width: 236px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
}

#news-contents .tab-C {
	width: 235px;
}

#news-contents .tab-navi .select {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#news-contents .tab-content {
	padding: 20px;
	height: 238px;
	width: 668px;
	background-color: #FFF;
}

#news-contents .none {
	display: none;
}

#news-contents .tab-content figure {
	float: left;
	width: 150px;
}

#news-contents .tab-content figure img {
	display: block;
	height: 200px;
	width: 150px;
}

#news-contents .tab-content figure figcaption {
	padding-top: 8px;
}

#news-contents .tab-content figure figcaption p {
	font-size: 1.2em;
	color: #000;
}

#news-contents .tab-content .detail {
	float: right;
	width: 497px;
}

#news-contents .tab-content .detail ul {
	height: 200px;
	margin-bottom: 26px;
}

#news-contents .tab-content .detail li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	padding-top: 5px;
	padding-bottom: 5px;
}

#news-contents .tab-content .detail .first-child {
	padding-top: 0px;
}

#news-contents .tab-content .detail .last-child {
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-bottom: 0px;
}

#news-contents .tab-content.clearfix .detail li p {
	font-size: 1.2em;
	color: #000;
}

#news-contents .tab-content .detail li .red-normal {
	color: #FF8290;
}

#news-contents .tab-content .detail li .red,
#news-contents .tab-content .detail li .pink,
#news-contents .tab-content .detail li .purple,
#news-contents .tab-content .detail li .aquablue,
#news-contents .tab-content .detail li .mintgreen,
#news-contents .tab-content .detail li .yellow {
	font-size: 1.4em;
	vertical-align: bottom;
	padding-right: 4px;
}

#news-contents .detail .nav-more a {
	font-size: 1.2em;
	padding-left: 4px;
}

#top-pickup-contents {
	margin-bottom: 20px;
}

#top-pickup-contents li {
	float: left;
	height: 90px;
	width: 230px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#top-pickup-contents .nth-child {
	margin-right: 0px;
}

#top-pickup-contents .last-row {
	margin-bottom: 0px;
}


#top-concept {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 960px;
}

#top-concept .leftbox {
	width: 670px;
	float: left;
}

#top-concept .rightbox {
	width: 238px;
	height: 642px;
	float: right;
	border: solid 1px #e6e6e6;
}


/* Price
--------------------------------------------------------- */
#price {}

#main-contents {
	background-color: #FAFAFA;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#top #main-contents {
	background-color: #fff;
}

#page-hedding {
	height: 40px;
	width: 960px;
}

#main-contents-inner {
	padding: 20px;
}

#page-hedding-banner {
	height: 120px;
	width: 920px;
	margin-bottom: 20px;
}

#system-details {
	height: 2548px;
	width: 920px;
}


/* Cast
---------------------------------------------------------- */
#cast {}

#cast #main-contents-inner {
	padding-bottom: 10px;
}

#cast-list li {
	font-size: 1.2em;
	background-color: #FFF;
	padding: 10px;
	float: left;
	height: 260px;
	width: 154px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #E6E6E6;
	color: #505050;
}

#cast-list .nth-child {
	margin-right: 0px;
}

#cast-list .last-row {
	margin-bottom: 0px;
}

#cast-list li figure {
	height: 205px;
	width: 154px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}

#cast-list li .name {
	padding-top: 8px;
}

#cast-list li .name p {
	float: left;
	width: 96px;
}

#cast-list li .name a {
	color: #FF8290;
}

#cast-list li .name span {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF8290;
	padding-right: 2px;
}

#cast-list li .name img {
	vertical-align: top;
	height: 18px;
	width: 56px;
	display: block;
	float: right;
}


/* Contact
---------------------------------------------------------- */
#contact {}

#mail-form form table {
	width: 920px;
}

#mail-form form tr {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFA;
}

#mail-form form th {
	background-color: #7EE1C4;
	width: 330px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFF;
	font-size: 1.6em;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: middle;
}

#mail-form form th span {
	color: #FEFFAF;
	margin-left: 2px;
}

#mail-form form td {
	padding: 10px;
	width: 550px;
	background-color: #FFF;
}

#mail-form form td .text {
	width: 548px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#mail-form form td .textarea {
	min-height: 148px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 548px;
}

#mail-form form .nav-send {
	width: 160px;
	margin-left: auto;
	padding-top: 10px;
}

/* thanks */
#mail-form .main_thanks {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
	height: 400px;
}

#mail-form .main_thanks p.result-message {
	margin-top: 60px;
	margin-left: 40px;
}

#mail-form .main_thanks p.result-message2 {
	margin-top: 15px;
	margin-left: 40px;
}


/* Shedule
---------------------------------------------------------- */
#schedule {}

#time-schedule {
	border: 1px solid #E6E6E6;
	margin-bottom: 20px;
}

#time-schedule h3 {
	height: 58px;
	width: 918px;
	margin-bottom: 8px;
}

#time-schedule table {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#time-schedule table th {
	height: 40px;
	width: 58px;
	padding-right: 2px;
	padding-top: 6px;
}

#time-schedule table td {
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 118px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#time-schedule table .last-child {
	border-right-width: 0px;
	border-right-style: none;
}

#time-schedule table td a {
	height: 40px;
	width: 118px;
	font-size: 1.1em;
	background-color: #E6E6E6;
	font-weight: bold;
	display: block;
}

#time-schedule table td a:hover {
	background-color: #D6D6D6;
	text-decoration: none;
}

#time-schedule table .select a {
	color: #FFF;
	background-color: #FF4B7E;
}

#time-schedule table .select a:hover {
	color: #FFF;
	background-color: #FF4B7E;
	text-decoration: none;
}

#time-schedule table td span {
	font-size: 1.4em;
	vertical-align: -0.4em;
	line-height: 0.8em;
}

#schedule-list .cast {
	float: left;
	width: 278px;
	margin-right: 10px;
	border: 1px solid #E6E6E6;
	height: 273px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	margin-bottom: 10px;
}

#schedule-list .nth-child {
	margin-right: 0px;
}

#schedule-list .last-row {
	margin-bottom: 0px;
}

#schedule-list .cast .profile {
	margin-bottom: 10px;
}

#schedule-list .profile figure {
	float: left;
	height: 160px;
	width: 120px;
}

#schedule-list .profile .detail {
	float: right;
	width: 147px;
}

#schedule-list .detail .name {
	font-size: 1.2em;
	padding-top: 4px;
}

#schedule-list .detail .name span {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF8290;
	margin-right: 2px;
}

#schedule-list .detail .newface {
	float: right;
}

#schedule-list .detail .size {
	font-size: 1.2em;
}

#schedule-list .detail li {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	padding-top: 4px;
	padding-bottom: 4px;
}

#schedule-list .detail li span {
	font-size: 1.4em;
	margin-right: 4px;
	vertical-align: -0.1em;
}

#schedule-list .cast .time {
	font-size: 1.2em;
	color: #FFF;
	background-color: #FF4B7E;
	height: 19px;
	padding-top: 1px;
	padding-left: 2px;
	margin-bottom: 4px;
	vertical-align: top;
}

#schedule-list .cast .time span {
	font-size: 1.4em;
	vertical-align: top;
}

#schedule-list .cast .comment {
	font-size: 1.2em;
	text-indent: 12px;
	padding-left: -10px;
}

#about-icon {
	margin-top: 20px;
	margin-bottom: 4px;
}


/* Enquete
---------------------------------------------------------- */
#enquete {}

#enquete-form form table {
	width: 920px;
}

#enquete-form form tr {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFA;
}

#enquete-form form th {
	background-color: #7DE1E1;
	width: 330px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFF;
	font-size: 1.6em;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: middle;
}

#enquete-form form td {
	padding: 10px;
	width: 550px;
	background-color: #FFF;
	font-size: 1.4em;
}

#enquete-form form td span {
	margin-right: 22px;
	margin-left: 8px;
}

#enquete-form form .nth-child {
	margin-right: 0px;
}

#enquete-form form .short span {
	margin-right: 16px;
	margin-left: 4px;
}

#enquete-form form td .text {
	width: 548px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#enquete-form form td .number {
	width: 98px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#enquete-form form td .button {
	vertical-align: top;
}

#enquete-form form td .textarea {
	min-height: 148px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 548px;
}

#enquete-form form .nav-send {
	width: 160px;
	margin-left: auto;
	padding-top: 10px;
}

/* thanks */
#enquete-form .main_thanks {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	text-align: left;
	height: 400px;
}

#enquete-form .main_thanks p.result-message {
	margin-top: 60px;
	margin-left: 40px;
}

#enquete-form .main_thanks p.result-message2 {
	margin-top: 15px;
	margin-left: 40px;
}


/* News
---------------------------------------------------------- */
#news {}

#news-list article {
	background-color: #FFF;
	margin-bottom: 20px;
}

#news-list .last-child {
	margin-bottom: 0px;
}

#news-list article .title {
	font-size: 1.2em;
	color: #FFF;
	background-color: #FF8290;
	height: 22px;
	width: 910px;
	padding-top: 8px;
	padding-left: 10px;
}

#news-list article .title a {
	font-size: 1.2em;
	color: #FFF;
	text-decoration: none;
}

#news-list article .inner {
	padding: 20px;
}

#news-list article figure {
	float: left;
	width: 210px;
}

#news-list article figure img {
	max-width: 210px;
}

#news-list article .detail {
	float: right;
	min-height: 280px;
	width: 658px;
}

#news-list .none {
	font-size: 1.5em;
	min-height: 300px;
	margin-top: 50px;
	margin-left: 30px;
}

#news-list .cast-info {
	height: 58px;
}

#news-list .cast-info .profile {
	float: left;
	width: 435px;
	padding-left: 15px;
	font-size: 1.2em;
	padding-top: 14px;
}

#news-list .cast-info .profile span {
	margin-right: 5px;
}

#news-list .cast-info .profile .name {
	font-size: 2.4em;
	font-weight: bold;
	color: #FF828E;
	margin-right: 10px;
}

#news-list .cast-info .join-date {
	float: right;
	width: 200px;
	height: 28px;
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	background-color: #FF4B7E;
	font-weight: bold;
}

#news-list .comment {
	height: 200px;
	border: 1px solid #E7E7E7;
	padding: 10px;
	font-size: 1.2em;
	overflow: auto;
}


/* Event
---------------------------------------------------------- */
#event {}

#event-list {
	width: 918px;
	border: 1px solid #E6E6E6;
}

#event-list .tab-navi li {
	width: 458px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	background-color: #F5F5F5;
	float: left;
	font-size: 1.4em;
	text-align: center;
	padding-top: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-bottom: 12px;
	cursor: pointer;
}

#event-list .tab-navi li span {}

#event-list .tab-navi .last {
	border-right-width: 0px;
	border-right-style: none;
}

#event-list .tab-navi .select {
	background-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#newest-event {
	background-color: #FFF;
	padding: 20px;
}

#event-list .none {
	display: none;
}

#newest-event article {
	margin-bottom: 20px;
}

#newest-event article .title {
	font-size: 1.2em;
	color: #FFF;
	background-color: #9B9BFB;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#newest-event article .title span {
	margin-right: 10px;
	margin-left: 10px;
}

#newest-event article .inner figure {
	float: left;
	width: 210px;
}

#newest-event article .inner figure img {
	max-width: 210px;
}

#newest-event article .inner .detail {
	float: right;
	min-height: 280px;
	width: 658px;
}

#regular-event {
	background-color: #FFF;
	padding: 20px;
}


/* profile
---------------------------------------------------------- */
#profile {}

#first-column {
	float: left;
	width: 470px;
}

#first-column .girls-photo {
	background-color: #FFF;
	padding: 10px;
	width: 448px;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
}

#first-column .girls-photo .photo {
	float: left;
	height: 520px;
	width: 390px;
}

#first-column .girls-photo ul {
	float: right;
	width: 48px;
}

#first-column .girls-photo li {
	height: 48px;
	width: 48px;
	margin-bottom: 5px;
}

#first-column .girls-photo a {
	display: block;
	overflow: hidden;
}

#first-column .girls-photo li img {
	display: block;
}

#first-column .banner-inner {
	margin-bottom: 10px;
}

#first-column .banner-inner li {
	float: left;
	height: 90px;
	width: 230px;
	margin-right: 10px;
}

#first-column .banner-inner .last-child {
	margin-right: 0px;
}

#first-column .shift {
	background-color: #FFF;
	padding: 10px;
	width: 448px;
	border: 1px solid #E6E6E6;
}

#first-column .shift h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/bg-name.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 435px;
	padding-top: 13px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#first-column .shift table {
	width: 450px;
}

#first-column .shift table tr {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#first-column .shift table .last-child {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#first-column .shift table th {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	background-color: #E6E6E6;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 120px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#first-column .shift table .Saturday {
	background-color: #97C9FA;
}

#first-column .shift table .Sunday {
	background-color: #FF9BFE;
}

#first-column .shift table td {
	width: 324px;
}

#first-column .shift table td p {
	height: 18px;
	width: 292px;
	padding-left: 30px;
	border: 1px solid #E6E6E6;
	font-size: 1.2em;
	vertical-align: middle;
}

#second-column {
	float: right;
	width: 438px;
	border: 1px solid #E6E6E6;
}

#second-column .tab-navi li {
	font-size: 1.4em;
	background-color: #F5F5F5;
	float: left;
	height: 27px;
	width: 146px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	text-align: center;
	padding-top: 13px;
	cursor: pointer;
}

#second-column .tab-navi .tab-B {
	width: 144px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-left-color: #E6E6E6;
}

#second-column .tab-navi .select {
	background-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#second-column .tab-content {
	background-color: #FFF;
	padding: 20px;
}

#second-column .none {
	display: none;
}

#main-profile .details {
	margin-bottom: 20px;
	height: 205px;
	padding-top: 14px;
}

#main-profile .details .name {
	font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-left: 10px;
	margin-bottom: 10px;
}

#main-profile .details .name strong {
	font-size: 2.2em;
	font-weight: bold;
	color: #FD8392;
	margin-right: 15px;
}

#main-profile .details .name span {
	margin-right: 15px;
}

#main-profile .details .newface {
	float: right;
}

#main-profile .details li {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	display: table;
	width: 398px;
	height: 30px;
}

#main-profile .details li .icon {
	width: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main-profile .details .icon span {
	font-size: 1.4em;
	padding-left: 10px;
}

#main-profile .details li h3 {
	width: 100px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

#main-profile .details li p {
	width: 257px;
	display: table-cell;
	vertical-align: middle;
}

#main-profile .details li p .item {
	margin-right: 18px;
}

#main-profile .comment h3 {
	margin-bottom: 20px;
	height: 90px;
	width: 398px;
}

#main-profile .comment .inner {
	height: 462px;
	overflow: auto;
}

#main-profile .comment .inner p {
	font-size: 1.2em;
	text-indent: 10px;
}

#profile-photodiary iframe {
	height: 811px;
	width: 398px;
	display: block;
}

#profile-question ul {
	width: 398px;
	height: 811px;
	overflow: auto;
}

#profile-question li {
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}

#profile-question ul .last-child {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#profile-question li .question span {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#profile-question li .answer {
	margin-left: 35px;
	color: #FF7D8D;
}

/* Mail Magazine
---------------------------------------------------------- */
#mailmagazine {}

#mail-regist {
	width: 918px;
	border: 1px solid #E6E6E6;
}

#mail-regist .inner {
	background-color: #FFF;
	padding: 20px;
}

#mail-regist .regist-mail {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#mail-regist .regist-mail .nav-send {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background-color: #FF4B7E;
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#mail-regist .regist-mail .nav-send a {
	display: block;
	height: 24px;
	width: 180px;
	padding-top: 6px;
	overflow: hidden;
	color: #FFF;
}

#mail-regist .regist-guidance {}

#mail-regist .regist-guidance p {
	font-size: 1.2em;
	margin-bottom: 5px;
	text-indent: -1.1em;
	padding-left: 1.1em;
}

#mail-regist .regist-guidance li {
	text-indent: -1.1em;
	margin-bottom: 5px;
	padding-left: 1.1em;
	font-size: 1.2em;
}

#mail-regist .regist-guidance em {
	font-weight: bold;
}

#mail-regist .regist-guidance .attention {
	color: #FE5D89;
}





/* Hotel
---------------------------------------------------------- */
#hotel {}

#hotel-information .tab-navi li {
	font-size: 1.8em;
	color: #FFF;
	text-align: center;
	float: left;
	height: 26px;
	width: 460px;
	padding-top: 13px;
	font-weight: lighter;
	border-bottom-width: 0px;
	border-bottom-style: none;
	cursor: pointer;
}

#hotel-information .tab-navi .tab-A {
	background-color: #9B9BFB;
}

#hotel-information .tab-navi .tab-B {
	background-color: #FF96FF;
}


#business-hotel-list {
	background-color: #FFF;
	border: 1px solid #9B9BFB;
}

#boutique-hotel-list {
	border: 1px solid #FF96FF;
}

#hotel-information .tab-content {
	padding: 20px;
}

#hotel-information .none {
	display: none;
}

#hotel-information .choice {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

#hotel-information h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	height: 24px;
	padding-top: 6px;
	padding-left: 30px;
	margin-bottom: 10px;
}

#hotel-information li {
	padding-top: 10px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	font-size: 1.4em;
}

#hotel-information .last-child {
	margin-bottom: 10px;
}

#hotel-information .name {
	text-indent: -23px;
	float: left;
	width: 359px;
	padding-left: 30px;
}

#hotel-information .address {
	float: left;
	width: 350px;
}

#hotel-information .tel {
	float: left;
	width: 139px;
}

#business-hotel-list .hotel-list,
#boutique-hotel-list .hotel-list {
	display: none;
}

#business-hotel-list ul.active,
#boutique-hotel-list ul.active {
	display: block;
}

#hotel-information #business-hotel-list h4 {
	background-color: #9B9BFB;
	background-image: url(../images/icon-.hotel1-flow2.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	cursor: pointer;
}

#hotel-information #business-hotel-list h4.active {
	background-image: url(../images/icon-.hotel1-flow1.png);
	margin-bottom: 2px;
}

#hotel-information #boutique-hotel-list h4 {
	background-color: #FF96FF;
	background-image: url(../images/icon-.hotel2-flow2.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	cursor: pointer;
}

#hotel-information #boutique-hotel-list h4.active {
	background-image: url(../images/icon-.hotel2-flow1.png);
	margin-bottom: 2px;
}

#business-hotel-list span,
#boutique-hotel-list span {
	font-size: 1.2em;
	margin-right: 5px;
	vertical-align: -0.07em;
}

#business-hotel-list span {
	color: #9B9BFB;
}

#boutique-hotel-list span {
	color: #FF96FF;
}





/* Recruit
---------------------------------------------------------- */
#recruit {}

#recruit h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	background-color: #FF4B7E;
	height: 25px;
	width: 910px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
}

#recruit-movie li {
	width: 450px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	float: left;
}

#recruit-movie .nth-child {
	margin-right: 0px;
}

#recruit-movie li.yellow {
	background-color: #FFE27E;
}

#recruit-movie li.mintgreen {
	background-color: #7DE2C4;
}

#recruit-movie li.violet {
	background-color: #9B9BFB;
}

#recruit-movie li.pink {
	background-color: #FF93FF;
}

#recruit-movie li.red {
	background-color: #FF8290;
}

#recruit-movie li.blue {
	background-color: #9ACDFA;
}

#recruit-movie .video {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#recruit-movie li img {
	display: block;
}

#recruit-detail table {
	width: 920px;
	margin-bottom: 10px;
}

#recruit-detail table tr {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFA;
}

#recruit-detail table th {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	background-color: #FF99FF;
	vertical-align: middle;
	height: 140px;
	width: 230px;
	padding-left: 20px;
}

#recruit-detail table td {
	width: 650px;
	background-color: #FFF;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	font-size: 1.2em;
	vertical-align: middle;
}

#recruit-detail table td li {
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	padding-top: 9px;
	padding-left: 7px;
}

#recruit-detail table td .last-child {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#recruit-detail table td p {
	text-indent: -28px;
	padding-left: 38px;
}

#recruit-detail table td .yellow,
#recruit-detail table td .aquablue,
#recruit-detail table td .mintgreen,
#recruit-detail table td .blue,
#recruit-detail table td .violet,
#recruit-detail table td .purple,
#recruit-detail table td .pink,
#recruit-detail table td .red {
	font-size: 1.4em;
	vertical-align: bottom;
	margin-right: 10px;
}

#recruit-detail table td .item {
	margin-right: 9px;
	margin-left: 9px;
}

#recruit-detail table td strong {
	color: #FF99FF;
}

#recruit-website {
	background-color: #FFF;
	width: 920px;
}

#recruit-website h4 {}

#recruit-website ul {
	padding-bottom: 10px;
}

#recruit-website li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
}

#recruit-website .first-child {
	padding-top: 0px;
}

#recruit-website .last {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#recruit-website figure {
	text-align: center;
	float: left;
	width: 240px;
}

#recruit-website .detail {
	float: left;
	width: 638px;
	padding-right: 30px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF4B7E;
}

#recruit-website .detail h5 {
	font-size: 1.4em;
	font-weight: bold;
}

#recruit-website .detail h5 span {
	color: #FF4B7E;
	font-size: 1.2em;
}

#recruit-website .detail p {
	font-size: 1.2em;
}


/* Ranking
---------------------------------------------------------- */
#ranking {}

#ranking-list article {
	width: 920px;
	margin-bottom: 20px;
}

#ranking-list article h4 {
	background-image: url(../images/label-.ranking.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 836px;
	padding-top: 22px;
	padding-left: 84px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}

#ranking-list article li {
	float: left;
	width: 176px;
	margin-right: 10px;
	padding-top: 73px;
	height: 271px;
}

#ranking-list article .lastchild {
	margin-right: 0px;
}

#ranking-list article .no1 {
	background-image: url(../images/bg-no1.png);
	background-repeat: no-repeat;
}

#ranking-list article .no2 {
	background-image: url(../images/bg-no2.png);
	background-repeat: no-repeat;
}

#ranking-list article .no3 {
	background-image: url(../images/bg-no3.png);
	background-repeat: no-repeat;
}

#ranking-list article .no4 {
	background-image: url(../images/bg-no4.png);
	background-repeat: no-repeat;
}

#ranking-list article .no5 {
	background-image: url(../images/bg-no5.png);
	background-repeat: no-repeat;
}

#ranking-list article li .detail {
	width: 154px;
	margin-right: auto;
	margin-left: auto;
}

#ranking-list article .detail .name {
	font-size: 1.2em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E5E5E5;
	padding-top: 4px;
}

#ranking-list article .detail .name span {
	font-size: 1.6em;
	font-weight: bold;
	color: #FF8192;
}

#ranking-list article .detail .name img {
	padding-top: 4px;
	padding-left: 24px;
	vertical-align: -0.2em;
}

#ranking-list article .detail .size {
	font-size: 1.2em;
}


/* Link
---------------------------------------------------------- */
#link {}

#link-banner {
	background-color: #FFF;
	margin-bottom: 20px;
}

#link-banner h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	background-color: #CD9AFF;
	height: 24px;
	width: 910px;
	padding-top: 6px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#link-banner p {
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 20px;
}

#link-banner ul {
	padding: 20px;
}

#link-banner li {
	margin-bottom: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#link-banne .last-child {
	margin-bottom: 0px;
}

#link-banner li img {
	vertical-align: middle;
	margin-right: 20px;
}

#link-list h4 {
	font-size: 1.4em;
	color: #FFF;
	background-color: #CD9AFF;
	width: 910px;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
	font-weight: bold;
}

#link-list ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFF;
}

#link-list li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	display: table;
}

#link-list .last-child {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#link-list li figure {
	float: none;
	width: 250px;
	text-align: center;
	height: 60px;
	vertical-align: middle;
	display: table-cell;
}

#link-list li figure img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#link-list li .link-detail {
	float: none;
	width: 648px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CD9AFF;
	height: 60px;
	display: table-cell;
}

#link-list .link-detail .title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2px;
}

#link-list .link-detail .description {
	font-size: 1.2em;
}

#link-list .title span {
	font-size: 1.2em;
	color: #CD9AFF;
	vertical-align: -0.08em;
}