@charset "EUC-JP";

/*  #contents #main
---------------------------------------------------------- */
/*-- detailInfo --*/
#resultArea{
	position: relative;
	margin-bottom: 20px;
}

#main #resultArea .detailInfo{
	border-bottom: 1px solid #CCCCCC;
	left: -1px;
	position: absolute;
	top: 10px;
	width: 960px;
	z-index: 10;
}

#main .box_result .change{
	margin-bottom: 0;
}

#main .box_result .change .display ul{
	width: 101px;
	background: url(../img/bg_result_link.gif) no-repeat 0 0 !important;
}

#main .box_result .change .display ul li a{
	width: 50px;
}

#main .box_result .change .display dt{
	width: 38px;
}

#main #resultArea .detailInfo h2.tit em{
	padding-left: 10px;
}

#main #resultArea .detailInfo .box_roundWhite{
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 10px;
}

#main #resultArea .detailInfo div.all{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

#main #resultArea .detailInfo div.all em.tit{
	font-weight: bold;
	margin: 0 5px 0 0;
}

#main #resultArea .detailInfo ul li{
	float: left;
	width: 215px;
	padding: 3px 5px 3px 10px;
	border-left: 1px solid #e5e5e5;
}

#main #resultArea .detailInfo ul li:first-child{
	width: 220px;
	padding-left: 0;
	border: none;
}

#main #resultArea .detailInfo ul li em.tit{
	display: block;
	font-weight: bold;
}

#main #resultArea .detailInfo ul li span img{
	margin-top: 3px;
}

/* common */
#main #resultArea .detailInfo span{
	margin: 0 10px 0 0;
}

#main #resultArea .detailInfo em.point,
#main #resultArea .box_review em.point{
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 117%;
	color: #ff0000;
}

/*-- box_review --*/
#main .box_review .box_roundWhite{
	background: #ffffff;
	margin: 5px 0 7px 0;
	padding: 10px 10px 0 10px;
}

#main .box_review .box_roundWhite .list{
	border-top: 1px dotted #999999;
	padding-bottom: 10px;
	padding-top: 10px;
}

#main .box_review .box_roundWhite .list:first-child{
	padding-top: 0;
	border: none;
}

/* txt */
#main .box_review .box_roundWhite .list .txt{
	float: left;
	width: 300px;
}

#main .box_review .box_roundWhite .list .txt .tit{
	display: block;
	margin: 0 0 7px 0;
	font-weight: bold;
}

#main .box_review .box_roundWhite .list .txt .user{
	margin: 0 0 10px 0;
}

#main .box_review .box_roundWhite .list .txt .user img{
	float: left;
	width: 40px;
	height: 40px;
}

#main .box_review .box_roundWhite .list .txt .user p{
	padding: 0 0 0 50px;
}

#main .box_review .box_roundWhite .list .txt .all{
	margin: 0 0 10px 0;
}

#main .box_review .box_roundWhite .list .txt .all span{
	margin: 0 5px 0 5px;
}

#main .box_review .box_roundWhite .list .txt table span{
	margin: 0 0 0 5px;
	font-size: 84%;
}

/* message */
#main .box_review .list .message{
	float: right;
	width: 610px;
}

#main .box_review .list .message .shop{
	margin: 0 0 10px 0;
}

#main .box_review .list .message .shop .img{
	background: url(../../common_v2/img/bg_box_balloon_gray.gif) no-repeat 100% 0;
}

#main .box_review .list .message .shop .img img{
	width: 120px;
	height: 90px;
}

#main .box_review .list .message .user .img{
	background: url(../../common_v2/img/bg_box_balloon_orange.gif) no-repeat 100% 0;
}

#main .box_review .list .message .img,
#main .box_review .list .message .box_roundGrayNormal,
#main .box_review .list .message .box_roundOrange{
	float: left;
	width: 130px;
}

#main .box_review .list .message .box_roundGrayNormal,
#main .box_review .list .message .box_roundOrange{
	margin-bottom: 0;
	padding: 10px;
	width: 460px;
	word-wrap: break-word;
}

#main .box_review .list .message .user p.img{
	position: relative;
	padding: 0 0 0 35px;
	width: 95px;
	color: #ff6600;
}

#main .box_review .list .message .user img{
	position: absolute;
	top: 0;
	left: 0;
}

