.reviewPOST {
	background: url("../../image/gravure/phbg.jpg");
	background-size: cover;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 40px;
	
}
.reviewPOST .logo {
	max-width: 300px;
	margin: auto;
	margin-top: -50px;
	margin-bottom: 20px;
}

.reviewPOST .logo img {
	width: 100%;
	height: auto;
}
.reviewPOST .inner {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

#reviewform {
	border-top: none;
	width: 100%;
	font-size: 1.8rem;
	line-height: 180%;
	margin-bottom: 20px;	
	border-bottom: 1px solid #d1d0d0;
}

dl#reviewform dl,dl#reviewform dt,dl#reviewform dd {
	margin: 0;
	padding: 0;
}

dl#reviewform dt,dl#reviewform dd {
	padding: 15px 15px;
}

dl#reviewform dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
}

dl#reviewform dd {
	border-top: 1px solid #d1d0d0;
	margin-left:22%;
}


.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 40%;
	font-size: 1.6rem;
	box-sizing: border-box;
}

.input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 80%;
	font-size: 1.6rem;
	box-sizing: border-box;
}

select,
button {
-webkit-appearance: none;
appearance: none;
color:#2b2b2b;
-webkit-appearance: none;
  appearance: none;
	border-radius: 0;
background: #fff;
border:1px solid #2b2b2b;
cursor: pointer;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../../image/common/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
	padding: 10px;
	font-size: 1.6rem;
	min-width: 190px;
	text-align: center !important;
	border-radius: 3px;
	margin-left: 20px;
	
}
.textarea01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	height: 150px;
	font-size: 1.6rem;
	box-sizing: border-box;
}

input.previous[type="button"],
input[type="submit"] {
	width: 20%;
margin:0 0 0 0px;
    color: #fff;
	display: block;
    padding: 15px 0px;
    text-align: center;
	background-color: #af48b8;
    border: 1px solid #af48b8;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
box-sizing: border-box;
	font-size: 1.6rem;
}




/* レビュー星 */

.rate {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 16px;
  font-size: 24px;
	top:-6px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffc600;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 24px;
}

.rate1-5:after {
  width: 36px;
}

.rate2:after {
  width: 48px;
}

.rate2-5:after {
  width: 60px;
}

.rate3:after {
  width: 72px;
}

.rate3-5:after {
  width: 84px;
}

.rate4:after {
  width: 96px;
}

.rate4-5:after {
  width: 108px;
}

.rate5:after {
  width: 120px;
}

.reviewlist {
	margin-bottom: 40px;
}
.reviewlist li {
	background: #f7ecf8;
	border: 1px solid #eadfeb;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 15px;
	    min-height: 213px;
}
.reviewlist .userNAME{
	color:#5a2aa2;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviewlist .playGIRL{
	color:#e4007f;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviewlist .playGIRL a {
	text-decoration: underline;
	color:#e4007f;
}
.reviewlist .title{
	color:#5a2aa2;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviewlist .hyoka{
	margin-bottom: 5px;
}
.reviewlist p{
	font-size: 1.5rem;
}
.reviewlist i{
	margin-right: 10px;
}

.shopcomment{
	color:#e4007f;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 5px;
}





@media screen and (max-width: 834px) {
.reviewPOST {
	background: url("../../image/gravure/phbg.jpg");
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 40px;
	
}
.reviewPOST .logo {
	max-width: 70%;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 10px;
}

.reviewPOST .logo img {
	width: 100%;
	height: auto;
}
.reviewPOST .inner {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}

#reviewform {
	border-top: none;
	width: 100%;
	font-size: 1.4rem;
	line-height: 180%;
	margin-bottom: 20px;	
	border-bottom: 1px solid #d1d0d0;
}

dl#reviewform dl,dl#reviewform dt,dl#reviewform dd {
	margin: 0;
	padding: 0;
}

dl#reviewform dt,dl#reviewform dd {
	padding: 10px 0;
}

dl#reviewform dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
	padding: 10px 0 0px 0;
}

dl#reviewform dd {
	border-top: 0px solid #d1d0d0;
	margin-left:auto;
}


.input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.4rem;
	box-sizing: border-box;
}

.input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 80%;
	font-size: 1.4rem;
	box-sizing: border-box;
}

select,
button {
-webkit-appearance: none;
appearance: none;
color:#2b2b2b;
-webkit-appearance: none;
appearance: none;
border-radius: 0;
background: #fff;
border:1px solid #2b2b2b;
cursor: pointer;
	
}

select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../../image/common/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
	padding: 10px;
	font-size: 1.6rem;
	min-width: 190px;
	text-align: center !important;
	border-radius: 3px;
	margin-left: 0px;
	display: block;
	margin-top: 5px;
	
}
.textarea01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	height: 100px;
	font-size: 1.6rem;
	box-sizing: border-box;
}

input.previous[type="button"],
input[type="submit"] {
	width: 80%;
margin:0 0 10px 0px;
    color: #fff;
	display: block;
    padding: 12px 0px;
    text-align: center;
	background-color: #af48b8;
    border: 1px solid #af48b8;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
box-sizing: border-box;
	font-size: 1.4rem;
}




/* レビュー星 */

.rate {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 16px;
  font-size: 24px;
	top:-6px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffc600;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {
  width: 0;
}

.rate1:after {
  width: 24px;
}

.rate1-5:after {
  width: 36px;
}

.rate2:after {
  width: 48px;
}

.rate2-5:after {
  width: 60px;
}

.rate3:after {
  width: 72px;
}

.rate3-5:after {
  width: 84px;
}

.rate4:after {
  width: 96px;
}

.rate4-5:after {
  width: 108px;
}

.rate5:after {
  width: 120px;
}

.reviewlist {
	margin-bottom: 20px;
}
.reviewlist li {
	background: #f7ecf8;
	border: 1px solid #eadfeb;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
}
.reviewlist .userNAME{
	color:#5a2aa2;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviewlist .playGIRL{
	color:#e4007f;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviewlist .playGIRL a {
	text-decoration: underline;
	color:#e4007f;
}
.reviewlist .title{
	color:#5a2aa2;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.reviewlist .hyoka{
	margin-bottom: 5px;
}
.reviewlist p{
	font-size: 1.6rem;
}
.reviewlist i{
	margin-right: 10px;
}

}