<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Icons created with icomoon.io/app */

#border_bottom{background:#000;}
a img{}
a:hover img{ filter: alpha(opacity=50);  -moz-opacity: .7; opacity: .7; }

.tabs {
	position: relative;
	width: 1064px;
	overflow: hidden;
	margin: 2em auto 2em auto;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
	margin:20px auto 20px auto;
	width:1064px;
	height:29px;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border-bottom: none;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	z-index: 100;
}
/*
.tabs nav li.tab-current:after,
.tabs nav li.tab-current:before {
	content: '';
	position: absolute;
	height: 2px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background:url(../../../images/line.png) no-repeat;
	background:#8f8f8f;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 1000px;
}
*/

.tabs nav a {
	color: #c0c0c1;
	display: block;
	font-size: 14px;
	line-height: 26px;
	padding: 0 4.5em 0 4.5em;
	white-space: nowrap;
	background:#000;
	text-decoration:none;
}

.tabs nav a:hover {
	color: #1e9a3c;
}

.tabs nav li.tab-current a {
	color: #1e9a3c;
	background:#000;
}



/* Content */
.content section {
	padding: 0 1em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid red;
}

.content section.content-current {
	display: block;
}

.mediabox {
	width:auto;
	padding:25px;
	height:330px;
	width:960px;
	margin:0 auto 0 auto;
	background:url(../images/line_p.png) bottom no-repeat;
}

.mediabox2 {
	width:920px;
	margin:20px auto 50px auto;
	height:834px;
	position:relative;
}

.mediabox img {
	display: block;
	margin: 0 auto;
	float:left;
	border:none;
	width:480px;
	height:320px;
}

.mediabox2 img {
	display: block;
	margin: 0 auto;
	float:left;
	margin:12px;
	border:none;
	border:#101010 1px solid;
	width:280px;
	height:260px;
}

.mediabox2 img:hover{border-color:#fff;}

.mediabox_r{
	float:left;
	max-width:455px;
	text-align:center;
	margin-left:20px;
	height:320px;
	color:#b8b8b9;
}

.mediabox_r h3 {
	margin: 40px auto 35px auto;
}

.mediabox_r p {
	padding: 0 0 1em 0;
	margin: 0 auto 30px auto;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

.mediabox_r  small{
	width:auto;
	background:url(../images/content_btm_ti_bg.png) left no-repeat;
	padding-left:30px;
}

.mediabox_r a:hover small{
	background:url(../images/content_btm_ti_bg1.png) left no-repeat;
	color:#1b8c36;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: center;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}</pre></body></html>