/*　料金システム＆マップ　*/

#price{
    width: 600px;
    border: 1px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:15px 0 0 20px;
}

#price th {
    padding: 5px;
    border: #666 solid;
    border-width: 0 0 1px 1px;
    background: #855CC6;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    color:#fff;
}
#price td {
    padding: 5px;
    border: 1px #666 solid;
    border-width: 0 0 1px 1px;
    background: #fff;
    text-align: center;
}


#system_body{
line-height:1.4em;
width:95%;
margin:1em 0;
}

#yoyaku{
color:#a00;
font-weight:900;
background:url(../images/yoyaku.jpg);
}


/*　女の子一覧　*/

#select_box{
background: #eaeaff; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaff 0%, #8055be 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaff), color-stop(100%,#8055be)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaff 0%,#8055be 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaff 0%,#8055be 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaff 0%,#8055be 100%); /* IE10+ */
background: linear-gradient(top,  #eaeaff 0%,#8055be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaff', endColorstr='#8055be',GradientType=0 ); /* IE6-9 */

	padding:10px;
	margin:0 25px 10px 25px;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}




#galcontent{
	margin:0 0 0 10px;
}


.gallist{
	width:270px;
	height:405px;
	border:solid 7px #eaeaff;
	float:left;
	margin:8px 17px;
	box-shadow: 0px 3px 5px #aaa;         /* CSS3 */
	-moz-box-shadow: 0px 3px 5px #aaa;    /* Mozilla */
	-webkit-box-shadow: 0px 3px 5px #aaa; /* Webkit */


}

.databox{
background:url(../images/data_bg.png);
color:#111;
width:270px;
margin-left:0px;
padding:7px 0;
position:relative;
top:-128px;
text-align:center;
}

.today{
position:relative;
top:-140px;
left:0px;
}

.newface{
position:relative;
top:-130px;
}

.galname{
font-size:20px;
letter-spacing:0.3em;
font-family:'メイリオ',Meiryo,sans-serif;
}



#page_title{
margin:0 0 10px 20px;
}



/* 女子詳細ページ */

#pro_box{
margin:0 0 0 20px;
width:940px;
background: #eaeaff; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaff 0%, #ddc1ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaff), color-stop(100%,#ddc1ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* IE10+ */
background: linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaff', endColorstr='#ddc1ff',GradientType=0 ); /* IE6-9 */
font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;

}


#pro_roma{
font-size:10px;
text-align:center;
letter-spacing:2px;

}

#pro_midasi{
font-size:24px;
margin-left:15px;
padding:0 15px;
text-align:center;
letter-spacing:5px;
float:left;
}

#pro_data{
font-size:18px;
position:relative;
top:18px;

}

#pro_left{
width:660px;
float:left;
}

#pro_data_t1{
    width: 295px;
    border: 1px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:15px 0 15px 20px;
	float:left;
}

#pro_data_t1 th {
    font-size:12px;
    width: 130px;
    padding: 5px;
    border: #666 solid;
    border-width: 0 0 1px 1px;
    background: #DDC1FF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    height:32px;
}


#pro_data_t1 td {
    font-size:12px;
    padding: 1px 5px;
    border: 1px #666 solid;
    border-width: 0 0 1px 1px;
    background: #Fff;

}

#pro_data_t2{
    width: 611px;
    border: 1px #745A4B solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:15px 0 0 20px;
    clear:both;

}

#pro_data_t2 th {
    font-size:12px;
    width: 150px;
    padding: 5px;
    border: #745A4B solid;
    border-width: 0 0 1px 1px;
    background: #DDC1FF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    color:#222;
}

#pro_data_t2 td {
    font-size:12px;
    padding: 5px;
    border: 1px #745A4B solid;
    border-width: 0 0 1px 1px;
    background: #Fff;

}

#thumbs{
    width: 613px;
    margin:15px 0 0 20px;
    text-align:left;
}

#thumbs a img{
	width:80px;
	height:120px;
	margin-left:3px;
	box-shadow: 0px 3px 5px #666;         /* CSS3 */
	-moz-box-shadow: 0px 3px 5px #666;    /* Mozilla */
	-webkit-box-shadow: 0px 3px 5px #666; /* Webkit */
}

#mainimg{
	margin:15px 0px 0 0;
	border:solid 9px #eaeaff;
	box-shadow: 0px 0px 10px #666;         /* CSS3 */
	-moz-box-shadow: 0px 0px 10px #666;    /* Mozilla */
	-webkit-box-shadow: 0px 0px 10px #666; /* Webkit */
	position:relative;
	right:15px;

}




#sche_come{
width:607px;
height:30px;
background:url(../images/schedule.png);
margin:15px 0 0 20px;
text-align:right;
}

#prof_sche_date{
padding-top:9px;
padding-right:15px;
}

