@charset "UTF-8";
/*
	Filename: news
	Version: 1.0.1
*/
/*-----------------------------------------------------
	sec#news
------------------------------------------------------*/
#news dl {
  padding: 50px 0;
  border-top: 1px solid #93BDC6;
}
#news dl:first-of-type {
  padding-top: 0;
  border-top: none;
}
#news dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#news dl dt {
	width: 100%;
  margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}
#news dl dd {
	width: 100%;
}
#news dl dd .news_title {
  margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}
#news dl dd p {
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
}