@charset "UTF-8";
#news{
	padding: 12px;
	box-sizing: border-box;
}
.news-top{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:75%;
	margin-top: 5px;
}
.news-top a{
	text-decoration: underline;
}
.news-top i{
	margin: 0 10px;
	color:hsla(0,0%,31%,1.00);
}
#news h1{
	font-weight: 600;
	border-bottom: 1px solid #edad3e;
	padding-bottom: 5px;
	margin-top: 20px;
}
.news dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px dotted hsla(0,0%,68%,1.00);
	padding: 20px 0;
	font-size: 14px;
}
.news dl dd:nth-child(2){
	margin-left: 30px;
/*	border: 1px solid hsla(0,0%,74%,1.00);*/
	padding: 3px;
	width: 100px;
	font-size: 13px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	background: #edad3e;
	color: white;
}
.news dl dd.event{
	background: #0E66B6;
}
.news dl dd.important{
	background: #d1011b;
}
.news dl dd:last-child{
	width: 100%;
		margin-top: 10px;
}
.news a{
	text-decoration: underline;
}
.news a:hover{
	color: #0E66B6;
}
#news strong{
	font-weight: bold;
}
#news .detail a{
	text-decoration: underline;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーDETAILーーーーーーーーーーーー*/
.detail{

}
.detail h2{
	font-size: 1.4rem;
    font-weight: bold;
    color: #134490;
	text-align: center;
}
.detail p{
	margin-bottom: 8px;
}
.detail img{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#news .links{
	text-align: center;
	margin: auto;
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
	font-size: 16px;
}
#news .links i{
	margin-left: 10px;
	
}
#news .links a{
	text-decoration: underline;
}
#news .links a:hover{
	color: #0E66B6;
}

@media Screen and (min-width:768px){
	#news {
		width: 100%;
		max-width: 1020px;
		margin: auto;
		padding-bottom: 40px;
	}
	
	.news-top{
		font-size: 90%;
		margin-top: 10px;
	}
	#news h1{
	
/*
	font-size: 1.8rem;
    font-weight: bold;
    color: #134490;
*/
		font-size: 120%;
		margin-bottom: 35px;
		margin-top: 30px;
		}
	.news dl{

	padding: 30px 0;
		font-size: 15px;

	}
	.news dl dd:nth-child(2){
		margin-left: 50px;


	}
	.news dl dd:last-child{
		width: 60%;
		margin-top: 0px;
		margin-left: 50px;
	}
	.detail img{
		float: right;
		width: 50%;
		height: auto;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-top: 0;
	}
	.detail img::affter{
		content: "";
		display: block;
		clear: both;
	}
	#news .links{
		display: block;
		content: "";
		clear: both;
		text-align: center;
		margin: auto;
		margin-top: 120px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	#news .links i{
		margin-left: 10px;
	}
	#news .links a{
		text-decoration: underline;
	}

}