 @charset "utf-8";
/* CSS Document */

/*---------------------------------------Cross Browsing CSS ---------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a {
	color:#4F4A4A;
}
a:hover {
	color:#ffff00;
}

/*-------------------------------------------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #2D2A2A;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-position: center top;
	
}

/*-----------------------------------------footer-----------------------------------------*/
#foot {
	width: 100%;
	height: 49px;
	padding: 0;
	margin: 10px auto 0 auto;
	background: url(img/footer_bg.png);
}

.footer{
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
	
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	color:#FF0000;
}
/*-----------------------------------------header-----------------------------------------*/
#header {
	width: 1100px;
	height: 184px;
	margin: 0 auto;
}
.nav {
	height: 65px;
	width: 100%;
	float: left;
}
.nav .btn {
	width: 100%;
	background-image: url(img/menu_bg.png);
}


.nav .btn ul {
	width: 1100px;
	height: 65px;
	list-style-type: none;
	margin: 0 auto;
	display: block;
}
.nav .btn li {
	float: left;
	height: 65px;
	margin: 0;
}


/*-----------------------------------------contents-----------------------------------------*/
#contents {
	width: 1100px;
	margin: 10px auto;

}

.top_banner{
	width: 840px;
	margin-bottom: 10px;
	float: left;

}

.left {
	width: 250px;
	margin: 0 10px 0 0;
	float: left;

}

.right{
	width: 840px;
	margin: 0;
	float: left;

}


/*-----------------------------------------contents-----------------------------------------*/
.left_menu{
	width: 250px;
	float:left;
	margin:0 0 8px 0;

}
.left_mail{
	width: 250px;
	float:left;
	margin:0 0 8px 0;
	height: 254px;
	background-image: url(img/lmail_bg.jpg);

}

/*----
pickup
-------*/
.pickup {
	width: 254px;
	height: 449px;
	margin: 0 0 10px 0;
	float: left;
	background-image: url(img/pickup_bg.jpg);
	overflow: hidden;
}

.pickup .pgirl {
	width: 234px;
	float: left;
	height: 313px;
	overflow: hidden;
	margin: 47px 10px 0 10px;
}
.pickup .txt {
	width: 218px;
	height: 60px;
	float: left;
	line-height: 27px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 7px 19px 0 19px;
	color: #ed45ef;
}
.pickup .name {
	font-size: 160%;
	width: 100%;
	line-height: 30px;
}

/*------
newface
--------------*/
.newface {
	width: 575px;
	height: 449px;
	margin: 0 0 10px 11px;
	float: left;
	background-image: url(img/newface_bg.jpg);
	overflow: hidden;
}

.newface .frame {
	width: 556px;
	float: left;
	height: 392px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 46px 10px 10px 10px;
}

.newface .frame ul {
	width: 536px;
	float: left;
	height: 390px;
	margin: 0 0 0 5px;
}

.newface .frame li{
	width: 248px;
	float: left;
	padding-bottom: 5px;
	border-bottom: #2a2a2a solid 1px;
	margin: 7px 10px 0 0;
}

.nimg{
	width: 88px;
	float: left;
	height: 88px;
	border: 2px solid #ed45ef;
	overflow: hidden;
}

.ntxt{
	width: 150px;
	float: left;
	height: 90px;
	margin-left: 5px;
}
.nname{
	width: 144px;
	float: left;
	overflow: hidden;
	height: 30px;
	color: #B90D5D;
	font-size: 120%;
	line-height: 130%;
}

.ntitle{
	width: 144px;
	float: left;
	font-size: 95%;
	overflow: hidden;
	height: 30px;
	line-height: 25px;
	color: #2a2a2a;
}
.nsize{
	width: 114px;
	float: left;
	font-size: 70%;
	overflow: hidden;
	height: 20px;
	color: #2a2a2a;
}

/*-------------
today
---------------------*/
.today {
	width: 840px;
	float: left;
	margin: 0;
}

.today .title {
	width: 840px;
	float: left;
	margin: 10px 0 0 0;
	height: 32px;
}


