/*-- archives.css --*/
@charset "UTF-8";

/*-- primary block --*/
article > section.primary {}
article > section.primary h3 {
	width: 100%;
	height: 126px;
	margin-bottom: 10px;
	background-image: url("/archives/images/bg_archives_hdr.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
article >section.primary h3 span {display:none}

article > section.primary ul.yearly {
	padding: 5px;
	background-color: #d9d9d9;
}
article > section.primary ul.yearly li {
	display: inline;
	margin-right: 1em;	
}
article > section.primary ul.yearly li:before {
	content: "@";
	padding-right: .5em;
}
article > section.primary ul.yearly li a {
	color: #039;
}

/*-- table --*/
table.archiveTable.archiveTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}
table.archiveTable thead tr th {
	padding: 10px;
	border: 1px solid #ccc;
	color: #03c;
	text-align: center;
}

table.archiveTable tbody tr th ,
table.archiveTable tbody tr td {
	padding: 10px;
	background-color: #ffc0c0;
	border: 1px solid #ff8080;
	vertical-align: middle;
}

table.archiveTable tbody tr:nth-child(even) th,
table.archiveTable tbody tr:nth-child(even) td {
	background-color: transparent !important;
}

table.archiveTable tbody tr td:last-child {
	width: 56px;
}

table.archiveTable tbody tr td a.pdf {
	display: block;
	width: 100%;
	height: 36px;
	background: url('/common/images/ico_pdf_sq36.png') center center no-repeat;
}
table.archiveTable tbody tr td a.pdf:hover {
	opacity: 0.8;
}
table.archiveTable tbody tr td a.pdf span {display: none}