@charset "UTF-8";
/* ========================================
	girls
======================================== */
body {
	background: #ffcc69;
	background: -moz-linear-gradient(top,  #ffcc69 0%, #3fbab3 70%);
	background: -webkit-linear-gradient(top,  #ffcc69 0%,#3fbab3 70%);
	background: linear-gradient(to bottom,  #ffcc69 0%,#3fbab3 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc69', endColorstr='#3fbab3',GradientType=0 );
}
#wrapper {
	background:url(../img/girls/bg_girls.png) repeat left top;
}
#bread {
	margin:6px 0 10px 0;
	color:#313131;
}
#bread li {
	background:url(../img/common/arrow_bread_blk.png) no-repeat left center;
}
#bread li a {
	color:#313131;
}
#bread li a:before {
	background:#313131;
}
#contents {
	padding:0 0 50px 80px;
}
#contents #main {
	width:1146px;
	padding:7px;
	border:none;
	background:url(../img/girls/bdr_girls_top.png) repeat-x left top,url(../img/girls/bdr_girls_top.png) repeat-x left bottom,url(../img/girls/bdr_girls_side.png) repeat-y left 7px,url(../img/girls/bdr_girls_side.png) repeat-y right 9px;
}
#contents #main .inner {
	padding:20px;
	background:rgba(255,255,255,0.5);
}
/*mdl_report*/
#mdl_girls.mdl_top {
	position:absolute;
	top:0;
	left:50%;
	width:600px;
	margin:0 0 0 -300px;
	padding:10px 0 0 0;
	background:url(../img/overview/mdl_comment_top.png) no-repeat center top;
	z-index:1200;
}
#mdl_girls .mdl_btm {
	padding:0 0 10px 0;
	background:url(../img/overview/mdl_comment_btm.png) no-repeat center bottom;
}
#mdl_girls .mdl_mid {
	padding:0 10px;
	background:url(../img/overview/mdl_comment_mid.png) repeat-y center top;
}
#mdl_girls .mdl_contents {
	position:relative;
	width:100%;
	min-height:180px;
	border:1px solid #535353;
	background:url(../img/common/bg_dots_black3.png) repeat left top;
	color:#ced9d8;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#mdl_girls .mdl_contents .close {
	position:absolute;
	top:-20px;
	right:-20px;
	cursor:pointer;
}
#mdl_girls .mdl_contents .close:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#mdl_girls .mdl_contents p.txt {
	position:absolute;
	top:50%;
	width:100%;
	margin:-0.5em 0 0 0;
	text-align:center;
}
/* ========================================
	List
======================================== */
#main h1 {
	padding:40px 0 60px 0;
	text-align:center;
}
.description {
	padding:0 30px 100px 30px;;
}
.description dl {
	float:left;
	width:584px;
}
.description dl dt {
	margin:0 0 20px 0;
}
.description dl dd {
	color:#313131;
	font-size:19px;
	font-weight:bold;
	letter-spacing:1px;
}
.description .img {
	float:right;
}
#main h2 {
	padding:0 0 60px 0;
	text-align:center;
}
/*grafArea*/
.girlProf {
	position:relative;
	float:left;
	width:346px;
	margin:0 13px 0 0;
	padding:7px;
	background:url(../img/girls/bdr_girls_top.png) repeat-x left top,url(../img/girls/bdr_girls_top.png) repeat-x left bottom,url(../img/girls/bdr_girls_side.png) repeat-y left 7px,url(../img/girls/bdr_girls_side.png) repeat-y right 9px;
}
.girlProf:nth-of-type(4) {
	margin:0;
}
.girlProf .inProf {
	background:rgba(255,255,255,0.5);
	text-align:center;
}
.girlProf .point {
	position:absolute;
	top:-30px;
	left:12px;
}
.girlProf .img {
	padding:30px 0;
}
.girlProf .name {
	margin:0 0 30px 0;
}
.girlProf .btn {
	margin:0 0 40px 0;
}
.girlProf .comment,
.girlProf .profile {
	height:169px;
	margin:0 20px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.girlProf .tw {
	padding:20px 0;
}
