﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css?210712new);

#content .shownews {
	overflow:hidden;
	zoom:1;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 960px) {
	#content .shownews {
		flex-direction: column;
		align-items: center;
	}
}

#content .shownews dl.text {
	margin: 0 0 0 20px;
}

@media screen and (max-width: 960px) {
	#content .shownews dl.text {
		margin: 20px auto 0;
	}
}

#content .shownews dl dt {
	font-weight: bold;
}

#content .shownews ul {
	min-width: 160px;
}

#content .shownews ul li {
	margin-bottom: 20px;
}

#content .shownews ul li.last {
	margin-bottom: 0;
}

#content .link {
	margin-bottom: 30px;
}
