@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: index.css
description: トップページ専用スタイルシート

1.レイアウト
2.スマートフォン縦横
3.スマートフォン横

///////////////////////////////////////////////////////// */

div#indexContent {
	background: url(../../index/bg_indexContent.jpg) left 1px repeat-x;
}


/*メイン*/
div#mainImgArea {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0;
}

#boxMainImg {
	width: 700px;
	height: 340px;
	float: left;
}

#boxMainArea {
	width: 270px;
	height: 340px;
	float: right;
}

#boxMainContact {
	background-color: white;
	border: 3px solid #65b50f;
	padding: 7px 10px 0;
	margin-top: -5px;
	height: 218px
}

#boxMainContact h1 {
	font-size: 114.3%;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 5px;
}

/*新着情報*/
dl.list-news {
	border-bottom: 1px dotted black;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

dl.list-news dt {
	font-weight: bold;
	float: left;
	width: 140px;
	line-height: 1.4;
}

dl.list-news dd {
	padding-left: 150px;
	line-height: 1.4;
}

.list-news-wrap {
	overflow-y: scroll;
  max-height: 14rem;
}

/*マンスリーパックご利用時　東京近郊配車引取無料 */
.boxIndex-container{
    margin-top: -30px;
}

.boxIndex01 {
	float: left;
	width: 350px;
	min-height: 472px;
  margin-top: 30px;
}

.boxIndex02 {
	float: right;
	width: 350px;
	min-height: 472px;
  margin-top: 30px;
}

.boxIndex03 {
	float: left;
	width: 140px;
}

.boxIndex04 {
	float: right;
	width: 204px;
	margin-top: 35px;
}

.boxCDW {
	background-color: #e5e5e5;
	text-align: center;
	padding: 5px 0;
	margin-top: 10px;
}

table.tblPrice {
}

table.tblPrice th.tblPrice01 {
	width: 50%;
	background-color: #ff9c00;
	color: white;
}

table.tblPrice th.tblPrice02 {
	width: 50%;
	background-color: #1e94ed;
	color: white;
}

table.tblPrice td {
	width: 50%;
	text-align: center;
}

/*取り扱い車種一覧*/
.boxModel01 {
	float: left;
	width: 460px;
}

.boxModel02 {
	float: right;
	width: 460px;
}

.blockModel01 {
	width: 180px;
	float: left;
}

.blockModel02 {
	width: 270px;
	float: right;
	min-height: 210px;
	padding-top: 10px;
}

.blockModel01 h3, .blockModel02 h3 {
	font-size: 114.3%;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 15px;
	line-height: 1.8;
}

.blockModel03 {
	width: 225px;
	float: left;
	/*margin-top: 15px;*/
}

.blockModel04 {
	width: 225px;
	float: right;
	/*margin-top: 15px;*/
}

.blockModel05 {
	background-color: #e5e5e5;
	text-align: center;
	padding: 3px 0;
}

/*表*/
table.weekly {
	border: 2px solid #3dac4a;
	border-collapse:collapse;
	width: 100%;
}

table.weekly th {
	background: #3dac4a;
	color: white;
	border: 2px solid #3dac4a;
	border-bottom:none;
	vertical-align: middle;
	text-align: center;
	padding: 3px 0;
	white-space: nowrap;
	font-size: 114.3%;
	font-weight: bold;
	line-height: 1.4;
}

table.weekly td {
	border: 2px solid #3dac4a;
	border-bottom:none;
	padding: 3px 0;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}

table.monthly {
	border: 2px solid #076bb0;
	border-collapse:collapse;
	width: 100%;
}

table.monthly th {
	background: #076bb0;
	color: white;
	border: 2px solid #076bb0;
	border-bottom:none;
	vertical-align: middle;
	text-align: center;
	padding: 3px 0;
	white-space: nowrap;
	font-size: 114.3%;
	font-weight: bold;
	line-height: 1.4;
}

table.monthly td {
	border: 2px solid #076bb0;
	border-bottom:none;
	padding: 3px 0;
	vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}

/*当社を選ぶメリット*/
#areaMerit {
	background: url(../../index/bg_merit.jpg) right bottom no-repeat;
}

