@charset "utf-8";
/* キャスト一覧･出勤表・プフィールページ用css
　ヘッダー等は、既存ページのstyle.cssに依存 */




/* -------------------------------------------------

プロフィール profile.php

------------------------------------------------- */

/* プロフィールページの上下左右余白 */
#profile .all {
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
}


/* プロフィール項目 */
#profile #right {
	float: right;
	text-align: left;
	margin-top: 5px;
	font-size: 10px;
	margin-right: 0px;
	overflow: hidden;
	padding: 5px;
	width: 240px;
	background-color: #1B2125;
	}


/* 見出し */
#profile h3 {
	text-align: left;
	padding: 5px;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
}

/* 名前・３サイズ表示ボックス */
#profile #girl_name_box {
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 0px;
	text-align: left;
	color: #988949;
}


/* プロフィール項目 */
#prof_box {
	margin-top: 10px;
	font-size: 10px;
}
#profile .name {
	font-size: 18px;
	color: #999966;
}

/* 年齢 */
#profile .age {
	font-weight: normal;
	color: #999966;
	font-size: 12px;
}
#profile .osusume {
	font-size: 10px;
	font-weight: normal;
	color: #999966;
}



/* サムネイル */
#profile #thumbnails {
	height: 80px;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	position: relative;
	top: -100px;
	
}
#profile #thumbnails ul li {
	margin: 0px;
	padding: 0px;

}
#profile .all h3 {
	clear: both;
	color: #F2F2F2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#prof_box .td01 {
	background-image: url(img/vdot.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-weight: bold;
	color: #988949;
	padding: 3px;
}



#profile #thumbnails img {
	padding: 1px;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-right: 2px;
}


/* -------------------------------------------------
プロフィールページ出勤表 profile.php
------------------------------------------------- */
/* 出勤カレンダー */
#weektime table {
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0px;
	clear: both;
	float: none;
	width: 710px;
	border: 1px solid #666666;
}

#weektime  {
	margin-top: 0px;
	margin-left: 0px;
	width: 710px;
}

/* カレンダー日付 */
#weektime th {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #1A1D14;
	padding: 5px;
	margin: 1px;
	font-weight: normal;
	height: 17px;
}

/* カレンダー出勤時間 */
#weektime td {
	text-align: center;
	font-size: 10px;
	padding: 10px;
	margin: 1px;
	background-image: url(../wp/wp-content/themes/platinum2/images/blk3.png);
	color: #FFFFFF;
}

/* カレンダー出勤時間(土日) */
#weektime .sat {
	background-color: #E6F9FF;
}

#weektime .sun {
	background-color: #F9ECF2;
}

#profile #tag_similar,#profile #similar {
	clear: both;
	float: none;
	color: #FFFFFF;
}

/* リスト */
li {
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px;
}

li img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

/*-----------------------------------------------
オプション
-----------------------------------------------*/
/* オプション表示領域 */
#option {
	padding: 1px;
	margin-top: 0px;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666666;
}
/* オプション1つ分の表示領域 */
#option .option_one {
	float: left;
	padding: 0px;
	width: 268px;
	margin: 1px;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}
#option .option_one .option_left1 {/* ◎ */
	float: left;
	background-color: #DEDBF0;
	padding: 5px;
	display: block;
	width: 200px;
}
#option .option_one .option_left2 {/* ○ */
	float: left;
	background-color: #FFCCCC;
	padding: 5px;
	display: block;
	width: 200px;
}
#option .option_one .option_left3 {/* △ */
	float: left;
	background-color: #DEDBF0;
	padding: 5px;
	display: block;
	width: 200px;
}
#option .option_one .option_left4 {/* × */
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 5px;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #999999;
	display: block;
	width: 200px;
}
#option .option_one .option_left {/* 未記入 */
	float: left;
	color: #CCCCCC;
	display: block;
	width: 200px;
}
#option .option_one .option_left0 {/* 未記入 */
	float: left;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	padding: 5px;
	display: block;

	width: 200px;
	width: 200px;
}
#option .option_one .option_right {
	float: right;
	text-align: center;
	width: 46px;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
/*-----------------------------------------------

ガールズ　cast.php

-----------------------------------------------*/


/* キャストページの上下左右余白 */
#cast .all {
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9933;
}

/* キャスト１人分の表示 */
#cast .allone ,#schedule .allone{
	float: left;
	text-align: left;
	padding: 10px;
	height: 290px;
	background-image: url(img/cast_bg.png);
	width: 144px;
	margin-right: 5px;
	background-repeat: no-repeat;
	margin-top: 5px;
	background-position: center top;
}

#cast .tag_bar {
	clear: both;
	float: none;
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
}


.comment {
	font-size: 10px;
}

/* 名前 */
#cast .cast_name {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 12px;
	color: #999666;
	padding-left: 2px;
}
.thumb_border {

}

/* 3サイズ */
#cast .cast_size {
	font-size:10px;
	text-align: left;
	margin-bottom: 3px;
	color: #CCCCCC;
}

/* ページ送り */
#cast .number {
	text-align: right;
	width: 240px;
	float: right;
	margin-top: 15px;
}


/* --------------------------------------------- 

出勤表  cast_shift.php

--------------------------------------------- */


#bread {
	text-align: right;
	margin: 5px;
}


/* 出勤表ページの上下左右余白 */
#schedule div.all {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

