/***** girl *****/
.black , .platinum , .gold{
	margin		: 0 10px 10px 10px;
}

.title{
	margin-bottom	: 10px;
}

.jCarousel{
	text-align		: center;
	margin-bottom	: 15px;
	transition		: margin 0.7s ease-in-out; 
	-webkit-transition	: margin 0.7s ease-in-out;
}

.jCarousel li img{
	padding			: 2px;
	border			: 1px dotted #999999;
}

#girl .name{
	text-align		: center;
	line-height		: 16px;
	margin			: 0 10px 5px 10px;
	padding			: 0 0 5px 0;
}

#girl .name span{
	font-size		: 16px;
	color			: #ffcc00;
}


#icon{
	width			: 150px;
	height			: 30px;
	margin			: 5px auto 10px auto;
}
#icon li{
	float			: left;
	width			: 148px;
	margin			: 0 0 0 1px;
}
#icon li span{
	margin			: 0 auto;
}

#girl section{
	clear			: both;
	margin			: 0 10px 5px 10px;
	border-bottom	: 1px dotted #333333;
}

#girl section:last-child{
	border-bottom	: none;
}

#girl section h3{
	font-size		: 13px;
	line-height		: 18px;
	padding			: 0 8px 4px 18px;
	color			: #cc99ff;
	background		: url(../../../system/img/i1.gif) no-repeat 5px 4px;
}

#girl section h3 span{
	text-shadow		: 2px 2px #cccccc;
	margin			: 0 3px 0 0;
}

#girl section p{
	font-size		: 13px;
	line-height		: 18px;
	padding			: 0 8px 5px 18px;
}

