@charset "utf-8";
/* CSS Document */

/*::::: body :::::*/

body{
	background-image:url(../img/common/body_bg.png);
	background-position:50% 0%;	
	overflow-x : hidden ;
}
a:focus{
	outline:none;
}
a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
/*::::: wrapper :::::*/

#wrapper {
    width: 1000px;
    margin: 0px auto;
}


/*::::: header :::::*/

/*#header_wr {
    background: url(../img/common/header_wr.png) repeat-x 50% 0;
    padding-top: 1px;
}*/

#tate_catch {
    background: url(../img/index/tate_catch.png);
    width: 1500px;
    padding: 0;
    margin: 0 auto;
}

#header {
    background: url(../img/common/header_bg.png);
    height: 182px;
    position: relative;
	width: 1090px;
}
#header:after{
	content: "";
	display: block;
	clear: both;
}
#header h1 {
    color: #fff;
    padding-right: 15px;
    font-size: 11px;
    text-align: left;
    margin-top: 2px;
}

#header img {
    display: block;
    margin-left: 3px;
    float: left;
}

#header .textBox {
    width: 416px;
    float: left;
    margin-left: 370px;
    margin-top: 14px;
}

#header ul {
    overflow: hidden;
}

#header li {
    float: left;
    text-indent: -9999px;
}

#header .time {
    background: url(../img/common/text_open_close.png);
    width: 130px;
    height: 36px;
}

/* ---------------通常　電話番号

#header .tell {
background: url(../img/common/text_tell.png);
height: 164px;
margin-left: 28px;
position: absolute;
top: 4px;
width: 325px;
}

*/

/* 5月用　↓↓↓↓↓↓↓↓↓↓  */
#header .tell {
    background: url(../img/common/text_tell.png);
    height: 164px;
    margin-left: 16px;
    position: absolute;
    top: 2px;
    width: 410px;
}

/* ↑↑↑↑↑↑↑↑　5月用　  */

#catchcopy {
    margin-left: 197px;
    color: #FFF;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    text-shadow: #000000 1px 1px 2px;
    position: absolute;
    z-index: 9999;
}

#daininki {
    left: 690px;
    position: absolute;
    top: -50px;
    z-index: 10;
}



/*::::: naviArea :::::*/

#naviArea {
    position: relative;
	top: -13px;
}

#naviArea ul {
   overflow: hidden;
    width: 1000px;
	height: 42px;
    /* background: #1eb1f9; */
    
}

#naviArea li {
    float: left;
    text-indent: -9999px;
}

#mainNavi {
    position: relative;
    z-index: 2;
}

#mainNavi a {
    display: block;
    width: 125px;
    height: 45px;
}

#mainNavi .naviOperation a {
    background: url(../img/common/operation_02.png);
}

#mainNavi .naviConcept a {
    background: url(../img/common/concept_02.png);
}

#mainNavi .naviSchedule a {
    background: url(../img/common/schedule_02.png);
}

#mainNavi .naviCast a {
    background: url(../img/common/cast_02.png);
}

#mainNavi .naviPrice a {
    background: url(../img/common/price_system_02.png);
}

#mainNavi .naviRecruit a {
    background: url(../img/common/recruit_02.png);
}

#mainNavi .naviPlay a {
    background: url(../img/common/playinfo_02.png);
}

#mainNavi .naviPaper a {
    background: url(../img/common/kuchikomi_02.png);
}

#mainNavi .naviMailmaga a {
    background: url(../img/common/mail_02.png);
}

#mainNavi .naviRecommend a {
    background: url("../img/common/ichioshi_02.png");
}


#mainNavi .navicos a {
    background: url("../img/common/cos_02.png");
}






#mainNavi .naviOperation a:hover {
    background: url(../img/common/operation_01.png);
}

#mainNavi .naviConcept a:hover {
    background: url(../img/common/concept_01.png);
}

#mainNavi .naviSchedule a:hover {
    background: url(../img/common/schedule_01.png);
}

#mainNavi .naviCast a:hover {
    background: url(../img/common/cast_01.png);
}

#mainNavi .naviPrice a:hover {
    background: url(../img/common/price_system_01.png);
}

