@charset "Shift_JIS";

/* メインエリア用 スタイルシート
-----------------------------------------*/

/* 車種名
-----------------------------------*/
#carname {
	padding: 10px 5px 5px 5px;
	border-bottom: dashed 1px #999999;
}
#carname h2{
	font-size: 125%;
}


/* コンテンツエリア
-----------------------------------*/
#content_bg_top { /* 背景（グレー）最上部 */
	clear: both;
	background-color: #f3f3f3;
	margin-top: 5px;
	padding: 10px;
}
.content_bg { /* 背景（グレー） */
	clear: both;
	background-color: #f3f3f3;
	margin-top: 2px;
	padding: 10px;
}
#content_bg_btm { /* 背景（グレー）最下部 */
	background: url("../img/content_bg_btm.gif") repeat-x 0% 100% #f3f3f3;
	margin-top: 2px;
	/*Mod by ryc 2011.06.28*/
        /*padding: 10px 10px 30px 10px;*/
        padding:8px;
}
.content_link {
	text-align: right;
	margin-top: 5px;
	margin-right: 1em;
}
.content_midashi {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content_midashi h2 {
	background: transparent url("/newcar/img/border_double.gif") repeat-x center 90%;
	padding-left: 5px;
	padding-bottom: 5px;
}
#discount_price_midashi {
	margin-top: 10px;
}

/* メイン画像
-----------------------------------*/
#main_img {
	width: 100%;
	text-align: center;
}
#main_img img {

}

/* クルマ外観
-----------------------------------*/
#car_appearance {
	text-align: left;
	float: left;
	padding-left: 10px;
}

/* スライドショー
-----------------------------------*/
#around_main_img {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
#btn_slide {
	float: left;
	width: 130px;
}
p#car_name {
	float: left;
	padding-left: 10px;
	padding-bottom: 1em;
	white-space: nowrap;
}
#estimate_btn_top {
	float: right;
	width: 160px;
}

/* 複数画像
-----------------------------------*/
#content_multi { 
	width: 570px;
	margin: 0px auto 20px;
	text-align: center;
}
.content_multi_wrapper {

}
#content_multi dl {
	float: left;
	text-align: center;
}
#content_multi dt {
	width: 100px;
	margin: 5px 12px 0px 0px;
	text-align: center;
}
#content_multi img {
	border: 1px solid  #CCCCCC;
}
#content_multi dd {
	text-align: center;
}
p#bg_white {
	background-color: #ffffff;
}

/* 価格情報
-----------------------------------*/

#content_price {
	width: 100%;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #ffffff;
	color: #333333;
}
#content_price .no_wrap {
	white-space: nowrap;
}
#content_discount {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
	background-color: #ffffff;
}
#content_discount p {
}
#content_discount p.item {
	margin-top: 10px;
	margin-left: 30px;
}
ul#content_price_graph {
	width: 331px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
ul#content_price_graph li {
	float: left;
	padding-right: 9px;
}
ul#content_price_graph li.end {
	float: left;
	padding-right: 0px;
}
#discount_scale {
	width: 351px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* トータルコスト
-----------------------------------*/
#content_total_cost {
	width: 99%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #333333;
	border: solid 1px #e1e1e1;
}
#content_total_cost p.midashi {
	padding: 10px 0;
	text-align: center;
	border-bottom: dashed 1px #cccccc;
	font-size: 100%;
	font-weight: bold;
}
#total_cost_d {
	margin-left: auto;
	margin-right: auto;
}
#total_cost_graph {
	margin-top: 15px;
	margin-left: 100px;
	width: 450px;
}
ul#total_cost_item {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
ul#total_cost_item li {
	margin-bottom: 8px;
	padding-left: 1.1em;
	text-align: left;
}
#content_total_cost p.link {
	clear: both;
	margin: 10px;
	text-align: right;
}

table .year_data {
  border-collapse: collapse;
  border: 1px solid #336699;
  margin: 1.5em auto;
  font-size: 0.8em;
}

th, td .year_data_i {
  padding: 0.3em 0.5em;
}
td .year_data_i {
  border-top: none;
  border-bottom: 1px solid #336699;
  border-left: 1px solid #336699;
  border-right: 1px solid #336699;
  text-align:right;
}
td .year_data_v {
  border-top: none;
  border-bottom: 1px solid #336699;
  border-left: 1px solid #336699;
  border-right: 1px solid #336699;
  text-align:center;
}
.tx-R {
	text-align:right
}
/* 基本スペック
-----------------------------------*/
.content_spec_table {
	width: 100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #333333;
}
.content_spec_table th, .content_spec_table td {
	font-weight: normal;
	padding: 5px 9px;
	border: solid 1px #b9b9b9;
}
.content_spec_table th {
	width: 40%;
}
/* クチコミ
-----------------------------------*/
#content_com_table {
	width: 100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #333333;
	border: solid 1px #c9c9c9;
}
#content_com_table th {
	font-weight: normal;
	padding: 5px 25px;
}
#content_com_table td {
        margin: 5px 5px 0px 5px;
}
#content_com_table .date {
	width: 1%;
	text-align: right;
	padding: 5px 9px;
	white-space: nowrap;
}
.icon_ask { /* 質問アイコン */
	background: url("/newcar/img/icon_ask.gif") no-repeat 5px 50%;
}
.icon_good { /* 良アイコン */
	background: url("/newcar/img/icon_good.gif") no-repeat 5px 50%;
}
.icon_bad { /* 悪アイコン */
	background: url("/newcar/img/icon_bad.gif") no-repeat 5px 50%;
}
.icon_etc { /* 他アイコン */
	background: url("/newcar/img/icon_etc.gif") no-repeat 5px 50%;
}

/* ブログ
-----------------------------------*/
#blog {
	background: transparent url("/newcar/img/border_double.gif") repeat-x 0 90%;
}
h2#blog_midashi {
	float: left;
	background: none;
}
#blog_form {
	float: right;
}
#blog_form .search_box {
	float: left;
	position: relative;
	bottom: 3px;
}
#blog_form .btn_search {
	float: left;
	padding-left: 10px;
	position: relative;
	bottom: 5px;
	right: 5px;
}
#content_com_table .icon_blog { /* ブログアイコン */
	background: url("/newcar/img/icon_blog.gif") no-repeat 5px 50%;
	width: 50%;
}
#content_com_table td.blogname {
	width: 49%;
	text-align: left;
}
#content_com_table .bg {
	background-color: #f7f7f7;
}

/* 最近チェックしたクルマ
-----------------------------------*/
table#rival_compare {
	width: 100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
table#rival_compare td {
	width: 25%;
	padding-top: 5px;
	text-align: center;
}
table#rival_compare td.check {
	text-align: center;
	padding-top: 5px;
}
table#rival_compare td.border_btm {
	padding-bottom: 10px;
	border-bottom: dotted 1px #999999;
}
.btn_add_compare {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #ffffff;
}


/* 新車の車種一覧
-----------------------------------*/
table.carlist td {
    line-height: 1.3;
        border-bottom: 1px solid #ccc;
        padding: 5px;
}

table.carlist td a{
    margin: 0 15px 0 0;
}

table.carlist td.bar{
        border-top: 1px solid #ccc;
        padding: 0;
}

table.carlist td.title{
        background: #f0f0f0;
        font-weight: bold;
}