.today .ul {
	width: 820px;
	float: left;
	margin: 10px 0 0 0;
}

.today ul {
	width: 820px;
	float: left;
	margin: 10px  0;
}


.today li {
	width: 151px;
	float: left;
	height: 243px;
	margin: 7px 0 0 11px;
	background-color: #171717;
	border: solid 1px #4d4d4d;
	
}

.today .img {
	width: 120px;
	float: left;
	height: 180px;
	margin: 9px 15.5px 0 15.5px;
	background-color: #171717;
	border: solid 1px #4d4d4d;
	
}
.today .name {
	width: 120px;
	float: left;
	margin: 5px 15.5px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	
}

.today .time {
	width: 120px;
	float: left;
	margin: 5px 15.5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}
/*-------------
girls list
---------------------*/

.glist {
	width: 840px;
	float: left;
	margin: 0;
}

.glist .title {
	width: 840px;
	float: left;
	margin: 0;
	height: 32px;
}


.glist .ul {
	width: 820px;
	float: left;
	margin: 10px 0 0 0;
}

.glist ul {
	width: 820px;
	float: left;
	margin: 10px  0;
}


.glist li {
	width: 151px;
	float: left;
	height: 233px;
	margin: 7px 0 0 11px;
	border: 1px solid #c1b9c1;
	background: #ffffff;
	background-image: linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -o-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);	
	
}

.glist .img {
	width: 120px;
	float: left;
	height: 160px;
	margin: 9px 15.5px 0 15.5px;
	background-color: #171717;
	border: solid 1px #4d4d4d;
	overflow: hidden;
	
}


.glist .name {
	width: 120px;
	float: left;
	margin: 5px 15.5px;
	font-size: 14px;
	font-weight: bold;
	color: #2A2A2A;
	text-align: center;
	
}

.glist .time {
	width: 140px;
	float: left;
	margin-top: 5px;
	margin-right: 5.5px;
	margin-left: 5.5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #2A2A2A;
	
}

.glist .size {
	width: 140px;
	float: left;
	margin-top: 5px;
	margin-right: 5.5px;
	margin-left: 5.5px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #2D2A2A;
	
}


/*-------------
news
--------------------*/
.news {
	width: 840px;
	height: 360px;
	float: left;
	margin: 0 0 010px 0;
	background-image: url(img/news_bg.jpg);

}

.news .cont {
	width: 836px;
	height: 320px;
	float: left;
	overflow: auto;
	margin: 35px 2px 3px 2px;
}
.news .cont ul {
	width: 800px;
	margin: 7px 0 0 16px;
	float:left
}
.news .cont .top_news_date {
	width: 769px;
	height: 35px;
	line-height: 30px;
	float: left;
	color: #FFFFFF;
	padding: 0 10px 0 21px;
	background-image: url(img/date_bg.jpg);
	display: block;
	overflow: hidden;
	font-size: 90%;
}
.news .cont .top_news_text {
	width: 800px;
	font-size: 13px;
	margin-top: 5px;
	line-height: 20px;
	padding: 0 7px;
	float: left;
}

/*-------------
mail
----------------------*/


.mail {
	width:504px;
	height:253px;
	margin:10px 0 0 0;
	float:left;
	background-image:url(img/mail_bg.jpg);
}

.mail .cont {
	width: 480px;
	height: 250px;
	float: left;
	margin:0 12px;
}
.tmailstable {
	margin-top: 150px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0;
	width: 230px;
	float: left;
}

