@charset "UTF-8";
#container {font-size: 14px;}

button {cursor: pointer;}
img {max-width: 100%; vertical-align: middle;}

/*clearfix*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow: hidden;
font-size: 0.1em;
line-height: 0;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*ホバー*/
.hover {transition: opacity 0.3s linear;}
.hover:hover {opacity: 0.6;}

.hover2:hover {background: #EAEAF2;}


/*テキストリンク*/
a,
a:link,
a:visited {
	color: #1e2678;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a.hover {
	transition: opacity 0.3s linear;
	}
a.hover:hover {opacity: 0.7;}

/*============================
header
============================*/

header {
		width: 730px;
}
#headerContainer {border-bottom: 1px solid #1e2678;}

/*============================
footer
============================*/
footer {border: none;padding: 0; margin: 38px 0 0}

/*============================
ボックス
============================*/

.constBox {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}


/*============================
コンテンツ
============================*/

#contentHead .tit{
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
	padding: 14px 0;
	color: #1e2678;
	background: #e4eef8
}

@media all and (-ms-high-contrast: none) {
#contentHead .tit{
	padding: 15px 0 9px;
}
}


#contentHead .intro{
	text-align: center;
	margin-bottom: 35px;
	font-size: 15px;
}

#contentHead .txtErr{
	margin: 35px 0;
	color: #c80000;
	font-weight: bold;
	text-align: center;
}

.reviewFormBg{
	background: #f5f3e6;
	border: 1px solid #cfcfcf;
	padding: 20px;
	margin-bottom: 60px;
}
.reviewFormInner{
	background: #ffffff;
	padding: 20px;
	font-size: 15px;
}

.goodsImgCol{
	width: 178px;
	float: right;
	text-align: center;
	position: relative;
}
.goodsImgCol .goodsTi{
	display: block;
	width: 170px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: left;
	line-height: 1.4;
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
/*	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
	overflow: hidden;
	height: 36px;
}


.formCol{
	width: 455px;
	float: left;
}


/* form */

.reviewForm{
	display: table;
	width: 100%;
	border-bottom: 1px dashed #d9d9d9;
	padding: 0 0 30px;
	margin-bottom: 30px;
}
.reviewForm dt{
	display: table-cell;
	width: 65px;
	vertical-align: top;
}
.reviewForm.pattern2 dt{
	width: 215px;
}
.reviewForm dd{
	display: table-cell;
}
.reviewForm dd input[type="text"],
.reviewForm dd select,
.reviewForm dd textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px;
	border: 1px solid #cfcfcf;
	font-size: 15px;
	font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Arial, Helvetica, sans-serif;
}
.reviewForm dd input.form_wide{
	padding: 15px 5px;
}
.reviewForm dd textarea{
	height: 115px;
}
.reviewForm dd select{
	-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	background: url(/images/pc/goods/select_arrow.png) no-repeat right 20px center;
	cursor: pointer
}

