@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
/* =========================================================
   research
========================================================= */
.entry-table {
	width: 920px;
	margin: 20px 10px;
}
.entry-table table {
	width: 920px;
	border: 1px solid #c1c1c1;
	line-height: 30px;
	table-layout: fixed;
}
.entry-table table th,
.entry-table table td {
	border: 1px solid #c1c1c1;
	padding: 10px;
	vertical-align: top;
}
.entry-table table th.title {
	background-color: #e9fff7;
	color: #00ad7a;
	font-weight: bold;
	text-align: center;
}
.entry-table table tr.atd {
	background: #fff;
}
.entry-table table tr.btd {
	background: #f2f2f2;
}
.research_pdf {
	margin: 0 0 20px 20px;
	padding-left: 20px;
	display: inline-block;
	background-image: url(images/ic_pdf.gif);
	background-repeat: no-repeat;
}