@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------

				MODEL PLOFILE PAGE styles

--------------------------------------------------- */

/* @group profile-area */
div.main-contents div.center-contents div.profile-area {
	background: url(../../model/images/bg_profile_div.jpg);
	background-repeat: no-repeat;
	border: 1px #CC0000 solid;
	height: 1150px;

}

/* @group profile-images  */
div.main-contents div.center-contents div.profile-area div.profile-images {
	width: 413px;
	margin: 15px 0px 10px 15px;
	float: left;
}

div.main-contents div.center-contents div.profile-area div.profile-images img {
	border: 1px #CCC solid;
}

div.main-contents div.center-contents div.profile-area div.profile-images img.main-img {
	margin-bottom: 10px;
}

div.main-contents div.center-contents div.profile-area div.profile-images img.members-img {
	border: 1px #930A0A solid;
}
/* @end profile-images  */

/* @group profile-detail  */
div.main-contents div.center-contents div.profile-area div.profile-detail {
	margin-top: 15px;
	font-size: 90%;
}

/*  TABLE girls-detail  */
div.main-contents div.center-contents div.profile-area div.profile-detail table.girls-detail {
	margin: 0px auto;
	margin-bottom: 15px;
}

div.main-contents div.center-contents div.profile-area div.profile-detail table.girls-detail tr {
	height: 1.7em;
}

div.main-contents div.center-contents div.profile-area div.profile-detail table.girls-detail th {
	font-weight: normal;
	text-align: right;
}

div.main-contents div.center-contents div.profile-area div.profile-detail table.girls-detail td {
	font-weight: 600;
	padding-left: 30px;
}
/*  end TABLE girls-detail  */

/*  TABLE option  */
div.main-contents div.center-contents div.profile-area div.profile-detail table.option {
	margin: 15px 0px 15px 5px;
}

div.main-contents div.center-contents div.profile-area div.profile-detail table.option tr {
	height: 1.5em;
}

div.main-contents div.center-contents div.profile-area div.profile-detail table.option tr th {
	width: 80px;
	font-weight: normal;
}

div.main-contents div.center-contents div.profile-area div.profile-detail table.option tr td {
	width: 80px;
	text-align: center;
}
/*  end TABLE option  */

/*  P massage  */
div.main-contents div.center-contents div.profile-area div.profile-detail p.massage {
	line-height: 1.5em;
	width: 321px;
	margin-left: 430px;
}
/*  end P massage  */
/* @end profile-detail  */

/* @group weekly-schedule  */
div.main-contents div.center-contents div.profile-area div.weekly-schedule {
	width: 734px;
	margin: 0px auto;
}

div.main-contents div.center-contents div.profile-area div.weekly-schedule table {
	width: 724px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 5px; 
}

div.main-contents div.center-contents div.profile-area div.weekly-schedule table tr th,
div.main-contents div.center-contents div.profile-area div.weekly-schedule table tr td {
	width: 100px;
	height: 40px;
	font-weight: normal;
	font-size: 80%;
	vertical-align: middle;
}

div.main-contents div.center-contents div.profile-area div.weekly-schedule table tr th {
	background: #E2E2E2;
}

div.main-contents div.center-contents div.profile-area div.weekly-schedule table tr th.saturday {
	background: #BDE8FC;
}

div.main-contents div.center-contents div.profile-area div.weekly-schedule table tr th.sunday {
	background: #FBD5F8;
}

div.main-contents div.center-contents div.profile-area div.weekly-schedule table tr td {
	background: #E3F7FD;
}

/* @end weekly-schedule  */

