.companion {
	color: #ffffff;
	font-size: 70%;
}
.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: 21%;
	height: 15px;
	text-align: center;
}
.companion p.status span.beginner {
	display: inline-block;
	background-color: #983f51;
	width: 21%;
	height: 15px;
	text-align: center;
}
.companion p.status span.today {
	display: inline-block;
	background-color: #abac9c;
	width: 21%;
	height: 15px;
	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: cover;
	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: 100%;
	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: 8px 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;
}
