@charset "UTF-8";

/*****************************************
		Calendar Inner Page
*****************************************/
.calendar_page {
	clear: both;
	width: 960px;
	margin: 25px 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: #950032;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 6px;
	cursor: pointer;
	color: #FFF;
	transition: 0.3s;
}
.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: #F48;
}
/*****************************************
				Open Data
*****************************************/
.openDataFileDL {
	clear: both;
	background: #FFEFEF;
	width: 960px;
	margin: 30px auto;
	padding: 16px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.openDataFileDL h2 {
	background: url(../img/option/title_opendata.png) 10px 50% no-repeat #FFF;
	line-height: 47px;
	padding: 0 10px 0 60px;
	font-weight: bold;
	font-size: 115%;
	border: 2px solid #950032;
	border-radius: 5px;
}
.openDataFileDL .inner {
	padding: 8px 8px 0 8px;
}
.openDataFileDL .inner ul {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
}
.openDataFileDL .inner ul li {
	padding: 5px 5px 5px 30px;
	background: url(../img/parts/list_point01.png) 9px 13px no-repeat;
	border-bottom: dotted 1px #333;
}
.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: #FFEFEF;
	width: 960px;
	margin: 30px auto;
	padding: 16px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.fileDL h2 {
	background: url(../img/option/title_filedl.png) 10px 50% no-repeat #FFF;
	line-height: 47px;
	padding: 0 10px 0 60px;
	font-weight: bold;
	font-size: 115%;
	border: 2px solid #950032;
	border-radius: 5px;
}
.fileDL .inner {
	padding: 8px 8px 0 8px;
}
.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 #333;
}
.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;
}
.fileDL .adobe img {
	margin: 5px 10px 0 0;
	float: left;
}
.fileDL .adobe p {
	padding: 5px 0 0 0;
	font-size: 93%;
	line-height: 1.41;
	overflow: hidden;
}
/*****************************************
			FAQ Collection
*****************************************/
.faqCollection {
	clear: both;
	background: #FFEFEF;
	width: 960px;
	margin: 30px auto;
	padding: 16px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.faqCollection h2 {
	background: url(../img/option/title_faq_collection.png) 10px 50% no-repeat #FFF;
	line-height: 47px;
	padding: 0 10px 0 60px;
	font-weight: bold;
	font-size: 115%;
	border: 2px solid #950032;
	border-radius: 5px;
}
.faqCollection .inner {
	padding: 8px 8px 0 8px;
}
.faqCollection .inner h3 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.faqCollection .inner ul {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: dotted 1px #333;
}
.faqCollection .inner ul li {
	padding: 5px 5px 5px 30px;
	background: url(../img/parts/list_point01.png) 9px 11px 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: #950032;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
}
.faqCollection .inner .btn_more:hover {
	background-color: #F48;
}
/*****************************************
			Related Pages
*****************************************/
.relPage {
	clear: both;
	background: #FFEFEF;
	width: 960px;
	margin: 30px auto;
	padding: 16px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.relPage h2 {
	background: url(../img/option/title_relpage.png) 10px 50% no-repeat #FFF;
	line-height: 47px;
	padding: 0 10px 0 60px;
	font-weight: bold;
	font-size: 115%;
	border: 2px solid #950032;
	border-radius: 5px;
}
.relPage .inner {
	padding: 8px 8px 0 8px;
}
.relPage .inner ul {
	padding: 7px 0;
	list-style: none;
}
.relPage .inner ul li {
	padding: 5px 5px 5px 30px;
	background: url(../img/parts/list_point01.png) 9px 11px no-repeat;
}
/*****************************************
				Reference
*****************************************/
.reference {
	clear: both;
	background: #FFEFEF;
	width: 960px;
	margin: 30px auto;
	padding: 16px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.reference h2 {
	background: url(../img/option/title_reference.png) 10px 50% no-repeat #FFF;
	line-height: 47px;
	padding: 0 10px 0 60px;
	font-weight: bold;
	font-size: 115%;
	border: 2px solid #950032;
	border-radius: 5px;
}
.reference .inner {
	padding: 8px 8px 0 8px;
}
.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: #950032;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
}
.reference .inner .btn_more:hover {
	background-color: #F48;
}
/*****************************************
				Enquete
*****************************************/
.enquete {
	clear: both;
	background: #FFEFEF;
	width: 960px;
	margin: 30px auto;
	padding: 16px 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.enquete h2 {
	background: url(../img/option/title_enquete.png) 10px 50% no-repeat #FFF;
	line-height: 47px;
	padding: 0 10px 0 60px;
	font-weight: bold;
	font-size: 115%;
	border: 2px solid #950032;
	border-radius: 5px;
}
.enquete .inner {
	padding: 8px 8px 0 8px;
}
.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: #950032;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.enquete .inner .btn input:hover {
	background-color: #F48;
}