﻿/*
 * お店速報ニュース一覧
 * /top/news.aspx
*/
#news_list th {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #4D99E5;
}
#news_list td {
	font-size: 12px;
}
#news_list .odd {
	background-color: #FFF;
}
#news_list .news {
	background-color: #E5F6FF;
}
#news_list .num_odd {
	background-color: #FFF;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
#news_list .num_news {
	background-color: #E5F6FF;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

/*
 * イベント一覧
 * /top/events.aspx
*/
#event_list th {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F80;
}
#event_list td {
	font-size: 12px;
}
#event_list .odd {
	background-color: #FFF;
}
#event_list .even {
	background-color: #FE8;
}
#event_list .num_odd {
	background-color: #FFF;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
#event_list .num_even {
	background-color: #FE8;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

/*
 * 日記一覧
 * /top/diary.aspx
*/
#diary_list th {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F6F;
}
#diary_list td {
	font-size: 12px;
}
#diary_list .odd {
	background-color: #FFF;
}
#diary_list .even {
	background-color: #FCF;
}
#diary_list .num_odd {
	background-color: #FFF;
	/*font-family: 'ＭＳ ゴシック', 'Osaka-等幅', 'Osaka-mono', Sans-Serif;*/

	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}
#diary_list .num_even {
	background-color: #FCF;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}

/*
 * =====旧=====
 * 新着女の子一覧
 * /top/gals.aspx
*/
#gals_list th {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #6D2;
}
#gals_list td {
	font-size: 12px;
}
#gals_list .odd {
	background-color: #FFF;
}
#gals_list .even {
	background-color: #CF9;
}
#gals_list .num_odd {
	background-color: #FFF;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}
#gals_list .num_even {
	background-color: #CF9;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
}


#gals_list_2 table.gals {
	width: 126px;
	background-color: #F60;
	margin-bottom: 7px;
}
#gals_list_2 td.gals_image {
	text-align: center;
	background-color: #FFF;
	height: 126px;
}
#gals_list_2 td.gals_text {
	text-align: center;
	background-color: #FFF;
	height: 40px;
}
#gals_list_2 div.name {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#gals_list_2 div.shop {
	font-size: x-small;
	text-align: right;
}
#gals_list_2 a.shop {
	color: #0066FF;
	text-decoration: 'underline';
}
#gals_list_2 a#img:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
#gals_list_2 div.date {
	font-size: x-small;
	text-align: right;
}






