@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: サイト/ショップ別トップページ共有CSS                                       */
/* 作成日: 2009-3-12                                                                */
/* 最終更新日: 2009-4-22        　                                                  */
/* 作成者: 佐藤拓也         　                                                      */
/* 最終更新者: 鶴谷一弥                                                             */
/*                                                                                  */
/* ################################################################################ */

/* ================================================================================ */
/*                                                                                  */
/* ■目次                                                                           */
/*   1. キービジュアル                       　                                     */
/*   2. メインエリア                       　                                       */
/*   3. サイドバー                           　                                     */
/*                                                                                  */
/* ================================================================================ */


/* -------------------------------------------------------------------------------- */
/*      1. キービジュアル                                                           */
/* -------------------------------------------------------------------------------- */

div.container div.mainArea ul.keyVisual {
	margin-bottom: 10px;
}


/* -------------------------------------------------------------------------------- */
/*      2. メインエリア                                                             */
/* -------------------------------------------------------------------------------- */

/* カスタム車等 */

div.container div.mainArea div.customCar,
div.container div.mainArea div.usedCar {
	margin-bottom: 15px;
	border-bottom: solid 1px #CCCCCC;
	width: 680px;
	background-image: url(../images/top-main/main-column_custom-bg-rep.jpg);
	background-repeat: repeat-y;
}

/* 見出し */
div.container div.mainArea div.customCar div.heading,
div.container div.mainArea div.usedCar div.heading,
div.container div.mainArea div.news dl,
div.container div.mainArea div.shopInfo {
	display: inline-block;
	width: 680px;
}

div.container div.mainArea div.customCar div.heading:after,
div.container div.mainArea div.usedCar div.heading:after,
div.container div.mainArea div.customCar div.carList:after,
div.container div.mainArea div.news dl:after,
div.container div.mainArea div.shopInfo:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div.container div.mainArea div.customCar div.heading h2,
div.container div.mainArea div.usedCar div.heading h2 {
	display: inline;
	float: left;
	width: 603px;
}

div.container div.mainArea div.customCar div.heading ul,
div.container div.mainArea div.usedCar div.heading ul {
	float: left;
	width: 77px;
}


/* カスタム車 */
div.container div.mainArea div.customCar div.carList {
	padding-top: 5px;
	display: inline-block;
	width: 680px;
	background-image: url(../images/top-main/main-column_custom-bg-fix.png);
	background-repeat: no-repeat;
}

/* IE用ハック */
* html div.container div.mainArea div.customCar div.carList {
	padding-bottom: 15px;
}
*:first-child+html div.container div.mainArea div.customCar div.carList {
	padding-bottom: 15px;
}

div.container div.mainArea div.customCar div.carList dl {
	margin-bottom: 15px;
	margin-left: 15px;
	border: solid 1px #CCCCCC;
	display: inline;
	float: left;
	width: 148px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
	color: #333333;
	background-color: #FFFFFF;
}

div.container div.mainArea div.customCar div.carList p {
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 85%;
}

div.container div.mainArea div.customCar div.carList dl dt {
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
}

/* IE用サムネイル画像処理 */
*:first-child+html div.container div.mainArea div.customCar div.carList dl dt img {
	-ms-interpolation-mode: bicubic;
}
* div.container div.mainArea div.customCar div.carList dl dt img {
	-ms-interpolation-mode: bicubic;
}

div.container div.mainArea div.customCar div.carList dl dd ul li {
	padding: 0 5px 0;
	font-size: 80%;
	line-height: 1.3;
}

div.container div.mainArea div.customCar div.carList dl dd ul li a {
	color: #313131;
	background-color: inherit;
}

div.container div.mainArea div.customCar div.carList dl dd ul li a:hover {
	color: #CC3300;
	background-color: inherit;
}

div.container div.mainArea div.customCar div.carList dl dd ul li.shopName {
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 0 0 0 4px;
	border-left: solid 2px #414141;
	font-size: 10px;
}

div.container div.mainArea div.customCar div.carList dl dd ul li.button {
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: right;
}


