@charset "utf-8";

/*
===========================================================================
| 			pickupcar
===========================================================================
*/

/*----------------------------------------------------------------------
/			バックナンバー詳細
/----------------------------------------------------------------------*/

/*----------タイトル画像----------*/
/*
#main h1.titleSeparator{
	padding-bottom: 15px;
	background: url(/skins/cartime/images/common/bg_titleseparator.gif) repeat-x left bottom;
}
*/
#main div.dotline{
	padding-top: 15px;
	background: url(/skins/cartime/images/common/bg_titleseparator.gif) repeat-x left top;
}
/*----------左側----------*/
#main div.leftColumn{
	float: left;
	width: 448px;
	margin-right: 28px;
}

#main div.leftColumn span.name{
	color: #333333;
	font-weight: bold;
}

/*濃い茶*/
#main span.name1{
	color: #5a401b;
}

/*----------右側----------*/
#main div.rightColumn{
	float: left;
	width: 212px;
	font-size: 77%;
	line-height: 160%;
}

#main div.rightColumn a{
	color: #5a401b;
	text-decoration: none;
}

#main div.rightColumn a:hover{
	color: #ff8a00;
}

#main div.rightColumn a span{
	text-decoration: underline;
}

#main div.rightColumn img{
	margin-bottom: 5px;
}

#main div.rightColumn a img{
	border: solid 1px #efefef;
}

#main div.rightColumn a:hover img{
	border: solid 1px #ff8a00;
}

#main div.rightColumn p{
	margin: 0 0 18px;
}

#main h3{
	color: #7eacad;
	font-size: 105%;
}
/*----------スペック・カラー共通----------*/
#spec h3,
#color h3{
	margin: 5px 0;
}

/*----------スペック----------*/
#spec{
	float: left;
	width: 364px;
	margin-right: 18px;
	font-size: 77%;
}

#spec table{
	border-collapse: collapse;
}

#spec table th,
#spec table td{
	border: solid 1px #fff;
}

#spec table th{
	background-color: #a18b74;
	color: #fff;
	font-weight: normal;
}

#spec table td{
	background-color: #f7ece2;
}

/*----------カラー----------*/
#color{
	float: left;
	width: 304px;
}

#color .exterior{
	margin-bottom: 10px;
}

/*
===========================================================================
| 			pickupcar_window
===========================================================================
*/
#pickupcarWindow {
	width: 478px;
	margin: 0 auto 0 0;
	padding: 11px;
	text-align: left;
}

#pickupcarWindow div.title{
	position: relative;
	width: 478px;
	height: 21px;
	margin-bottom: 10px;
}

#pickupcarWindow div.title h1{
	margin: 0;
}

#close{
	position: absolute;
	top: 0;
	right: 0;
}

#pickupcarWindow div.detail{
	width: 478px;
	margin: 10px 0 0;
	background: url(/skins/cartime/images/pickupcar/bg_detail.gif) repeat-y center top;
}

#pickupcarWindow div.detail div.head{
	width: 478px;
	background: url(/skins/cartime/images/pickupcar/bg_detail_head.gif) no-repeat center top;
}

#pickupcarWindow div.detail div.foot{
	width: 438px;
	padding: 20px;
	background: url(/skins/cartime/images/pickupcar/bg_detail_foot.gif) no-repeat center bottom;
}