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

.imgLink_res ul li {
margin-bottom:6px;
vertical-align:top;
}

.imgLink_res ul li.first {
margin-left: 0;
}

.imgLink_res ul li:first-child {
margin-left:0;
}

body.dashcam .content,
body.naviandmulti .content,
body.receiver .content,
body.excelon .content,
body.reference .content,
body.amplifiers .content,
body.speakers .content,
body.marine .content {
	padding: 0;
}

body.dashcam .main_kv {
	background: url("../../dashboard_camera/images/2022_kv_bg.jpg") center #000 no-repeat;
}

body.naviandmulti .main_kv {
	background: url("../../navigation_multimedia/images/kv_bg.jpg") center #000 no-repeat;
}

body.receiver .main_kv {
	background: url("../../receiver/images/kv_bg.jpg") center #000 no-repeat;
}

body.excelon .main_kv {
	background: url("../../excelon/images/excelon_visual.jpg") center #000 no-repeat;
}

body.reference .main_kv {
	background: url("../../excelon/images/excelonreference_visual.jpg") center #000 no-repeat;
}

body.amplifiers .main_kv {
	background: url("../../amplifiers/images/amplifiers_visual.jpg") center #000 no-repeat;
}

body.speakers .main_kv {
	background: url("../../speakers/images/speaker_visual.jpg") center #000 no-repeat;
}

body.marine .main_kv {
	background: url("../../marine/images/marine_visual.jpg") center #000 no-repeat;
}

body.dashcam .main_kv,
body.naviandmulti .main_kv,
body.receiver .main_kv,
body.excelon .main_kv,
body.reference .main_kv,
body.amplifiers .main_kv,
body.speakers .main_kv,
body.marine .main_kv
{
	background-size: auto 100%;
	height: 550px;
	position: relative;
}

body.dashcam .main_kv_inner h1 {
	font-family: "Frutiger Neue W01 Light", Frutiger, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 40px;
	color: #fff;
	width: 500px;
	position: absolute;
	top: 30%;
	left: 0;
	line-height: 1em;
}

body.dashcam .main_kv_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 500px;
}

body.naviandmulti .main_kv_inner h1,
body.receiver .main_kv_inner h1,
body.excelon .main_kv_inner h1,
body.reference .main_kv_inner h1,
body.amplifiers .main_kv_inner h1,
body.speakers .main_kv_inner h1,
body.marine .main_kv_inner h1 {
	display: none;
}

body.dashcam .main_kv_inner .sp {
	display: none;
}


body.dashcam .main_kv_inner h1 .sub {
	font-size: 14px;
	display: block;
	margin-top: 20px;
	line-height: 2em;
}

.productBox .txt_lead {
	width: 250px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	body.dashcam .main_kv,
	body.naviandmulti .main_kv,
	body.receiver .main_kv,
	body.excelon .main_kv,
	body.reference .main_kv,
	body.amplifiers .main_kv,
	body.speakers .main_kv,
	body.marine .main_kv	
	{
		height: 100%;
	}

	body.dashcam .main_kv_inner,
	body.naviandmulti .main_kv_inner,
	body.receiver .main_kv_inner,
	body.excelon .main_kv_inner,
	body.reference .main_kv_inner,
	body.amplifiers .main_kv_inner,
	body.speakers .main_kv_inner,
	body.marine .main_kv_inner {
		width: 100%;
		height: 100%;
		padding: 60% 0 0;
	}
	
	body.dashcam .main_kv_inner h1 {
		top: 20%;
		left: 10%;
		max-width: 90%;
	}
	
	body.dashcam .main_kv_inner h1 br {
		display: none;
	}

	body.dashcam .main_kv{
		padding-bottom: 40%;
	}
}

@media screen and (max-width: 480px) {
	body.dashcam .main_kv_inner {
		padding: 90% 0 0;
	}
	
	body.dashcam .main_kv_inner h1 {
		font-size: 26px;
	}

	body.dashcam .main_kv_inner .sp {
		display: inline;
	}

	body.dashcam .main_kv_inner h1 .sub {
		line-height: 1.5em;
	}
}
