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

#content .shownews {
	overflow:hidden;
	zoom:1;
	margin-bottom: 20px;
}

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

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

#content .shownews ul {
	float: right;
}

#content .shownews ul li {
	border:1px solid #CCCCCC;
	margin-bottom: 20px;
}

#content .shownews ul li a {
	display: table-cell;
	width: 158px;
	height: 158px;
	text-align: center;
	vertical-align: middle;
}

#content .shownews ul li.pdfbox {
	border: none;
}

#content .shownews ul li.pdfbox a {
	display: block;
	width: 160px;
	height: auto;
}

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

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