@charset "utf-8";
/* CSS Document */

.cat_template_page {
	background:rgba(255,255,255,1);
}

.cat_template_page_header {
	color:#191919;
	position:relative;
}



.cat_template_page_header_content {
	position:absolute;
	 top:0px;
	 left:0px;
	 z-index:1;
	 padding:1.8vw 3vw 0 0vw;
	 font-weight: bold;
	 color:#ffffff;
	 text-transform: uppercase;

}

.top_content_img {
	background:#ffffff;
	padding:4px;
	border:1px solid #cdcdcd;

}