#main .box_review .list .message .box_roundOrange ul{
	overflow: hidden;
	margin-bottom: 5px;
}

#main .box_review .list .message .box_roundOrange li{
	float: left;
	padding: 0 10px 0 10px;
}

#main .box_review .list .message .box_roundOrange li.shopName{
	padding-left: 0;
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
}

#main .box_review .list .message .box_roundOrange p{
	clear: both;
}

/*-- common --*/
#main .box_review .box_roundWhite .list .txt .all span img,
#main .box_review .box_roundWhite .list .txt table img{
	margin-top: 2px;
}

#main .box_review .list .message .txt_more,
#main .box_review .list .message .link_close{
	display: none;
}

/*-- ANG_PRJ-869 131211 kobashigawa --*/
.postBtn {
	float: right;
	width: 170px;
}

.postBtn a {
	display: block;
	background: url(../img/post_btn.jpg) no-repeat scroll 0 0;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 0 5px 37px;
	height: 18px;
	text-decoration: none;
}

.flft {
	float: left;
	white-space: nowrap;
}

* html .flft {
	display: inline;
}

.pt05 {
	padding-top: 5px;
}

#main #resultArea form {
	zoom: 1;
}

/* .shop_boxWrap */
.shop_boxWrap {
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.evaluation_wrap {
	background-color: #FFF;
	margin-bottom: 10px;
	position: relative;
}

.evaluation_wrap .spreadLink {
	display: block;
	color: #333;
	padding-top: 15px;
	padding-bottom: 20px;
}

.evaluation_wrapTop {
	margin-top: 15px;
}

.evaluation_wrap:last-child {
	margin-bottom: 0;
}

.evaluation_box {
	height: 120px;
}

.evaluation_box .comprehensive_evaluation {
    text-align: center;
    width: 140px;
    font-size: 14px;
    color: #DC0907;
    font-weight: bold;
	float: left;
	margin-top: 25px;
}

.evaluation_box .comprehensive_evaluation dd {
	font-size: 40px;
	margin-top: -10px;
	font-family: Helvetica;
}

.evaluation_box .detail dl {
	float: left;
	font-size: 14px;
	line-height: 1.5;
}

.evaluation_box .comment {
	width: 756px;
    padding-left: 20px;
    padding-right: 20px;
	border-left: 1px solid #dddddd;
}

.evaluation_box .comment .view {
    width: 100%;
    height: 42px;
    overflow: auto;
}

.evaluation_box .comment .view_txt {
	color: #1063A2;
}

.evaluation_box .comment .Store_comment {
	margin-top: 20px;
	font-size: 12px;
}

.evaluation_box .comment .Store_comment .headline{
	color: #FF7C00;
	font-weight: bold;
	margin-bottom: 6px;
}

.evaluation_box .comment .Store_comment .Store_commentDetail{
    overflow: hidden;
    height: 51px;
}

.evaluation_wrap .evaluation_topInner{
	font-size: 12px;
	padding: 5px 0 20px 20px;
}

.evaluation_wrap .purchase_user {
	float: left;
	color: #666666;
}

.evaluation_wrap .purchase_user span {
    font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.evaluation_wrap .post_date {
	text-align: right;
	margin-top: 3px;
	float: right;
	margin-right: 20px;
	color: #666666;
}

.storeReviews .previous {
    margin: 10px 0 20px 18px;
}

.storeReviews .previous a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	position: relative;
}

.storeReviews .previous a:hover {
	text-decoration: underline;
}

.storeReviews .previous a::before {
    position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
    left: -15px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    transform: rotate(225deg);
}

.storeReviews h2{
	font-size: 16px;
	font-weight: bold;
	margin: 70px 0 20px 0;
}

.storeReviews .stockView {
	margin: 10px 30px 50px 0;
	text-align: right;
}

.storeReviews .stockView a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
	position: relative;
}

.storeReviews .stockView a:hover {
	text-decoration: underline;
}

.storeReviews .stockView a::before {
    position: absolute;
    top: 6px;
    right: -15px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    transform: rotate(45deg);
}
/* /.shop_boxWrap */

/* .paging */
.paging .result {
	text-align: center;
	margin-bottom: 15px;
}

.paging .result .txt {
    font-size: 12px;
}

