@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	width:100%;
	text-align: center;
	font-size: 16px;
	color: #2F2F2F;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	border: 0;
	overflow-y: scroll;
	background-image:url(../images/bg.gif);
	background-position:left top;
	background-repeat:repeat;
}                                                                                                                                          
.wrapper{
	
	width:980px;
	margin:0 auto;
}

.top{
	width:100%;
	height:732px;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
/*ヘッダー*/
header{
	width:100%;
	height:78px;
	background-image:url(../images/hd_bg.png);
	background-repeat:repeat-x;

}
.hd{
	width:1080px;
	height:78px;
	margin:0 auto;
	padding-left:40px;
}
.hd-left{
	margin-top:12px;
	width:380px;
	float:left;
}
.hd-right{
	margin-top:12px;
	width:680px;
	float:left;
}
a:hover .hd-alpha{
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";

}
.clear{
	clear:both;
}
/*ヘッダここまで*/

.container{
	width:980px;
	height:648px;
	margin:0 auto;
	background-image:url(../images/main_img01.png);
	background-repeat:no-repeat;
}
.container a{
	margin-left:26px;
	width:436px; 
	height:550px; 
	display:block;
}
.container a:hover{
	background-color:rgba(250,250,250,0.1);
}
.container a span{
	display:none;
}
h1{
	display:none;
}
/*
#CDT{
	position:relative;
 	left: 354px;
 	top: 200px;
	z-index: 1;
	font-size: 36px;
	color:red;
}
#CDT .day{
	position:relative;
 	left: 170px;
 	top: -44px;
	font-size: 60px;
	color:red;
}
*/
#CDT{
	position:relative;
	left:226px;
 	top: -60px;
	z-index: 2;
	font-size: 22px;
	color:red;
	font-weight:bold;
	line-height:26px;
}}

#CDT .day{
	position:relative;
 	left: 360px;
 	top: 400px;
	z-index: 2;
	font-size: 40px;
	color: red;
}
#CDT .day2{
	font-size:26px;
	color:#454545;
}
.news_page{
	width:980px;
}
.news_box{
	width:980px;
	text-align:left;
	background-image:url(../images/news_areatop.png);
	background-repeat:no-repeat;
	margin-top:20px;
}
article{
	background-image:url(../images/news_area400.png);
	background-repeat:repeat-y;
	width:980px;
	margin:0 auto;
	padding-top:30px;
}
.write{
	width:880px;
	margin:0 auto;
}
p.day{
	margin-left:30px;
	font-weight:bold;
	font-size:20px;
	color:#ff7e45;
}
p.news_title{
	margin-left:30px;
	font-weight:bold;
	padding:6px 0 10px 0;
	font-size:20px;
	color:#ff7e45;
}
article p{
	margin-left:40px;
	font-size:14px;
}
hr{
	width:820px;
	height:3px;
	margin:40px 0 0 30px;
	background-image:url(../images/hr.jpg);
	background-repeat:no-repeat;
	border:none;
}
.news_bottom{
	width:980px;
	height:40px;
	background-image:url(../images/news_areabottom.png);
	background-repeat:no-repeat;
}
.return{
	margin:4px 0 0 0;
	margin-right:30px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#768df3;
}
.return a{
	text-decoration:none;
	color:#4ebfff;
}
.news_link{
	margin:4px 0 0 40px;
	font-weight:bold;
	font-size:16px;
	color:#768df3;
}
.news_link a{
	text-decoration:none;
	color:#4ebfff;
}

.gakka{
	margin-top:40px;
	
}
footer{
	margin-bottom:60px;
}
small{
	font-size:14px;
	color:#FFF;
}
.mr10{
	margin-right:10px;
}
.ml10{
	margin-left:10px
}
.mb14{
	margin-bottom:14px;
}
.mt30{
	margin-top:30px;
}
.mb30{
	margin-bottom:30px;
}

.scrollbox{
}


.nav{
	padding-top:18px;
	background-image:url(../images/nav_bg_t-nwes.png);
	background-repeat:no-repeat;
	position:fixed;
	width: 58px;
	height:572px;
	margin-top:200px;
	margin-left:1000px;
	top: 0;
}

.nav a{
	display: block;
	color: #666;
	text-decoration: none;
}
#spLinkBlockInPc{
display:none;
}