#sche_t{
    width: 607px;
    border: 1px #666 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:7px 0 0 20px;
    clear:both;

}

#sche_t th {
    font-size:12px;
    width: 130px;
    padding: 5px;
    border: #666 solid;
    border-width: 0 0 1px 1px;
    background: #DDC1FF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    text-align:center;
}

#sche_t td {
    font-size:15px;
    padding: 5px;
    border: 1px #666 solid;
    border-width: 0 0 1px 1px;
    background: #Fff;
    text-align:center;
    height:50px;
}

#ten_come{
width:607px;
height:30px;
background:url(../images/reco_pro.png);
margin:15px 0 0 20px;
}

#ten_come_body{
width:607px;
height:60px;
margin:10px 0 20px 20px;
}

#icons{
position:relative;
top:5px;
left:40px;
}

#blog_a{
	display:block;
	background:url(../images/blog_back.png) no-repeat;
	width:300px;
	height:35px;
	float:left;
	position:relative;
	top:15px;
	right:7px;
	text-align:center;
	padding-top:15px;
	font-size:16px;
	text-decoration:none;
}

#blog_a2{
	display:block;
	background:url(../images/gra_back.png) no-repeat;
	width:300px;
	height:35px;
	float:left;
	position:relative;
	top:15px;
	right:7px;
	text-align:center;
	padding-top:15px;
	font-size:16px;
	text-decoration:none;
	margin-top:10px;
}

#blog_a3{
	display:block;
	background:url(../images/heven_back.png) no-repeat;
	width:300px;
	height:35px;
	float:left;
	position:relative;
	top:15px;
	right:7px;
	text-align:center;
	padding-top:15px;
	font-size:16px;
	text-decoration:none;
	margin-top:10px;
}




/* 出勤情報ページ */


#select_box2{
background: #eaeaff; /* Old browsers */
background: -moz-linear-gradient(top,  #eaeaff 0%, #ddc1ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaff), color-stop(100%,#ddc1ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* IE10+ */
background: linear-gradient(top,  #eaeaff 0%,#ddc1ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaff', endColorstr='#ddc1ff',GradientType=0 ); /* IE6-9 */
	
	height:90px;
	padding:0px;
	margin:0 25px 10px 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


#daybox1{
width:18px;
height:22px;
float:left;
margin:27px 0 0 80px;
}

#daybox2{
width:300px;
height:60px;
margin:22px 10px 0 10px;
float:left;
}

#update1{
text-align:center;
height:27px;
background:#fff;

font-size:20px;
}

#update{
font-size:12px;
text-align:center;
margin-top:5px;
}

#daybox3{
width:18px;
height:22px;
float:left;
margin:27px 0 0 0px;
}

#daybox4{
background:;
width:449px;
height:79px;
margin:5px 0 0 40px;
float:left;
}

#daybox4 div{
margin:5px 0 0 10px;
}

#sche_am{
margin:0 20px 0 20px;
_margin:0 12px 0 12px;
float:left;
}

#sche_pm{
margin:0 0px 0 0;
float:left;
}

#sche_nextday{
width:200px;
margin:0 0px 0 0;
float:left;
margin-left:20px;
}

#sche_nextday p{
margin:0;
}

#asa{
	margin:0;
	padding:0;
	border-bottom:2px pink solid;
}

#asa span{
background:pink;
font-size:16px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:0 15px;
color:#000;
letter-spacing:0.3em;
}

#sche_nextday div{
	line-height:24px;
	font-size:14px;
}

.sche_gal{
width:310px;
height:210px;

}

.sche_galphoto{
margin:5px 0 5px 0px;
float:left;
	box-shadow: 0px 1px 5px #666;         /* CSS3 */
	-moz-box-shadow: 0px 1px 5px #666;    /* Mozilla */
	-webkit-box-shadow: 0px 1px 5px #666; /* Webkit */
}
#sche_am .nameline{
height:23px;
border-bottom:2px #52377b solid;

}

#sche_am .nameline #josi{
background:#52377b;
font-size:14px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:0 15px;
color:#fff;
letter-spacing:0.2em;
}

#sche_pm .nameline{
height:23px;
border-bottom:2px #8057BF solid;

}

#sche_pm .nameline #josi{
background:#8057BF;
font-size:14px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:0 15px;
color:#fff;
letter-spacing:0.2em;
}

.nameline img{
margin:0 4px;
position:relative;
top:2px;
}

.dataline{
padding:3px 0 0 0;
font-size:12px;
text-align:center;
}

.iconline{
height:18px;
padding:3px 0 0 0;
text-align:center;
}

.discline{
padding:3px 3px 2px 105px;
line-height:15px;
font-size:12px;

}

.hrs{
margin: 0 0 15px 50px;
width:374px;
height:1px;
border-top:solid gray 1px;

}

