@charset "utf-8";


/* overwrite +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bnv{
	padding: 20px 0 0 0;
}
#hd .btn-materials,
#hd .text-materials{
	display: none;
}
/* /overwrite ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* infoCt ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#infoCt{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 960px;
	margin: 50px auto 50px auto;
	padding: 40px 0 ;
	min-height: 300px;
	background-color: #ffffff;
	border:2px solid #000000;
}
#infoCt .news-title{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
}

#infoCt .news-wrapper{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#infoCt .news-wrapper .newsblock{
	display: none;
}
#infoCt .news-wrapper .news-title-second{
	padding: 1.2em 0 .1em 0;
	font-size: 166.6%;
	font-weight: bold;
}
#infoCt .news-wrapper .news-title-second .sub{
	font-size: 75%;
	font-weight: normal;
}
#infoCt .news-wrapper .news-text{
	font-size: 150%;
}
#infoCt .news-wrapper .news-list{
	font-size: 150%;
}

/* /infoCt +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */