.img-maining-adj {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.col-pad-20 {
    padding: 20px 30px;
}
.mt40 {
	margin-top: 40px;
}
.color-bg-26 {
    background: #262626;
}

@media screen and (max-width:900px) {
    .img-maining-adj {
        height: 100%;
    }

    #section-hero-inner .wrap,
    #section-hero-inner .row,
    .hero-masthead-container {
        height: 100%;
    }

    .img-maining-adj {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

a.tab {
    color: #fff;
}

.tab {
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #434343;
}

.tabs-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 600px;
    height: 32px;
    border: 2px solid #d7af6b;
    border-radius: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab:not(:last-child) {
    border-right: 2px solid #d7af6b;
}

.tab {
    margin: 0;
    width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs {
    margin-top: 110px;
    margin-bottom: 60px;
}

.tab-current {
    color: #000 !important;
    background: #d7af6b;
}


.hlLv02--spec {
	color: #FFF;
	margin-top: 2em;
}

/* LT confirmed EF lenses */
.lenses_table {
    border-top-width: 3px;
}

.lenses_table .wide {
    border-bottom-width: 3px;
}

.lenses_table th {
    font-size: 12px;
    line-height: 1.4em;
    vertical-align: middle;
	text-align: left;
}

.lenses_table td {
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
    vertical-align: middle;
}

.lenses_table .dot {
    border-right: 3px solid #404040;
	vertical-align: middle;
}

.lenses_table .lenses {
    border-right: 3px solid #404040;
    white-space: nowrap;
}

.lenses_table .mark {
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

/* LT confirmed EF lenses end */
.lenses_table {
    width: 100%;
    color: #fff;
}

.lenses_table th,
.lenses_table td {
    font-weight: normal;
    padding: 20px;
    background: #262626;
}

.lenses_table th.first {
    padding-left: 0;
}
.lenses_table td.last {
    padding-right: 0px;
}
.lenses_table .tac {
    text-align: center;
}
.lenses_table .widL {
	width: 430px;
}
.lenses_table .widL1 {
	width: 213px;
}
.lenses_table .widL2 {
	width: 85px;
}
.lenses_table .widL3 {
	width: 128px;
}
.lenses_table .widR {
	width: 65%;
}
.lenses_table .widR1 {
	width: 13%;
}
.lenses_table .widR2 {
	width: 52%;
}


.lenses_table tr {
    border: 2px solid #404040;
    border-left: none;
    border-right: none;
}

.vrc_text_x_small {
    color: #fff;
    font-size: 12px;
}

.specAttDesp {
	font-size: 12px;
	color: #FFF;
}
.specAttList,
.specAttList__sec {
	margin: 0;
	padding: 0;
}
.specAttList__sec {
	padding-left: .7em;
}
.specAttList__item,
.specAttList__sec__item {
	list-style: none;
	font-size: 12px;
	color: #FFF;
}
.specAttList__item {
	padding-left: .7em;
	text-indent: -.7em;
}
.specAttList__sec__item {
	padding-left: 1.2em;
	text-indent: -1.2em;
}


@media screen and (max-width:900px) {
    .tabs-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        height: 32px;
    }

    .col-pad-20 {
        padding: 20px 10px;
    }

    .tabs {
        margin: 30px 0 50px;
    }

    .lenses_table-ctr {
        width: 100%;
        overflow-x: scroll;
    }
	
	.lenses_table th {
		white-space: nowrap;
	}

	.lenses_table td {
		white-space: nowrap;
	}

}

/* 0806 */
.hero-page-inner-bg {
	background-position: center bottom;
	height: 440px !important;
}
@media screen and (max-width:900px) {
	.hero-page-inner-bg {
		background-position: center center;
		height: calc(100vh - 137px) !important;
		background-image: url(../img/bg-maining_sp.jpg) !important;
		background-color: #000;
		background-size: contain !important;
		background-repeat: no-repeat!important;
	}
}