@charset "utf-8";

.ttl-type01{
	padding: 15px 15px;
	border-radius: 5px 5px 5px 5px;
	background: #5DC1CF;
	font-size: 122%;
	font-weight: bold;
	color:white;
}

.ttl-type01{
	margin: 15px 0;
}

.ttl-type01{
	margin: 0;
}

.ttl-type01{
	position: relative;
	margin: 0 -16px 20px;
}

.ttl-type01{
	margin: 0;
	padding: 6px 5px;
}

.ttl-type01 .star{
	color: #FFCC33;
	margin: 0 5px;
}

.sec-review{
	position:relative;
	padding:0;
}
.sec-review .ttl-type01{
	margin: 0;
	padding: 9px 30px;
}
.sec-review .action-btn {
	position: absolute;
	top: 2px;
	right: 0;
	/*z-index: 100;*/
}

/* .sec-cmn
-----------------------------------------------------------------*/
.sec-cmn{
	margin: 40px 0;
	padding: 0;
}

.sec-cmn .ttl-type01{
	position: relative;
	margin: 0 0px 20px;
}

/*--------------------------------------------------------------------------
	Parts .box ボックス
--------------------------------------------------------------------------*/

/* box-item アイテムボックス
-----------------------------------------------------------------*/
.box-item-cmn{
	padding-bottom: 25px;
	text-align:left;
}

.box-item-cmn h3{
	margin-bottom: 25px;
}

.box-item-cmn p.img{
	float: left;
	padding-right: 20px;
}
.box-item-cmn p.img img{
	border: 1px solid #ccc;
}
.box-item-cmn dl{
	overflow: hidden;
	word-wrap:break-word;
	margin-bottom: 1em;
}
.box-item-cmn dt{
	font-weight: bold;
}
.box-item-cmn dt a{
	font-weight: normal;
}
.box-item-cmn dd.price{
	padding-top: 3px;
	font-weight: bold;
}
.box-item-cmn dd.price span{
	font-size: 125%;
}
.box-item-cmn dd.txt{
	font-size: 84%;
}

.box-item-cmn .txt{
	clear: both;
	padding: 10px 0 0;
}

/*--------------------------------------------------------------------------
	.sec01 ユーザーレビュー
--------------------------------------------------------------------------*/
.sec01{
	float: left;
	width: 675px;
	padding-bottom:0;
}
.sec01 #ReviewList{
	margin:0 -16px;
	padding:0 0 20px;
	height: auto;
	overflow:auto;
}
.sec01 .list{
	margin: 40px 10px 0;
	padding:15px 15px 0;
	border-top:1px solid #D4D4D4;
}
.sec01 .list:first-child,
.sec01 .list.top{
	margin:0 10px 0;
	padding:0 15px 0;
	border-top:0;
}
.sec01 .list .box-item-cmn{
	padding:0;
}
.sec01 .list .box-item-cmn a:hover img{
	opacity:0.7;
}
.sec01 .list dl{
	margin:3px 0 0;
}
.sec01 .list dl dt{
	line-height:19px;
}
.sec01 .list dl dd{
	font-size:86%;
}
.sec01 .list dl dd.name{
	margin:3px 0;
	font-weight:bold;
}
.sec01 .list .valuation dl{
	margin:8px 0 0px;
}
.sec01 .list .valuation dl.stars{
	float:left;
}
.sec01 .list .valuation dl.helpful{
	float:right;
	font-size:93%;
}
.sec01 .list .valuation dt,
.sec01 .list .valuation dd{
	display:inline-block;
	vertical-align: text-bottom;
}
.sec01 .list .valuation dd{
	margin:0 0 0 2px;
}
.sec01 .list .valuation dl.helpful dd{
	color:#D92117;
	font-weight:bold;
	vertical-align: baseline;
}
.sec01 .list .valuation dl.helpful dd span{
	font-size:142%;
}

.sec01 .list:last-child{
	border-bottom:1px solid #D4D4D4;
	padding:15px 15px 40px;
}