#mainNavi .naviRecruit a:hover {
    background: url(../img/common/recruit_01.png);
}

#mainNavi .naviPlay a:hover {
    background: url(../img/common/playinfo_01.png);
}

#mainNavi .naviPaper a:hover {
    background: url(../img/common/kuchikomi_01.png);
}

#mainNavi .naviMailmaga a:hover {
    background: url(../img/common/mail_01.png);
}
#mainNavi .naviRecommend a:hover {
    background: url("../img/common/ichioshi_01.png");
}

#mainNavi .navicos a:hover {
    background: url("../img/common/cos_01.png");
}



/*::::: content :::::*/
#content{
	background:url(../img/common/content_bg.png);
	padding:10px 15px;
	overflow:hidden;
}

/*::::: subArea :::::*/
#subArea{
	width:320px;
	float:left;
	padding-left:5px;
	margin:0 0 0 0;

}
#subArea .bannerArea{
	padding-bottom:10px;
}
#subArea .bannerArea img{
	display:block;
	margin:10px auto 0px auto;
}
#subArea .newFace{

	background-color:#E5F9E7;
	overflow:hidden;
	width:308px;
	height: 457px;
	padding:0px 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: inset 0px 0px 5px #000000;
	-webkit-box-shadow: inset 0px 0px 5px #000000;
	box-shadow: inset 0px 0px 5px #000000;
}
#subArea .newFace .scroll{
	margin-top:4px;
	height:407px;
	overflow-y:scroll;
	overflow-x: hidden;
}
#subArea .newFace h2{
	background:url(../img/common/title_new_face.png);
	height:42px;
	text-indent:-9999px;
}

#subArea .pickUpGirl{
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	width:308px;
	height:446px;
	padding:0px 5px;
	background-color:#FCDBDB;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-box-shadow: inset 0px 0px 5px #000000;
	-webkit-box-shadow: inset 0px 0px 5px #000000;
	box-shadow: inset 0px 0px 5px #000000;
}
#subArea .pickUpGirl h2{
	background: url(../img/common/title_pick_up_girl.png);
	height:42px;
	text-indent:-9999px;
}
#subArea .pickUpGirl img{
	display:block;
	margin:10px auto 0px auto;
	-moz-box-shadow: 0px 0px 3px #222;
	-webkit-box-shadow: 0px 0px 3px #222;
	box-shadow: 0px 0px 3px #222;

}
#subArea .pickUpGirl p{
	background:url(../img/common/alpha_white.png);
	width:280px;
	height:56px;
	position:absolute;
	left:19px;
	top:366px;
	text-align:center;
	color:#0db0ff;
	font-size:16px;
	line-height:1.5em;
	padding-top:10px;
}

/*::::: footNavi :::::*/
#footNavi{
	height:50px;
	background:#999;
	margin-top:30px;
}
/*::::: footer :::::*/

#footer{
	padding-top:30px;
	margin-top: -7px;
	background-image:url(../img/common/footer_bg.png);
	color:#fff;
	font-size:12px;
    clear:both;

}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#555555;
}
#footer .textLink{
	width:960px;
	margin:0px auto 0px auto;
	padding-left:400px;
	padding-top:65px;
	overflow:hidden;
}
#footer .textLink li{
	background: url("../img/common/footer_line.png") no-repeat;
	float:left;
	padding:1px 5px;
}


#footer p{
	text-align:center;
	padding:30px 0px 10px 0px;
	color:#222;
}

#footer .bnrArea{
	width:948px;
	margin:0px auto;
	overflow:hidden;
}
#footer .bnrArea ul{
	overflow:hidden;
	width:972px;
	float:left;
	margin-right:10px;
}
#footer .bnrArea li{
	text-indent:-9999px;
	float:left;
	margin:0px 7px 7px 0px;
}
#footer .bnrArea a{
	display:block;
	height:81px;
	width:317px;
}
#footer .bnrPhotoDiary a{ background:url(../img/common/bnr_photo_diary.png);}
#footer .bnrOfficialBlog a{ background:url(../img/common/bnr_official_blog.png);}
#footer .bnrHairBlog a{ background:url(../img/common/bnr_hair_make_blog.png);}
#footer .bnrMakanai a{ background:url(../img/common/bnr_makanai.png);}
#footer .bnrMobile a{ background:url(../img/common/bnr_mobile.png);}
#footer .bnrGirlsRecruit a{ background:url(../img/common/bnr_girls_recruit.png);}







