@charset "utf-8";
/* CSS Document */

#header {
	height:40px;
	padding: 5px 10px 5px 10px;
	overflow: visible;
	position:fixed;
}


#header div {
	margin-left: auto;
	margin-right: auto;
}
#menu, #header_left, #header_right {
	display: inline-block;
	vertical-align: middle;
}
#header_right {
	position: absolute;
	right: 10px;
	text-align: right;
}
#header_left{	
	float:none;
	padding-left: 120px;
	visibility: visible;
	width:auto;
}
#header_logo{
	background-repeat:no-repeat;
	float:left;
	width:127px;
	height:150px;
	z-index: 100;
	}
#menu {	
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.contentfull {
	max-width: 1280px;
}
#main_container {
	text-align: center;
	max-width: 1280px;
}
#front_top {
	height: auto;
	padding-bottom: 30px;
	padding-top: 100px;
	visibility: visible;
}
#front_title h1 {
	font-size: 5vw !important;
	letter-spacing: 36px;
	margin-bottom: -2vw !important;
}

#front_left {
	float: left;
	max-width: 400px;
	width: 33%;
	margin-right: 30px;
	margin-bottom: 30px;
	-moz-column-count: 1; /* Firefox */
	-webkit-column-count: 1; /* Safari and Chrome */
	column-count: 1;/*	-moz-column-gap:60px; */
}
#front_right {
	width: inherit;
	column-gap: 5%;
	-moz-column-gap: 5%;
	-webkit-column-gap: 5%;
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;/*	-moz-column-gap:60px; */
}
.ros_news_wide{
	float:none;
}

.columnar, #front_top {
	-moz-column-count: 4; /* Firefox */
	-webkit-column-count: 4; /* Safari and Chrome */
	column-count: 4;/*	-moz-column-gap:60px; */
}

.post-content iframe {
    border-radius:10px;
    float:right;
    margin-left:40px;
    }


#blog {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