/* 中古車 */
div.container div.mainArea div.usedCar div.carList {
	padding-top: 5px;
	display: inline-block;
	overflow: hidden;
	width: 680px;
	background-image: url(../images/top-main/main-column_used-bg-fix.png);
	background-repeat: no-repeat;
}

div.container div.mainArea div.usedCar div.carList p {
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 85%;
}

/* IE6ハック */
* html div.container div.mainArea div.usedCar div.carList {
	padding-bottom: 15px;
}
*:first-child+html div.container div.mainArea div.usedCar div.carList {
	padding-bottom: 15px;
}

/*div.container div.mainArea div.usedCar div.carList div.data {
	margin-left: 11px;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	display: inline;
	float: left;
	width: 320px;
	color: #333333;
	background-color: #FFFFFF;
}*/

div.container div.mainArea div.usedCar div.carList div.data {
	margin-right: -3px;
	margin-bottom: 10px;
	margin-left: 11px;
	border: solid 1px #CCCCCC;
	display: inline-block;
	display: -moz-inline-box; /* Firefox2用 */
	width: 320px;
	color: #333333;
	background-color: #FFFFFF;
}

/* Firefox2用*/
div.container div.mainArea div.usedCar div.carList div.data > div {
	display: block;
	width: 320px
}

div.container div.mainArea div.usedCar div.carList div.data div {
	height: auto !important;
	height: 95px;
	min-height: 95px;
}

/* IE用ハック */
* html div.container div.mainArea div.usedCar div.carList div.data {
	display: inline;
	zoom: 1;
}
*:first-child+html div.container div.mainArea div.usedCar div.carList div.data {
	display: inline;
	zoom: 1;
}

div.container div.mainArea div.usedCar div.carList div.data ul {
	position: relative;
	padding: 4px;
	float: left;
	width: 93px;
}

div.container div.mainArea div.usedCar div.carList div.data ul li.button {
	position: absolute;
	top: 47px;
	left: 170px;
}

/* IE用サムネイル画像処理 */
* div.container div.mainArea div.usedCar div.carList div.data ul li img {
	-ms-interpolation-mode: bicubic;
}

*:first-child+html div.container div.mainArea div.usedCar div.carList div.data ul li img {
	-ms-interpolation-mode: bicubic;
}