/*
 * フォント
*/
.font01 {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "Osaka";
}
.table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.table2{
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

/*検索*/
.font {
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	color: #666666;
}
.font a{
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	color: #666666;
}
.font a:hover {
	display: block;
	text-decoration: none;
	color: #666666;
	background-color: #CCFF66;
}

/*画像*/
.bt {
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	text-align: center;
	float: center;
}
.bt a {
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
}
.bt a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
/*項目*/
.ko_font {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 15px;
	color: #FF3399;
}
.ko_font a{
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	color: #FF3399;
}
.ko_font a:hover {
	display: block;
	text-decoration: none;
	color: #FF6600;
}
/*内容*/
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f12b {
	font-size: 12px;
	font-weight: bold;
}
.f16 {
	font-size: 16px;
}
.f16b {
	font-size: 16px;
	font-weight: bold;
}

.txt8px   {font-size: 8px;font-style: normal;line-height:normal;}
.txt9px   {font-size: 9px;font-style: normal;line-height:normal;}
.txt10px  {font-size: 10px;font-style: normal;line-height: normal;}
.txt11px  {font-size: 11px;font-style: normal;line-height: normal;}
.txt12px  {font-size: 12px;font-style: normal;line-height: normal;}
.txt13px  {font-size: 12px;font-style: normal;line-height: normal;}

.style2 {color: #ff0000}
.style4 {line-height: normal; font-style: normal;}

/*ガールズトピックス
.girls {font-size: 12px;font-style: normal;line-height: normal;	font-weight: bold;	color: #FF6600;}
*/
/*
 * 右側今すぐ遊べる娘_新しい順に並び替え!!
*/

.box_text_girl_t_change {
	width: auto;
	font-size: 12px;
	line-height: 2.8;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", 'Osaka-等幅', Osaka-mono, Sans-Serif;
	float: center;
	margin: 0 10px 0 0;
	word-break: break-all;
	overflow: hidden;
	float:right;
}

.box_text_girl_t_change a {
	color:#666;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.box_text_girl_t_change a:hover {	
	color: #FF0000;
	background: none;
	text-decoration: underline;

}






/*
 * 右側今すぐ遊べる娘_カテゴリ!!
*/
.ban_girl_t_waku {
	width: 100px;
	height: auto;
	margin: 5px 0 5px 0;
	word-break: break-all;
	overflow: hidden;
	background-color: #FFF;
}


.box_text_girl_t {
	width: 100px;
	font-size: 12px;
	line-height: 1.3;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", 'Osaka-等幅', Osaka-mono, Sans-Serif;
	float: center;
	margin: 5px 0 5px 0;
	word-break: break-all;
	overflow: hidden;
}

.box_text_girl_t h4 {
	color: #FF66FF;
	font-size: 12px;
	height: auto;
	text-align: left;
	line-height: auto;
	margin: 0 0 0 0;
	padding: 0;
	text-decoration: none;
}
.box_text_girl_t_g {
	color: #666;
	font-size: 12px;
	height: auto;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0;
}
.box_text_girl_t_g span {
	color: #666;
	font-size: 12px;
	height: auto;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 0 0;
	padding: 0;
}
.box_text_girl_t_g a {
	color:#666;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.box_text_girl_t_g a:hover {	
	color: #666;
	background: none;
	text-decoration: underline;

}
.box_text_girl_t p {
	/*color: #3366FF;*/
	font-size: 12px;
	height: auto;
	text-align: left;
	line-height: 1.5em;
	margin: 0 0 0 5px;
	padding: 0;
}
.box_text_girl_t a {
	color:#3366FF;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.box_text_girl_t a:hover {	
	color: #FF0000;
	background: none;
	text-decoration: underline;

}
.box_text_girl_timg {
	margin: 0;
	padding: 0;
	float:left;
}
/*今すぐ遊べる娘　枠　TOP*/
#all_girl_big_top {
	display: block;
	width: 450px;
	height: auto;	
	margin: 0 auto 10px auto;
	padding: 0;
}

/*今すぐ遊べる娘　枠　大*/
#all_girl_big {
	display: block;
	width: 460px;
	height: auto;
	margin-left: 0;
	padding: 0;
	float: left;
	text-align:center;
}


/*今すぐ遊べる娘　待機中 TOP*/
#all_girl_top {
 display: block;
 
 height: 270px;
 background-color: #FFF;
 border: 1px solid #FF99FF;
 margin: 5px 1px 5px 0;
 padding: 0;
 float: left;
 width:102px;
}



#all_girl_top ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#all_girl_top li {
	height: auto;
	margin: 0 3px 0 3px;
	padding: 0;
	word-break:break-all;
}
#all_girl_top li.girl_wait {
	display: block;
	margin: 0;	
	font-size: 14px;
	color: #FF0000;
	line-height: 1.3em;
}

#all_girl_top li.girl_message {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	line-height: 1.3em;
}

#all_girl_top li.girl_img {
	display: block;
	height:100px;
	overflow:hidden;
	margin-bottom: 3px;
	padding: 0;
	text-align: center;
}
#all_girl_top li.girl_img a{
	margin-bottom: 2px;
	padding: 0;
	text-decoration: none;

}
#all_girl_top li.girl_img a:hover{
	margin-bottom: 2px;
	padding: 0;
	background: none;
	text-decoration: none;
}
#all_girl_top li.girl_text {
	display: block;
	margin-bottom: 2px;	
	font-size: 10px;
	color: #666;
}

