@charset "utf-8";
/* CSS Document */



#main table.mini_table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	margin-bottom:20px;
}
#main table.mini_table th {
	padding:5px;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	text-align:left;
	background-color:#f7f7f7;
	font-weight:normal;
}
#main table.mini_table td {
	padding:5px;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	background-color:#ffffff;
}
/* option */

#main table.mini_table th.ta-c, #main table.mini_table td.ta-c, #main table.mini_table tr.ta-c th, #main table.mini_table tr.ta-c td {
	text-align:center;
}

#main table.mini_table th.nowrap, #main table.mini_table td.nowrap {
	white-space:nowrap;
}

#main a img,
.alpha a img,
a.alpha img,
#aside a img.hover,
#contents-header-banner a img.hover {
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
#main a img:hover,
.alpha a:hover img,
a.alpha:hover img,
#aside a img.hover:hover,
#contents-header-banner a img.hover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}