@charset "utf-8";



/* header
-----------------------------------*/
#header{
	background-image: url("../img/bg_topics_01.jpg");
}
#header nav li:nth-child(7) a:before{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#header nav li:nth-child(7) a:after{
	opacity: 1;
}
#header nav li:nth-child(7) a img{
	opacity: 0;
}



/* topics_unit
-----------------------------------*/
#topics_unit{
	width: 100%;
	margin-bottom: 123px;
}


#topics_unit > .common_section:first-of-type{
	margin-top: -5px;
}