@charset "utf-8";

/*****************************************
				Open Data
*****************************************/
.openDataFileDL {
	clear: both;
	background-color:#FFFFFF;
	margin: 15px auto 10px auto;
	width: 994px;
	overflow: hidden;
	border: 2px solid #3C49BA;
}
.openDataFileDL h4 {
	background: url(../img/opendata/title_opendata.png) 10px 5px no-repeat;
	width: 1000px;
	height: 40px;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #3C49BA;
}
.openDataFileDL .inner {
	padding: 5px;
}
.openDataFileDL .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.openDataFileDL .inner ul li {
	padding: 5px 5px 5px 20px;
	background: url(../img/parts/list_point.png) 2px 12px no-repeat;
	border-bottom: dotted 1px #CCC;
}
.openDataFileDL .inner ul li:last-child {
	border-bottom: none;
}
.openDataFileDL .inner ul li a {
	margin: 0 10px 0 0;
}
.openDataFileDL .inner ul li .odfExt {
	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;
}