@charset "utf-8";
/* CSS Document */

main {
	background-position: center 200px;
}
main:before { top: 0px; }
main:after { bottom: -160px; }



select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.kuchikomiFormBox,
.kuchikomiFormBox * {
	box-sizing: border-box;
}
.kuchikomiFormBox {
	background: rgba(255,240,164,0.15);
	border: 3px double #00a8df;
	margin: 55px 0 50px;
	padding: 20px;
}
.form_wrap {
	margin: 0 0 15px;
	padding: 0;
}
.form_wrap .formList {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #bbb;
	margin: 0;
	padding: 7px 12px;
}
.form_wrap .formList:last-child {
	border: none;
}
.form_wrap .formList h4 {
	display: flex;
	align-items: center;
	width: 200px;
	font-size: 15px;
	color: #00a8df;
	font-weight: normal;
}
.form_wrap .formList .formListRight {
	width: 700px;
}
.form_wrap .formList .con_text {
	font-size: 13px;
	color: #454545;
	line-height: 1.2;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}
.form_wrap .formList .star {
	color: #ffa500;
}
.form_wrap label.slct {
	display: inline-block;
	position: relative;
}
.form_wrap .size90 { width: 90%; }
.form_wrap .size80 { width: 80%; }
.form_wrap .size75 { width: 75%; }
.form_wrap .size70 { width: 70%; }
.form_wrap .size60 { width: 60%; }
.form_wrap .size50 { width: 50%; }
.form_wrap .size40 { width: 40%; }
.form_wrap .size30 { width: 30%; }
.form_wrap .size25 { width: 25%; }
.form_wrap .size20 { width: 20%; }
.form_wrap .size10 { width: 10%; }

.slctUnit {
	font-size: 14px;
	color: #555;
	margin: 0 5px;
	padding: 0;
}

.form_wrap label.slct:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	width: 4px;
	height: 4px;
	border-right: 2px solid #3f3f3f;
	border-top: 2px solid #3f3f3f;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	margin: -4px 0 0 0;
}



.form_wrap label.small_slct {
	display:inline-block;
	width: 29%;
	position: relative;
	margin: 0 10px 10px 0;
}
.form_wrap label.big_slct {
	display:inline-block;
	width: 60%;
	position: relative;
	margin: 0 10px 10px 0;
}
.form_wrap label.small_slct:after,
.form_wrap label.big_slct:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	display: block;
	width: 4px;
	height: 4px;
	border-right: 2px solid #3f3f3f;
	border-top: 2px solid #3f3f3f;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	margin: -4px 0 0 0;
}
.form_wrap label.small_slct select,
.form_wrap label.big_slct select {
	font-size: 14px;
	color: #555;
	line-height: 1.0;
	border: 1px solid #09F;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0;
	padding: 10px;
}



.form_wrap select,
.form_wrap input[type="text"],
.form_wrap textarea {
	font-size: 14px;
	color: #555;
	line-height: 1.0;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0;
	padding: 6px 8px;
}
.form_wrap select {
	width: 100%;
}
.form_wrap input[type="text"],
.form_wrap textarea {
	width: 60%;
}
.form_wrap textarea {
	height: 100px;
}
.formbtnBox {
	text-align: center;
}
input.formbtn01 {
	display: inline-block;
	width: 150px;
	font-size: 14px;
	color: #FFF;
	line-height: 1.0;
	text-align: center;
	background: #01a8df;
	border: none;
	border: 1px solid #01a8df;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 auto;
	padding: 10px 20px;
	cursor: pointer;
}
input.formbtn01:hover {
	color: #01a8df;
	background: #fff;
	border: 1px solid #01a8df;
}
input.formbtn02 {
	display: inline-block;
	width: 150px;
	font-size: 14px;
	color: #666;
	line-height: 1.0;
	text-align: center;
	background: #ccc;
	border: none;
	border: 1px solid #bbb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 5px;
	padding: 10px 20px;
	cursor: pointer;
}
input.formbtn02:hover {
	color: #666;
	background: #fefefe;
	border: 1px solid #ccc;
}


