@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/

#proContents {
	width: 100%;
}
div#proContents ul, div#proContents li {
	list-style: none;
}
div#proContents a:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
}
div#proContents a:link {
	color: #0099FF;
}
div#proContents a:visited {
	color: #0099FF;
}
div#proContents a:hover {
	color: #ff6600;
}
div#proContents a:active {
	color: #ff6600;
}
img {
	vertical-align: bottom;
}
#contents {
	width: 100%;
	background: #f00;
	text-align: center;
}

#proContents .txt-left {
	width: 940px;
	margin: 0 auto;
	color: #000;
	font-size: 80%;
	text-align: left!important;
}
#proContents .txt-right {
	width: 940px;
	margin: 0 auto;
	color: #000;
	font-size: 80%;
	text-align: right!important;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.pt30{
	padding-top: 30px;
}

.wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

/*ロゴ*/

#proContents .title {
	width:100%;
	height: 50px;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	padding: 5px 0 ;
	border-top: 1px solid #CCCCCC;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;
}
div#page_top_wrap p {
	width: 960px;
}

/*メイン*/
#main{
	min-height: 750px;
	background: url(../images/bg_main.jpg) bottom center no-repeat;
	background-size: cover;
	position: relative;
}

#main .inner{
	padding-top: 50%;
}
#main h2{
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#main h2 img{
	width: auto;
	height: 100%;
}


/*nic*/
#nic {
	width: 980px;
	height: 560px;
	margin: 0 auto 100px;
	background: url(../images/bg_nic.jpg) top center no-repeat;
}


.column{
	background: linear-gradient(#f00, #fff080);
	padding: 0 0 60px;
}


/*特選車*/

#tokusensya,
#search-price {
	padding: 0 0 30px;
	position: relative;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255,255,255,0.5)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.5)),color-stop(.75, rgba(255,255,255,0.5)), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
#tokusensya h3 img,
#search-price h3 img{
	margin-top: -40px;
}
#tokusensya ul,
#search-price ul {
	width: 960px;
	margin: 20px auto 0;
	font-size: 0;
}
#tokusensya ul li,
#search-price ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}
#tokusensya ul li a,
#search-price ul li a {
	line-height: normal;
	display: block;
}

/*プレゼント*/
#present{
	background: url(../images/bg_present.png) center bottom no-repeat;
	background-size: cover;
	padding: 45px 0;
	margin-bottom: 100px;
}



/*コンバージョン*/

#conversion {
	width: 100%;
	margin: 0 auto;
	background: url("../images/bg_all.jpg") center center no-repeat;
	background-size: cover;
	border: 10px solid #f00;
	box-sizing: border-box;
}
#conversion p{
	padding: 45px 0;
}

/*店舗検索*/

#search-shops {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #dcdcdc), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #dcdcdc),color-stop(.75, #dcdcdc), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
	padding: 60px 0;
}

#search-shops ul {
	width: 960px;
	margin: 30px auto 0;
	font-size: 0;
	text-align: left;
}
#search-shops ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	margin: 0 15px 15px 0;
}
#search-shops ul li:nth-child(3n){
	margin-right: 0;
}
#search-shops ul li:nth-last-child(-n+3){
	margin-bottom: 0;
}

#search-shops ul li a {
	line-height: normal;
	display: block;
}