@charset "utf-8";


#main table caption {
	display:none;
}

#main .table_margin {
	margin:0 0 40px 20px;
}

#main table {
	width: 100%;
	border-spacing: 0;
	font-size:1em;
	*border-collapse: collapse;
}
#main table th {
	color: #fff;
	padding: 8px 15px;
	background: #4472c3;
	font-weight: bold;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#main table th:last-child {
	border-right:1px solid #258;
}
#main table th > *:first-child + * + * + * + * {
	border-right:1px solid #258;
}
#main table th:nth-child(1) {
	width:90px;
}
#main table th:nth-child(2) {
	width:130px;
}
#main table th:nth-child(3) {
}
#main table th:nth-child(4) {
	width:50px;
}
#main table th:nth-child(5) {
	width:50px;
}

#main table tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: center;
}
#main table tr td:last-child {
	border-right: 1px solid #84b2e0;
}
#output1 table tr td > *:first-child + * + * + * + * {
	border-right:1px solid #84b2e0;
}

#main table tr {
	background: #fff;
}
#main table tr:nth-child(2n+1) {
	background: #f1f6fc;
}
#main table tr:last-child td {
}
#main table tr:hover {
	background: #bbd4ee;
}
#main table tr td.t_left {
	text-align: left;
}

.pdf {
	font-size:90%;
}

.pdf img {
	margin-bottom:5px;
}

#main a {
	color: #274FD8;
	text-decoration:none;
}
#main a:hover {
	color: #C30;
	text-decoration:underline;
}

#main strong {
	color:#F00}

#main {
	width: 100%;
}

#main #search_table th {
	width: 90px;
}

#main #search_table tr {
	border-top: 1px solid #84b2e0;
}
 
#main #search_table td label {
	display: block;
	float: left;
	margin-right: 1em;
	padding-right: 0.3em;
}
ul.btn_area {
	margin: 0 auto;
	width: 220px;
}

#output1 {
	clear: both;
}

.btn_area li{
	float:left;
	padding: 0 5px;
}

.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 10px auto;
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 100px;
	padding: 10px 0;
}

.btn:hover {
	opacity: 0.6;
}

.uploaddate{
	font-size:75%;
	color:#888;
}

div#pager {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
}
div#pager #tPager {
	border-collapse: collapse;
	width: auto;
	margin: auto;
}
#tPager tr {
	background-color: #FFF !important;
}
#tPager td {
	text-align:center;
	width: 1.3em;
	padding:8px !important;
	border: 1px solid #84b2e0;
}
#tPager td:hover,#tPager td.nowpage {
	background: #bbd4ee !important;

}

div#page_inf {
	font-size:90%;
	text-align:left;
	margin-top:10px;
	margin-bottom:3px;
	clear: both;
}