div.container div.mainArea div.usedCar div.carList div.data ul li.shopName {
	padding-top: 2px;
	height: 13px;
	color: #FFFFFF;
	background-image: url(../images/top-main/main-column_used-shopbg.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
}

div.container div.mainArea div.usedCar div.carList div.data dl {
	padding-top: 7px;
	float: left;
	width: 160px;
	font-size: 12px;
}

div.container div.mainArea div.usedCar div.carList div.data dl dt {
	margin-bottom: 4px;
}

div.container div.mainArea div.usedCar div.carList div.data dl dt a {
	color: #313131;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

div.container div.mainArea div.usedCar div.carList div.data dl dt a:hover {
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
}

div.container div.mainArea div.usedCar div.carList div.data dl ul {
	padding: 0;
	width: auto;
}

div.container div.mainArea div.usedCar div.carList div.data dl ul li {
	margin-bottom: 2px;
}

div.container div.mainArea div.usedCar div.carList div.data dl ul li em {
	color: #CC3300;
	background-color: inherit;
}

div.container div.mainArea div.usedCar div.carList div.data dl ul li.button {
}



/* お知らせ */

div.container div.mainArea div.news {
	margin-bottom: 15px;
	display: inline-block;
	width: 680px;
	background-image: url(../images/top-main/main-column_topix-bg.png);
	background-repeat: repeat-y;
	background-position: 0 33px;
}

div.container div.mainArea div.news dl {
	font-size: 80%;
}

div.container div.mainArea div.news p {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-size : 12px;
}

div.container div.mainArea div.news dl dt {
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 30px;
	clear: left;
	display: inline;
	float: left;
	width: 7em;
	font-size: 12px;
}

div.container div.mainArea div.news dl dd {
	padding-top: 4px;
	padding-bottom: 5px;
	display: inline;
	float: left;
	width: 550px;
	font-size: 12px;
}

/* IE用CSSハック */
* html div.container div.mainArea div.news dl dd {
	padding-top: 3px;
	padding-bottom: 7px;
}

*:first-child+html div.container div.mainArea div.news dl dd {
	padding-top: 3px;
	padding-bottom: 7px;
}

div.container div.mainArea div.news dl dd a {
	color: #313131;
	background-color: inherit;
	text-decoration: none;
}

div.container div.mainArea div.news dl dd a:hover {
	color: #FF6600;
	background-color: inherit;
	text-decoration: underline;
}

div.container div.mainArea div.news dl dd img {
	vertical-align: middle;
}

div.container div.mainArea div.news ul {
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 14px;
	clear: left;
	background-image: url(../images/top-main/main-column_topix-bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 660px;
}

div.container div.mainArea div.news ul li {
	text-align: right;
}


/* ショップ情報 */
div.container div.mainArea div.shopInfo {
	border-bottom: solid 1px #CCCCCC;
	width: 680px;
	background-image: url(../images/top-main/main-column_shop-bg-rep.gif);
	background-repeat: repeat-y;
	background-position: 0 36px;
	font-size: 10px;
}

div.container div.mainArea div.shopInfo div.shopList {
	background-image: url(../images/top-main/main-column_shop-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

div.container div.mainArea div.shopInfo div.shopList div {
	margin-right: 10px;
	margin-left: 9px;
	padding-bottom: 15px;
	display: inline-block;
	display: -moz-inline-box; /* firefox2用 */
	width: 313px;
}

div.container div.mainArea div.shopInfo div.shopList div dl.data {
	background-repeat: no-repeat;
	background-position: 0 30px;
}

div.container div.mainArea div.shopInfo div.shopList div > dl.data {
	display: block;
	width: 313px;
}

* html div.container div.mainArea div.shopInfo div.shopList div {
	vertical-align: top;
	display: inline;
	zoom: 1;
}

*:first-child+html div.container div.mainArea div.shopInfo div.shopList div {
	vertical-align: top;
	display: inline;
	zoom: 1;
}

div.container div.mainArea div.shopInfo div.shopList div dl.data dt {
	padding-bottom: 3px;
	border-bottom: solid 1px #666666;
}

div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.address,
div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.info,
div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.button {
	margin-left: 126px;
}

div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.address {
	margin-bottom: 5px;
	padding-top: 10px;
}

div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.info {
	margin-bottom: 5px;
	line-height: 1.3;
}

div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.button {
	margin-bottom: 10px;
}

div.container div.mainArea div.shopInfo div.shopList dl.data dd ul li.comment {
	padding-bottom: 20px;
	background-image: url(../images/top-main/main-column_shop-border-x.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 1.3;
}

div.container div.mainArea div.shopInfo div.shopList div dl.kashiwa {
	background-image: url(../images/top-main/main-column_shop-thumb-kashiwa.jpg);
}

div.container div.mainArea div.shopInfo div.shopList div dl.kawagoe {
	background-image: url(../images/top-main/main-column_shop-thumb-kawagoe.jpg);
}

div.container div.mainArea div.shopInfo div.shopList div dl.nakano {
	background-image: url(../images/top-main/main-column_shop-thumb-nakano.jpg);
}


div.container div.mainArea div.shopInfo div.shopList div dl.nishi {
	background-image: url(../images/top-main/main-column_shop-thumb-nishi.jpg);
}

div.container div.mainArea div.shopInfo div.shopList div dl.shibuya {
	background-image: url(../images/top-main/main-column_shop-thumb-shibuya.jpg);
}

div.container div.mainArea div.shopInfo div.shopList div dl.hdc {
	background-image: url(../images/top-main/main-column_shop-thumb-hdc.gif);
	background-position: 25px 30px;
}



div.container div.mainArea div.shopInfo div.shopList div dl.hdc dt {
	border: none;
	margin-bottom: 5px;
}

div.container div.mainArea div.shopInfo div.shopList div dl.hdc dd {
	padding-top: 1px;
	padding-left: 130px;
	line-height: 1.5;
}
