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

/*/////////////////////////////////////////////////////////
file name: lease.css
description: ビジネスカーリース専用スタイルシート

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

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

/* ===========  1.レイアウト =========== */

table.tblLease th.tblLease01 {
	width: 33%;
	background-color: #65b50f;
	color: white;
}

table.tblLease th.tblLease02 {
	width: 33%;
	background-color: #ff0000;
	color: white;
}

table.tblLease th.tblLease03 {
	width: 33%;
	background-color: #007ab1;
	color: white;
}

table.tblLease td p {
	padding-bottom: 0;
}

.boxCar {
	background-color: #e6f1da;
	padding: 5px!important;
	text-align: center;
	font-weight: 900;
}

table.tblLease td {
	padding: 10px 5px;
}

table.tblLease td.bottom {
	vertical-align: bottom;
	border-top: none;
	padding-top: 0;
}


/* ===========  2.667px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {
	
.scrl {
	overflow: scroll;
}
	
table.tblLease {
	width: 800px;
}

}

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

table.tblLease {
	width: 100%;
	overflow: hidden;
}

}