@charset "UTF-8";

/*─────────────────────────

	item common

─────────────────────────*/
table.item_list {
	width: 100%;
	font-size: 13px;
	border: solid 1px #ccc;
	border-right: none;
	border-bottom: none;
	table-layout: fixed;
}

table.item_list th,
table.item_list td {
	border: solid 1px #ccc;
	border-left: none;
	border-top: none;
}

table.item_list th {
	background-color: #e0d9c7;
}

table.item_list td {
	padding: 1em 0.5em;
	vertical-align: top;
}

table.item_list td.img {
	text-align: center;
}

table.item_list td.img p {
	margin-bottom: 10px;
}

table.item_list td.img figure {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

table.item_list td.img img {
	vertical-align: bottom;
}

table.item_list td.img figure img {
	width: 100%;
	height: auto;
}


/*─────────────────────────

	item result

─────────────────────────*/
table.item_result tr:first-child th {
	padding: 1em 0;
	text-align: center;
}

table.item_result tr:first-child th:last-child {
	width: 266px;
	padding-left: 10px;
	padding-right: 10px;
}

table.item_result tr:first-child th:first-child {
	width: 40px;
	border-right: none;
}

table.item_result tr:first-child th:nth-of-type(2) {
	width: 210px;	
}

table.item_result td.cb {
	background-color: #f9f7ef;
	text-align: center;
	vertical-align: middle;
}

table.item_result td.item_feature ul {
	width:100%;
	text-align:center;
}

table.item_result td.item_feature li {
	width: 62px;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}

table.item_result td.item_feature li:nth-child(4n) {
	margin-right: 0;
}

#btn_compare_card {
	position:absolute;
	top: 5px;
	left: 5px;
	padding:0;
	margin:0;
	z-index: 1000;
	width:190px;
}



/*─────────────────────────

	item detail

─────────────────────────*/
ul.tab_menu li {
	width: 190px;
	height:50px;
	float: left;
	margin-right: 5px;
}

.ttl_qa {
	border-color: #ff2c55;
}

.ttl_survey2 {
	border-color: #00b0af;
}

.ttl_review {
	border-color: #168fcd;
}

.ttl_flow {
	border-color: #73a600;
}

#detail_wrapper {
	border:solid 1px #ccc;
	padding:40px;
	margin-top: -1px;
	background: #fdfdfd;
}

#item_info {
	background-color:#e8d7b9;
	padding:10px;
}

#item_info .banner_area {
	float:left;
	width:222px;
	padding:15px;
	text-align:center;
	background-color:#fcf6ea;
	box-shadow:0px 0px 6px 1px #c5b79e;
	-moz-box-shadow:0px 0px 6px 1px #c5b79e;
	-webkit-box-shadow:0px 0px 6px 1px #c5b79e;
}

#item_info .banner_area figure {
	margin-bottom: 15px;
}

#item_info .text_area {
	float:right;
	width:596px;
	padding:10px;
	background-color:#fff;
	box-shadow:0px 0px 6px 1px #c5b79e;
	-moz-box-shadow:0px 0px 6px 1px #c5b79e;
	-webkit-box-shadow:0px 0px 6px 1px #c5b79e;
	border-top:2px solid #9b7862;
	position:relative;
}

#item_info .text_area:before {
	content:"";
	position:absolute;
	top:1px;
	left:0;
	width:100%;
	border-top:1px solid #9b7862;
}

#item_info .text_area table th {
	background-color:#ffe599;
	color:#703e1c;
	border:1px solid #e6b575;
	text-align:center;
	padding:6px 10px;
}
	
#item_info .text_area table td {
	background-color:#fffeef;
	border:1px solid #e6b575;
	padding:6px 10px;
}

table.item_spec {
	width:100%;
	background-color:#fff;
	margin-bottom: 30px;
}

table.item_spec th {
	width: 30%;
	background-color:#bababa;
	color:#fff;
	padding:10px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	font-weight:normal;
	white-space:nowrap;
}

table.item_spec td {
	background-color:#ebebeb;
	padding:10px;
	border-bottom:1px solid #fff;
	word-wrap:break-word;
}



/*─────────────────────────

	item compare

─────────────────────────*/
table.item_compare {
	font-size: 14px;
	line-height: 1.8;
}

table.item_compare tr:first-child {
	background-color: #f9f7ef;
	text-align: center;
}

table.item_compare th {
	padding: 1em 0.5em;
	vertical-align: top;
}

.del_compareId {
	position:absolute;
	top:10px;
	right:10px;
}

table.item_compare th.label {
	width: 200px;
	white-space: nowrap;
	background-color: #f9f7ef;
}



/*─────────────────────────

	item survey

─────────────────────────*/
.contribute {
	background: #eee;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 10px 15px;
	position:relative;
	margin-bottom: 15px;
}

.contribute p.btn {
	position: absolute;
	right: 10px;
	top: 10px;
}

