

#news{
	width: 100%;
}


#news h3{
	width: 100%;
	height: 66px;
	border-bottom: 4px solid #4F8BC2;
	background: #fff url("../images/h3_new.png") center center no-repeat;
	display: block;
	text-indent: -9999px;
}

#news_btn{
	width: 480px;
	height: 58px;
	margin: 20px auto;
}
#news_btn li{
	width: 152px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	float: left;
	margin-left: 10px;
	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: 1600px;
	margin: 0px auto;
}
#news_wrap dl{
	background: rgba(255,255,255,1);
	margin-bottom: 15px;
	display: none;
	transition: 0.5s all;
}
#news_wrap dl.active{
	display: block;
}
#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 40px 10px;
	color:#FFF;
}
#news_wrap dl.news02 dt{
	background: url("../images/new_02.png") no-repeat 40px 10px;
}
#news_wrap dl.news03 dt{
	background: url("../images/new_03.png") no-repeat 40px 10px;
}

#news_wrap dl dt{
	text-align: left;
	padding: 20px 0 20px 110px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 120%;
	color:#000;
	position: relative;
	display: block;
	cursor: pointer;
}
#news_wrap dl dt span{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	margin-right: 20px;
	color:#000;
    display: inline-block;
    width: 120px;
}
#news_wrap dl dt .yaji{
	position: absolute;
	width: 18px;
	height: 14px;
	top: 32px;
	right: 34px;
}
#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: 140%;
	font-size: 20px;
	padding: 20px 60px;
}
#news_wrap dl.news01 dd{
	background: #fff;
	border: 4px #F80000 solid;
}
#news_wrap dl dd a{
	color: #2F8ADC;
	text-decoration: underline;
}
#cboxOverlay{background:#000; opacity: 0.3 !important; filter: alpha(opacity = 30) !important;}

#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:40px; height:40px; position:absolute; top:8px; right:8px;}

#cboxClose{
	background: url("../images/close_2.png") no-repeat center center;
}

#news_wrap dl dd img{
    max-width: 1170px;
    margin-top: 10px;
    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: 140%;
}