﻿@charset "utf-8";

.news-2 ul {
	width: auto;
	height: 200px;
	position: static;
	overflow-y: scroll;
	margin: 10px 0 10px 0;
	-webkit-overflow-scrolling : touch;
}
.content-top2-top-label ul li:nth-child(3) a {
	color: #000;
}
@media (max-width: 768px) {
.news-2 ul {
	margin: 10px 0 5px 0;

}
}
.news-all,
.news-1 {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

.news-all .news-ichiran,
.news-1 .news-ichiran {
	display: none;
}