#detail_wrapper .btn2 a {
	width: auto !important;
}



/*─────────────────────────

	item review

─────────────────────────*/
.review_total {
	width: 585px;
	float: right;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	position: relative;
}

.review_total:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #c1aa9c;
	border-radius: 5px 5px 0 0;
}

.review_icon {
	color: #ff9f00;
}

.review_icon .off {
	color: #ccc;
}

.review_score {
	color: #d80000;
	font-weight: bold;
}

dl.each_point {
	line-height: 2;
}

.review_total dl.each_point dt,
.review_total dl.each_point dd {
	display: inline-block;
	width: 50%;
}

.review_total dl.each_point dd {
	width: 25%;
}

.review_total dl.each_point {
	width: 330px;
}

.review_total dl.total_point {
	border-bottom: solid 1px #e7d5b7;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.review_total dl.total_point dt {
	font-size: 24px;
	display: inline-block;
}

.review_total dl.total_point dd {
	display: inline-block;
}

.review_total dl.total_point .review_score {
	font-size: 40px;
	padding-left: 0.5em;
}

.review_total dl.total_point .review_score .ten {
	font-size: 30px;
}

.review_total dl.total_point .review_icon {
	font-size: 30px;
	padding-left: 0.5em;
}

.review_total dl.total_point .ranking {
	display: block;
}

section.review {
	background-color: #fff;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
	margin-bottom: 15px;
	padding: 30px;
}

section.review .reviewer {
	position: relative;
	width: 422px;
	float: left;
	padding-top: 75px;
}

section.review .reviewer h3 {
	background: #eee;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

section.review .reviewer dl {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 70px;
}

section.review .reviewer dl figure {
	position: absolute;
	top: 0;
	left: 0;
}

section.review .reviewer dt {
	font-weight: bold;
}

section.review .reviewer dd {
	font-size: 12px;
}

section.review .review_point {
	width: 348px;
	float: right;
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 20px;
	padding-right: 30px;
	position: relative;
	border: solid 1px #ddd;
}

section.review .review_point:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: -1px;
	width: 400px;
	height: 5px;
	background: #ddd;
	border-radius: 5px 5px 0 0;
}

section.review dl.total_point {
	border-bottom: solid 1px #e7d5b7;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	text-align: right;
	position: relative;
	font-size: 21px;
}

section.review dl.total_point dt {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

section.review dl.total_point dd {
	display: inline-block;
}

section.review dl.total_point .review_score {
	padding-left: 0em;
}

section.review dl.total_point .review_score .ten {
	font-size: 18px;
}

section.review dl.each_point .review_score {
	color: #333;
}

section.review dl.each_point dt {
	display: inline-block;
	width: 60%;
}

section.review dl.each_point dd {
	display: inline-block;
	width: 25%;
}

section.review dl.each_point dd.review_score {
	width: 15%;
	text-align: right;
}



/*─────────────────────────

	item review form

─────────────────────────*/

#review_form {
	padding: 30px 25px;
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
	background: #fff;
}

table.review_form {
	width: 100%;
	margin-bottom: 30px;
}

table.review_form > tbody > tr > th {
	text-align: right;
	width: 30%;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: middle;
}

table.review_form > tbody > tr > th:after {
	content: "：";
	display: inline;
}

table.review_form > tbody > tr > th,
table.review_form > tbody > tr > td {
	padding-top: 15px;
	padding-bottom: 1em;
	border-bottom: solid 1px #eaeaea;
}

table.review_form input,
table.review_form textarea {
	width: 400px;
	padding: 1em;
	background-color: #f9f9f7;
	border: solid 1px #cbcbcb;
	font-size: 14px;
}

table.review_form .required {
	color: #a22a1b;
	font-size: 12px;
}

table.score {
	border-collapse: separate;
	border-spacing: 0 5px;
}

table.score th,
table.score td {
	border: solid 1px #eaeaea;	
	padding: 10px 15px;
	vertical-align:middle;
}

table.score th {
	border-right: 0;
}

table.score td {
	border-left: 0;
}

table.score .review_icon span {
	font-size: 18px;
	cursor: pointer;
}


/**/

.entry {
    margin: 0 auto;
    padding: 5px;
    width: 100%;
}
.enty_name {
    border: 2px solid #f96;
    border-radius: 4px;
    font-weight: bold;
    margin: 5px 0;
    padding: 10px;
    width: 90%;
}
.gazo img {
    height: auto;
    margin: 5px auto;
    text-align: center;
    width: 80%;
}
.midashi {
    border-bottom: 1px dotted #666;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}
.entry .kome {
    color: red;
    font-size: 0.9em;
    text-align: center;
}
.entry p {
    color: #666;
    font-size: 0.9em;
    padding: 5px 15px;
}
.entry ul {
    margin: 15px 0 15px 20px;
    width: 90%;
}
.entry ul li {
    color: #666;
    font-size: 0.9em;
    line-height: 24px;
    list-style-type: disc;
}


