@charset "utf-8";

/*       #mv
----------------------------*/

/* 20170208 commentout */

/*#mv {
	position: relative;
	padding-top: 20px;
}
.mvbg {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -570px;
	width: 1140px;
	height: 436px;
	background-image: url(../img/mv_00_bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
}

#mv .inner {
	width: 980px;
	margin: 0 auto 40px;
}

#mv .anime {
	height: 436px;
}

.anime {
	position: relative;
}
.anime img {
	position: absolute;
}
.anime .v0 {top:221px;left:38px;}
.anime .v1 {top:30px;left:450px;}
.anime .v2 {top:270px;left:760px;}
.anime .v3 {top:52px;left:770px;}
.anime .v4 {top:279px;left:456px;}
.anime .v5 {top:44px;left:455px;}
.anime .v6 {top:279px;left:785px;}
.anime .v7 {top:202px;left:514px;}
.anime .v8 {top:141px;left:657px;}

.v1, .v2, .v3, .v4, .v5, .v6, .v7, .v8 {
	box-shadow: 2px 2px 7px -3px #000;
}*/


/* ↓ 20170208 add ↓ */
.bx-wrapper {
	margin-bottom: 0;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: transparent;
}

.bx-wrapper .bx-pager {
	bottom: 0;
	padding-bottom: 20px;
	line-height: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #dcdcdc;
	margin: 0 10px;
}

.bx-wrapper .bx-controls-direction a {
	width: 70px;
	height: 70px;
	margin-top: -35px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	background: #000;
	-webkit-background-size: cover;
	background-size: cover;
}

.bx-wrapper .bx-prev {
	left: 50%;
	margin-left: -690px;
	background-image: url(../../common/img/bx-prev_bg.png);
}
.bx-wrapper .bx-next {
	right: 50%;
	margin-right: -690px;
	background-image: url(../../common/img/bx-next_bg.png);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

#mv_slider li:hover {
	opacity: 0.8;
}

#mv_slider li a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 2000px) {
	#mv_slider li a {
		height: 500px;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 1380px) {
	.bx-wrapper .bx-prev {
		left: 0;
		margin-left: 0;
	}
	.bx-wrapper .bx-next {
		right: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 1140px) {
	#mv_slider li a {
		height: 0;
		padding-bottom: 43%;
	}
}

@media screen and (max-width: 980px) {
	.bx-wrapper {
		width: 980px;
		max-width: 980px !important;
	}
	#mv_slider li {
		width: 1000px !important;
	}

	#mv_slider li a {
		width: 980px;
		height: 420px;
		padding-bottom: 0;
	}
}
/* ↑ 20170208 add ↑ */

#header .info {
	margin: 20px 0 ;
	width: 536px;
	height: 35px;
	float: right;
}
#header .info table {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #d30011;
}

#header .info th {
	padding: 8px 0 8px 30px;
	text-align: left;
	vertical-align: middle;
	background-color: #d30011;
	color: #fff;
	font-weight: normal;
	width: 8em;
	background-image: url(../../common/img/icon_atention.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	font-size: 10px;
}

#header .info td {
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
}

#header .info td div {
	position: relative;
	width: 400px;
	height: 35px;
	overflow: hidden;
}

#header .info td ul {
	position: absolute;
	line-height: 35px;
	width:395px;
	overflow: hidden;
}

#header .info td ul li {
	width: 460px;
	height: 35px;
}

#header .info th a{
	color: #fff;
}

/*       #screenList
----------------------------*/

#screenList nav {
	background-color: #000;
}

#screenList nav ul {
	border-left: 1px solid #4e4e4e;
	width: 980px;
	margin: 0 auto;
}

#screenList nav li {
	width: 245px;
	float: left;
	text-align: center;
}

#screenList nav li a {
	border-right: 1px solid #4e4e4e;
	display: block;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
}

#screenList nav li.vol04 span {
	padding-left: 25px;
	background-image: url(../../common/img/icon_serch01.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#screenList nav li a:hover {
	background-color: #4e4e4e;
}

#screenList .listBox {
	padding: 38px 0 40px;
	width: 980px;
	margin: 0 auto;
}

#screenList .listBox .box {
	width: 1000px;
	position: relative;
	left: -2px;
}

#screenList .brandlist li {
	margin: 0 16px 18px 0;
	width: 184px;
	float: left;
}

#screenList .brandlist li a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}

/*       #brand
----------------------------*/

#brandList {
	padding: 57px 0 30px;
	width: 100%;
	border-top: solid 1px #e2e2e2;
}

/*       #guide
----------------------------*/

#guideList {
	padding: 50px 0 100px;
	width: 100%;
	border-top: solid 1px #e2e2e2;
}
#guideList .inner {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}
#guideList .inner section {
	float: left;
	margin-left: 55px;
	width: 290px;
}
#guideList .inner section:first-child {
	margin-left: 0;
}
#guideList .img {
	margin-bottom: 15px;
	text-align: center;
}
#guideList dt {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}
#guideList dd {
	margin-bottom: 35px;
	font-size: 13px;
	line-height: 21px;
}
#guideList .btn {
	margin: 0 auto;
	width: 135px;
}
#guideList .btn a {
	background-color: #fff;
}
#guideList .btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*       #news
----------------------------*/

#news {
	border-top: 1px solid #e2e2e2;
	margin-bottom: 100px;
}

#news .newsInner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#news h2 {
	margin-bottom: 20px;
	position: relative;
	top: -1px;
	left: -1px;
}

#news .more {
	position: absolute;
	top: 25px;
	left: 910px;
}

#news .more a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.70;
}

#news table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

#news td {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

#news td.date {
	color: #d30011;
	width: 7em;
}

.brand_nav {
	padding-top: 0;
	border-top: 0 !important;
}
.brand_nav h2 {
	display: none;
}











