@charset "utf-8";





@media only screen and (max-width: 480px) {



#h2-bg-price{
	background: transparent url(../i/h2_bg_price.jpg) no-repeat center center ;
	background-size: cover;
}


.head-lead{
	width:100%;
	margin: 0 0 0px 0;
	text-align: left;
	display: block;
	justify-content: space-between;
}

.lead-h3{
	font-size:27px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}

.lead-h3 span{
	display: block;
	color:#f29600;
	font-size:16px;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}





/*======================================

	maker
	
========================================*/

.maker-h4{
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 45px 0 36px 21px;
	position:relative;
	text-align: left;
}

.maker-h4:after{
	content:"";
	display:block;
	width:60px;
	height:3px;
	background-color:#f29600;
	position:absolute;
	bottom:-12px;
	left:0px;
	}

.maker{
	width:100%;
	border-top:0px solid #ccc;
	margin:30px 0 45px 0;
	padding:0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.maker-box{
	width:30%;
	border-top:0px solid #ccc;
	margin:0 1.5% 24px 1.5%;
	padding:0 0 0 0;
	text-align: center;
	font-size:13px;
}

.maker-box img{
	width:100%;
	height:auto;
}





/*======================================

	detial
	
========================================*/

.maker-head{
	text-align: left;
	margin: 30px 0 45px 0;
	display: block;
}
.maker-head-img{
	display: block;
	text-align: center;
	width:100%;
	margin: 0 0px 0 0;
}

.maker-head-img img {
	width:150px;
}

.maker-head-name{
	display: block;
	width:100%;
	font-size: 21px;
	text-align: center;
	width:100%;
}



.car-list{
	width:100%;
	text-align: left;
	margin: 30px 0 0 0;
}

.car-list-box{
	width:100%;
	text-align: left;
	margin: 30px 0 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.car-list-left{
	width:100%;
	text-align: left;
	margin: 0px 0 0px 0;
	border-right:0px solid #aaa;
}

.car-list-right{
	width:100%;
	text-align: left;
	margin: 0px 0 0px 0;
}

.car-list-h3{
	font-size:24px;
	line-height: 1.5;
	margin: 0 0 18px 0;
	padding: 0 0 0 0;
}


.price-list{
	border-bottom: 1px solid #aaa;
	margin: 0px 0 0px 0;
}

.price-list-box{
	font-size:14px;
	display:flex;
	justify-content: space-between;
	border-top: 1px solid #aaa;
}

.price-list-name{
	width:300px;
	text-align: left;
	padding: 15px 0 15px 6px;
}
.price-list-img{
	width:120px;
	text-align: center;
	padding: 8px 0 0 0;
}
.price-list-price{
	width:200px;
	text-align: right;
	padding: 15px 6px 15px 0px;
}


.price-list-img img{
	height:35px;
	width: auto;
}






.detail-footer{
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}



a.to-page{
	display: inline-block;
	width:120px;
	height: 45px;
	text-align: center;
	color:#fff;
	border-radius: 45px;
	padding: 10px 0 0 11px;
	font-size: 15px;
	font-weight: 400;
	background: #000 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:15px auto;
}

a.to-page:hover{
	background: #f29600 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:18px auto;
}





/*======================================

	delivery-list
	
========================================*/

#delivery-list{
	width:100%;
	border-top:0px solid #ccc;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: transparent;
	}

.delivery-list-box{
	width:45%;
	border-top:0px solid #ccc;
	margin:0 2.5% 24px 2.5%;
	padding:0 0 0 0;
	text-align: left;
}

.delivery-list-box img{
	width:100%;
	height:auto;
}

.title{
	font-size:12px;
	line-height: 1.5;
	font-weight: bold;
	margin: 12px 0 12px 0;
	word-wrap: break-word;
}

.customer{
	font-size:12px;
	line-height: 1.5;
	margin: 0px 0 3px 0;
	padding: 9px 0px 0 0;
	border-top:1px solid #ddd;
}

.how{
	font-size:12px;
	line-height: 1.5;
	margin: 0px 0 9px 0;
	padding: 0px 0px 9px 0;
	border-bottom:1px solid #ddd;
}

.note{
	font-size:10px;
	line-height: 1.5;
	margin: 0px 0 0px 0;
	padding: 0px 0px 9px 0;
}





}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {
	

#h2-bg-price{
	background: transparent url(../i/h2_bg_price.jpg) no-repeat center center ;
	background-size: cover;
}


