@charset "utf-8";

/* レビュー */

.review{
	background: #ffffff;
	line-height: 2em;
}

.review a{
	text-decoration: underline;
}

.review a:hover{
	text-decoration: none;
}

.review_inner{
	padding: 10px;
}

.review h3{
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}

.review h3 img{
	width: 100%;
	height: auto;
}

.review h4{
	font-size: 20px;
	text-align: left;
	padding: 7px 0 5px 10px;
	margin: 30px 0 0px;
	line-height: 1;
	clear: both;
	color: #ff729e;
	border-left: 3px solid #ff729e;
}

.writer{
}

.writer span{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	behavior: url("/PIE/PIE.htc");
	background: #ffbd2d;
	padding: 2px 5px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
.writer img{
	width: 15px;
	height: auto;
	vertical-align: text-top;
	margin: 0 5px 0 0;
}

.review p{
	clear: both;
	padding-top: 20px;
}

.review .photo{
	margin-top: 20px;
}

.review .photo.float{
	float: left;
	display: inline;
}

.review .photo.vertically{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.review .photo img{
	width: 100%;
	height: auto;
}

.review span.point{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	behavior: url("/PIE/PIE.htc");
	background: #ffbd2d;
	padding: 2px 5px;
	margin-right: 5px;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.review strong.point{
	font-size: 15px;
	vertical-align: middle;
}

.review .girls{
	padding: 20px 0 0;
}

.review .girls .girls_photo{
	width: 400px;
}

.review .girls.horizontally .girls_photo{
	width: 100%;
}

.review .girls .girls_photo img{
	width: 100%;
	height: auto;
}

.review .girls .profile{
	padding: 20px 0 0;
}


.review .link a{
	display: block;
	margin: 20px auto;
	width: 400px;
	padding: 10px 0;
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	color: #ff729e;
	border: 1px solid #ff729e;
	text-align: center;
	text-decoration: none;
}

.review .link a:hover{
	color: #ffffff;
	background: #ff729e;
}


.review a.mapclose{
	background: #ffbd2d;
	color: #ffffff;
	display: block;
	width: 120px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 16px;
	text-decoration: none;
}


.archive{
	width: 610px;
	margin: 10px auto 20px;
}

.archive strong{
	font-size: 16px;
	padding: 0 20px;
}


.archive_link_box{
	padding: 10px 0 0;
}

.archive_link{
	float: left;
	width: 190px;
}

.archive_link.disable{
	visibility: hidden;
}

.archive_link.center{
	margin: 0 10px;
}

.archive_link a{
	display: block;
	border: 1px solid #ffbd2d;
	padding: 10px 0;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.archive_link.center a,
.archive_link a:hover{
	background: #ffbd2d;
	color: #ffffff;
}