.h2_title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6e6b4 0%, #ed9017 100%) repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 3px 5px -3px #a6a6a6;
    height: 40px;
    position: relative;
}


.h2_text {
    display: inline-block;
    font-size: 15px;
    text-shadow: 1px 1px 0 #ffffff;
    letter-spacing: 3pt;
    color:#222;
    position: absolute;
    top: 12px;
}


h2.h2_title img {
    padding: 10px;
    display: inline-block;
}


/*::::: newFaceBox :::::*/
.newFaceBox{
	position:relative;
	width:130px;
	text-align:center;
	float:left;
	margin:7px;
	-moz-box-shadow: 0px 0px 3px #222;
	-webkit-box-shadow: 0px 0px 3px #222;
	box-shadow: 0px 0px 3px #222;

}
.newFaceBox img{
	display:block;
}
.newFaceBox .shopEnter{
	color:#444444;
	font-size:11px;
	height:18px;
	line-height:18px;
	background-color: #A9D77B;

}
.newFaceBox .dataBox{
	background:#FBFBFB;
	width:130px;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	padding:5px 0px;
	font-size:12px;
	color:#307B03;
	position:absolute;
	top:155px;
	left:0px;
}
/*::::: girlBox :::::*/
.girlBox{
	width:154px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	line-height:125%;
	float:left;
	margin:10px 3px 10px 4px;
	-moz-box-shadow: 0px 0px 3px #222;
	-webkit-box-shadow: 0px 0px 3px #222;
	box-shadow: 0px 0px 3px #222;
	position:relative;
}
.girlBox .girlPhoto{
	height:205px;
}
.girlBox img{
	display:block;
}
.girlBox a{
	position:relative;
	display: block;
}
.girlBox .rank_icon {
    margin-left: 4px;
    position: relative;
    bottom: 20px;
}
.girlPhoto .myop_icon {
	position: absolute;
	left: 0;
	top: 130px;
}
.girlPhoto .oplo_icon {
	position: absolute;
	bottom: 40px;
	right: 0;
}