.reviewForm dd select::-ms-expand {
		display: none;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.reviewForm dd input[type="text"]::-webkit-input-placeholder,
.reviewForm dd textarea::-webkit-input-placeholder {
		color: #cfcfcf;
}

ul.radioList.mb{
	margin-bottom: 15px;
}
ul.radioList li{
	display: inline-block;
	margin-right: 40px;
}
ul.radioList.kotei li{
	width: 140px;
	margin-right: 0;
}
ul.radioList input{
		display: none;
}
ul.radioList label{
		display: inline-block;
		position: relative;
		padding-left: 25px;
	cursor: pointer
}
ul.radioList label:before,ul.radioList label:after{
		content: '';
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
		width: 15px;
		height: 15px;
		border-radius: 50%;
}
ul.radioList label:before{
		background: #fafafa;
		border: 1px solid #d0d0d0;
}
ul.radioList input:checked + label:after{
		top: 6px;
		left: 3px;
		height: 11px;
		width: 11px;
		background: #666;
}

.formTi{
	margin-bottom: 12px;
	display: inline-block;
	letter-spacing: -1px;
}

.starLevelImg{
	display: block;
}

.formBnr{
	display: inline-block;
	font-size: 13px;
	padding: 3px 6px;
	/*width: 45px;*/
	text-align: center;
	color: #fff;
	margin-right: 20px;
	float: left;
}

@media all and (-ms-high-contrast:none) {
  .formBnr {
    padding: 5px 6px 0;
    margin-top: -5px;
    /* m */
  }
}
.formBnr.blue{
	background: #1f2677;
}
.formBnr.red{
	background: #a70000;
}
.formBnr.nini{
	border: 1px solid #1e2677;
	color: #1e2677
}

.btnContent{
	text-align: center;
	position: relative;
}
.btnContent .formBtn{
	width: 260px;
	margin: 0 auto;
	background: #1e2677;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	border: none;
	font-size: 18px;
	margin-bottom: 30px;
}
.btnContent .formBtn:hover{
	opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: .70;
		-moz-opacity: .70;
		-moz-transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
		-o-transition: all 0.2s ease;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.btnContent .formBtn i.arrowR {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.5em;
  position: relative;
  top: 0;
  left: 5px;
}


.btnContent .closeBtn {
  position: relative;
  display: block;
  background-color: #929292;
  background-image: url(/images/pc/common/icon_batsu.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 15px 50%;
  font-size: 14px;
  height: 34px;
  width: 42px;
  line-height: 34px;
  text-align: center;
  padding-left: 30px;
  padding-right: 15px;
  margin: 0 auto;
  cursor: pointer;
}

.btnContent .closeBtn a{
    color: #fff;
    text-decoration: none;
}

@media all and (-ms-high-contrast:none) {
  .btnContent .closeBtn  {
    padding-top: 5px;
    /* IE */
  }
}

/* confirm */

#contentHead .intro.confirm{
	padding: 0 0 0 85px;
	margin-bottom: 25px;
	text-align: left;
}
.reviewConfirm{
	width: 100%;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	margin-bottom: 40px;
	font-size: 15px;
}
.reviewConfirm th{
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	padding: 20px;
	width: 220px;
	text-align: left;
	vertical-align: top;
}
@media all and (-ms-high-contrast: none) {
.reviewConfirm th{
	padding: 22px 20px 10px 20px;
}
}

.reviewConfirm td{
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	padding: 20px;
}
@media all and (-ms-high-contrast: none) {
.reviewConfirm td{
	padding: 22px 20px 10px 20px;
}
}

.reviewConfirm td span.starState{
	font-size: 18px;
}
.backLink{
	position: absolute;
	left: 0;
	top: 12px;
}

.backLink a{
	text-decoration: none;
	color: #000;
}

.trainsitionArea {
	margin:30px 0;
	text-align: left;
}

.trainsitionArea a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.trainsitionArea a:hover {
  text-decoration: underline;
}

.trainsitionArea i.arrowL {
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border: 1px solid #1e2677;
	border-right: none;
	border-bottom: none;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 0.5em;
	position: relative;
	top: -1px;
}

i.arrowL {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #1e2677;
	border-right: none;
	border-bottom: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 0.5em;
	position: relative;
	top: -1px;
}


/* complet */

#contentHead .intro.complet{
	margin-bottom: 55px;
}

.star-ratings.review{
	display: block;
	margin: -6px 38px 0;
	letter-spacing: 4px;
}






/*レビュー星ボタン*/
.starRating {
	margin-top: 1px;
	margin-left: 45px;
  font-size: 0;
  white-space: nowrap;
  display: block;
  width: 200px;
  height: 28px;
  overflow: hidden;
  position: relative;
  background: url(/images/pc/goods/input_star_wh.png) repeat-x;
  background-size: 40px;
}
.starRating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url(/images/pc/goods/input_star_filled.png) repeat-x;
  background-size: 40px;
}
.starRating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.starRating input:hover + i,
.starRating input:checked + i {
  opacity: 1;
}
.starRating i ~ i {
  width: 40%;
}
.starRating i ~ i ~ i {
  width: 60%;
}
.starRating i ~ i ~ i ~ i {
  width: 80%;
}
.starRating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
