@charset "utf-8";


/* page base */

.comparisonPage {
	margin: 0 auto;
	width: 100%;
	color: #333;
	background-color: #fff;
}
.plusicon:hover:after {
	opacity: 1;
}
.comparisonPage img {
	max-width: 100%;
	/* margin-top: 10px; */
	text-align: center;
}


/* page header */

.comparisonPage .pageHeader {
	line-height: 1;
	text-align: center;
}
.comparisonPage .pageHeader .pageTitle {
	padding-bottom: 10px;
	font-size: 36px;
}
.comparisonPage .pageHeader .pageTitle .en {
	padding-bottom: 10px;
	display: block;
	font-size: 24px;
}
.comparisonPage .pageLead {
	line-height: 1.5;
	color: #333;
	font-size: 14px;
}


/* Pankz */
ul.pankz{margin: 0 auto; padding:15px 5px; list-style-type: none;font-size: 14px; color:#333; width:1000px; text-indent: 5px;}
ul.pankz li {padding-left:0; display: inline-block;}
ul.pankz li a:link {text-decoration: underline;}
ul.pankz li a:hover {text-decoration: none;}
ul.pankz li a:visited {text-decoration: underline;} 
#contents{ padding-top:0 !important;}


/* select body type */
#bodytype_nav {
	clear: both;
    border-bottom: 1px solid #999;
    position: relative;
    z-index: 0;
	width: 1000px;
	margin: 28px auto 0 auto;
	
}
#bodytype_nav ul {
	margin: 0 auto;
    _zoom: 1;
    width: auto;
    text-align: center;
    display: block;
    height: 50px;
    width: 750px;
}
#bodytype_nav ul li {
	width: 148px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 50px;
    position: relative;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}
#bodytype_nav ul li span{
	display: block;
    position: absolute;
    width: 146px;
    height: 47px;
    line-height: 47px;
    background: #fff;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #999;
    cursor: pointer;
}
#bodytype_nav ul li.current span {
	color: #1f77c5;
    border-top: 2px solid #1f77c5;
    border-bottom: 1px solid #fff;
}
#bodytype_nav ul li.current {
	filter: alpha(opacity=100);
    -moz-opacity: 1;
        opacity: 1;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

#bodytype_nav ul li.current a {
	
}

.alpha_hover a {
	-webkit-transition-duration: .2s;
	   -moz-transition-duration: .2s;
	        transition-duration: .2s;
}
.alpha_hover a:hover {
		filter: alpha(opacity= 55 );
	       -khtml-opacity: .55;
		     -moz-opacity: .55;
			      opacity: .55;
}



/* select car */

