@charset "utf-8";

.language {
	width: 200px;
	height: auto;
	float: left;
}
.language_j{
	width: 100px;
	height: auto;
	float: left;
}
.language_e{
	width: 100px;
	height: auto;
	float: left;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


#header-top:after{
	display: table;
	content: "";
	clear: both;
}

#header-img{
	height: 200px;
}
@media only screen and (min-width:651px){
	#header-img{
		height: 250px;
	}
}
@media only screen and (min-width:1001px) {
	#header-img{
	height: 350px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	}
}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メイン用　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */




/* ＝＝＝＝＝　メイン1段目　＝＝＝＝＝ */


@media only screen and (max-width:651px) {
#main_banner01{
	display: none;
}
#main_banner02{
	display: none;
}
#main_banner03{
	display: none;
}
}

@media only screen and (min-width:651px)  and (max-width:1000px){
#main_banner01{
	width: 31%;
	height: auto;
	float: left;
	background-color: #DDD;
	background-image: url(../images/tit_campaign.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-top: 6px solid #D90000;
}
#main_banner02{
	width: 31%;
	height: auto;
	float: left;
	background-color: #DDD;
	margin-left: 25px;
	background-image: url(../images/tit_rateoption.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-top: 6px solid #D90000;
}
#main_banner03{
	width: 31%;
	height: auto;
	background-color: #DDD;
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/tit_use.png);
	background-position: 20px 10px;
	border-top: 6px solid #D90000;
}
}

@media only screen and (min-width:1001px) {
#main_banner01{
	width: 240px;
	height: auto;
	float: left;
	background-color: #DDD;
	border-top: 6px solid #D90000;
	background-image: url(../images/tit_campaign.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#main_banner02{
	width: 240px;
	height: auto;
	margin-right: 30px;
	float: left;
	background-color: #DDD;
	margin-left: 30px;
	border-top: 6px solid #D90000;
	background-image: url(../images/tit_rateoption.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#main_banner03{
	width: 240px;
	height: auto;
	float: right;
	background-color: #DDD;
	border-top: 6px solid #D90000;
	background-repeat: no-repeat;
	background-image: url(../images/tit_use.png);
	background-position: 20px 10px;
}
}

.main_bannerph{
	margin-top: 57px;
	width: 100%;
}

.main_bannerph img{
	width: 100%;
	height: auto;
}

.main_bannertxt{
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	width: 90%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}




@media only screen and (max-width:480px) {
.main_banner_s{
	width: 267px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.main_banner_s img{
	width: 267px;
	height: auto;
}
.main_bannertxt_s{
	font-size: 11px;
	text-align: center;
	color: #000000;
	line-height: 16px;
	width: 90%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
}

@media only screen and (min-width:480px)  and (max-width:651px){
.main_banner_s{
	width: 310px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.main_banner_s img{
	width: 100%;
	height: auto;

}
.main_bannertxt_s{
	font-size: 11px;
	text-align: center;
	color: #000000;
	line-height: 16px;
	width: 100%;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
}
	
@media only screen and (min-width:651px)  and (max-width:1000px){
.main_banner_s{
	display: none;
}
.main_bannertxt_s{
	display: none;
}
}

@media only screen and (min-width:1001px) {
.main_banner_s{
	display: none;
}
.main_bannertxt_s{
	display: none;
}
}










/* ＝＝＝＝＝　メイン注目のクルマ　＝＝＝＝＝ */

@media only screen and (max-width:651px) {
#car_banner01{
	display: none;
}
#car_banner02{
	display: none;
}
#car_banner03{
	display: none;
}
}

@media only screen and (min-width:651px)  and (max-width:1000px){
#car_banner01{
	width: 31%;
	height: auto;
	float: left;
}
#car_banner02{
	width: 31%;
	height: auto;
	float: left;
	margin-left: 25px;
}
#car_banner03{
	width: 31%;
	height: auto;
	float: right;
}
}

@media only screen and (min-width:1001px) {
#car_banner01{
	width: 240px;
	height: auto;
	float: left;
}
#car_banner02{
	width: 240px;
	height: auto;
	margin-right: 30px;
	float: left;
	margin-left: 30px;
}
#car_banner03{
	width: 240px;
	height: auto;
	float: right;
}
}

.car_bannerph{
	width: 100%;
}

.car_bannerph img{
	width: 100%;
	height: auto;
}





	
