@charset "utf-8";


/* index_news
============================================================================================================ */

.index_news ul {
	margin: 0 10px;
	border-top: 2px solid #000000;
	font-size: 1.3rem;
	line-height: 1.5;
}
.index_news ul li {
	border-bottom: 1px solid #000000;
}
.index_news ul a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
}




