@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


ul {
	list-style: none;
	text-align: left;
	padding: 0px;
	width: 460px;
	height: 135px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
ul li {
	margin: 5px 0 15px 0;
	list-style: none;
	text-align: left;
	font-size: 12px;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: 'Noto Sans JP';
}
ul li a {
	margin-left: 20px;
}


@media screen and (max-width: 767px) {
	ul {
		list-style: none;
		text-align: left;
		padding: 0;
		margin: 20px 0 0 0;
		width: auto;
		float: none;
		height: 135px;
		overflow: hidden;
	}
	ul li {
		margin: 5px 0 15px 0;
		list-style: none;
		text-align: left;
		font-size: 12px;
		width: 280px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-family: 'Noto Sans JP';
	}
}

