@charset "UTF-8";


/*トップページ
--------------------------------------------------- */
.topcontents{
	width:740px;
	margin-bottom:30px;
}
/*新着情 */
#news{
	float:left;
	width:430px;
}
.newsList{
	overflow:auto;
	font-size:11px;
	height:200px;
}
.newsList ul li{
	padding:5px 0 5px 14px;
	background:url(../img/arrow_gr3.gif) no-repeat  0 1em;
	border-bottom:1px dotted #ccc;
	line-height:1.4;
}
.newsList .detaup{
	color:#666;
	font-weight:bold;
}
/*中古買取の流れ*/
#twi_space{
	float:right;
	width:300px;
	background:url(../img/stepInfo_bg.jpg) top no-repeat;
}
#stepInfo_inner{
	width:298px;
	margin:0px 0px 0px 0px;
}
#stepInfo_inner .stepBox{
	_zoom: 1;
	overflow: hidden;
}
#stepInfo_inner .stepBox p{
	float:left;
	font-size:12px;
}
#stepInfo_inner .stepBox .next{
	padding:3px 0 0 50px;
}
#stepInfo_inner .stepBox .illust{
	float:right;
	width:60px;
	padding:0 0 5px 10px;
}
/*中古買取カテゴリ一覧*/
#topCtg{
	background-color:#F7F6E2;
	width:740px;
	padding-bottom:15px;
	margin-top:0px;
}
#topCtg .itemList{
	margin:0px 13px 3px 12px;
	width:740px;
	border-bottom:1px dotted #BBB;
}
.itemBox{
	float:left;
	width:150px;
	margin-right:20px;
}
.itemBox_last{
	float:left;
	width:150px;
}
.itemBox p ,.itemBox_last p{
	display:table-cell;
	vertical-align:middle;
	font-size:11px;
	line-height:1.2;
}
/* IE 6 */
* html .itemBox p{
	display:inline;
	zoom:1;
}
* html .itemBox_last p{
	display:inline;
	zoom:1;
}
/* IE 7 */
*:first-child+html .itemBox p{
	display:inline;
	zoom:1;
}
*:first-child+html .itemBox_last p{
	display:inline;
	zoom:1;
}