<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
zh-CN
*/

@import "/css/chi/common/picture.css";

/* =========================================================
send review form
========================================================= */
#send-review {
	clear: both;
	margin: 10px 0 15px;
}
#send-review .no-new-reviews {
	text-align: center;
	border: 2px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px;
	font-size: 12px;
	border-radius: 2px;
	margin-bottom: 30px;
}
#send-review .frame {
	background-color: #f7f6f5;
	border: 1px solid #e6eae6;
}
#send-review #toggle_form {
	padding: 27px 15px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ba8b40;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}
#send-review #toggle_form:hover{
	color: #ffcc00;
	opacity: 0.8;
}
#send-review #toggle_form span {
	background-image: url(/img/common/common/icon_pen.gif);
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	width: 22px;
	height: 29px;
	margin-right: 8px;
}
#send-review p.desc {
	color: #666c67;
	line-height: 137%;
	margin-bottom: 15px;
}
#send-review p.memo {
	color: #666c67;
	line-height: 137%;
	margin: 8px 0;
}
#send-review #review_form {
	display: none;
	padding: 0 15px;
}
#send-review #review_form dl {
	margin: 0 0 12px;
}
#send-review #review_form dt {
	color: #6f6f6f;
	font-size: 12px;
	margin-bottom: 4px;
}
#send-review #review_form dt span.req {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
	white-space: nowrap;
	margin: 0 4px;
}
#send-review #review_form dd a {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 4px;
}
#send-review #review_form .name dd input {
	width: 100%;
}
#send-review #review_form .upload-multiple {
	margin-top: 20px;
}
#send-review #review_form .upload-multiple .head {
	color: #6f6f6f;
	font-size: 12px;
}


/* -----------------------------------------------
agreement
----------------------------------------------- */
#send-review .agreement {
	text-align: center;
	margin: 20px 0;
}
#send-review .agreement .read {
	margin-bottom: 8px;
}
#send-review .agreement .eu {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 8px;
}
#send-review .agreement input {
	margin-right: 5px;
}
/* -----------------------------------------------
notice send
----------------------------------------------- */
#send-review .notice-send {
	text-align: center;
	line-height: 1.4;
	margin: 30px 0;
}
/* -----------------------------------------------
done
----------------------------------------------- */
#send-review .done {
	border: 1px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#send-review .done dl {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6eae6;
}
#send-review .done dl:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#send-review .done dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#send-review .done dd {
	line-height: 146%;
}
#send-review .done dd ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 12px 1.5em;
}

/* -----------------------------------------------
final
----------------------------------------------- */
#send-review .final {
	border: 1px solid #e6eae6;
	background-color: #ffffe0;
	padding: 20px 20px 25px 20px;
	margin: 8px 0 15px 0;
}
#send-review .final a {
	color: #0085dd;
}
#send-review .final a:hover {
	color: #ffcc00;
}
#send-review .final dt {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#send-review .final dd {
	line-height: 146%;
}
/* -----------------------------------------------
button
----------------------------------------------- */

#send-review .button {
	clear: both;
	text-align: center;
	margin: 20px 0 30px;
}
#send-review .button .return{
	display: inline-block;
	margin: 0 5px;
}
#send-review .button .return a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #999;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#send-review .button .return a:hover {
	background-color: #ffb400;
}
#send-review .sample-notice {
	margin-top: 10px;
}
#send-review .button .next {
	display: inline-block;
	margin: 0 5px;
}
#send-review .button .next div {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 60px;
}
#send-review .button .next div:hover {
	background-color: #ffb400;
}
#send-review .button .next input[type="button"],
#send-review .button .next input[type="submit"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#send-review .button .next input[type="button"]:hover,
#send-review .button .next input[type="submit"]:hover {
	background-color: #ffb400;
}

/* =========================================================
review desc
========================================================= */

.review-desc {
	clear: both;
	margin-bottom: 70px;
}

/* -----------------------------------------------
entry
----------------------------------------------- */
.review-desc dl.entry {
	clear: both;
	border: 1px solid #e6eae6;
	padding: 15px;
	margin-bottom: 15px;
}
.review-desc dl.entry dt {
	float: left;
	color: #cc3333;
	margin-right: 8px;
	white-space: nowrap;
}
.review-desc dl.entry ul.reviewer {
	list-style-type: none;
	border-bottom: 1px #e6eae6 dotted;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.review-desc dl.entry ul.reviewer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.review-desc dl.entry li.name {
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.review-desc dl.entry li.name span {
	font-weight: normal;
	color: #999;
	font-size: 11px;
	margin-left: 4px;
}
.review-desc dl.entry li.date {
	float: right;
	color: #abb1ad;
	text-align: right;
	white-space: nowrap;
}
.review-desc dl.entry li.date span {
	color: #ff3399;
}
.review-desc dl.entry .content {
	display: flex;
	justify-content: space-between;
}
.review-desc dl.entry .content .comment {
	line-height: 137%;
}
.review-desc dl.entry .content .thumb .other {
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 3px;
	color: #888;
}
.review-desc dl.entry .content .thumb:hover {
	cursor: pointer;
	opacity: 0.8;
}
.review-desc dl.entry .content .thumb:hover .other {
	color: #ffcc00;
}
.review-desc dl.entry .link {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	font-size: 11px;
	margin-top: 20px;
}
.review-desc dl.entry .link a {
	white-space: nowrap;
}
.review-desc dl.entry .link a.del span {
	color: #999;
	background-image: url(/img/common/common/icon_delete_off.png);
	background-size: 9px auto;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 11px;
}
.review-desc dl.entry .link a.del:hover span {
	color: #e9353e;
	background-image: url(/img/common/common/icon_delete_on.png);
}
.review-desc dl.entry .link a.report span {
	color: #999;
	background: url(/img/common/common/icon_report_off.png) no-repeat 0 50%;
	padding: 2px 0 0 15px;
}
.review-desc dl.entry .link a.report:hover span {
	color: #fcc800;
	background-image: url(/img/common/common/icon_report_on.png);
}

/* -----------------------------------------------
enlarge-picture
----------------------------------------------- */
.review-desc .enlarge {
	display: none;
}</pre></body></html>