.add {
	width: 227px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.del {
	width: 230px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin-left: 20px;
}
.input {
	width: 226px;
	height: 23px;
	margin-bottom: 5px;
	border: solid 1px #666;
}



.madd {
	width: 345px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	float: left;
}
.mdel {
	width: 345px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	float: left;
	margin-left: 10px;
}
.minput {
	width: 698px;
	height: 23px;
	margin-bottom: 5px;
	border: solid 1px #666;
}
/*-------------mobile----------------------*/

.title{
	width:994px;
	height:48px;
	margin-bottom:10px;
}


.dschedule {
	float: left;
	width: 840px;
	margin: 7px 0;
}
.dschedule div {
	float: left;
	width: 100px;
	padding: 3px;
	background: #e03571;
	text-align: center;
	margin: 5px 7px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

.dschedule div a {
	display: block;
	color: #fff;
	line-height: 40px
}
.dschedule .selected {
	background-color: #1927e3;
	font-size:14px;
	font-weight:bold;

}
.dschedule .selected a,  .ddate div:hover {
	color: #FFF;/*	background-color:#EC5080;*/
}
.dschedule div:hover a {
	color: #f9ff5d;
	line-height: auto;
}

/*------------glist end----------------------*/

.banner2 {
	width:1424px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}
.banner {
	width:1403px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	background-image:url(img/box_bg.jpg);
}


/*-menu--------------------------------------------------------------------------*/
.menu {
	width: 840px;
	float: left;
	margin: 0;
}

.menu .title {
	width: 840px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 7px;
	height: 32px;
}

.menu div {
	width: 840px;
	float: left;
}


.menu .ltitle {
	font-size: 150%;
	color: #FFFFFF;
	padding: 2px 8px;
	margin: 10px 0px 5px 0px;
	clear: both;
	border-left: 4px solid #990000;
	border-bottom: 1px solid #990000;
	line-height: 150%;
	width: 820px;
	background-color: #ff5db0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5db0), to(#ce69cc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ff5db0, #ce69cc);	/*同上*/
	background-image: linear-gradient(#ff5db0, #ce69cc);			/*同上*/
	font-weight: bold;
	color: #fff;
}

.menu p {
	font-size: 12px;
	padding: 0px 10px 10px;
	line-height: 170%;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-top:5px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #535353;	/*テーブルの枠線の幅、線種、色*/
	line-height: 140%;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
	background-color: #EBE9E9;
font-weight: bold;
font-size: 14px;}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: left;
	background-color: #EFEFEF;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ff5db0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5db0), to(#ce69cc));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ff5db0, #ce69cc);	/*同上*/
	background-image: linear-gradient(#ff5db0, #ce69cc);			/*同上*/
	font-weight: bold;
	color: #fff;
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #535353;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #efdeef;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efdeef), to(#EFEFEF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efdeef, #EFEFEF);	/*同上*/
	background-image: linear-gradient(#efdeef, #EFEFEF);			/*同上*/
	color: #cccccc;	/*文字色*/
}
.ta2 {
	width: 100%;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #535353;	/*テーブルの枠線の幅、線種、色*/
	line-height: 140%;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 10px;
	line-height: 140%;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 100px;
	padding: 10px;
	text-align: left;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #000);	/*同上*/
	background-image: linear-gradient(#333, #000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 10px;
	border-top: 1px solid #535353;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	color: #cccccc;	/*文字色*/
}
.ta3 {
	width: 100%;
}
.ta3, .ta3 td, .ta3 th{
	line-height: 140%;
}
/*テーブル内の右側*/
.ta3 td{
	padding: 10px;
	background-color: #000000;
}
/*テーブル内の左側の見出し部分*/
.ta3 th{
	padding: 10px 10px;
	text-align: left;
	background-color: #222;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta3 caption{
	padding: 10px;
	border-top: 1px solid #535353;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #535353;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #535353;		/*左側の線の幅、線種、色*/
	text-align: left;
	font-weight: bold;	/*文字を太字にする設定*/
	background-color: #420000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#420000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#990000, #420000);	/*同上*/
	background-image: linear-gradient(#990000, #420000);			/*同上*/
	color: #cccccc;	/*文字色*/
}
.mb15 {
    margin-bottom: 15px;
}

/*-------profile-----------*/
.girlinfo{
	width: 953px;
	margin: 10px auto;

}

.girlinfo .title{
	width: 953px;
	margin: 0;
	height: 32px;

}

.profile{
	width: 953px;
	margin: 10px 0;
	float: left;

}


.profile .left{
	width: 592px;
	float: left;
	margin: 0 17px 0 0;
	height: 498px;
	border: 1px solid #c1b9c1;
	background: #ffffff;
	background-image: linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -o-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);	
	border-radius: 5px;
	color: #2A2A2A;
}	

.profile .l_gk{
	width: 574px;
	float: left;
	padding: 3px 5px;
	height: 26px;
	border-bottom: 1px solid #ac0909;
	
}	

.profile .ln_gk{
	width:44px;
	float:left;
	height: 19px;
	display: block;
	padding: 4px 0 3px 0;

	
}
.profile .lc_gk{
	width: 231px;
	float: left;
	height: 19px;
	display: block;
	padding: 4px 0 3px 10px;
	margin-right: 2px;
	color: #2D2A2A;
	
}		

.profile .ln2_gk{
	width:114px;
	float:left;
	height: 19px;
	display: block;
	padding: 4px 0 3px 0;

	
}
.profile .lc2_gk{
	width: 452px;
	float: left;
	height: 19px;
	display: block;
	padding: 4px 0 3px 10px;
	margin-right: 2px;
	
}	

.profile .right{
	width: 338px;
	float: left;
	height: 500px;
	margin: 0;
	border: 1px solid #c1b9c1;
	background: #ffffff;
	background-image: linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -o-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);	
	border-radius: 5px;
	
}

.profile .f14{
   font-size:14px;
   font-weight:bold;
   color:#669933;
	
}	


.profile .s_gk{
	width: 586px;
	float: left;
	padding: 3px 5px;
	border-bottom: 1px solid #e0dede;
	height: 387px;
	
}	

.profile .blog{
	width: 481px;
	float: left;
	padding: 3px 5px 3px 100px;
	height: 30px;
	background-image: url(img/tit_blogp.png);
	line-height: 32px;
	color: #FFFFFF;
	
}	

.p1{
	width: 300px;
	float: left;
	height: 400px;
	margin-top: 6px;
	margin-right: 19px;
	margin-left: 19px;
	margin-bottom: 0;
	overflow: hidden;
	border: 1px solid #c1b9c1;
	background: #ffffff;
	background-image: linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -o-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -moz-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -webkit-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);
	background-image: -ms-linear-gradient(bottom, rgb(242,243,241) 30%, rgb(250,250,250) 70%);	
	
}	


.thumb{
	width: 319px;
	float: left;
	height: 72px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 21px;
	margin-bottom: 7px;
	display: block;
	
}	

.profile .right li{
	width: 54px;
	float: left;
	height: 72px;
	margin: 0 8px 0 0;
	
}	

.profile .ctit{
	width: 953px;
	float: left;
	height: 35px;
	margin: 10px 0 5px 0;
}

.profile .comment{
	width: 584px;
	float: left;
	margin: 5px;
	font-size: 13px;
	line-height: 25px;
	color: 2D2A2A;
	height: 380px;
}

.profile .comment_tit{
	width: 594px;
	float: left;
	margin: 5px 0;
	height: 32px;
}
.profile .opt{
	width: 941px;
	float: left;
	margin: 0 6px 7px 6px;
	font-size: 13px;
	line-height: 25px;
	border: 1px solid #f499ba;
	padding: 7px 0;

	color: #FFFFFF;
	background-color: #ffffff;
}

.pstit{
	width: 953px;
	float: left;
	height: 35px;
	margin: 10px 0 5px 0;
}


.ps_table{
	width: 933px;
	float: left;
	margin: 0 10px 7px 10px;
}
table.scheduleTable {
	float: left;
	width: 933px;
	height: 60px;
	border-collapse: collapse;
	border: 1px solid #ac0909;
}

table.scheduleTable th {height:20px; text-align:center; vertical-align:middle; padding:5; border:1px solid #ac0909;}
table.scheduleTable td {
	text-align:center;
	vertical-align: middle;
	padding:2;
	border:1px solid #ac0909;
}
