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


.maincontents {
	border-left: 1px solid #393939;
	background: url(img/bg.jpg) right bottom no-repeat fixed;
	float: left;
	margin: 0;
}
#bg {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: -2;
}

h2 {
	padding: 45px 0 0 19px;
}

#news_area {
	margin: 23px 0 0;
	padding: 0 70px;
	
}

article {
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	line-height: 1.5;
	padding: 30px 0 54px;
	color: #fff;
}

h3 {
	font-size: 16px;
	margin: 0 0 40px;
}

article a {
	color: #54d9fc;
}

.news_in {
	position: relative;
	z-index: 1;
}
.news_date1 {
	position: absolute;
	top: 0;
	left: 8px;
	font-size: 90px;
	font-weight: 400;
	line-height: 1;
	color: #54d9fc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	font-family: 'Montserrat', sans-serif;
}
.news_date2 {
	position: absolute;
	top: 12px;
	left: 18px;
	font-size: 90px;
	font-weight: 400;
	line-height: 1;
	color: #54d9fc;
	opacity: 0.2;
	filter: alpha(opacity=20);
	font-family: 'Montserrat', sans-serif;
}

.pagenavi{
	margin:0 0 33px -49px;
}
.pagenavi a{
	display: inline-block;
	margin: 0 7px 0 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1;
	color:white;
}
.pagenavi a.active{
	color: #54d9fc;
    text-decoration:underline;
}
.pagenavi a:hover{
	color: #54d9fc;
    text-decoration:underline;
}
.pagenaviFooter{
	margin:33px 0 0 -49px;
    padding:0 0 33px 0;
}
#left {
	width: 15px;
	height: 14px;
	overflow: hidden;
	margin: 0 8px 0 0;
}
#right {
	width: 15px;
	height: 14px;
	overflow: hidden;
	margin: 0 0 0 8px;
}
#left a:hover img, #right a:hover img {
	margin-top: -14px;
}

#news_nav_arr {
	display:inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}
#news_nav_arr p {
	color: #fff;
	display:inline-block;
	line-height: 1;
	font-size: 14px;
	vertical-align: top;
}

.sortTab {
    margin: 20px 0 30px -49px;
}

.mainTab {
	width: 164px;
	height: 30px;
	display: inline;
	float: left;
	margin-right: 3px;
	position: relative;
	z-index: 10;
}

.mainTab .over {
	display: none;
	cursor: pointer;
}

.mainTab:hover .over {
	display: block;
	cursor: pointer;
}

.mainTab.current .out,
.mainTab:hover .out {
	display: none;
}
.mainTab.current .over {
	display: block;
	cursor: default;
}
.mainTab.current:hover .over {
	cursor: default;
}