.girlBox .dataBox{
	background:#FFF;
	color:#444;
	margin-top:5px;
	padding:3px 0px;
	height:121px;
}
.girlBox h3{
	font-size:14px;
	color:#FF6500;
	font-weight: bold;
	 padding-bottom: 2px;
}
.girlBox .moziRed{
	font-weight:bold;
}
.girlBox .comment{
	font-size:11px;
	color:#111;
	white-space:nowrap;
	overflow:hidden;
}
.girlBox ul{
	margin-top:2px;
	padding-left:3px;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
.girlBox li{
	width:28px;
	height:28px;
	float:left;
	margin:0px 0px 1px 117px;
	position:absolute;
	top:7px;
}
.girlBox .iconMovie{
	background:#5b0002;
	border-top:1px solid #894849;
	border-left:1px solid #722426;
	letter-spacing: 0.1em;
}
.girlBox .iconNewFace{
	background:url(../img/common/icon_wakaba.png);
}
.girlBox .iconTryEntering{
	font-size: 10px;
    background: none repeat scroll 0 0 #D33700;
    border-left: 1px solid #862600;
    border-top: 1px solid #FE7140;
}
.girlBox .iconThreePlay{
	background:#172a3e;
	border-top:1px solid #596674;
	border-left:1px solid #384859;
	letter-spacing: 0.1em;
}
.girlBox .iconPhotoDiary{
	background:#1e1e1e;
	border-top:1px solid #5e5e5e;
	border-left:1px solid #3e3e3e;
	letter-spacing: 0.1em;
}

.girlBox .imgWork{

 	padding: 5px 5px;

}


/*::::: girlBox2 :::::*/


.girlBox2 {
    box-shadow: 0 0 3px #222;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 125%;
    margin: 10px 3px 10px 4px;
    position: relative;
    text-align: center;
    width: 154px;
}
.girlBox2 .girlPhoto {
    height: 205px;
}
.girlBox2 img {
    display: block;
}
.girlBox2 a {
    position: relative;
}
.girlBox2 .rank_icon {
    bottom: 20px;
    margin-left: 4px;
    position: relative;
}
.girlBox2 .dataBox {
    background: #a6dfff none repeat scroll 0 0;
    color: #444;
    height: 90px;
    margin-top: 5px;
    padding: 3px 0;
}
.girlBox2 h3 {
    color: #444;
    font-size: 14px;
}
.girlBox2 .moziRed {
    font-weight: bold;
}
.girlBox2 .comment {
    color: #373737;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
}
.girlBox2 ul {
    font-size: 11px;
    line-height: 14px;
    margin-top: 2px;
    overflow: hidden;
    padding-left: 3px;
}
.girlBox2 li {
    float: left;
    height: 28px;
    margin: 0 0 1px 117px;
    position: absolute;
    top: 7px;
    width: 28px;
}
.girlBox2 .iconMovie {
    background: #5b0002 none repeat scroll 0 0;
    border-left: 1px solid #722426;
    border-top: 1px solid #894849;
    letter-spacing: 0.1em;
}
.girlBox2 .iconNewFace {
    background: rgba(0, 0, 0, 0) url("../img/common/icon_wakaba.png") repeat scroll 0 0;
}
.girlBox2 .iconTryEntering {
    background: #d33700 none repeat scroll 0 0;
    border-left: 1px solid #862600;
    border-top: 1px solid #fe7140;
    font-size: 10px;
}
.girlBox2 .iconThreePlay {
    background: #172a3e none repeat scroll 0 0;
    border-left: 1px solid #384859;
    border-top: 1px solid #596674;
    letter-spacing: 0.1em;
}
.girlBox2 .iconPhotoDiary {
    background: #1e1e1e none repeat scroll 0 0;
    border-left: 1px solid #3e3e3e;
    border-top: 1px solid #5e5e5e;
    letter-spacing: 0.1em;
}
.girlBox2 .imgWork {
    padding: 4px;
}


/*::::: girlBox2 :::::*/
/*::::: girlBox3 :::::*/


.girlBox3 {
    box-shadow: 0 0 3px #222;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 125%;
    margin: 10px 3px 10px 4px;
    position: relative;
    text-align: center;
    width: 154px;
}
.girlBox3 .girlPhoto {
    height: 205px;
}
.girlBox3 img {
    display: block;
}
.girlBox3 a {
    position: relative;
}
.girlBox3 .rank_icon {
    bottom: 20px;
    margin-left: 4px;
    position: relative;
}
.girlBox3 .dataBox {
    background: #ff9595 none repeat scroll 0 0;
    color: #444;
    height: 90px;
    margin-top: 5px;
    padding: 3px 0;
}
.girlBox3 h3 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}
.girlBox3 .moziRed {
    font-weight: bold;
}
.girlBox3 .comment {
    color: #111;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
}
.girlBox3 ul {
    font-size: 11px;
    line-height: 14px;
    margin-top: 2px;
    overflow: hidden;
    padding-left: 3px;
}
.girlBox3 li {
    float: left;
    height: 28px;
    margin: 0 0 1px 117px;
    position: absolute;
    top: 7px;
    width: 28px;
}
.girlBox3 .iconMovie {
    background: #5b0002 none repeat scroll 0 0;
    border-left: 1px solid #722426;
    border-top: 1px solid #894849;
    letter-spacing: 0.1em;
}
.girlBox3 .iconNewFace {
    background: rgba(0, 0, 0, 0) url("../img/common/icon_wakaba.png") repeat scroll 0 0;
}
.girlBox3 .iconTryEntering {
    background: #d33700 none repeat scroll 0 0;
    border-left: 1px solid #862600;
    border-top: 1px solid #fe7140;
    font-size: 10px;
}
.girlBox3 .iconThreePlay {
    background: #172a3e none repeat scroll 0 0;
    border-left: 1px solid #384859;
    border-top: 1px solid #596674;
    letter-spacing: 0.1em;
}
.girlBox3 .iconPhotoDiary {
    background: #1e1e1e none repeat scroll 0 0;
    border-left: 1px solid #3e3e3e;
    border-top: 1px solid #5e5e5e;
    letter-spacing: 0.1em;
}
.girlBox3 .imgWork {
    padding: 5px;
}

