@charset "UTF-8";

/* ↓↓NEWS 始め↓↓ */
.news {
	border: 4px solid #e0e0e0
}
.news_title {
	color: #444444;
	padding: 10px 0 10px 5px;
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc
}

.news time {
	color: #888888;
	font-size: 0.9em;
	font-weight: normal
}
.news_list {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #d0d0d0
}
.news_list:after {
	content: "";
	display: block;
	clear: both
}
.news_date {
	float: left;
	height: auto;
	margin-left: 5px;
	width: 90px
}
.news_contents {
	float: none;
	width: auto;
	margin-left: 100px;
	
}
.news_contents h4 {
	margin-bottom: 8px;
}
.news_contents p {
	width: 90%;
	font-size: 90%;
	margin-bottom: 8px;
}

.news_contents h4, p, a {
	font-size: 0.8em
}
/* ↑↑NEWS 終わり↑↑ */
@media (min-width : 480px) {
	
}


@media (min-width : 768px) {
	.news_contents h4, p, a {
	font-size: 0.9em
}
}

@media (min-width : 980px) {
	.news_contents h4, p, a {
	font-size: 1.0em
}
}
