﻿@charset "utf-8";

/*contents
******************/
.contents h3 {
	background:url(../common/img/titlebg_01.png) left repeat-x;
	height:36px;
	color:#FFFFFF;
	padding-top:8px;
	padding-left:10px;
	font-size: 1.6rem;
	-moz-box-shadow:
		0px 2px 2px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 2px 2px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 2px 2px rgba(000,000,000,0.3),
		inset 0px 0px 2px rgba(255,255,255,1);
}

.contents .btn-post {
	font-size: 1.5rem;
	margin:0 40px;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#c3ac43 0%,
		#8f7611);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c3ac43),
		to(#8f7611));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #aaaaaa;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 2px rgba(255,255,255,1);
}

.contents .btn-post a {
	display:block;
	padding:10px 0;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow: 0 -1px 1px #666666;
}

#u-box {
}

#u-box .user-box {
	padding:20px;
	background-color:#FFFFFF;
	border-bottom:#cccccc 1px solid;
}

#u-box .box-t {
	position:relative;
}

#u-box .box-t .phot {
	padding-right:10px;
}

#u-box .box-t .name {
	font-size: 1.4rem;
	line-height:1;
}

#u-box .box-t .satisfy {
	font-size: 1.2rem;
	line-height:1;
}

#u-box .box-t .point {
	font-size: 2.0rem;
	line-height:1;
}

#u-box h4 {
	font-size: 1.5rem;
	text-shadow: 1px 1px 1px rgba(4,4,4,.5);
	line-height:1.4;
	margin-bottom:20px;
}

#u-box .box-b, #u-box .date {
	font-size: 1.2rem;
}

#u-box .review-txt {
	font-size: 1.4rem;
}

#u-box .box-b {
	position:relative;
	margin-top:15px;
	margin-bottom:5px;
}

#u-box .box-b .phot {
	padding-right:10px;
}

#u-box .box-b .shop {
	font-size: 1.4rem;
	line-height:1;
	color:#50769b;
}

#u-box .box-b .name {
	font-size: 1.2rem;
	line-height:1.6;
	color:#50769b;
}

#u-box .date2 {
	font-size: 1.1rem;
	color:#50769b;
	line-height:1;
}

#u-box .fukidashi {
	position: relative;
	background: #e5edf6;
	padding:10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color:#50769b;
	font-size: 1.4rem;
	margin-bottom:5px;
}

#u-box .fukidashi:after, #u-box .fukidashi:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#u-box .fukidashi:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #e5edf6;
	border-width: 10px;
	left: 7%;
	margin-left: -10px;
}

#u-box .fukidashi:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #cccccc;
	border-width: 11px;
	left: 7%;
	margin-left: -11px;
}




















/*
車画像BOX
*************************/

.carImgBox {
	position:relative;
	margin-bottom:20px;
}
.picupTxt {
	color:#003264;
	font-size:1.8em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin:0 10px;
}
.picupImg {
	overflow:hidden;
	text-align:center;
}
.picupBnr {
	border:solid 1px #ccc;
	border-radius:3px;
	overflow:hidden;
	margin:0 10px;
}

.picupImg  img ,
.picupBnr  img {
	width:100%;
}


/* ---------------- */


.carDetailSpecial p {
	margin: 0 20px;
	font-size: 1.2em;
}












/*
事例BOX
*************************/


.leadtxt {
	font-size:1.3em;
	margin:0 10px 10px;
}

.cardata {
	font-size:1.3em;
	margin:10px;
}
#u-box .cardata h4 {
	line-height:1;
	color: #003264;
	margin-bottom:10px;
}
h5 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	margin-bottom:20px;
	color: #003264;
}
.dataBox {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}
.cardata em {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	color: #003264;
	font-style:normal;
}




.case-box {
	margin:20px 10px 20px;
	clear:both;
	overflow:hidden;
	position:relative;
}
.case-box .carthumb {
	background:#000000;
	overflow:hidden;
	margin-bottom:10px;
	line-height:1;
}
.case-box .carthumb img {
	width:100%;
}
.case-box div {
}
.case-box div table {
	width:100%;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-radius:3px;
	font-size:1.3em;
	background:#fff;
}
.case-box div table th {
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	text-align:left;
	font-weight:bold;
	padding:1px 5px;
}
.case-box div table td {
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	padding:0 0 0 10px;
}

.case-box div table .twoline {
	font-size:1.3em;
}

.case-box div table .priceBox {
	text-align:right;
	padding:10px;
}
.case-box div table td .price {
	font-size:3.0em;
	color:#ed0f3e;
	font-weight:bold;
	line-height:1;
}
.case-box div table td .yen {
	font-size:2.4em;
	color:#ed0f3e;
	font-weight:bold;
	line-height:1;
}
.case-box p {
	border:solid 1px #ccc;
	min-height:60px;
	padding:9px;
	line-height:1.5;
	background:#fff;
	clear:both;
	width:90%;
	width:calc(100% - 20px);
	font-size:1.2em;
}























.none {
	display:none;
}








.pager {
	position:relative;
	overflow: hidden;
	margin-bottom:20px;
	background:#eeeeee;
}

.pager ul {
	position:relative;
	left:50%;
	float:left;
}

.pager li {
	position:relative;
	background:#FFF;
	left:-50%;
	float:left;
	margin-right:15px;
	border:#cccccc 1px solid;
	text-align:center;
	font-size: 1.2rem;
	padding-top:5px;
	width:30px;
	height:25px;
	color:#999999;
	text-decoration:none;
}

.pager li a {
	display:block;
	width:30px;
	height:25px;
	color:#50769b;
	text-decoration:none;
}

.pager li:last-child {
	margin-right:0;
}