.paging .result .number {
    font-size: 14px;
	font-weight: bold;
	margin-right: 3px;
}

.paging .pager_wrap_glay {
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.paging .page_ctrl {
	font-size: 14px;
}

.paging .page_ctrl li {
    margin-left: 5px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: normal;
}

.paging .page_ctrl li > a {
    padding: 13px 15px 12px;
    display: block;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
	background-color: #fff;
	text-decoration: none;
	color: #333333;
	height: 40px;
	box-sizing: border-box;
}
.paging .page_ctrl li.next a {
    width: 40px;
}
.paging .page_ctrl li.prev a {
    width: 40px;
}

.paging .page_ctrl .cur {
    padding: 13px 15px 12px;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
	background-color: #F1F1F1;
	height: 40px;
	box-sizing: border-box;
}

.paging .page_ctrl .wide {
	padding: 9px 10px;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
	background-color: #FFF;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
}

.paging ul.page_ctrl{
    text-align: center;
}

.paging .next a {
	position: relative;
}

.paging .next a::before {
    position: absolute;
	top: 15px;
    right: 16px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #E00923;
    border-right: 1px solid #E00923;
    transform: rotate(45deg);
}

.paging .prev a {
	position: relative;
}

.paging .prev a::before {
    position: absolute;
	top: 15px;
    right: 13px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 1px solid #FF0000;
    border-right: 1px solid #FF0000;
    transform: rotate(225deg);
}
/* /.paging */

/* .storeInventory */
.storeInventory {
	padding: 9px 9px 9px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.storeInventory table {
	border-spacing: 9px 0px;
	margin-bottom: 10px;
}

.storeInventory table:last-child {
	margin-bottom: 0;
}

.storeInventory table td {
	background-color: #FFF;
	position: relative;
	width: 181px;
}

.storeInventory table td.spreadLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.storeInventory table td a {
	color: #333333;
    text-decoration: none;
}

.storeInventory table td dl {
	padding: 15px;
}

.storeInventory table img {
	width: 181px;
	height: 136px;
}

.storeInventory .carType {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 40px;
	word-break: break-all;
}

.storeInventory .basePrice {
	margin-top: -10px;
	text-align: right;
}

.storeInventory .basePrice span {
	font-size: 18px;
	color: #DC0907;
	font-weight: bold;
	margin: 0 3px 0 5px;
}

.evaluation_boxDetail .comprehensive_evaluation {
    text-align: center;
    width: 140px;
    font-size: 14px;
    color: #DC0907;
    font-weight: bold;
	float: left;
}

.evaluation_boxDetail .comprehensive_evaluation dd {
	font-size: 40px;
	margin-top: -10px;
	font-family: Helvetica;
}

.evaluation_boxDetail .evaluation {
	width: 375px;
	padding-left: 20px;
	float: left;
	border-left: 1px solid #dddddd;
	margin-top: 6px;
}

.evaluation_boxDetail .evaluation_top {
	margin-bottom: 5px;
}

.evaluation_boxDetail .evaluation dl dt {
	font-size: 12px;
	color: #666666;
	display: inline-block;
}

.evaluation_boxDetail .evaluation_left {
	width: 150px;
}

.evaluation_boxDetail .evaluation_right {
	width: 120px;
	margin-left: 40px;
}

.evaluation_boxDetail .evaluation dl dd {
	font-size: 16px;
	color: #DC0907;
	font-weight: bold;
	display: inline-block;
}

.evaluation_boxDetail .detail {
	margin-top: 15px;
	margin-bottom: 35px;
}

.evaluation_boxDetail .detail dl {
	float: left;
}

.evaluation_boxDetail .detail dl.detailImage {
    float: right;
}

.evaluation_boxDetail .detail img {
	width: 130px;
	height: 98px;
	margin-right: 20px;
	margin-top: -20px;
}

.evaluation_boxDetail .comment {
	padding: 0 20px 20px 20px;
	font-size: 14px;
	line-height: 1.5;
}

.evaluation_boxDetail .comment .Store_comment {
	margin-top: 20px;
	font-size: 12px;
}

.evaluation_boxDetail .comment .Store_comment .headline{
	color: #FF7C00;
	font-weight: bold;
	margin-bottom: 10px;
}
/* /.storeInventory */
