@charset "utf-8";

/*****************************************
			Open Data
*****************************************/
#openDataCategory {
	width: 958px;
	padding: 10px 0 0 0;
	letter-spacing: -0.4em;
}
.openDataCategoryIndex {
	width: 146px;
	margin: 0 0 25px 0;
	padding: 0 7px 0 6px;
	letter-spacing: normal;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.openDataIcon {
	width: 146px;
	margin: 0 0 8px 0;
	text-align: center;
}
.openDataIcon img {
	max-width: 100%;
	height: auto;
}
.openDataIcon a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.openDataCount {
	width: 110px;
	line-height: 20px;
	position: absolute;
	top: 85px;
	left: 25px;
	font-size: 130%;
	font-weight: bold;
}
.openDataText {
	font-weight: bold;
}
.openDataFileExt {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 8px 12px;
	background: #0F3D90;
	border-radius: 50px;
	color: #FFF;
	font-size: 93%;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
}
.openDataTable01 {
	width: 100% !important;
}
.openDataTable01 th {
	padding: 8px !important;
	width: 20% !important;
	background: #FFFFD0 !important;
	border: solid 1px #999 !important;
}
.openDataTable01 td {
	padding: 8px !important;
	border: solid 1px #999 !important;
}
.openDataTable02 {
	margin: 10px 0 !important;
	width: 100% !important;
}
.openDataTable02 th {
	padding: 8px !important;
	width: 20% !important;
	background: #EEE !important;
	border: solid 1px #999 !important;
}
.openDataTable02 td {
	padding: 8px !important;
	border: solid 1px #999 !important;
}
.btnBackHomeOpendata {
	margin: 15px 0;
	text-align: right;
}
.btnBackHomeOpendata a {
	display: inline-block;
	padding: 8px 20px;
	background: #000;
	border-radius: 5px;
	color: #FFF;
}
.btnBackHomeOpendata a:hover {
	background: #333;
}
.openDataSerachBox {
	margin: 20px 0;
	padding: 12px 20px;
	background: #0F3D90;
	border: solid 1px #000;
	border-radius: 5px;
}
.openDataSerachBox dl {
}
.openDataSerachBox dl dt {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #FFF;
	font-size: 129%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.openDataSerachBox dl dd {
}
.openDataSerachBox dl dd label {
	margin: 0 5px 0 0;
	color: #FFF;
}
#od_keyword {
	padding: 0 8px;
	width: 665px;
	height: 35px;
	line-height: 35px;
	border: solid 2px #FFD700;
}
#btn_search_od_keyword {
	width: 100px;
	height: 39px;
	line-height: 39px;
	background: #FFD700;
	border: none;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}
#btn_search_od_keyword:hover {
	background: #FFE130;
}
.openDataExtGroup {
	margin: 0 0 10px 0;
}
.openDataDate {
}
.openDataDate span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #FFFFD9;
	border: solid 1px #ECE115;
}