#blog{
	padding			: 10px 0;
	background		: #ececec;
	margin			: 0 0 3px 0;
}
#blog span{
	display			: block;
	border			: 1px solid #ff7cd8;
	margin			: 0 5px 5px 5px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	width			: 50%;
	margin			: 0 auto;
}
#blog a{
	display			: block;
	color			: #ffffff;
	font-size		: 14px;
	font-weight		: bold;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #666666;
	border			: 1px solid #ffffff;
	background: #fcecfc;
	background: -moz-linear-gradient(top, #fcecfc 0%, #fba6e1 50%, #fd89d7 50%, #ff7cd8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcecfc), color-stop(50%,#fba6e1), color-stop(50%,#fd89d7), color-stop(100%,#ff7cd8));
	background: -webkit-linear-gradient(top, #fcecfc 0%,#fba6e1 50%,#fd89d7 50%,#ff7cd8 100%);
	background: -o-linear-gradient(top, #fcecfc 0%,#fba6e1 50%,#fd89d7 50%,#ff7cd8 100%);
	background: -ms-linear-gradient(top, #fcecfc 0%,#fba6e1 50%,#fd89d7 50%,#ff7cd8 100%);
	background: linear-gradient(top, #fcecfc 0%,#fba6e1 50%,#fd89d7 50%,#ff7cd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=0 );
	padding			: 3px 0px;
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
}


.schedule{
	padding			: 0 10px;
	margin			: 0 0 10px 0;
}
.schedule div{
	font-size		: 13px;
	float			: left;
	text-align		: center;
	padding			: 5px 0;
}

.schedule div:nth-child(1){
	width			: 33%;
}

.schedule div:nth-child(2){
	width			: 33%;
	border-left		: 1px dotted #cccccc;
	border-right	: 1px dotted #cccccc;
}

.schedule div:nth-child(3){
	width			: 33%;
}

.schedule:after{
	content			: "";
	display			: block;
	clear			: both;
}

.service{
	height			: 75px;
	margin			: 0 10px 0 10px;
	padding			: 0 0 5px 0;
	border-bottom	: none;
}

.service li{
	float			: left;
	width			: 33%;
	
}
.service .ok {
	width			: 92%;
	display			: block;
	border			: 1px solid #ff9900;
	border-radius	: 3px;
	-webkit-border-radius	: 3px;
	padding			: 1px;
	margin			: 0 auto 3px;
	text-align		: center;
}
.service .ok span{
	display			: block;
	color			: #333333;
	font-size		: 12px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #ffffff;
	background: #fde0d2;
	background: -moz-linear-gradient(top, #fde0d2 0%, #fee6c6 50%, #fee0b4 50%, #fff2b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde0d2), color-stop(50%,#fee6c6), color-stop(50%,#fee0b4), color-stop(100%,#fff2b7));
	background: -webkit-linear-gradient(top, #fde0d2 0%,#fee6c6 50%,#fee0b4 50%,#fff2b7 100%);
	background: -o-linear-gradient(top, #fde0d2 0%,#fee6c6 50%,#fee0b4 50%,#fff2b7 100%);
	background: -ms-linear-gradient(top, #fde0d2 0%,#fee6c6 50%,#fee0b4 50%,#fff2b7 100%);
	background: linear-gradient(top, #fde0d2 0%,#fee6c6 50%,#fee0b4 50%,#fff2b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde0d2', endColorstr='#fff2b7',GradientType=0 );
	line-height		: 20px;	
}


.op{
	height			: 55px;
	margin			: 0 10px 0 10px;
	padding			: 0 0 5px 0;
	border-bottom	: none;
}

.op li{
	float			: left;
	width			: 33%;
	
}
.op .ok {
	width			: 92%;
	display			: block;
	border			: 1px solid #fbde70;
	padding			: 1px;
	margin			: 0 auto 3px;
	text-align		: center;
}
.op .ok span{
	display			: block;
	color			: #fbde70;
	font-size		: 12px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	background: #666666; /* Old browsers */
	background: -moz-linear-gradient(top, #666666 0%, #333333 50%, #0a0e0a 50%, #0a0809 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(50%,#333333), color-stop(50%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%,#333333 50%,#0a0e0a 50%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%,#333333 50%,#0a0e0a 50%,#0a0809 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%,#333333 50%,#0a0e0a 50%,#0a0809 100%); /* IE10+ */
	background: linear-gradient(top, #666666 0%,#333333 50%,#0a0e0a 50%,#0a0809 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	line-height		: 20px;	
}
.ng {
	width			: 92%;
	display			: block;
	border			: 1px solid #333333;
	padding			: 1px;
	margin			: 0 auto 3px;
	text-align		: center;
}
.ng span{
	display			: block;
	color			: #444444;
	font-size		: 12px;
	font-weight		: normal;
	text-align		: center;
	text-decoration	: none;
	text-shadow		: 1px 1px 1px #000000;
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	line-height		: 20px;	
}

#service_foot{
	margin			: 0 10px;
	clear			: both;
	height			: 30px;
	font-size		: 11px;
}
#service_foot p{
	float			: left;
	width			: 40%;
}
#option_foot{
	margin			: 0 10px;
	clear			: both;
	height			: 13px;
	font-size		: 11px;
}
#option_foot p{
	float			: left;
	width			: 40%;
}
#op_text{
	clear			: both;
	font-size		: 12px;
	color			: #ffffff;
	margin			: 0 10px 5px 10px;
	line-height		: 16px;
}
.op_text{
	clear			: both;
	font-size		: 12px;
	color			: #ffffff;
	margin			: 0 10px 15px 10px;
	line-height		: 16px;
}
.icon_sok{
	padding			: 0 0 0 15px;
	background		: url(../../img/icon_service.gif) no-repeat 2px 2px;
}
.icon_ook{
	padding			: 0 0 0 15px;
	background		: url(../../img/icon_option.gif) no-repeat 2px 2px;
}
.icon_ng{
	padding			: 0 0 0 15px;
	background		: url(../../img/icon_off.gif) no-repeat 2px 2px;
}

.sok{	color	: #ff3333;}
.sp{	color	: #0066ff;}
.ng{	color	: #666666;}

.comment{
	padding		: 0 10px 10px 10px;
}


.title{
	clear			: both;
}