
#main-visual {
	overflow: hidden;
	height: 300px;
	position: relative;
}
.main-visual {
	float: left;
}
.main-visual-blocker {
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.main-visual-blocker .material-icons {
	color: #FFF;
	font-size: 48px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-visual-blocker.left {
	right: 50%;
	margin-right: 500px;
}
.main-visual-blocker.left .material-icons {
	right: 10px;
}
.main-visual-blocker.right {
	left: 50%;
	margin-left: 500px;
}
.main-visual-blocker.right .material-icons {
	left: 10px;
}
#main-visual-wrapper {
	width: 3625px;
	height: inherit;
	position: relative;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}
#main-visual-wrapper .main-visual img {
	width: 1000px;
	height: 300px;
}
#top-navi {
	background: #EEE;
	padding: 0px 0 10px;
	box-shadow: 0 0px 5px 0 rgba(0,0,0,.2) inset, 0 0px 5px 0px rgba(0,0,0,.2) inset;
}
#top-navi ul.right li {
	width: 200px;
	height: 150px;
	float: left;
	margin: 10px 5px;
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	border-bottom: 3px solid #434141;
	box-sizing: border-box;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#top-navi ul.right a {
	display: block;
	width: inherit;
	height: inherit;
}
#top-navi ul.right a {
	border-radius: 5px;
}
#top-navi ul.right img {
	margin: 7px 0;
	opacity: .8;
}
#top-navi ul.right div {
	color: #212121;
	min-height: 83px;
	background: #FFF;
}
#top-navi ul.right h2 {
	padding: 10px 0 5px;
	font-size: 15px;
	color: #212121;
}
#top-navi ul.right i {
	opacity: .38;
	font-size: 20px;
	margin-left: -20px;
	color: #000;
}
#top-navi ul.right p {
	text-align: left;
	padding: 0 10px;
}
#top-navi ul.left li {
	background: #FFF;
	width: 365px;
	margin: 10px 0;
	border-radius: 5px;
	position: relative;
	text-align: center;
	text-indent: 20px;
	box-sizing: border-box;
	transition: all .2s;
	-webkit-transition: all 0.1s;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#top-navi ul.left a {
	display: block;
	position: relative;
	transition: all .2s;
	-webkit-transition: all .2s;
	background-size: auto 35px !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#top-navi ul.left h2 {
	line-height: 1.5;
	color: #FFF;
	font-size: 20px;
	padding: 12px 0 6px;
	letter-spacing: 1px;
}
#top-navi ul.left h2 span {
	display: block;
	font-size: 13px;
	opacity: .78;
	text-indent: 0;
}
#top-navi ul.left img {
	width: auto;
	height: 50px;
}
#top-navi ul.left li:first-child {
	border-bottom: 3px solid #8d111d;
}
#top-navi ul.left li:first-child a {
	background: url("../img/top/ico-edit-elx_nc=logo.gif") #003366 no-repeat 25px center;
}
#top-navi ul.left li:nth-child(2) {
	border-bottom: 3px solid #003049;
}
#top-navi ul.left li:nth-child(2) a {
	background: url("../img/top/ico-pc-elx_nc=logo.gif") #0e76ac no-repeat 20px center;
}
#top-navi ul.left i {
	float: right;
	line-height: 103px;
	font-size: 36px;
	color: #FFF;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#top-navi .owl-prev {
	display: none !important;
}
#top-navi .owl-next {
	height: 100%;
	width: 50px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, #fff 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1 );
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999999px;
}
#top-navi .owl-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: url("../img/ico-next-elx_nc=logo.gif") no-repeat 30px center;
	background-size: auto 21px !important;
}
#product-wrapper {
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	clear: both;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#product-wrapper h2 {
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 2;
}
.content-block {
	width: 213px;
	margin: 0 5px;
	float: left;
	box-sizing: border-box;
	/* border: 1px solid #DDD; */
	position: relative;
}
.content-block a {
	display: block;
}
.content-block h2 {
	text-align: center;
	color: #212121;
	font-size: 16px;
	margin: 0 0 10px;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius: 5px;
	background: #FFF;
	border-bottom: 3px solid #434141;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.content-block h2 img {
	display: block;
	margin: 0 auto 10px;
}
.content-block ul {
	width: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	border-top: none;
}
.content-block li {
	border-top: 1px solid #DDD;
}
.content-block li a {
	padding: 16px 25px 10px 10px;
	position: relative;
}
.content-block li i {
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 50%;
	opacity: .38;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}
#news .header {
	border-bottom: 2px solid #003366;
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin: 30px 0 20px;
}
#news .header span {
	font-size: 12px;
	color: #757575;
	font-weight: normal;
	margin-left: 20px;
}
#news .header a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	background: #333;
	border-radius: 3px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	position: absolute;
	right: 0;
	top: 5px;
}
#news dt {
	float: left;
	clear: left;
}
#news dd {
	padding: 0 0 10px 90px;
	color: #757575;
}
#news dd span.new {
	width: 45px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	background: #FFBA00;
	display: inline-block;
	border-radius: 3px;
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
}
.slider {
	width: 1000px;
	margin: 100px auto;
	background: #DDD;
}
.slick-list {
	padding: 0 !important;
}
.slick-slide img {
	width: 185px;
	height: 77px;
	float: right;
	margin-left: 5px;
}
