@charset "UTF-8";

#navi li:first-of-type {
	border-bottom: none;
}

#navi li:nth-of-type(3) {
	border-bottom: 3px solid #4e4e4e;
}

li.rss {
	display: block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	
	div.news-right>ul>li:nth-child(3),
	div.news-right>ul>li:nth-child(4) {
		width: 175px;
		display: inline-block;
		font-size: 0.8em;
	}
	div.news-right>ul>li:nth-child(3) {
		margin-left: -40px;
	}
	div.news-right>ul>li:nth-child(4) {
		margin-right: -40px;
	}
	
}