.kuchikomiList {
	border: 3px solid #01a8df;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 0 15px;
	padding: 10px;
}
.kuchikomiList .reviewimg {
	float: left;
	width: 152px;
}
.kuchikomiList .reviewimg .reviewimg_inn {
	width: 152px;
	height: 202px;
	border: 1px solid #01a8df;
	margin: 0;
	padding: 0;
	position:relative;
}
.kuchikomiList .reviewimg img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    margin: auto;
	max-width: 150px;
	max-height: 200px;
}
.kuchikomiList .reviewimg .HF_data {
	position: absolute;
	left: 10px;
	bottom: 7px;
	width: 111px;
	font-size: 12px;
	margin: 0 auto;
}
.kuchikomiList .reviewinfo {
	float: right;
	width: 760px;
	margin: 0;
	padding: 2px 0 0;
}
.kuchikomiList .reviewinfo .shp_detail {
	font-size: 13px;
	color: #333;
	line-height: 1.2;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin: 0 0 6px;
	padding: 0 5px;
}
.kuchikomiList .reviewinfo .shp_type {
	color: #333;
	margin: 0 5px 0 0;
	padding: 0;
}
.kuchikomiList .reviewinfo .shp_name {
	color: #09F;
	margin: 0 2px 0 0;
	padding: 0;
}
.kuchikomiList .reviewinfo .grl_name {
	color: #333;
	margin: 0;
	padding: 0;
}
.kuchikomiList .reviewinfo h4 {
	font-size: 17px;
	color: #0178cf;
	font-weight: normal;
	line-height: 1.2;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin: 0 0 2px;
	padding: 0 5px;border-bottom: 1px solid #ddd;
}
.kuchikomiList .reviewinfo .postdate {
	height: 24px;
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	padding: 0 4px 4px;
}

/* 星 */
.rate {
	float: left;
	display: inline-block;
	width: 120px;
	height: 24px;
	font-size: 24px !important;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
}
.rate:before,
.rate:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '★★★★★';
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.rate:before {
	color: #ddd;
}
.rate:after {
	color: #ffa500;
	overflow: hidden;
	white-space: nowrap;
}

.rate0:after {
	width: 0;
}
.rate1:after {
	width: 24px;
}
.rate2:after {
	width: 48px;
}
.rate3:after {
	width: 72px;
}
.rate4:after {
	width: 96px;
}
.rate5:after {
	width: 120px;
}

.kuchikomiList .reviewinfo .review_user {
	color: #0079ff;
	line-height: 1.0;
	margin: 0;
}
.kuchikomiList .reviewinfo .review_girl {
	color: #fd329d;
	line-height: 1.0;
	margin: 0;
}
.kuchikomiList .reviewinfo .review_cmt {
	font-size: 13px;
	color: #333;
	line-height: 1.5;
	margin: 0;
	padding: 4px 5px 5px;
}
.kuchikomiList .reviewinfo .review_cmt .review_time {
	display: block;
	font-size: 12px;
	color: #555;
	margin-bottom: 4px;
}
.kuchikomiList .reviewinfo .shop_cmt {
	font-size: 12px;
	color: #555;
	line-height: 1.5;
	border: 1px solid #999;
	margin: 3px 5px;
	padding: 5px;
}
.kuchikomiList .reviewinfo a.review_btn {
	display: block;
	float: right;
	font-size: 13px;
	color: #FFF;
	line-height: 1.0;
	background: rgb(254,132,196);
	background: -moz-linear-gradient(top,  rgba(254,132,196,1) 0%, rgba(255,100,184,1) 49%, rgba(253,64,170,1) 50%, rgba(253,64,170,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(254,132,196,1) 0%,rgba(255,100,184,1) 49%,rgba(253,64,170,1) 50%,rgba(253,64,170,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,132,196,1) 0%,rgba(255,100,184,1) 49%,rgba(253,64,170,1) 50%,rgba(253,64,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe84c4', endColorstr='#fd40aa',GradientType=0 );
	border: 1px solid #fd329d;
	margin: 10px 10px 0 0;
	padding: 5px 50px;
}
.kuchikomiList .reviewinfo a.review_btn:hover {
	color: #FFF;
	background: #fd329d;
}

.compTxt01 {
	color: #00a8df;
}

.kuchikomiPageing {
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}
.kuchikomiPageing .pageLink {
	display: inline-block;
	font-size: 14px;
	color: #00a8df;
	margin: 0 10px;
	padding: 0;
}
.kuchikomiPageing .pageLink:hover {
	text-decoration: underline;
}
