
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0em 0 0em;
	
/*	font-weight: bold;*/
}

/* Nav */
.tabs #tab {
	
	text-align: center;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:0px;
	
}

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

.tabs #tab li {
	border: 1px solid #becbd2;
	border-bottom: 1px solid #becbd2;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	background: url("../img/share/arrow_ir.png") no-repeat;
	background-size: 16px 16px;
	background-position: 3px 10px;
	list-style: none;
	
}




.tabs #tab a {
	
	color: #666;
	display: block;
	font-size: 110%;
	line-height: 2.5;
	padding: 0 10px 0px 24px;
	white-space: nowrap;
	text-decoration: none;
}

.tabs #tab a:hover {
	color:#CF0000;
	text-decoration: none;
}



.tabs #tab li.select {
    color:#CF0000; !important;
	display: block;
	border-top: 1px solid #CF0000;
	
	box-shadow: inset 0 2px #CF0000;
	border-bottom: 1px solid #becbd2;
	z-index: 1;
	
	line-height: 2.5;
	padding: 0 0px 0px 0px;
	white-space: nowrap;
	font-size: 100%;
	background-color: #f5f5f5; 
	
}
.disnon {
  display: none;
}

#cate1,
	#cate2,
	#cate3,
	#cate4,
	#cate5 {
		display: block;
		width: 100%;
	padding: 0;
	}
	



/* Content */
.content {
	
	min-height:400px;
	
}

.content section {
	font-size: 100%;
	padding: 3em 1em;
	display: none;
	max-width: 1230px;
	min-height:500px;
	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 #47a3da;
}

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

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	

	.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:840px) {
	
	
	.tabs #tab {
		width: 100%;
		margin: 0px 0px 30px 0px;
		
	text-align: center;
	
	display: block;
		width: 100%;
	padding: 0px 0px 30px 0px;
	
}

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

.tabs #tab li {
	border: 1px solid #becbd2;
	border-bottom: 1px solid #becbd2;
	margin: 0 0.1em;
	display: block;
	float: left;
	position: relative;
	background:none;
	
	list-style: none;
	text-align: center;
}




.tabs #tab a {
	
	color: #666;
	display: block;
	font-size: 90%;
	line-height: 2.5;
	padding: 0 2px 0px 2px;
	margin-left: 0px;
	text-align: center;
}

.tabs #tab a:hover {
	color:#CF0000;
	text-decoration: none;
}



.tabs #tab li.select {
    color:#CF0000; !important;
	display: block;
	border-top: 1px solid #CF0000;
	
	
	border-bottom: 1px solid #becbd2;
	z-index: 1;
	
	line-height: 2.5;
	padding: 0 0px 0px 0px;
	white-space: nowrap;
	font-size: 100%;
	background-color: #f5f5f5; 
	
}
	
	
	#cate1,
	#cate2,
	#cate3,
	#cate4,
	#cate5 {
		display: block;
		width: 100%;
	padding: 0;
	}
	
	
	
	
	

	.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;
	}
}

