html, body {
	font-size: 12px;
	color: #454545;
	background-color: #000000;
	background-image: url(../img/0bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#section01 {
	clear: both;
	height: 400px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#section01 #s1left {
	display: inline;
	float: left;
	height: 368px;
	width: 172px;
	background-image: url(../img/index/s1-left.jpg);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#section01 #s1left #s1lcar01 {
	height: 158px;
	width: 152px;
	margin-bottom: 2px;
	overflow: hidden;
	text-align: center;
	background-image: url(../img/index/s1car_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#section01 #s1left #s1lcar02 {
	height: 158px;
	width: 152px;
	overflow: hidden;
	text-align: center;
	background-image: url(../img/index/s1car_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#section01 #s1left .s1carpix {
	clear: both;
	height: 90px;
	width: 120px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#section01 #s1left h2 {
	font-size: 8pt;
	color: #FFF;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#section01 #s1left p {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	color: #FFF;
}
#section01 #s1left p .s1lpri01 {
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
}
#section01 #s1left p .s1lpri02 {
	font-size: 20px;
	color: #FFCC00;
	font-weight: bold;
}
#section01 #s1left-sp {
	display: inline;
	float: left;
	height: 400px;
	width: 180px;
}
#section01 #s1left-sp #s1lcar01 {
	height: 170px;
	width: 174px;
	background-image: url(../img/index/s1-left-sp_01.jpg);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#section01 #s1left-sp #s1lcar02 {
	height: 170px;
	width: 174px;
	background-image: url(../img/index/s1-left-sp_02.jpg);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#section01 #s1center {
	display: inline;
	float: left;
	height: 400px;
	width: 640px;
}
#section01 #s1right {
	display: inline;
	float: right;
	height: 370px;
	width: 174px;
	padding-top: 27px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(../img/index/s1-right.jpg);
	background-repeat: no-repeat;
}
#section01 #s1center #slides {
	clear: both;
	height: 400px;
	width: 640px;
	z-index: 100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 640px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width: 640px;
	height: 400px;
	display: block;
}
.slides_container a img {
	display: block;
}
/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position: absolute;
	top: 107px;
	left: -39px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}
#slides .next {
	left: 585px;
}
/*
	Pagination
*/

.pagination {
	width: 140px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}
#section02 {
	clear: both;
	height: auto;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5B5E65;
	border-bottom-color: #5B5E65;
	border-left-color: #5B5E65;
}
#section02 #s2left {
	display: inline;
	float: left;
	height: auto;
	width: 207px;
	margin-right: 20px;
}
#section02 #s2center {
	display: inline;
	float: left;
	height: auto;
	width: 500px;
	margin-right: 20px;
}
#section02 #s2right {
	display: inline;
	float: right;
	height: auto;
	width: 207px;
}
#socialbm {
	clear: both;
	height: 82px;
	width: 187px;
	margin-bottom: 15px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../img/index/bg-socialbookmark.png);
	background-repeat: no-repeat;
}
.wbline01 {
	clear: both;
	height: auto;
	width: 478px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.wbline02 {
	clear: both;
	height: auto;
	width: 478px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.wbline03 {
	clear: both;
	height: auto;
	width: 238px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.wbline04 {
	clear: both;
	height: auto;
	width: 210px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
}
.box260-l {
	display: inline;
	float: left;
	width: 260px;
}
.box220-r {
	display: inline;
	float: right;
	width: 220px;
}
.bm-2cb {
	margin-bottom: 2px;
}
#addressmm {
	clear: both;
	height: auto;
	width: 478px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #595C65;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	margin-bottom: 20px;
}
.facebox {
	clear: both;
	width: 498px;
	height: 450px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #595C65;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	margin-bottom: 20px;
}
#addressmm h2 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #333;
}
#addressmm p {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#addressmm .adrm01 {
	clear: both;
	width: 468px;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#addressmm .adrm02 {
	clear: both;
	width: 468px;
	padding-right: 5px;
	padding-left: 5px;
}
#blogboxs {
	clear: both;
	height: auto;
	width: 185px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #595C65;
	border-bottom-color: #595C65;
	border-left-color: #595C65;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#blogboxs ul {
	margin: 0px;
	padding: 0px;
}
#blogboxs li {
	font-size: 8pt;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#blogboxs a {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 12px;
	color: #039;
	text-decoration: none;
}
#blogboxs a:hover {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 12px;
	text-decoration: underline;
}
#blogboxs p {
	font-size: 8pt;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#blogboxs .blogttma {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
html.stock-xml {
	background-color: #000000;
	background-image: none;
}
body.stock-xml {
	background-color: #000000;
	background-image: none;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}
#stocklist {
	width: 154px;
	height: 160px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#stocklist a img {
	border: none;
	margin: 0px;
}
#stocklist h2 {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#stocklist h3 {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#stocklist p {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: right;
}
#stocklist p.cup {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#stocklist .pricetag {
	font-size: 10px;
	font-weight: normal;
}
.skype {
	height: 40px;
	width: 185px;
	border: 1px solid #CCC;
	padding: 10px;
}
#stock-feed {
	width: 207px;
	padding: 0px;
	margin: 0px
}
#stock-feed .feed-body {
	width: 187px;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	background: #45484d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 ); /* IE6-8 */
}
#stock-feed .stock-img {
	width: 187px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#stock-feed .stock-img img {
	height: auto;
	width: 187px;
	margin: 0px;
}
#stock-feed h2, #stock-feed h3 {
	font-size: 10px;
	line-height: 1.4em;
	color: #fff;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#stock-feed p {
	font-size: 12px;
	line-height: 1.4em;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#stock-feed .pricetag {
	font-size: 10px;
	font-weight: normal;
}
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
	overflow: hidden;
}



/*車両入荷情報*/


.wbline01 ul.top-recommend{
    width:478px;
	margin:10px 0;
	padding:0;
}
.wbline01 ul.top-recommend li {
	box-sizing: border-box;
    display:block;	
    width:150px;
    border:1px solid #ccc ;
	margin:0 14px 0 0;
	float:left;
	padding:5px;
}

.wbline01 ul.top-recommend li:last-child {
	margin-right:0;
}



.wbline01 ul.top-recommend li a{
 	text-decoration: none;
	}

/*画像*/
.wbline01 ul.top-recommend li img{
	width:100%;
	margin-bottom:5px;
	}

/*メーカー*/
.wbline01 ul.top-recommend li .stncc h2{
	margin-bottom:5px;	
	font-size:12px;
	color:#333;	
	}
/*車種*/
.wbline01 ul.top-recommend li .stncc h3{
	margin-bottom:8px;	
	font-size:14px;
	color:#333;	
	}
/*グレード*/	
.wbline01 ul.top-recommend li .stncc h4{
	margin-bottom:10px;	
	font-size:8px;
	color:#333;	
	}	
/*年式・走行*/	
.wbline01 ul.top-recommend li .stncc p{
	font-size:10px;
	line-height: 100%;	
	margin-bottom:5px;
	color:#333;
	}		

/*アイコン*/
.wbline01 ul.top-recommend li .stncc .stock-icon{
	float: left;
    height: 33px;
    margin-top: 10px;
    width: 33px;
	}		
	
/*価格*/	
.wbline01 ul.top-recommend li .stncc .p_price{
    color: #cc0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
	}
	
/*価格単位*/	
.wbline01 ul.top-recommend li .stncc .p_price .pricetag{
	font-size:12px;
	}