/*-----------------------------------------------
出勤表カレンダー部分　
----------------------------------------------*/
#schedule .all_week {
	padding: 0px;
}
#schedule .all .allweek {
	margin: 0px;
	padding: 0px;
}



/* 週間カレンダー */
#schedule .week {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 3px;
	width: 70px;
	border: 1px solid #121212;
	color: #CCCCCC;
	background-image: url(../wp/wp-content/themes/platinum2/images/blk3.png);
}
#schedule a.week {

}

#schedule a.week:hover {
	text-decoration: none;
	background-color: #000000;
	color: #006699;
	border: 1px solid #666666;
}


#schedule img.cast {
	border: 1px solid #666;
	text-align: center;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 名前 */
#schedule div.cast_name{
	margin-top: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #999666;
}

/* 3サイズ */
#schedule div.cast_size {
	font-size: 10px;
	text-align: left;
	color: #666666;
}

/* 出勤時間 */
#schedule .cast_time {
	font-weight: normal;
	padding-top: 2px;
	margin-top: 1px;
	font-size: 10px;
	text-align: left;
}

/* 出勤カレンダー */
#schedule td.normal {
	text-align: center;
	margin-top: 3px;
}

/* 出勤カレンダー(土日) */
#schedule td.sat {
	background-color: #E3EDFD;
	text-align: center;
	margin-right: 3px;
}

#schedule td.sun {
	background-color: #FEDEFD;
	text-align: center;
	margin-right: 1px;
}

/*-----------------------------------------------

出勤表(TOPページ)　 schedule_top.php

----------------------------------------------*/

#schedule_top {
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
}


/* 名前 */
#schedule_top .cast_name {
	font-weight: normal;
	padding: 2px;
	text-align: left;
}
/* 3サイズ */
#schedule_top .cast_size {
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
	margin-top: 1px;
	padding: 2px;
}
/* 出勤時間 */
#schedule_top .cast_time {
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 1px;
	padding: 2px;
	text-align: left;
}

/* 画像1人分 */
#schedule_top div.all_one {
	float: left;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #666666;
	height: 170px;
	width: 76px;
}





/*-----------------------------------------------

出勤表(週間別)　　schedule_l.php

----------------------------------------------*/


/* 上下左右余白 */
#schedule_l .all {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	color: #FFFFFF;
}

/* リンク */
#schedule_l a {
	text-decoration: underline;
}
#schedule_l a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

/* 出勤カレンダー */
#schedule_l .sch_week {
	padding: 1px;
	background-image: url(img/blk.png);
	border: 1px solid #999999;
}
#schedule_l td {
	text-align: center;
	color: #FFFFFF;
}
.list_up {
	margin-bottom: 5px;
}

/* 名前・3サイズ */
#schedule_l .sch_week .glay {
	width: 800px;
	text-align: left;
	text-indent: 20px;
	background-image: url(../wp/wp-content/themes/platinum2/images/blk1.png);
}

/* 日付 */
#schedule_l th {
	font-weight: normal;
	text-align: center;
	padding: 0px;
	color: #FFFFFF;
	background-color: #999999;
}
#schedule_l  .sch_thumb img {
	width: 50px;
}
.thumb_list img {
	padding: 3px;
}
#cast  .icon img {
	margin-left: 0px;
	margin-right: 0px;
}
#profile #left {
	float: left;
	height: 482px;
	width: 312px;

}
#profile  #left img {
	padding: 2px;
	border: 1px solid #B3B3B3;
}
#profile #left {
	background-image: url(img/prof_bg.png);

}
#profile .all #left img {
	background-repeat: repeat;
}
#schedule .all hr {
	clear: both;
	float: none;
}
#prof_box .td02 {
	color: #FFFFFF;
	padding: 3px;
}

#system13 {
	background-image: url(img/title_schedule.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
	display: block;
	clear: both;
	float: none;
	height: 41px;
}
#system12 {
	background-image: url(img/title_companion.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 15px;
	display: block;
	clear: both;
	float: none;
	height: 41px;
}
#system15 {
	background-image: url(img/title_profile.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 3px;
	display: block;
	clear: both;
	float: none;
	height: 41px;
}
#system16 {
	background-image: url(img/title_sch_s.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 3px;
	display: block;
	clear: both;
	float: none;
	height: 50px;
	background-position: left bottom;
}
#cast_text {
	background-image: url(img/cast_text.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#profile #left2 {
	float: left;
	width: 400px;
	background-image: url(img/cast_prof_bg.png);
	padding: 25px;
	height: 598px;
	margin-right: 3px;
	margin-top: 5px;
}
#profile {

}
#cast {
	color: #CCCCCC;
}
#schedule .all .clear {
	clear: both;
}
#schedule table {
	font-size: 10px;
	color: #F7F7F7;
}
#profile #icon_castlist {
	clear: both;
	background-image: url(img/icon_castlist.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 15px;
	width: 104px;
	float: right;
}
#profile #icon_castlist a {
	display: block;
	height: 16px;
	width: 104px;
}
select {
	height: 17px;
	font-size: 10px;
	color: #999999;
}
.alignmiddle {
	text-align: center;
}
#cast form,#schedule form {
	border: 1px solid #333333;
	font-size: 10px;
	background-image: url(img/blk.png);
	vertical-align: middle;
}
#similar img {
	background-color: #CCCCCC;
}
.choice {
	vertical-align: middle;
}
#cast #all .allone transparent .photo_frame {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.photo_frame {
	width: 120px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#tag_similar ul {
	height: 100px;
	overflow: hidden;
}

