#news{
	position: relative;
	background: #E1F1FF;
	padding-bottom: 130px;
}

#news h3{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: 4px solid #4F8BC2;
	background: url("../images/h3_new.png") no-repeat center center #fff;;
	display: block;
	text-indent: -9999px;
}

#news_btn{
    width: 280px;
	height: 36px;
	margin: 20px auto;
}
#news_btn li{
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	margin-left: 4px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}

#news_btn li:first-child{
	margin-left: 0px;
}

#news_btn li:nth-child(1){
	background: url("../images/new_all_b.png") no-repeat center center;
}
#news_btn li:nth-child(2){
	background: url("../images/new_01_b.png") no-repeat center center;
}
#news_btn li:nth-child(3){
	background: url("../images/new_02_b.png") no-repeat center center;
}
#news_btn li:nth-child(4){
	background: url("../images/new_03_b.png") no-repeat center center;
}

#news_btn li:nth-child(1).active{
	background: url("../images/new_all_b_on.png") no-repeat center center;
}
#news_btn li:nth-child(2).active{
	background: url("../images/new_01_b_on.png") no-repeat center center;
}
#news_btn li:nth-child(3).active{
	background: url("../images/new_02_b_on.png") no-repeat center center;
}
#news_btn li:nth-child(4).active{
	background: url("../images/new_03_b_on.png") no-repeat center center;
}

#news_wrap{
	width: 400px;
	margin: 0px auto;
}
#news_wrap dl{
	background: rgba(255,255,255,1);
	margin-bottom: 10px;
	display: none;
	transition: 0.5s all;
}
#news_wrap dl.active{
	display: block;
	transition: 0.5s all;
}
#news_wrap dl:nth-child(even){
	background: rgba(255,255,255,0.7);
}
#news_wrap dl.news01{
	background: #F80000;
}

#news_wrap dl.news01 dt{
	background: url("../images/new_01.png") no-repeat 10px 6px;
	color:#FFF;
}
#news_wrap dl.news02 dt{
	background: url("../images/new_02.png") no-repeat 10px 6px;
}
#news_wrap dl.news03 dt{
	background: url("../images/new_03.png") no-repeat 10px 6px;
}

#news_wrap dl dt{
	text-align: left;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 140%;
	color:#000;
	position: relative;
	display: block;
	cursor: pointer;
}
#news_wrap dl dt span{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-left: 30px;
	/* font-size: 22px; */
	font-size: 16px;
	color:#000;
}
#news_wrap dl dt .yaji{
	position: absolute;
	width: 18px;
	height: 14px;
	top: 18px;
	right: 14px;
}
#news_wrap dl.news01 dt .yaji{
	background: url("../images/new_01_dn.png") no-repeat;
}
#news_wrap dl.news02 dt .yaji{
	background: url("../images/new_02_dn.png") no-repeat;
}
#news_wrap dl.news03 dt .yaji{
	background: url("../images/new_03_dn.png") no-repeat;
}
#news_wrap dl.news01 dt.active .yaji{
	background: url("../images/new_01_up.png") no-repeat;
}
#news_wrap dl.news02 dt.active .yaji{
	background: url("../images/new_02_up.png") no-repeat;
}
#news_wrap dl.news03 dt.active .yaji{
	background: url("../images/new_03_up.png") no-repeat;
}


#news_wrap dl dd{
	display: none;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 160%;
	font-size: 16px;
	padding: 20px;
	word-break: break-all;
}
#news_wrap dl.news01 dd{
	background: #fff;
	border: 4px #F80000 solid;
}
#news_wrap dl dd a{
	color: #2F8ADC;
	text-decoration: underline;
}



#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:78px; height:24px; position:absolute; top:0px; right:0px;}

#cboxClose{
	background: url("../images/close.png") no-repeat center center;
}

#news_wrap dl dd img{
    width: 100%;
    margin-top: 20px;
    clear: both;
}
#news_wrap dl dd .caption{
	border-left: 5px solid #CCC;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
	padding-left: 8px;
	font-size: 14px;
	line-height: 1.4em;
}