@charset "UTF-8";
/* CSS Document */

.companion_list{
	width:100%;
}
.companion {
	color: #ffffff;
	font-size: 70%;
	float:left;
	width:49%;
	height:310px;
	position: relative;
}
.companion .koushin {
	position: absolute;
    top: 190px;
    left: 0;
	width:156px;
	text-align:center;
}

.companion.r{
	margin-left:2%;
}

.companion a img{
	width:100%;
}
.companion p.status {
	background-color: #abac9c;
	width:100%;
	height: 24px;
	line-height: 23px;
}
.companion p.status span{
	font-size:110%;
	float:left;
}
/*
.companion p.status {
	background-color: #abac9c;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
}
*/
.companion p.status span.new {
	display: inline-block;
	background-color: #7f8cb6;
	width: 30%;
	height: 24px;
	text-align: center;
}
.companion p.status span.beginner {
	display: inline-block;
	background-color: #983f51;
	width: 30%;
	height: 24px;
	text-align: center;
}
.companion p.status span.today {
	display: inline-block;
	background-color: #abac9c;
	width: 40%;
	height: 24px;
	text-align: center;
	color:#FF0004;
	text-shadow:#FFFFFF 1px 1px 0px;
}
.companion p.name {
	background-color: #ffffff;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	color: #555555;
	font-size: 120%;
}
.companion p.size {
	background-color: #ffffff;
	padding: 0 10px;
	height: 15px;
	line-height: 15px;
	color: #555555;
	font-size: 90%;
	padding: 0 10px 15px 10px;
}
.companion.r p.name, .companion.r p.size {
	text-align: right;
}

#detail {
	color: #555555;
}
#detail h2 {
	background: url(../images/girls/bg_name.jpg) no-repeat;
	background-size: contain;
	height: 24px;
	line-height: 24px;
	font-size: 80%;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (max-device-width:480px) and (orientation:landscape) {
	#detail h2 {
		height: 36px;
		line-height: 36px;
	}
}

#detail #photo {
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#detail #photo img {
	display: block;
	margin: 0 auto;
	width: 78%;
	vertical-align: middle;
}
#detail p.name {
	line-height: 2.0;
	text-align: center;
}
#detail p.size {
	line-height: 2.0;
	text-align: center;
	font-size: 70%;
}
#detail table {
	font-size: 70%;
	line-height: 1.8;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}
#detail table tr th {
	font-weight: bold;
	width: 30%;
	padding: 0 5px;
}
#detail table tr td {
	padding: 0 5px;
}
#detail #comment {
	font-size: 70%;
	line-height: 1.5;
	border-bottom: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
}
#detail #comment h3, #detail #schedule h3 {
	color: #2f3d96;
	font-weight: bold;
}
#detail #schedule {
	font-size: 70%;
	line-height: 1.5;
	padding: 5px;
	margin-bottom: 10px;
}
#detail #schedule h3 {
	margin-bottom: 5px;
}
#detail #schedule p {
	border-bottom: 1px dotted #999999;
}
#detail #schedule p span.date {
	display: inline-block;
	width: 30%;
}
#detail #schedule p span.date.blue {
	color: #0000d7;
}
#detail #schedule p span.date.red {
	color: #b20000;
}
#detail #schedule p span.state {
	display: inline-block;
	width: 50%;
	text-align: center;
}


.information {
	position:relative;
	background:#f6effb url(../../images/information_board.jpg) right top no-repeat;
	border:1px #cdbeec solid;
	border-radius:10px;
	margin:0 4px 24px;
	padding:14px 0;
	width:310px;
	min-height:160px;
	overflow:hidden;
}
.information .ttl {
	position:absolute;
	left:10px;
	top:1px;
	background:url(../../images/information_ttl.png) center -70px no-repeat;
	width:290px;
	height:160px;
}
.information ul {
	padding:80px 20px 10px 20px;
	margin:0;
	list-style:none;
}
.information ul li {
	border-bottom:1px #cdc4dd solid;
	padding:10px 4px;
	margin-bottom:12px;
	font-size:14px;
	line-height:1.25em;
	color:#391078;
}
