@charset "UTF-8";

/* 車両販売 */
/** ヘッダ **/
#hd_autosale {
	background-image: url(../img/hd_autosale.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 0px;
	height: 35px;
	width: 620px;
	text-indent: -9999px;
}

/* 車両販売・買取 */
/** ヘッダ **/
#hd_buysale {
	background-image: url(../img/hd_buysale.gif);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 0px;
	height: 35px;
	width: 620px;
	text-indent: -9999px;
}

/** 車両販売リストテーブル **/
#tbl_autolist {
	margin: 10px 0px 10px 1px;
	padding: 0px;
	width: 618px;
	border: 1px solid #999999;
	border-collapse: collapse;
}
#tbl_autolist th {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 4px;
	border: 1px solid #999999;
	font-weight: normal;
	text-align: center;
}
#tbl_autolist td {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding: 3px;
	border: 1px solid #999999;
}

/** 新車販売アイキャッチ **/
#tbl_newcar {
	margin: 0px auto 15px auto;
	padding: 0px;
	height: auto;
	width: 618px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 12px;
}
	#tbl_newcar td {
		padding: 5px;
		border: 1px solid #CCCCCC;
	}
		#tbl_newcar td p {
			margin: 5px;
			padding: 0px;
		}
.tbl_hd_newcar {
	color: #FFFFFF;
	background-color: #A02828;
	padding: 5px;
}

/** 新車販売リスト **/
#tbl_newcar_list {
	margin: 5px auto 15px auto;
	padding: 0px;
	height: auto;
	width: 618px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 12px;
}
	#tbl_newcar_list td {
		padding: 5px;
		border: 1px solid #CCCCCC;
	}
		#tbl_newcar_list td p {
	margin: 5px 0px;
	padding: 0px;
		}
.tbl_hd_list {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 10px;
}
.tbl_hd_list th {
	padding: 5px;
	font-weight: normal;
}
#tbl_newcar_list .tbl_photo {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#tbl_newcar_list .tbl_photo img {
	margin: 2px;
	padding: 0px;
	border: 1px solid #666666;
}
#txtbox_ucar {
	margin: auto;
	padding: 10px;
	height: auto;
	width: 500px;
	border: 1px solid #990000;
	clear: both;
}
#txtbox_ucar p {
	margin: 10px 5px 5px 5px;
	padding: 0px;
	font-size: 12px;
}

/* 販売・買取ボタン */
#btn_bs {
	padding: 0px;
	clear: both;
	height: 80px;
	width: 620px;
	margin: 10px 0px;
	display: block;
	list-style: none;
	text-indent: -9999px;
}
#btn_bs li{
	float: left;
	height: 80px;
	width: 202px;
	display: block;
}
	#btn_bs li a{
		display: block;
		height: 80px;
		width: 202px;
		background-position: 0px 0px;
	}
		#btn_bs li a:hover {
			background-position: 0px -80px;
		}

#btn_bs #btn_buy {
	margin-right: 6px;
}
	#btn_bs #btn_buy a {
		background-image: url(../img/btn_bs_buy.png);
	}
#btn_bs #btn_used {
	margin-right: 6px;
}
	#btn_bs #btn_used a {
		background-image: url(../img/btn_bs_used.png);
	}
#btn_bs #btn_new {
	margin-right: 0px;
}
	#btn_bs #btn_new a {
		background-image: url(../img/btn_bs_new.png);
	}
.txtbox_bs {
	clear: both;
	height: auto;
	width: 620px;
	margin:10px auto;
	padding: 0;
	overflow: auto;
}
.txtbox_bs h4 {
	padding: 10px 0px 10px 0px;
	margin: 0px
}
.txtbox_bs h5 {
	padding: 10px 0px 10px 0px;
	margin: 0px
}
.txtbox_bs p {
	font-size: 12px;
	color: #333333;
	padding: 7px;
	margin: 0px;
	line-height: 1.4em;
	text-align: justify;
}
.txtbox_bs .txbox_bs_L {
	float: left;
	height: auto;
	width: 304px;
}
.txtbox_bs .txbox_bs_R {
	float: right;
	height: auto;
	width: 304px;
}


/* 査定フォームを開くボタン */
#accept {
	font-size: 12px;
	margin: 20px auto 0 auto;
	padding: 14px;
	text-align: center;
}
#accept a {
	padding: 10px;
	color: #FFF0F0;
	border-top: 2px solid #EE0000;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	border-left: 2px solid #EE0000;
	background: #BB0000;
	text-decoration:none;
	font-weight: bold;
}
#accept a:hover {
	text-decoration:underline;
	background: #DD0000;
}
#accept a:active {
	color: #990000;
	border-top: 2px solid #990000;
	border-right: 2px solid #EE0000;
	border-bottom: 2px solid #EE0000;
	border-left: 2px solid #990000;
	background: #FFF0F0;
}
.btn_usedstock a {
	background-image: url(../img/btn_usedstock.png);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 304px;
	text-indent: -9999px;
}
	.btn_usedstock a:hover {
		background-position: 0 -60px;
	}
