@charset "UTF-8";

/*****************************************
		Calendar Inner Page
*****************************************/
.calendar_page {
	clear: both;
	width: 1000px;
	margin: 30px auto 15px auto;
	position: relative;
}
.calendar_page table {
	background: #FFF;
	width: 100%;	
	border: solid 1px #CCC;
}
.calendar_page table caption {
	padding: 5px 0;
	text-align: center;
}
.calendar_page table thead th {
	padding: 5px 0;
	text-align: center;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	background: #FFFAE2;
}
.calendar_page table thead th.sun {
	background: #FFDFE3;
}
.calendar_page table thead th.sat {
	background: #ACD5E9;
}
.calendar_page table tbody td {
	padding: 5px 0;
	text-align: center;
	border-left: solid 1px #CCC;
	border-bottom: dotted 1px #CCC;
}
.calendar_page table td.today { background: #FFEDCB; }
.calendar_page table td a { color: #00F; }
.calendar_page table td a:visited { color: #606; }
.calendar_page table td.sun { color: #D90000; }
.calendar_page table td.sat { color: #4072A7; }
.calendar_page_prev_month,
.calendar_page_next_month {
	background: url(../img/option/page_calendar_nav.png) 0 0 no-repeat;
	background-color: #0C27A0;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 6px;
	cursor: pointer;
	color: #FFF;
}
.calendar_page_prev_month {
	background-position: 0 0 !important;
	left: 20px;
}
.calendar_page_next_month {
	background-position: -20px 0 !important;
	right: 20px;
}
.calendar_page_prev_month:hover,
.calendar_page_next_month:hover {
	background-color: #2D71F0;
}
/*****************************************
				Open Data
*****************************************/
.openDataFileDL {
	clear: both;
	background: url(../img/title/title_line.png) 0 6px repeat-x, url(../img/option/option_bg.png) 0 0 repeat;
	width: 1000px;
	margin: 30px auto 15px auto;
	padding: 26px 0 6px 0;
	border-radius: 8px;
	overflow: hidden;
}
.openDataFileDL h2 {
	display: inline-block;
	background: url(../img/option/title_opendata.png) 10px 50% no-repeat, url(../img/option/option_title_bg.png) 100% 0 no-repeat;
	min-width: 280px;
	margin: 0 0 12px 3px;
	padding: 0 0 0 63px;
	line-height: 58px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
.openDataFileDL h2 span {
	background: #007C4D;
}
.openDataFileDL .inner {
	background: url(../img/title/title_line.png) 0 100% repeat-x;
	padding: 8px 14px 18px 14px;
}
.openDataFileDL .inner ul {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
}
.openDataFileDL .inner ul li {
	padding: 5px 5px 5px 20px;
	background: url(../img/parts/list_point01.png) 2px 14px no-repeat;
	border-bottom: dotted 1px #0C27A0;
}
.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;
}
/*****************************************
			File Download
*****************************************/
.fileDL {
	clear: both;
	background: url(../img/title/title_line.png) 0 6px repeat-x, url(../img/option/option_bg.png) 0 0 repeat;
	width: 1000px;
	margin: 30px auto 15px auto;
	padding: 26px 0 6px 0;
	border-radius: 8px;
	overflow: hidden;
}
.fileDL h2 {
	display: inline-block;
	background: url(../img/option/title_filedl.png) 10px 50% no-repeat, url(../img/option/option_title_bg.png) 100% 0 no-repeat;
	min-width: 280px;
	margin: 0 0 12px 3px;
	padding: 0 0 0 63px;
	line-height: 58px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
.fileDL h2 span {
	background: #007C4D;
}
.fileDL .inner {
	background: url(../img/title/title_line.png) 0 100% repeat-x;
	padding: 8px 14px 18px 14px;
}
.fileDL .inner ul {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
}
.fileDL .inner ul li {
	padding: 5px 5px 5px 33px;
	border-bottom: dotted 1px #0C27A0;
}
.fileDL .inner ul li.doc { background: url(../img/option/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xls { background: url(../img/option/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.pdf { background: url(../img/option/icon_pdf.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.zip { background: url(../img/option/icon_zip.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.docx { background: url(../img/option/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xlsx { background: url(../img/option/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li a {
	margin: 0 10px 0 0;
}
.fileDL .adobe {
	overflow: hidden;
	_height: 1%;
}
.fileDL .adobe img {
	margin: 5px 10px 0 0;
	float: left;
	_display: inline;
}
.fileDL .adobe p {
	padding: 5px 0 0 0;
	font-size: 93%;
	line-height: 1.41;
	overflow: hidden;
	_zoom: 1;
}
/*****************************************
			FAQ Collection
*****************************************/
.faqCollection {
	clear: both;
	background: url(../img/title/title_line.png) 0 6px repeat-x, url(../img/option/option_bg.png) 0 0 repeat;
	width: 1000px;
	margin: 30px auto 15px auto;
	padding: 26px 0 6px 0;
	border-radius: 8px;
	overflow: hidden;
}
.faqCollection h2 {
	display: inline-block;
	background: url(../img/option/title_faq_collection.png) 10px 50% no-repeat, url(../img/option/option_title_bg.png) 100% 0 no-repeat;
	min-width: 280px;
	margin: 0 0 12px 3px;
	padding: 0 0 0 63px;
	line-height: 58px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
.faqCollection h2 span {
	background: #007C4D;
}
.faqCollection .inner {
	background: url(../img/title/title_line.png) 0 100% repeat-x;
	padding: 8px 14px 18px 14px;
}
.faqCollection .inner h3 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.faqCollection .inner ul {
	margin: 0 -8px 10px -8px;
	padding: 0 15px 10px 15px;
	list-style: none;
	border-bottom: dotted 1px #333;
}
.faqCollection .inner ul li {
	padding: 0 0 0 20px;
	background: url(../img/parts/list_point01.png) 2px 7px no-repeat;
}
.faqCollection .inner ul li a {
	margin: 0 5px 0 0;
}
.faqCollection .inner .btn_more {
	display: inline-block;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0 10px;
	line-height: 40px;
	background-color: #007C4D;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.faqCollection .inner .btn_more:hover {
	background-color: #00BC83;
	color: #FFF;
}
/*****************************************
			Related Pages
*****************************************/
.relPage {
	clear: both;
	background: url(../img/title/title_line.png) 0 6px repeat-x, url(../img/option/option_bg.png) 0 0 repeat;
	width: 1000px;
	margin: 30px auto 15px auto;
	padding: 26px 0 6px 0;
	border-radius: 8px;
	overflow: hidden;
}
.relPage h2 {
	display: inline-block;
	background: url(../img/option/title_relpage.png) 10px 50% no-repeat, url(../img/option/option_title_bg.png) 100% 0 no-repeat;
	min-width: 280px;
	margin: 0 0 12px 3px;
	padding: 0 0 0 63px;
	line-height: 58px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
.relPage h2 span {
	background: #007C4D;
}
.relPage .inner {
	background: url(../img/title/title_line.png) 0 100% repeat-x;
	padding: 8px 14px 18px 14px;
}
.relPage .inner ul {
	padding: 0 7px;
	list-style: none;
}
.relPage .inner ul li {
	padding: 0 0 0 20px;
	background: url(../img/parts/list_point01.png) 2px 7px no-repeat;
}
/*****************************************
				Reference
*****************************************/
.reference {
	clear: both;
	background: url(../img/title/title_line.png) 0 6px repeat-x, url(../img/option/option_bg.png) 0 0 repeat;
	width: 1000px;
	margin: 30px auto 15px auto;
	padding: 26px 0 6px 0;
	border-radius: 8px;
	overflow: hidden;
}
.reference h2 {
	display: inline-block;
	background: url(../img/option/title_reference.png) 10px 50% no-repeat, url(../img/option/option_title_bg.png) 100% 0 no-repeat;
	min-width: 280px;
	margin: 0 0 12px 3px;
	padding: 0 0 0 63px;
	line-height: 58px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
.reference h2 span {
	background: #007C4D;
}
.reference .inner {
	background: url(../img/title/title_line.png) 0 100% repeat-x;
	padding: 8px 14px 18px 14px;
}
.reference .inner h3 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.reference .inner h3 a {
	margin: 0 5px;
}
.reference .inner .btn_more {
	display: inline-block;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0 10px;
	line-height: 40px;
	background-color: #007C4D;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.reference .inner .btn_more:hover {
	background-color: #00BC83;
	color: #FFF;
}
/*****************************************
				Enquete
*****************************************/
.enquete {
	clear: both;
	background: url(../img/title/title_line.png) 0 6px repeat-x, url(../img/option/option_bg.png) 0 0 repeat;
	width: 1000px;
	margin: 30px auto 15px auto;
	padding: 26px 0 6px 0;
	border-radius: 8px;
	overflow: hidden;
}
.enquete h2 {
	display: inline-block;
	background: url(../img/option/title_enquete.png) 10px 50% no-repeat, url(../img/option/option_title_bg.png) 100% 0 no-repeat;
	min-width: 280px;
	margin: 0 0 12px 3px;
	padding: 0 0 0 63px;
	line-height: 58px;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
}
.enquete h2 span {
	background: #007C4D;
}
.enquete .inner {
	background: url(../img/title/title_line.png) 0 100% repeat-x;
	padding: 8px 14px 18px 14px;
}
.enquete .inner label {
	margin: 0 10px 0 0;
}
.enquete .inner .fieldgroup {
	margin: 10px 0;
}
.enquete .inner .fieldgroup .enqQ {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}
.enquete .inner .fieldgroup textarea {
	width: 100%;
	height: 70px;
	padding: 8px;
	border: solid 1px #CCC;
	box-sizing: border-box;
}
.enquete .fieldgroup span {
	display: inline-block;
	margin: 0 10px 10px 0;
	position: relative;
}
.enquete .fieldgroup span input {
	position: absolute;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}
.enquete .fieldgroup span input[type="checkbox"] + label {
	display: block;
	background: url(../img/parts/checkbox_off.png) 0 50% no-repeat;
	background-size: 14px auto;
	padding: 0 0 0 18px;
	font-weight: normal !important;
}
.enquete .fieldgroup span input[type="checkbox"]:checked + label {
	background: url(../img/parts/checkbox_on.png) 0 50% no-repeat;
	background-size: 14px auto;
}
.enquete .fieldgroup span input[type="radio"] + label {
	display: block;
	background: url(../img/parts/radio_box_off.png) 0 50% no-repeat;
	background-size: 14px auto;
	padding: 0 0 0 18px;
	font-weight: normal !important;
}
.enquete .fieldgroup span input[type="radio"]:checked + label {
	background: url(../img/parts/radio_box_on.png) 0 50% no-repeat;
	background-size: 14px auto;
}
.enquete .inner .btn {
	text-align: center;
}
.enquete .inner .btn input {
	width: 12em;
	margin: 5px;
	padding: 0 10px;
	line-height: 40px;
	background-color: #007C4D;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.enquete .inner .btn input:hover {
	background-color: #00BC83;
	color: #FFF;
}