@charset "utf-8";
/* CSS Document */


.car_list {
	float: left;
	/*width: 811px;*/
	width: 1000px;
	margin-top: 30px;
	margin-left: 11px;
}
.car_list h3 {
	font-size: 19px;
	width: 811px;
	color: #80B41F;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #80B41F;
	text-indent: 5px;
	margin-bottom: 10px;
}
.car_list_details {
	text-align: center;
	float: left;
	/*width: 182px;*/
	height:250px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.car_list_details .picture {
	width: 145px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
}
.car_list_details p {
	display: block;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
table tbody tr td .car_price p {
	text-align: right;
	float: right;
}
.car_list_more {
	text-align: right;
	width: 811px;
	float: left;
	padding-top: 10px;
}


.car_list .car_list_details .state {
    font-weight: bold;
    color: #F00;
}
.car_list table {
    width: 100%;
}
.car_list .estimate {
    text-align: right;
}
.car_price {
    width: 100px;
}
.car_list a:link,a:visited{
	color: #333333;
	text-decoration: none;
}
.car_list a:hover,a:active{
	color: #000000;
	text-decoration: underline;
}


#estimate_contents {
	clear: both;
	float: left;
	width: 833px;
}
#estimate_contents h3 {
	font-size: 2.4em;
	color: #8EC220;
	font-weight: bold;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8EC220;
	margin-bottom: 10px;
}
.estimateLead {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
}
#estimate_contents_right {
	float: right;
	width: 310px;
}
.estimateNo {
	font-size: 1.3em;
}
#estimate_contents_right h4 {
	font-size: 1.6em;
	font-weight: bold;
}
#estimate_info {
	width: 100%;
	border: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.estimateSubTitle {
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: normal;
	display: block;
	background-color: #0D610C;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.estimateSubTitle2 {
	font-size: 1.8em;
	color: #0D610C;
	font-weight: bold;
}
#price_contents {
	float: left;
	width: 833px;
	margin-top: 10px;
}


.detail {
	width: 100%;
	margin-top: 10px;
}
#estimate_contents_right .detail tr td {
	font-size: 1.2em;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}



#estimate_info tr th {
	background-color: #333333;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #F0EEE2;
	border-bottom-color: #333;
	border-left-color: #333333;
	padding: 5px;
}
#estimate_info tr td {
	font-size: 1.3em;
	border: 1px solid #333;
	padding: 2px;
	vertical-align: middle;
}
.red_big {
	font-size: 1.6em;
	color: #F00;
	font-weight: bold;
}
#estimate_contens_left {
	float: left;
	width: 500px;
}

#estimate_showHide_btn {
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	border: 1px solid #333;     /* 枠線の装飾 */
	background-color: #99CC33;   /* 背景色 */
	cursor: pointer;                         /*カーソルの種類*/
	display: block;
	width: 800px;
	text-align: center;
	padding: 14px;
	font-size: 1.7em;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	font-weight: bold;
}
.period {
	width: 600px;
	font-size: 2em;
	margin-left: 100px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.font {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
}

#price_form {
	float: left;
	width: 833px;
	margin-top: 20px;
}
#price_form h4 {
	font-size: 2em;
	color: #80b41f;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #80b41f;
	font-weight: bold;
}
#estimate_contens_left ul li {
	float: left;
}
.page {
	float: left;
	width: 100%;
	padding-top: 20px;
	position: relative;
	clear: both;
	padding-bottom: 100px;
}
.car_list .page .back {
	position: absolute;
	left: 0px;
	top: 20px;
}.car_list .page .next {
	position: absolute;
	top: 20px;
	right: 189px;
}
.page .pager {
	position: absolute;
	left: 350px;
	top: 35px;
}
.estimate_total {
	float: left;
	width: 383px;
	padding: 10px;
	margin-bottom: 20px;
	border: 4px solid #80B41F;
}
.price_contact {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.price_contact td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4em;
	vertical-align: top;
}
.form_pp {
	height: 100px;
	width: 620px;
	overflow: scroll;
	background-color: #FFF;
	padding: 10px;
	font-size: 0.9em;
	margin-top: 10px;
}
.price_contact tr td .form_pp_contents .ppmark {
	background-color: #FFF;
	float: right;
	width: 180px;
	margin-left: 20px;
	font-size: 0.8em;
	color: #000;
	padding: 5px;
}
.form_pp_contents .ppmark img {
	float: left;
	margin-right: 10px;
}


.form_pp_contents {
	background-color: #f2f2f2;
	width: 642px;
	padding: 10px;
	text-align: left;
}



.estimate_total table {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 385px;
}

.ppText {
	float: left;
	list-style: decimal;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 1.3em;
	padding-right: 30px;
	line-height: 1.8;
	clear: both;
	margin-bottom: 20px;
}
.sign {
	display: block;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ppTextBold {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
}
h3.pptitle {
	color: #80B41F;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px dashed #80B41F;
	margin-bottom: 20px;
}

