/*-------------------------------------------------------------

wnew.css

-------------------------------------------------------------*/
.wnewContent{

}

.wnewCont{
	border-bottom: solid 1px #999;
	padding:0 120px 60px 120px;
	text-align:left;
	margin-bottom:60px;
}
.wnewCont:last-of-type{
	margin-bottom:0;
}
.wnewDate{
	font-size: 14rem;
	margin-bottom: 5px;
}
.wnewCont h3{
	font-size: 24rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.wnewImage{
	margin-bottom: 20px;
	text-align: center;
}
.wnewImage img{
	width:75%;
	height:auto;
}
.wnewCont p{
	font-size:16rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.wnewLink{
	font-size:16rem;
	line-height: 1.5;
	margin-bottom:15px;
}
.wnewLink a{

}
.wnewLink span{
	display: inline-block;
	color:#fff;
	background-color: #099;
	padding:3px 1em;
	margin-right: 5px;
	border-radius: 1px;
}
.wnewPdf{
	font-size:16rem;
	line-height: 1.5;
}
.wnewPdf a{

}
.wnewPdf span{
	display: inline-block;
	color:#fff;
	background-color: #099;
	padding:3px 1em;
	margin-right: 5px;
	border-radius: 1px;
}


/*-----834以下-----*/
@media screen and (max-width: 834px) {

	.wnewCont{
		padding:0 2% 30px 2%;
		margin-bottom:30px;
	}
	.wnewDate{
		font-size: 12rem;
	}
	.wnewCont h3{
		font-size: 20rem;
	}

}
