@charset "UTF-8";

/******************************/
/* today_sch css */
/******************************/
table#today_sch	{
	border-collapse: collapse;
	margin-top: 10px;
	width: 948px;
	margin-bottom: 10px;
	margin-left: 4px;
}

/******************************/
/* 各女性紹介の背景画像のスタイルの調整 */
/******************************/
td.ladies_info	{
	height: 420px;
	padding-top: 5px;
	padding-bottom: 10px;
    background-image: url(../ladies_image/ladies_bg.png);
	background-repeat: no-repeat;
	background-position: center; 
}

/* ............................................ */


/* ....境界ラインの背景画像のスタイルの調整..... */

td.ladies_line	{
	background-repeat: repeat-x;
	background-position: 0 5px;
}

/******************************/
/* アイコン画像のスタイルの調整 */
/******************************/
.icon_img	{
	width: 100px;
	height: 19px;
	margin-left: 12px;
}

ul	{

}

ul.top_icon	{
}

ul.top_icon li	{
	display: inline;
}

ul.top_icon li.top_icon_03	{
	margin-right: 0;
}

ul.ladies_detail	{
	background-color: transparent;
	font-size: 12px;
	width: 225px;
}

.ladies_phot	{
	margin-bottom: 5px;
	height: 315px;
	width: 210px;
	margin-left: 13px;
	margin-right:13px;
}

.ladies_phot a:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.ladies_phot a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/******************************/
/* 女性紹介のテキスト部分のスタイルの調整 */
/******************************/
li.ladies_name	{
	height: 18px;
	color: #f6f6ec;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	width: 225px;
}

li.ladies_name a	{
	color: #f6f6ec;
}

li.ladies_name span.ladies_age	{
	font-size: 13px;
}

li.ladies_size	{
	height: 15px;
	color: #d4cab9;
	line-height: 1.3;
	text-align: center;
	font-size: 13px;
}

li.ladies_type	{
	color: #f5d631;
	line-height: 1.3;
	font-size: 13px;
	margin-top: 5px;
	text-align: center;
	width: 225px;
	height: 13px;
	margin-bottom: 5px;
}

li.ladies_time	{
	color: #0afcee;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	width: 225px;
	height: 13px;
	margin-top: 5px;
}

/* ............................................ */