@charset "utf-8";
/* CSS Document */
table.top_item_table {
	width: 100%;
}
table.top_item_table thead th {
	background: #56cff2;
}
table.top_item_table td {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 20px;
}
table.top_item_table th {
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 6px 20px;
}
table.top_item_table th.col1 {
	width: auto;
}
.txt_link {
	text-align: right;
	margin-top: 10px;
}
ol.graduate_item {
	list-style: none;
	font-size: 117%;
}
ol.graduate_item > li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.m_top20 {
	margin-top: 20px;
}
ol.graduate_item > li p {
	font-size: 100%;
}
ol.graduate_item > li ol {
	list-style: none;
	margin-left: 1em;
}
ol.graduate_item > li ul {
	font-size: 100%;
	margin-left: 0;
}
ol.graduate_item > li a {
	font-size: 100%;
}