.comparisonPage .selectCar {
	padding: 25px 9px 40px 18px;
    width: 973px;
	margin: 0 auto;
}
.comparisonPage .selectCar:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .selectCar ul {
}
.comparisonPage .selectCar ul li {
	/*margin-right: 13px;*/
	float: left;
    width: 185px;
    height: 140px;
    box-sizing: border-box;
    margin-bottom: 10px;
	margin-right: 9px;
}
.comparisonPage .selectCar ul li:nth-child(4n) {
}
.comparisonPage .selectCar ul li a {
	    border: 2px #fff solid;
    border-radius: 4px;
    display: block;
    position: relative;
    width: 185px;
    height: 140px;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.comparisonPage .selectCar ul li a.selected {
	border-color: #96bbdc;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(221,233,244) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(221,233,244) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(221,233,244) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde9f4',GradientType=0 );
}
.comparisonPage .selectCar ul li a:hover {
	border-color: #96bbdc;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(221,233,244) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(221,233,244) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(221,233,244) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde9f4',GradientType=0 );
}
.comparisonPage .selectCar ul li a.disable {
	opacity: .5;
	cursor: default;
}
.comparisonPage .selectCar ul li a:before,
.comparisonPage .selectCar ul li a:after {
	content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 12px;
    width: 1px;
    height: 18px;
    background-color: #777;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.comparisonPage .selectCar ul li a:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.comparisonPage .selectCar ul li a.selected:before,
.selectCar ul li a.selected:after {
	opacity: 1;
}
.comparisonPage .selectCar ul li a .carName {
	padding-top: 5px;
	display: block;
	text-align: center;
}

.comparisonPage .selectCar ul li a .bodytype {
    border: 1px solid #999;
    font-size: 11px;
    padding: 2px 10px;
    margin-right: 3px;
    background-color: #777;
    color: #fff;
    margin-bottom: 0px;
    width: 60px;
    vertical-align: top;
    line-height: 18px;
    border-radius: 16px;
}


/* follow menu */

.comparisonPage .followMenu {
	border-bottom: 1px #005AAA solid;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: #f4f4f4;
	z-index: 3000;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: transform ease .3s;
	-moz-transition: transform ease .3s;
	-ms-transition: transform ease .3s;
	-o-transition: transform ease .3s;
	transition: transform ease .3s;
}
.comparisonPage .followMenu.show {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.comparisonPage .followMenu>ul {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
.comparisonPage .followMenu>ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 1px;
	height: 26px;
	background-color: #ccc;
}
.comparisonPage .followMenu>ul>li {
	position: relative;
	display: none;
	float: left;
	width: 50%;
	text-align: center;
}
.comparisonPage .followMenu>ul>li.comparison02 {
	float: right;
}
.comparisonPage .followMenu>ul>li img {
	width: 130px;
}
.comparisonPage .followMenu>ul>li .carName {
	padding: 12px 0 0;
    position: relative;
    height: 45px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comparisonPage .followMenu>ul>li .carName:before {
	    border: 1px #666 solid;
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 32px;
    height: 32px;
}
.comparisonPage .followMenu>ul>li .carName:after {
	border-top: 2px #000 solid;
    border-right: 2px #000 solid;
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 25px;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.comparisonPage .followMenu>ul>li .opened:after {
	border-top: 2px #000 solid;
    border-right: 2px #000 solid;
    content: "";
    display: block;
    position: absolute;
    top: 21px;
    right: 25px;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(-45deg);
}
.comparisonPage .followMenu>ul>li .subMenu {
	padding: 15px 0;
    border: 1px #434343 solid;
    display: none;
    position: absolute;
    top: 46px;
    left: 1px;
    width: 498px;
    background-color: rgba(67, 67, 67, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comparisonPage .followMenu>ul>li .subMenu hr {
	    box-sizing: border-box;
    height: 1px;
    background: #c5c5c5;
    display: none;
    margin: 0 13px 13px 13px;
}
.comparisonPage .followMenu>ul>li .subMenu .type {
	display: block;
    text-align: left;
    margin: 0 13px 13px;
    color: #fff;
}
.comparisonPage .followMenu>ul>li .subMenu .sm1 span {
	display: none;
}
.comparisonPage .followMenu>ul>li .subMenu .sm1 span.b_all {
	display: inline-block;
}
.comparisonPage .followMenu>ul>li .subMenu .sm2 span {
	display: none;
}
.comparisonPage .followMenu>ul>li .subMenu ul {
	padding-left: 12px;
}
.comparisonPage .followMenu>ul>li .subMenu ul:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .followMenu>ul>li .subMenu ul li {
	float: left;
	width: 33.33333%;
	line-height: 24px;
	text-align: left;
}
.comparisonPage .followMenu>ul>li .subMenu .sm2 li {
	display: none;
}
.comparisonPage .followMenu>ul>li .subMenu ul li a {
	color: #333;
    font-size: 13px;
    text-decoration: none;
    background-color: white;
    padding: 3px 7px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin-right: 13px;
    margin-bottom: 13px;
}
.comparisonPage .followMenu>ul>li .subMenu ul li a:not(.selected):hover {
	background-color: #457bab;
    color: #fff;
}
.comparisonPage .followMenu>ul>li .subMenu ul li a.selected {
	cursor: default;
    background-color: #457bab;
    color: #fff;
}


/* car name */

.comparisonPage .comparisonCars {
	margin: 0 auto 30px;
	width: 1000px;
}
.comparisonPage .comparisonCars ul {
	padding: 15px 0;
	position: relative;
}
.comparisonPage .comparisonCars ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.comparisonPage .comparisonCars ul:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .comparisonCars ul li {
	display: none;
	float: left;
	width: 50%;
	text-align: center;
}
.comparisonPage .comparisonCars ul li:last-child {
	float: right;
}


/* base content */

.comparisonPage .contentBlockWrap {
}
.comparisonPage .contentBlock {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
}
.comparisonPage .contentBlock:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .contentBox {
	float: left;
	width: 498px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comparisonPage .contentBox:last-child {
	float: right;
}
.comparisonPage .contentTitle {
	margin: 0 auto 25px;
	padding: 10px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	line-height: 1;
	font-size: 24px;
	text-align: center;
}


/* tab base */

.comparisonPage .tabMenu {
	margin-bottom: 20px;
}
.comparisonPage .tabMenu ul {
	text-align: center;
	font-size: 0;
}
.comparisonPage .tabMenu ul li {
	margin: 0 1px;
	display: inline-block;
	vertical-align: bottom;
	min-width: 140px;
}
.comparisonPage .tabMenu ul li a {
	border: 1px #005AAA solid;
	display: block;
	line-height: 28px;
	height: 30px;
	color: #005AAA;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
.comparisonPage .tabMenu ul li a.current,
.tabMenu ul li a:hover {
	color: #fff;
	background-color: #005AAA;
}
.comparisonPage .tabTarget {
}
.comparisonPage .tabTarget .image {
	display: none;
}
.comparisonPage .tabTarget .image:first-child {
	display: block;
}


/* notice */

.comparisonPage .annotation {
}
.comparisonPage .caption {
	margin: 0;
	padding: 6px 5px 0 12px;
	line-height: 14px;
	font-size: 12px;
}


/* item list */

.comparisonPage .itemList {
}
.comparisonPage .itemList:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .itemList {
}
.comparisonPage .itemList li {
	margin: 0 1px 15px 0;
	float: left;
	width: 240px;
}
.comparisonPage .itemList li:nth-child(2n+1) {
	clear: left;
}
.comparisonPage .itemList li:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.comparisonPage .itemList li a {
}
.comparisonPage .itemList li a .caption {
}


/* button */

.comparisonPage .btnDetail {
	clear: both;
}
.comparisonPage .btnDetail a {
	padding: 5px 0 0;
	display: block;
	position: relative;
	width: 460px;
	height: 60px;
	line-height: 1.4;
	color: #fff;
	background-color: #005AAA;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comparisonPage .btnDetail a .carName {
}
.comparisonPage .btnDetail a:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url(../img/icon_blank.png) no-repeat top left;
	width: 20px;
	height: 20px;
	opacity: 1;
}
.comparisonPage .btnDetail a:before {
	margin-top: -8px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.comparisonPage .btnDetail a:hover {
	opacity: .7;
}


/* section navi */

.sectionNavi {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sectionNavi .secNavBtn {
	display: none;
}
.sectionNavi ul {
}
.sectionNavi ul li {
	height: 22px;
	line-height: 22px;
}
.sectionNavi ul li a {
	display: block;
	position: relative;
	width: 40px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	background-color: #005AAA;
}
.sectionNavi ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 22px;
	background-color: #005AAA;
	z-index: 2;
}
.sectionNavi ul li a:after {
	border: 1px #fff solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 16px;
	width: 7px;
	height: 7px;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*
	-webkit-transition: background-color ease .3s;
	-moz-transition: background-color ease .3s;
	-ms-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	transition: background-color ease .3s;
	*/
}
.sectionNavi ul li a:hover:after,
.sectionNavi ul li.current a:after {
	background-color: #fff;
}
.sectionNavi ul li a.pagetop:after {
	border-left: none;
	border-bottom: none;
	border-color: #81cde6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: 8px;
	right: 16px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: opacity ease .3s;
	-moz-transition: opacity ease .3s;
	-ms-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.sectionNavi ul li a.pagetop:hover:after {
	opacity: .7;
	background-color: transparent;
}
.sectionNavi ul li a .label {
	padding-left: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	background-color: #005AAA;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: transform ease .3s;
	-moz-transition: transform ease .3s;
	-ms-transition: transform ease .3s;
	-o-transition: transform ease .3s;
	transition: transform ease .3s;
}
/*.sectionNavi ul li.current a .label,*/
.sectionNavi ul li a:hover .label {
	-webkit-transform: translateX(-170px);
	-moz-transform: translateX(-170px);
	-ms-transform: translateX(-170px);
	-o-transform: translateX(-170px);
	transform: translateX(-170px);
}

/* annotaiton */

.commonAnnotaiton {
	margin: 100px auto 0;
	clear: both;
	width: 1000px;
}
.commonAnnotaiton p {
	padding: 20px;
	background-color: #f4f4f4;
	font-size: 12px;
}


/* before */

.beforeComparison {
	padding: 50px 0 80px;
	width: 100%;
	background-color: #f4f4f4;
}
.comparisonPage .beforeComparison .contentTitle {
	margin-bottom: 45px;
	width: 180px;
}
.comparisonPage .beforeComparison ul {
	padding: 0 0 0 150px;
}
.comparisonPage .beforeComparison ul:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .beforeComparison ul li {
	padding: 10px 0;
	float: left;
	width: 33.3333%;
	font-size: 18px;
}



/* after */

.comparisonArea {
	padding: 0 0 130px;
	display: none;
}



/* spec */

.carSpec {
	position: relative;
	width: 100%;
	background-color: #f4f4f4;
}
.comparisonPage .carSpec:before {
	margin-left: -2px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	background-color: #fff;
}
.comparisonPage .carSpec .specBox {
	padding: 20px 25px;
}
.comparisonPage .carSpec .specBox table {
	display: none;
	width: 100%;
}
.comparisonPage .carSpec .specBox table th {
	padding: 5px 0;
	width: 105px;
	font-size: 14px;
}
.comparisonPage .carSpec .specBox table td {
	padding: 5px 0;
	font-size: 25px;
}
.comparisonPage .carSpec .specBox table td .small {
	margin-left: 5px;
	margin-top: -5px;
	font-size: 50%;
	display: block;
}
.comparisonPage .carSpec .specBox table td sup,
.comparisonPage .carSpec .specBox table th sup {
	vertical-align: super;
	font-size: 50%;
}
.comparisonPage .carSpec .specBox table td .jc08,
.comparisonPage .carSpec .specBox table td .wltc,
.comparisonPage .carSpec .specBox table td .notice {
	font-size: 10px;
}
.comparisonPage .carSpec .specBox table td .notice {

}
.comparisonPage .carSpec .specBox table td .jc08,
.comparisonPage .carSpec .specBox table td .wltc{
	display: block;
    margin-top: -3px;
}
.comparisonPage .carSpec .specBox table td .jc08 img,
.comparisonPage .carSpec .specBox table td .wltc img {
	margin: 0 5px 0 0;
	vertical-align: text-bottom;
}
.comparisonPage .carSpec .specBox .carSpecAnnotation {
    margin: 20px 0 10px 0;
    font-size: 10px;
}



/* exterior */

.carExterior {
	padding: 65px 0 0;
}
.comparisonPage .carExterior .contentTitle {
	width: 320px;
}
.comparisonPage .carExterior .contentBlock {
	width: 100%;
	max-width: 1400px;
	min-width: 1000px;
}
.comparisonPage .carExterior .contentBox {
	display: none;
	float: left;
	width: 50%;
	height: 0;
	max-height: 290px;
	max-width: 800px;
	min-width: 500px;
	padding-bottom: calc(0.5 * 50%);
}
.comparisonPage .carExterior .contentBox.comparison02 {
	float: right;
}
.comparisonPage .carExterior .modelChange {
	display: none;
}
.comparisonPage .carExterior .viewer3D {
}
.comparisonPage .carExterior .viewer3D iframe {
	position: relative;
	width: 100%;
	height: 400px;
	max-height: 550px;
	min-height: 450px;
}
.comparisonPage .carExterior .contentBox.comparison01 {
	border-right: 2px #fff solid;
}
.comparisonPage .carExterior .contentBox.comparison02 {
	border-left: 2px #fff solid;
}



/* interior */

.carInterior {
	padding: 25px 0 50px;
}
.comparisonPage .carInterior .contentBlock {
	width: 100%;
	max-width: 1400px;
	min-width: 1000px;
}
.comparisonPage .carInterior .contentTitle {
	width: 220px;
}
.comparisonPage .carInterior .contentBox {
	width: 50%;
}
.comparisonPage .carInterior .contentBox.comparison01 {
	border-right: 2px #fff solid;
}
.comparisonPage .carInterior .contentBox.comparison02 {
	border-left: 2px #fff solid;
}
.comparisonPage .carInterior .tabTarget {
	display: none;
}
.comparisonPage .carInterior .tabTarget img {
	border: 1px #ccc solid;
	max-width: 100%;
}
.comparisonPage .carInterior .caption {
	text-align: right;
}



/* size */

.carSize {
	padding: 50px 0;
}
.comparisonPage .carSize .contentTitle {
	width: 320px;
}
.comparisonPage .carSize .tabTarget {
	display: none;
}



/* cargo */

.carCargo {
	padding: 50px 0;
}
.comparisonPage .carCargo .contentTitle {
	width: 160px;
}
.comparisonPage .carCargo .tabMenu {
	margin-bottom: 4px;
}
.comparisonPage .carCargo .tabMenu ul {
	text-align: left;
}
.comparisonPage .carCargo .tabMenu ul li {
	min-width: 120px;
}
.comparisonPage .carCargo .tabMenu ul li a {
	font-size: 14px;
	padding: 0 10px;
}



/* seat */

.carSeat {
	padding: 50px 0;
}
.comparisonPage .carSeat .contentTitle {
	width: 220px;
}
.comparisonPage .carSeat .tabMenu {
	margin-bottom: 4px;
}
.comparisonPage .carSeat .tabMenu ul {
	text-align: left;
}
.comparisonPage .carSeat .tabMenu ul li {
	min-width: 120px;
}
.comparisonPage .carSeat .tabMenu ul li a {
	font-size: 14px;
	padding: 0 10px;
}



/* utility */

.comparisonPage .carUtility {
	margin-bottom: 50px;
	padding: 50px 0 0;
	position: relative;
}
.comparisonPage .carUtility:before {
	content: "";
	display: block;
	position: absolute;
	top: 136px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.comparisonPage .carUtility .contentTitle {
	margin-bottom: 50px;
	width: 350px;
}
.comparisonPage .carUtility .contentBox {
	width: 482px;
}
.comparisonPage .carUtility .listCaption {
	padding: 25px 0 0;
	line-height: 14px;
	font-size: 12px;
}



/* visibility */

.carVisibility {
	padding: 50px 0;
}
.comparisonPage .carVisibility .contentTitle {
	width: 140px;
}
.comparisonPage .carVisibility .visibilityBox {
	display: none;
}
.comparisonPage .carVisibility .sightImage {
	position: relative;
}
.comparisonPage .carVisibility .sightImage img {
	width: 100%;
}


@-webkit-keyframes sight {
0% {
	opacity: 0;
}

12% {
	opacity: 1;
}

88% {
	opacity: 1;
}

100% {
	opacity: 0;
}
}

@keyframes sight {
0% {
	opacity: 0;
}

25% {
	opacity: 1;
}

75% {
	opacity: 1;
}

100% {
	opacity: 0;
}
}

.comparisonPage .carVisibility .sightImage .sight {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.comparisonPage .carVisibility .sightImage.on .sight {
  -webkit-animation-name: sight;
  animation-name: sight;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	-moz-animation-duration: 10s;
	-o-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
}
.comparisonPage .carVisibility .sightImage .sight img {
	width: 100%;
}


/* eyesight */

.comparisonPage .carEyesight {
	margin-bottom: 50px;
	padding: 50px 0 0;
	position: relative;
}
.comparisonPage .carEyesight:before {
	content: "";
	display: block;
	position: absolute;
	top: 126px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.comparisonPage .carEyesight .contentTitle {
	margin-bottom: 60px;
	width: 190px;
}
.comparisonPage .carEyesight .contentBox {
	width: 460px;
}
.comparisonPage .carEyesight h3 {
	padding-bottom: 20px;
	font-size: 14px;
}
.comparisonPage .carEyesight ul {
}
.comparisonPage .carEyesight ul li {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 17px;
}
.comparisonPage .carEyesight .btnDetail {
	display: none;
}
/*
.comparisonPage .carEyesight ul li:before {
	content: "■ ";
}
*/


/* consumption */

.carConsumption {
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.comparisonPage .carConsumption:before {
	content: "";
	display: block;
	position: absolute;
	top: 116px;
	left: 50%;
	width: 1px;
	height: 90px;
	background-color: #ccc;
}
.comparisonPage .carConsumption .contentTitle {
	width: 185px;
}
.comparisonPage .carConsumption .kml {
	line-height: 1;
	font-size: 48px;
}
.comparisonPage .carConsumption .contentBox {
	margin-bottom: 20px;
	padding: 5px 0 0 35px;
	min-height: 90px;
}
.comparisonPage .carConsumption .notice {
	padding-top: 10px;
	display: none;
	font-size: 12px;
}
.comparisonPage .carConsumption .notice img {
	margin-right: 10px;
	vertical-align: text-bottom;
}
.comparisonPage .carConsumption .annotation {
	padding: 25px 30px 40px;
	clear: both;
	background-color: #f4f4f4;
	font-size: 14px;
}



/* equipment */

.comparisonPage .carEquipment {
	margin-bottom: 50px;
	padding: 50px 0 0;
	position: relative;
	overflow: hidden;
}
.comparisonPage .carEquipment:before {
	content: "";
	display: block;
	position: absolute;
	top: 141px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.comparisonPage .carEquipment .contentTitle {
	margin-bottom: 50px;
	width: 345px;
}
.comparisonPage .carEquipment .contentBox {
	width: 482px;
}
.comparisonPage .carEquipment .annotation {
	padding-top: 25px;
	line-height: 1.5;
	font-size: 12px;
}



/* grade */

.carGrade {
	padding: 40px 0 0;
	position: relative;
	overflow: hidden;
}
.comparisonPage .carGrade:before {
	content: "";
	display: block;
	position: absolute;
	top: 136px;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #ccc;
}
.comparisonPage .carGrade .contentTitle {
	margin-bottom: 50px;
	width: 345px;
}
.comparisonPage .carGrade .contentBox {
	margin: 0 10px;
	display: none;
	width: 480px;
}
.comparisonPage .carGrade .btnDetail a {
	width: 480px;
}
.comparisonPage .carGrade ul {
}
.comparisonPage .carGrade ul li {
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
}
.comparisonPage .carGrade ul li:last-child {
	padding-bottom: 15px;
}
.comparisonPage .carGrade ul li:after {
	content: "";
	display: block;
	clear: both;
}
.comparisonPage .carGrade ul li:before {
	border-top: 2px #5b5b5b solid;
	border-right: 2px #5b5b5b solid;
	content: "";
	display: block;
	position: absolute;
	top: 46px;
	right: 30px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.comparisonPage .carGrade ul a:hover {
	opacity: .7;
}
.comparisonPage .carGrade ul li .photo {
	float: left;
	width: 230px;
}
.comparisonPage .carGrade ul li .photo img {
	max-width: 100%;
}
.comparisonPage .carGrade ul li .gradeData {
	padding: 15px 0 0 10px;
	float: left;
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comparisonPage .carGrade ul li .gradeData .gradeName {
	padding-right: 4em;
	font-size: 18px;
	font-weight: bold;
}
.comparisonPage .carGrade ul li .gradeData .gradeType {
	font-size: 12px;
	margin-top: 10px;
}
.comparisonPage .carGrade ul li .gradeData .gradePrice , .comparisonPage .carGrade ul li .gradeData .gradePricebox1 , .comparisonPage .carGrade ul li .gradeData .gradePricebox2 {
	padding: 0;
	font-size: 18px;
}
.comparisonPage .carGrade ul li .gradeData .gradePriceNoTax {
	font-size: 12px;
}


#container{
	background: #fff;
}
.footer_area{
	width:100%;
	background: #1f201f;
}

.notes {
	color: #333;
	font-size: 14px;
	text-align: center;
	margin: -20px 0 20px 0;
}

/* 追加修正 */
.drive .small{
	margin-left: -8px !important;
}

#footSns {
    margin-top: 70px;
}