.head-lead{
	width:100%;
	margin: 0 0 0px 0;
	text-align: left;
}

.lead-h3{
	font-size:30px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}

.lead-h3 span{
	display: block;
	color:#f29600;
	font-size:18px;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 0 0 0 0;
	margin: 0 0 24px 0;
}

.lead-p{
	padding: 0 21px;
	margin: 0;
}




/*======================================

	maker
	
========================================*/

.maker-h4{
	font-size: 21px;
	font-weight: 500;
	padding: 0 0 0 0;
	margin: 45px 0 36px 21px;
	position:relative;
	text-align: left;
}

.maker-h4:after{
	content:"";
	display:block;
	width:60px;
	height:3px;
	background-color:#f29600;
	position:absolute;
	bottom:-12px;
	left:0px;
	}

.maker{
	width:100%;
	border-top:0px solid #ccc;
	margin:30px 0 45px 0;
	padding:0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.maker-box{
	width:150px;
	border-top:0px solid #ccc;
	margin:0 8.2px 24px 8.2px;
	padding:0 0 0 0;
	text-align: center;
	font-size:13px;
}

.maker-box img{
	width:100%;
	height:auto;
}





/*======================================

	detial
	
========================================*/

.maker-head{
	text-align: left;
	margin: 30px 0 45px 0;
	display: flex;
}
.maker-head-img{
	display: block;
	text-align: left;
	width:200px;
	margin: 0 20px 0 0;
}

.maker-head-img img {
	width:100%;
}

.maker-head-name{
	display: block;
	width:300px;
	font-size: 21px;
	text-align: left;
	padding: 55px 0 0 0;
}



.car-list{
	width:100%;
	text-align: left;
	margin: 30px 0 0 0;
}

.car-list-box{
	width:100%;
	text-align: left;
	margin: 30px 0 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.car-list-left{
	width:210px;
	text-align: left;
	margin: 0px 0 0px 0;
	border-right:1px solid #aaa;
}

.car-list-right{
	width:720px;;
	text-align: left;
	margin: 0px 0 0px 0;
}

.car-list-h3{
	font-size:24px;
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.price-list{
	border-bottom: 1px solid #aaa;
	margin: 0px 0 0px 0;
}

.price-list-box{
	font-size:14px;
	display:flex;
	justify-content: space-between;
	border-top: 1px solid #aaa;
}

.price-list-name{
	width:300px;
	text-align: center;
	padding: 15px 0 15px 0;
}
.price-list-img{
	width:120px;
	text-align: center;
	padding: 8px 0 0 0;
}
.price-list-price{
	width:200px;
	text-align: center;
	padding: 15px 0 15px 0;
}


.price-list-img img{
	height:35px;
	width: auto;
}


.detail-footer{
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a.to-page{
	display: inline-block;
	width:120px;
	height: 45px;
	text-align: center;
	color:#fff;
	border-radius: 45px;
	padding: 10px 0 0 11px;
	font-size: 15px;
	font-weight: 400;
	background: #000 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:15px auto;
}

a.to-page:hover{
	background: #f29600 url(../i/anchor_wh.png) no-repeat 22px center ;
	background-size:18px auto;
}





/*======================================

	delivery-list
	
========================================*/

#delivery-list{
	width:100%;
	border-top:0px solid #ccc;
	margin:45px 0 0 0;
	padding:0 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: transparent;
	}

.delivery-list-box{
	width:140px;
	border-top:0px solid #ccc;
	margin:0 13px 24px 13px;
	padding:0 0 0 0;
	text-align: left;
}

.delivery-list-box img{
	width:100%;
	height:auto;
}


.customer{
	font-size:13px;
	font-weight: bold;
	line-height: 1.5;
	margin: 6px 0 0px 0;
	padding: 0px 0px 0 0;
	border-top:0px solid #ddd;
}

.title{
	font-size:11px;
	line-height: 1.5;
	margin: 6px 0 9px 0;
	word-wrap: break-word;
}

.how{
	font-size:13px;
	line-height: 1.5;
	margin: 0px 0 9px 0;
	padding: 0px 0px 9px 0;
	border-bottom:1px solid #999;
}

.note{
	font-size:11px;
	line-height: 1.5;
	margin: 0px 0 0px 0;
	padding: 9px 0px 9px 0;
	border-top:1px solid #999;
}




}/*//end  min-width: 481px ///////////////////////*/











