@charset "UTF-8";

.news{
	max-width: 600px;
	width: 90%;
	list-style: none;
	margin: 70px auto 100px;
	}

.news li{
	margin: 20px 0px 20px 15px;
	text-decoration: none;
	display: inline-block;
	padding-left:7.0em;
	text-indent:-8.0em;
	line-height: 1.5em;
	}

.news li a{
	text-decoration: none;
	}

.news li a :hover{
	color: #2B7438;
	}

.newsline{
	border-top: 1px dotted #000000;
	}

.data{
	padding-right: 35px;
	}


.btnmore {
	display: inline-block;
	width: 230px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 2px solid #2B7438;
	font-family: "UD Shin Go Medium";
}

.btnmore span{
	color: #2B7438;
	position: relative;
	}

.btnmore span::before{
	content: "";
	position: absolute;
	top: 50%;
	right: -75px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2B7438;
	border-right: 2px solid #2B7438;
	transform: rotate(45deg);
	margin-top: -4px;
	}

a.btnmore {
	color: #2B7438;
	}



