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

.nav2 ul{
	list-style-type:none;
	text-align:center;
	margin:10px auto 50px;
	padding:0;
	width:100%;

}
.nav2 ul li{
	margin-bottom:2px;
}
.nav2button {
	display: inline-block;
	width: 90%;
	padding:6px 0;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	opacity:0.7;
	color: #fff;
}
.nav2button:hover {
	opacity: 0.3;
}
.nav2button::before,
.nav2button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.nav2button,
.nav2button::before,
.nav2button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


@media only screen and (min-width:780px) {
/*.menu-contents{
	display:none;
}
*/

/*------NEWS------*/

.news {
	width:90%;
	margin:0 auto 85px;
}

/*-----2nav-----*/

.nav2 ul{
	margin:0 auto 85px;
	padding:0;
	overflow:hidden;
	width:65%;
}
.nav2 ul li{
	width:49%;
	margin-bottom:10px;
	float:left;
}
.nav2 ul li.right{
	float:right;
	margin-bottom:10px;
}


}

@media only screen and (min-width:960px) {




}
@media only screen and (min-width:1250px) {

}
