/* パンくず  **********************************************/
.pan{
	margin-bottom:10px;
	margin-left: 6px;
}

/* トップページ用 ******************************************/
#col_center .title_review {
	background: url("../images/parts/review_ttl.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

#col_center .title_review > p {
	color: #cc0000;
	font-size: 200%;
	height: 30px;
	border-bottom: 1px solid #cc0000;
	padding: 7px 0 6px 45px;
	margin-bottom: 20px;
}

#col_center .sub_title_review {
	color: #0082c2;
	font-size: 140%;
	margin-bottom: 10px;
}

.triangle-right:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid #3333cc;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.triangle-right2:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #ffffff;
	border-top: 5px solid transparent;
}

.review_category{
	margin-left:-10px;
}

.category {
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0 0 10px 10px;
	vertical-align: top;
	width: 47%;
	min-height: 200px;
	position:relative;
}

.category .cate_name {
	border-bottom:1px solid #2976c6;
	color: #2976c6;
	font-size: 120%;
	line-height: 1;
	margin: 0 10px;
	padding: 5px 0;
}

.category .cate_shohinname {
	font-size: 110%;
	padding: 5px 10px;
}

.category .cate_img {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
	width: 80px;
	height: 80px;
}

.category .cate_img .shohin {
	width: 100%;
	border: 1px solid #ccc;
}

.category ul {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	width: 68%;
	margin-bottom: 40px;
}

.category .cate_title {
	font-weight:bold;
	color: #222222;
	margin-top: 5px;
}

.category .cate_reg_dm {
	display: inline-block;
    vertical-align: top;
    width: 115px;
}

.category .cate_rating {
	display: inline-block;
    vertical-align: top;
    width: auto;
}

.category .cate_content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin:5px 0 0 2px;
    color: #222222;
}

.category .content_more{
	
}

.category .cate_content span {
	word-wrap:break-word;
}

.category .more {
	position:absolute;
	bottom:14px;
	right:19px;
}

/* メインページ用  ******************************************/
.not_review {
	background-color: #f6f6f6;
	padding: 90px 0;
	margin: auto;
}

.not_review p {
	text-align: center;
}

.not_review p span {
	font-weight: bold;
}

.paging {
    background-color: #f3f7f7;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 10px;
}

.bottom_paging {
    background-color: #fff;
    border-top: 3px solid #5f9cc6;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 10px;
}

.bottom_paging .bottom_selecter {
	font-weight: normal;
}

.paging .count {
	display: inline-block;
}

.paging .page{
	display: inline-block;
}

.paging .selecter {
	display: inline-block;
	float:right;
	clear:right;
}

.paging .sort {
	display: inline-block;
	font-weight:bold;
}

.paging .max {
	display: inline-block;
	font-weight:bold;
}

.paging select {
	border: none;
}

.content {
    background: none repeat scroll 0 0 #f6f6f6;
    margin-bottom: 10px;
    padding: 10px;
}

.content .item .cate_img {
	display: inline-block;
    padding-right: 10px;
    width: 100px;
}

.content .item .cate_img .shohin {
    width: 100px;
}

.content .item .detail {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top;
    width: 84%;
}

.content .item .detail .sale {
	 display: inline-block;
}

.content .item .detail .stock {
	 margin-bottom: 8px;
}

.content .item .detail .stock dd {
	color: #03689a;
    font-weight: bold;
}

.content .item .detail dl {
	margin-top: 5px;
}

.content .item .detail dt {
    color: #999;
    display: inline-block;
    font-weight: bold;
    margin-right: 1em;
}

.content .item .detail dd {
	display: inline-block;
	margin-right: 1em;
}

.content .item .detail .cart_btn {
	vertical-align: top;
}

.content .item .detail .btn img {
	height: 22px;
	width:124px;
	vertical-align: top;
}

.content .review {
   border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.content .review .cate_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 58%;
}

.content .review .cate_rating {
    display: inline-block;
    width: 13em;
}

.content .review .cate_reviewer {
    display: inline-block;
    padding-right:39px;
}

.content .review .cate_reg_dm {
    display: inline-block;
    width: 13em;
}

.content .review .cate_content {
    background: none repeat scroll 0 0 #fff;
    line-height: 1.5;
    margin-top: 10px;
    padding: 10px;
    word-wrap:break-word;
}

.content .line-through{
	text-decoration:line-through;
	color: #666;
}

.content .real_price {
	font-weight:bold;
	color:#d80000;"
}
/*参考ボタン表示画面
************************************/
.feed_review_top {
	padding-bottom:12px;
}
.feed_review_bottom {
	margin-bottom:-7px;
	padding-top:1px;
	height:22px;
	line-height:22px;
}
.feed_review_top,
.feed_review_bottom,
.review_rating,
.review_reg_dm,
.review_reviewer {
	font-size:85%;
	margin-left:-3px;
	color:#727272;
}
.review_attrVal {
	font-size:100%;
	margin-left:-3px;
	margin-top:5px;
	color:#727272;
	font-weight: bold;
}

.feed_review_bottom p{
	display:inline-block;
}
.feed_button {
    background-color: #c8c8c8;
    color: #fff;
    display: inline-block;
    height: 21px;
    line-height: 20px;
    margin-left: 12px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 60px;
    border-radius: 3px;
    font-size:120%;
}
.feed_button::before,
.feed_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.feed_button,
.feed_button::before,
.feed_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.feed_button:hover {
	background-color: #59b1eb;
	color:#fff;
	text-decoration: none;
}
#paging_container .review_list_area .review_reviewer {
    padding-top: 4px;
}
#paging_container .review_list_area .review_content {
    padding: 10px 8px 15px;
    word-wrap: break-word;
}

#paging_container .review_list_area .review_reply_title {
	color: #3333cc;
	font-size:15px;
	font-weight:bold;
}
#paging_container .review_list_area .review_reply_content {
	width:500px;
	word-wrap:break-word;
}
#paging_container .review_list_area .review_reply_margin {
	margin:5px 0 0 100px;
}
#paging_container .review_list_area .review_reply_no_margin {
	margin:5px 0 0 10px;
}

/*参考ボタンの完了画面
************************************/
.feedBack_center {
    background: none repeat scroll 0 0 #fafafa;
    line-height: 26px;
    padding: 103px;
    text-align: center;
}
.feed_button2 {
    background-color: #3f8bdc;
    border-radius: 4px;
    box-shadow: 0px 3px 0 #226ebf;
    color: #fff;
    display: inline-block;
    line-height: 42px;
    margin-top: 46px;
    padding: 0 24px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    transition: none 0s ease 0s ;
}
.feed_button2:hover {
    background-color: #4995e6;
    box-shadow: 0px 3px 0 #2f7bcc;
    color: white;
    text-decoration: none;
}
.feed_button2:active {
    box-shadow: none;
    top: 3px;
}
.review_customer_image p {
    border: 1px dashed #666666;
    color: #444444;
    display: inline-block;
    margin: 3px;
    padding: 33px 6px;
    vertical-align: top;
}
.clipArea {
	/*background: #efefef none repeat scroll 0 0;*/
	display: inline-block;
	margin: 0 3px;
	position: relative;
	vertical-align: top;
	width: 90px;
	height: 90px;
}
.clipArea img{
	clip: rect(11px 110px 95px 26px);
	clip: rect(11px, 110px, 95px, 26px);
	left: -23px;
	margin: 0 auto;
	position: absolute;
	top: -8px;
	width: 150%;
}
.clipArea img:hover {
	opacity: 0.6;
}