.boxMerit01 {
	width: 350px;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
}

.boxMerit02 {
	width: 350px;
	float: left;
	margin-top: 15px;
}

.blockMerit01 {
	width: 140px;
	float: left;
}

.blockMerit02 {
	float: right;
	width: 200px;
}

/*FC募集バナー*/
.bnr-fc {
	margin-top: 50px;
}
.bnr-fc a:hover {
	opacity: 0.7;
}
.bnr-fc a img {
	width: 100%;
	max-width: 720px;
}



/* ===========  2.667px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {
	
div#indexContent {
	background: none;
}

/*メイン*/
div#mainImgArea {
	width: 100%;
	/*margin: 0 auto;
	padding: 20px 0 0;*/
}

#boxMainImg {
	width: 100%;
	height: auto;
	float: none;
}

#boxMainArea {
	width: 96%;
	height: auto;
	float: none;
	margin: 10px auto 0;
}

#boxCredit img {
	width: 100%;
}

#boxMainContact {
	height: auto;
	padding: 5% 7% 0;
}


#boxMainContact p img {
	width: 100%;
}


/*メインビジュアル*/

#boxMainImg {
	width: 100%;
	height: auto;
}

#boxMainImg img {
	width: 100%;
	height: auto;
}


/*メリット*/

.boxMerit01 {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-top: 20px;
}

.boxMerit02 {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.blockMerit01 {
	width: 35%;
	float: left;
}

.blockMerit01 img {
	width: 100%;
}

.blockMerit02 {
	float: right;
	width: 60%;
}


/*新着情報*/
dl.list-news {
	margin-left: 10px;
	margin-right: 10px;
}

dl.list-news dt {
	float: none;
	width: 100%;
}

dl.list-news dd {
	padding-left: 0;
	margin-top: 5px!important;
}

/*マンスリーパックご利用時　東京近郊配車引取無料 */]
  
.boxIndex-container{
  margin-top: 0;
}  
.boxIndex01 {
	float: none;
	width: 100%;
}

.boxIndex02 {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.boxIndex02 + .boxIndex01 {
    margin-top: 40px;/*20px;*/
}

.boxIndex01 p img, .boxIndex02 img {
	width: 100%;
}

.boxIndex03 {
	float: left;
	width: 30%;
}

.boxIndex03 img {
	width: 100%;
}

.boxIndex04 {
	float: right;
	width: 65%;
	margin-top: 23px;
}

#boxTopics .xxxlarge {
	font-size: 120%;
}

#boxTopics .xxxlarge {
	font-size: 133.3%;
}


}


/* ===========  3.スマホ横 =========== */
@media only screen and (max-device-width:667px) and (orientation:landscape) {


/*メリット*/
.boxMerit01 {
	padding-bottom: 10px;
}

.boxMerit02 {
	padding-bottom: 10px;
}




.boxRecommended01 {
	float: left;
	width: 15%;
}

.boxRecommended01 img {
	width: 100%;
}

.boxRecommended02 {
	float: right;
	width: 85%;
	margin-top: 2%;
}

.boxRecommended02 p {
	font-size: 100%;
}

.txtRecommended {
	padding-left: 30px;
	font-size: 106.7%!important;
	background-size: auto 20px;
}

/*新着情報*/
dl.list-news {
	margin-left: 20px;
	margin-right: 20px;
}

dl.list-news dt {
	float: left;
	width: 140px;
}

dl.list-news dd {
	padding-left: 150px;
	margin-top: 0;
}

/*マンスリーパックご利用時　東京近郊配車引取無料 */

.boxIndex03 {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.boxIndex04 {
	margin-top: 35px;
	width: 250px;
	float: left;
}

}


/* ====== スマートフォン縦 ====== */
@media screen and (max-width: 678px) {

#boxTopics {
	padding-bottom: 40px;
}

}
