@charset "UTF-8";

/*****************************************
		Calendar Inner Page
*****************************************/
.calendar_page {
	clear: both;
	margin: 20px auto;
	width: 100%;
	position: relative;
}
.calendar_page table {
	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: #F00; }
.calendar_page table td.sat { color: #4B86C4; }
.calendar_page_prev_month,
.calendar_page_next_month {
	background: url(../img/parts/page_calendar_nav.png) 0 -20px no-repeat;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: 6px;
	cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.calendar_page_prev_month,
	.calendar_page_next_month {
		background: url(../img/parts/page_calendar_nav@2x.png) 0 -20px no-repeat;
		background-size: 40px auto;
	}
}
.calendar_page_prev_month {
	background-position: 0 -20px !important;
	left: 20px;
}
.calendar_page_next_month {
	background-position: -20px -20px !important;
	right: 20px;
}
.calendar_page_prev_month:hover { background-position: 0 0 !important; }
.calendar_page_next_month:hover { background-position: -20px 0 !important; }
/*****************************************
			File Download
*****************************************/
.fileDL {
	clear: both;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}
.fileDL h2 {
	height: 44px;
	background: url(../img/filedl/title_filedl.png) 0 0 no-repeat #353777;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.fileDL .inner {
	padding: 8px;
	border: solid 2px #353777;
	border-top: none;
}
.fileDL .inner ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.fileDL .inner ul li {
	padding: 5px 5px 5px 33px;
	border-bottom: dotted 1px #CCC;
}
.fileDL .inner ul li.doc { background: url(../img/filedl/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xls { background: url(../img/filedl/icon_excel.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.pdf { background: url(../img/filedl/icon_pdf.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.zip { background: url(../img/filedl/icon_zip.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.docx { background: url(../img/filedl/icon_word.gif) 5px 6px no-repeat; }
.fileDL .inner ul li.xlsx { background: url(../img/filedl/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;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.fileDL h2 {
		background: url(../img/filedl/title_filedl@2x.png) 0 0 no-repeat #353777;
		background-size: auto 44px;
	}
}
/*****************************************
			FAQ Collection
*****************************************/
.faqCollection {
	clear: both;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}
.faqCollection h2 {
	height: 44px;
	background: url(../img/faq/title_faq_collection.png) 0 0 no-repeat #353777;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.faqCollection .inner {
	padding: 8px;
	border: solid 2px #353777;
	border-top: none;
}
.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 #999;
}
.faqCollection .inner ul li {
	padding: 2px 0 2px 28px;
	background: url(../img/parts/list_point05.png) 0 4px no-repeat;
}
.faqCollection .inner ul li a {
	margin: 0 5px 0 0;
}
.faqCollection .inner .btn_more {
	margin: 5px 0 0 0;
	display: block;
	width: 213px;
	height: 48px;
	background: url(../img/faq/btn_faq_collection.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.faqCollection h2 {
		background: url(../img/faq/title_faq_collection@2x.png) 0 0 no-repeat #353777;
		background-size: auto 44px;
	}
	.faqCollection .inner ul li {
		background: url(../img/parts/list_point05@2x.png) 0 4px no-repeat;
		background-size: 21px auto;
	}
	.faqCollection .inner .btn_more {
		background: url(../img/faq/btn_faq_collection@2x.png) 0 0 no-repeat;
		background-size: 213px auto;
	}
}
.faqCollection .inner .btn_more:hover { background-position: 0 -48px; }
/*****************************************
			Related Pages
*****************************************/
.relPage {
	clear: both;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}
.relPage h2 {
	height: 44px;
	background: url(../img/relpage/title_relpage.png) 0 0 no-repeat #353777;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relPage .inner {
	padding: 8px;
	border: solid 2px #353777;
	border-top: none;
}
.relPage .inner ul {
	padding: 0 7px;
	list-style: none;
}
.relPage .inner ul li {
	padding: 2px 0 2px 28px;
	background: url(../img/parts/list_point05.png) 0 4px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.relPage h2 {
		background: url(../img/relpage/title_relpage@2x.png) 0 0 no-repeat #353777;
		background-size: auto 44px;
	}
	.relPage .inner ul li {
		background: url(../img/parts/list_point05@2x.png) 0 4px no-repeat;
		background-size: 21px auto;
	}
}
/*****************************************
				Reference
*****************************************/
.reference {
	clear: both;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}
.reference h2 {
	height: 44px;
	background: url(../img/reference/title_reference.png) 0 0 no-repeat #353777;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.reference .inner {
	padding: 8px;
	border: solid 2px #353777;
	border-top: none;
}
.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 {
	margin: 5px 0 0 0;
	display: block;
	width: 213px;
	height: 48px;
	background: url(../img/reference/btn_reference.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.reference h2 {
		background: url(../img/reference/title_reference@2x.png) 0 0 no-repeat #353777;
		background-size: auto 44px;
	}
	.reference .inner .btn_more {
		background: url(../img/reference/btn_reference@2x.png) 0 0 no-repeat;
		background-size: 213px auto;
	}
}
.reference .inner .btn_more:hover { background-position: 0 -48px; }
/*****************************************
				Enquete
*****************************************/
.enquete {
	clear: both;
	margin: 20px auto;
	width: 100%;
	overflow: hidden;
}
.enquete h2 {
	height: 44px;
	background: url(../img/enquete/title_enquete.png) 0 0 no-repeat #353777;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.enquete .inner {
	padding: 8px;
	border: solid 2px #353777;
	border-top: none;
}
.enquete .inner dl {
	margin: 10px 0;	
}
.enquete .inner dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
}
.enquete .inner dl dd {
	margin: 0 0 10px 0;
}
.enquete .inner dl dd label {
	margin: 0 10px 0 0;
}
.enquete .inner dl dd textarea {
	width: 99%;
	height: 67px;
	border: solid 1px #999;
}
.enquete .inner .btn {
	text-align: center;
}
.enquete .inner .btn input {
	margin: 0 15px;
	width: 80px;
	height: 28px;
	line-height: 1.41;
	font-size: 100%;
	cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.enquete h2 {
		background: url(../img/enquete/title_enquete@2x.png) 0 0 no-repeat #353777;
		background-size: auto 44px;
	}
}