/*::::: girlBox3 :::::*/


#breadcrumbs{
	overflow:hidden;
	font-size:13px;
	color:#8b8b8b;
	padding-bottom:15px;
}
#breadcrumbs li{
	float:left;
}
#breadcrumbs span{
	margin-right:5px;
}
#breadcrumbs a{
	color:#8b8b8b;
}
/*::::: optionText :::::*/
.optionText{
	overflow:hidden;
	background:#0e0e0e;
	padding:5px 0px 5px 5px;
	border:solid 1px #888888;
	border-top-color:#888888;
	border-left-color:#888888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*�O���f�[�V����*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#D9EAFA');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#D9EAFA')";
	background-image: -moz-linear-gradient(top, #ffffff, #D9EAFA);
	background-image: -ms-linear-gradient(top, #ffffff, #D9EAFA);
	background-image: -o-linear-gradient(top, #ffffff, #D9EAFA);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#D9EAFA));
	background-image: -webkit-linear-gradient(top, #ffffff, #D9EAFA);
	background-image: linear-gradient(top, #ffffff, #D9EAFA);
}




.optionText li{
	width:137px;
	float:left;
	margin:0px 2px 2px 0px;
	font-size:11px;
	text-align:center;
	padding:6px 0px;
	border:solid 1px #1a5093;
	border-top-color:#a9cbf6;
	border-left-color:#a9cbf6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 0px 1px #898989;
	-webkit-box-shadow: 0px 0px 1px #898989;
	box-shadow: 0px 0px 1px #898989;
	/*�O���f�[�V����*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#D3EBF9', endColorstr = '#7AD1F2');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#D3EBF9', endColorstr = '#7AD1F2')";
	background-image: -moz-linear-gradient(top, #D3EBF9, #7AD1F2);
	background-image: -ms-linear-gradient(top, #D3EBF9, #7AD1F2);
	background-image: -o-linear-gradient(top, #D3EBF9, #7AD1F2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#D3EBF9), to(#7AD1F2));
	background-image: -webkit-linear-gradient(top, #D3EBF9, #7AD1F2);
	background-image: linear-gradient(top, #D3EBF9, #7AD1F2);
	box-shadow: 1px 1px 1px #4D61F2;
}

div.freeOption ul.optionText li.NG{
	background-image: -moz-linear-gradient(center top , #cccccc, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#cccccc));
	background-image: -ms-linear-gradient(top, #cccccc, #cccccc);
	border-color: #A9CBF6 #1A5093 #1A5093 #A9CBF6;
	color:#aea4a4;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-right: 1px solid #1A5093;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #4D61F2;
	float: left;
	font-size: 11px;
	margin: 0 2px 2px 0;
	padding: 6px 0;
	text-align: center;
	width: 137px;
}

div.payOption ul.optionText li.NG{
	background-image: -moz-linear-gradient(center top , #cccccc, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCCCCC), color-stop(100%,#cccccc));
	background-image: -ms-linear-gradient(top, #cccccc, #cccccc);
	border-color: #A9CBF6 #1A5093 #1A5093 #A9CBF6;
	color:#aea4a4;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-right: 1px solid #1A5093;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #4D61F2;
	float: left;
	font-size: 11px;
	margin: 0 2px 2px 0;
	padding: 6px 0;
	text-align: center;
	width: 137px;
}

#profile .COMMENT_Conts {
	padding-top: 15px;
	color: #514d4d;
	line-height: 140%;
	font-size: 15px;
}

#profile .COMMENT_Conts h3 {
	background-image: url(../img/profile/title_comment.png);
	padding-left: 98px;
}

/*::::: textBnrFav :::::*/
#textBnrFav{
	position:relative;
	padding:1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #dc1414;
	/*�O���f�[�V����*/
	background: -moz-linear-gradient(-85deg,  #dc1414 0%, #520000 45%, #520000 61%, #dc1414 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dc1414), color-stop(45%,#520000), color-stop(61%,#520000), color-stop(100%,#dc1414));
	background: -webkit-linear-gradient(-85deg,  #dc1414 0%,#520000 45%,#520000 61%,#dc1414 100%);
	background: -o-linear-gradient(-85deg,  #dc1414 0%,#520000 45%,#520000 61%,#dc1414 100%);
	background: -ms-linear-gradient(-85deg,  #dc1414 0%,#520000 45%,#520000 61%,#dc1414 100%);
	background: linear-gradient(175deg,  #dc1414 0%,#520000 45%,#520000 61%,#dc1414 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1414', endColorstr='#dc1414',GradientType=1 );
}
#textBnrFav img{
	position:absolute;
	top:-10px;
	left:-10px;
}
#textBnrFav .inner{
	background:#000;
	padding:7px 0px;
	overflow:hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*�O���f�[�V����*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#111111', endColorstr = '#0a0a0a');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#111111', endColorstr = '#0a0a0a')";
	background-image: -moz-linear-gradient(top, #111111, #0a0a0a);
	background-image: -ms-linear-gradient(top, #111111, #0a0a0a);
	background-image: -o-linear-gradient(top, #111111, #0a0a0a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#111111), to(#0a0a0a));
	background-image: -webkit-linear-gradient(top, #111111, #0a0a0a);
	background-image: linear-gradient(top, #111111, #0a0a0a);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#textBnrFav .left{
	color:#ede4bd;
	font-size:20px;
	text-align:center;
	float:left;
	padding:9px 16px 9px 35px;
}
#textBnrFav .mozi_14{
	margin-top:4px;
	display:block;
	color:#e0b715;
}
#textBnrFav .right a{
	background:url(../img/common/text_bnr_fav.png);
	display:block;
	background:#F00;
	text-align:center;
	padding:14px 30px 7px 30px;
	font-size:8px;
	color:#FFF;
	float:left;
	border-top:1px solid #a80000;
	border-top-color:#e26362;
	border-left-color:#e26362;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*�O���f�[�V����*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d41d1c', endColorstr = '#a80000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#d41d1c', endColorstr = '#a80000')";
	background-image: -moz-linear-gradient(top, #d41d1c, #a80000);
	background-image: -ms-linear-gradient(top, #d41d1c, #a80000);
	background-image: -o-linear-gradient(top, #d41d1c, #a80000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d41d1c), to(#a80000));
	background-image: -webkit-linear-gradient(top, #d41d1c, #a80000);
	background-image: linear-gradient(top, #d41d1c, #a80000);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#textBnrFav .mozi_17{
	letter-spacing:2px;
	display:block;
	border-bottom:1px dotted #FFF;
	padding-bottom:6px;
	margin-bottom:3px;
}
/*::::: searchBox :::::*/
.searchBox{
	border:1px solid #0a0a0a;
	border-top-color:#393939;
	border-left-color:#313131;
	color:#8b8b8b;
	font-size:14px;
	margin-top:10px;
	position:relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*�O���f�[�V����*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2c2c2c', endColorstr = '#1a1a1a');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2c2c2c', endColorstr = '#1a1a1a')";
	background-image: -moz-linear-gradient(top, #2c2c2c, #1a1a1a);
	background-image: -ms-linear-gradient(top, #2c2c2c, #1a1a1a);
	background-image: -o-linear-gradient(top, #2c2c2c, #1a1a1a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c2c2c), to(#1a1a1a));
	background-image: -webkit-linear-gradient(top, #2c2c2c, #1a1a1a);
	background-image: linear-gradient(top, #2c2c2c, #1a1a1a);
}
.searchBox ul{
	display:block;
	padding:10px 0px 10px 20px;
	overflow:hidden;
	width:660px;
}
.searchBox li{
	width:110px;
	padding:5px 0px;
	float:left;
}
.searchBox .position01{
	position:absolute;
	clear:both;
	top:15px;
	left:680px;
}
.searchBox .position02{
	position:absolute;
	top:44px;
	left:680px;
}
/*::::: weekBox :::::*/
.weekBox{
	overflow:hidden;
	border-left:1px solid #fff;
	margin-top:20px;
}
.weekBox li{
	padding:14px 0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:137px;
	float:left;
	border-right:1px solid #fff;
	/*�O���f�[�V����*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f6cc46', endColorstr = '#fdb74b');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f6cc46', endColorstr = '#fdb74b')";
	background-image: -moz-linear-gradient(top, #f6cc46, #fdb74b);
	background-image: -ms-linear-gradient(top, #f6cc46, #fdb74b);
	background-image: -o-linear-gradient(top, #f6cc46, #fdb74b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f6cc46), to(#fdb74b));
	background-image: -webkit-linear-gradient(top, #f6cc46, #fdb74b);
	background-image: linear-gradient(top, #f6cc46, #fdb74b);
}
.weekBox li a{
	color:#444;
}
.weekBox .moziDarkBlue a{
	color:#014994;
}
.weekBox .moziDarkRed a{
	color:#AD191D;
}
li.reserveOn{
	padding:14px 0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:137px;
	float:left;
	border-right:1px solid #fff;
	/*�E�O�E��E��E�f�E�[�E�V�E��E��E��E�*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0404', endColorstr = '#fc5454');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0404', endColorstr = '#fc5454')";
	background-image: -moz-linear-gradient(top, #ff0404, #fc5454);
	background-image: -ms-linear-gradient(top, #ff0404, #fc5454);
	background-image: -o-linear-gradient(top, #ff0404, #fc5454);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0404), to(#fc5454));
	background-image: -webkit-linear-gradient(top, #ff0404, #fc5454);
	background-image: linear-gradient(top, #ff0404, #fc5454);
}
li.reserveOn a{
	color:#fff;
}

/*--------------------------*/
.clearfix:after {
  content: ".";  /* �V�����v�f���� */
  display: block;  /* �u���b�N���x���v�f�� */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------- groupLink --------------*/

.groupLink {
  background: none repeat scroll 0 0 #151515;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin: 10px auto;
  padding: 0;
  width: 980px;
  color:#2a2008;
}

#footer .groupLink a{
  color:#2a2008;
}

.groupLink h2#groupLinkTitle{
	text-indent:-9999px;
	width:980px;
	height:58px;
	background:url(../img/common/group_link_title.png) no-repeat;
	overflow:hidden;
	white-space:nowrap;
}

.groupLink .linkArea {
	background:url(../img/common/bg_link_area.png) repeat-y;
	overflow:hidden;
}

.groupLink .linkAreaBottom {
	background:url(../img/common/bg_link_area_bottom.png) no-repeat;
	overflow:hidden;
	height:14px;
}

.linkArea .left {
	background:url(../img/common/group_link_line.png) no-repeat;
	background-position:right center;
	float:left;
	width:600px;
	padding-top:11px;
	padding-left:40px;
}

.linkArea .right {
	float:left;
	padding-top:10px;
	padding-left:30px;
}

.linkArea .left .linkBox{
	float:left;
	display:block;
	overflow:hidden;
	width: 165px;
	height:85px;
	margin-right:35px;
	margin-bottom:10px;
}

.linkArea .left .linkBox:hover{
	opacity:0.8;
	background-color:#d9d9d9;
}

.linkArea .left dl{
	width: 100%;
	overflow:hidden;
}

.linkArea .left dt{
	width: 100%;
	height:20px;
	background:url(../img/common/bg_shop_name.png) repeat-x;
	font-size:13px;
	line-height:20px;
	padding-left:3px;
	font-weight:bold;
}

.linkArea .left dd{
	color:#595447;
	width:100%;
	font-size:11px;
	padding:2px 0;
}

.linkArea .left dd.copy{
	padding:4px 0;
}

.linkArea .left dd.topBorder{
	border-top:solid 1px #808080;
	padding-top:4px;
}
.linkArea .right h3.subGroupTitle{
	text-align:center;
	border-bottom: dotted 1px #000;
	padding-bottom:8px;
	margin-bottom:2px;
	width:100%;
	font-weight:bold;
	font-size:14px;
}

.linkArea .right dl{
	float:left;
}

.linkArea .right dl.inner1{
	border-right: dotted 1px #000;
	width:130px;
	padding-right:12px;
}
.linkArea .right dl.inner2{
	width:120px;
	margin-left:10px;
}
.linkArea .right dt{
	width: 100%;
	background:url(../img/common/bg_shop_name_otona.png) repeat-x;
	text-align:center;
	font-size:13px;
	padding-left:3px;
	font-weight:bold;
}
.linkArea .right dt span{
	font-size:10px;
}
.linkArea .right dl.inner1 dt{
	height:20px;
	padding-top:8px;
}
.linkArea .right dl.inner2 dt{
	height:26px;
	padding-top:2px;
}

.linkArea .right dd{
	display:block;
	font-size:13px;
	color:#f5f5f2;
	background:url(../img/common/group_link_arrow.png) 0px 0px no-repeat;
	float:left;
	margin:12px 5px 0px 5px;
	padding-left:18px;
	width:105px;
}
#footer .groupLink .linkArea .right dd a:hover{
	color:#666;
}

/*------------- friendsShop --------------*/
.sistarShop{
  background:#a0d9fc;
  padding:5px 14px 14px 14px;
  border-top:1px solid #b4e1fd;
  border-right:1px solid #c8e9fd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 1px #000000;
  -webkit-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
  margin:0px 5px 5px 5px;
}
.sistarShopm{
  background:#D6D5D2;
  padding:5px 14px 14px 14px;
  border-top:1px solid #b4e1fd;
  border-right:1px solid #c8e9fd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 1px #000000;
  -webkit-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
  margin:0px 5px 5px 5px;
}
.friendsShop{
  background:#FEBDBD;
  padding:5px 14px 14px 14px;
  border-top:1px solid #FFC818;
  border-right:1px solid #ff8cba;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 1px #000000;
  -webkit-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
  margin:0px 5px 5px 5px;
}
.friendsShop2{
  background:#FCDD7A;
  padding:5px 14px 14px 14px;
  border-top:1px solid #FFC818;
  border-right:1px solid #FFC818;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0px 0px 1px #000000;
  -webkit-box-shadow: 0px 0px 1px #000000;
  box-shadow: 0px 0px 1px #000000;
  margin:0px 5px 5px 5px;
}

.friendsShop h2,.friendsShop2 h2,.sistarShop h2,.sistarShopm h2{
    color: #545353;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 17px;
}
.friendsShop dl,.friendsShop2 dl,.sistarShop dl,.sistarShopm dl{
  background:#FFF;
  border:1px solid #adada9;
  margin-top:10px;
  padding:10px 0px 20px 0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0px 0px 5px #000000;
  -webkit-box-shadow: inset 0px 0px 5px #000000;
  box-shadow: inset 0px 0px 5px #000000;
  font-size:13px;
  text-align:center;
}
.friendsShop dt,.friendsShop2 dt,.sistarShop dt,.sistarShopm dt{
  margin:10px 0px 5px 0px;
}
.friendsShop dt a,.sistarShop dt a,.sistarShopm dt a{
  color:#06F;
}
.friendsShop dt img,.friendsShop2 dt img,.sistarShop dt img,.sistarShopm dt img{
  display:block;
  margin:0px auto 5px auto;
}
.girlsBox .font-min h3{
    font-size: 13px;
    color: #FF6500;
    font-weight: bold;
    padding-bottom: 2px;    
}

/*header　トップ-----------------------*/

#Top_jp a{
    height: 182px;
    display: block;
    width: 243px;
    position: absolute;
    left: 10px;
	z-index: 1;
	/*background-color: #902729;*/
}
.go_karintcourse{
    height: 50px;
    text-align: center;
    margin: 30px auto;
    line-height: 2.5;
    width: 90%;
    border-radius: 7px;
    font-size: 19px;
    background: linear-gradient(#f8dbea 0%, #ffcbe7 45%, #fbc6e2 55%, #fbb1d9 100%);
    border: 1px solid #fff;
    box-shadow: 1px 2px 8px #000;
}
.go_karintcourse a{
    color: #fff;
    display: block;
}