#all_girl_top li.girl_text02 {
	display: block;
	height: auto;
	margin-bottom: 2px;
	padding: 0;
	font-size: 10px;
	color: #3399FF;
}
#all_girl_top li.girl_text02 a{
	margin-bottom: 2px;
	padding: 0;
	color: #3399FF;
	text-decoration: underline;
	
}
#all_girl_top li.girl_text02 a:hover{
	margin-bottom: 2px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #3399FF;
	background: none;
	text-decoration: none;
}
#all_girl_top li.girl_text03 {
	display: block;
	height: auto;
	margin-bottom: 2px;
	padding: 0;
	font-size: 10px;
	color: #FF00FF;
}
#all_girl_top li.girl_text03 a{
	margin-bottom: 2px;
	padding: 0;
	color: #FF00FF;
	text-decoration: underline;
}
#all_girl_top li.girl_text03 a:hover{
	margin-bottom: 2px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #FF00FF;
	background: none;
	text-decoration: none;
}

#all_girl_top li.girl_text04 {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	color: #666;
}


#all_girl_top li.girl_text05 {
 display: block;
 margin-bottom: 2px;
 font-size: 12px;
 color: #FF0000;
}

#all_girl_top li.girl_img02 {
	display: block;
	height: auto;
	margin: 5px 0;
	padding: 0;
	text-align: center;
}

#all_girl_top li.girl_img02 a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
#all_girl_top li.girl_img02 a:hover{
	margin: 0;
	padding: 0;
	background: none;
	text-decoration: none;
}






/*今すぐ遊べる娘　待機中*/
#all_girl {
	display: block;
	width: 103px;
	height: auto;
	border: 1px solid #FF99FF;
	background-color: #FFF;
	margin: 5px 5px 0 0;
	padding: 0;
	float: left;
	text-align:center;
}
#all_girl ul {
	display: block;
	width:103px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#all_girl li 
{
	height:auto;
	margin:0 3px;
	padding:0;
}


#all_girl li.girl_wait {	
	height: 18px;
	font-size: 14px;
	color: #FF0000;
	line-height: 1.2em;
	margin:0;
}

#all_girl li.girl_message {
	display: block;
	
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}

#all_girl li.girl_img {
	display: block;
	
	height:100px;
	overflow:hidden;
	margin-bottom: 3px;
	padding: 0;
	text-align: center;

}
#all_girl li.girl_img a{
	margin: 0;
	padding: 0;
	text-decoration: none;

	
}
#all_girl li.girl_img a:hover{
	margin: 0;
	padding: 0;
	background: none;
	text-decoration: none;
}
#all_girl li.girl_text {
	color:#666666;
	display:block;
	font-size:10px;
	margin-bottom:2px;
}

#all_girl li.girl_text02 {
	display: block;
	height: auto;
	margin-bottom: 1px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #3399FF;
}
#all_girl li.girl_text02 a{
	margin-bottom: 2px;
	padding: 0;
	
	color: #3399FF;
	text-decoration: underline;
	
}
#all_girl li.girl_text02 a:hover{
	margin-bottom: 2px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #3399FF;
	background: none;
	text-decoration: none;
}

#all_girl li.girl_text03 {
	display: block;
	
	height: auto;
	margin-bottom: 1px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #FF00FF;
}
#all_girl li.girl_text03 a{
	margin-bottom: 1px;
	padding: 0;
	color: #FF00FF;
	text-decoration: underline;
	
}
#all_girl li.girl_text03 a:hover{
	margin-bottom: 1px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #FF00FF;
	background: none;
	text-decoration: none;
}

#all_girl li.girl_text04 {
	margin-bottom: 1px;
	font-size: 11px;
	color: #666;
}

#all_girl li.girl_text05 {
	margin-bottom: 1px;
	font-size: 12px;
	color: #FF0000;
}

#all_girl li.girl_img02 {
	display: block;
	
	height: auto;
	margin: 5px 0;
	padding: 0;
	text-align: center;
}

#all_girl li.girl_img02 a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
#all_girl li.girl_img02 a:hover{
	margin: 0;
	padding: 0;
	background: none;
	text-decoration: none;
}



/*今すぐ遊べる娘　待機中　お店女の子*/
#all_girl_shop_girl {
	display: block;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	width: 220px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", 'Osaka-等幅', Osaka-mono, Sans-Serif;
	word-break: break-all;

}

#all_girl_shop_girl_message {
	display: block;
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 1.5em;
}

#all_girl_shop_girl02_message {
	display: block;
	width: 70px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 1.5em;
}

