@charset "UTF-8";

/*****************************************
			Calendar List
*****************************************/
#calList {
	width: 100%;
	margin: 10px auto 5px auto;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#calList li {
	margin: 0 5px 5px 0;
	padding: 0 12px 0 32px;
	background: url(../img/parts/list_point05.png) 5px 5px no-repeat;
	line-height: 30px;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	border: solid 2px #CCC;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#calList li {
		background: url(../img/parts/list_point05@2x.png) 5px 5px no-repeat;
		background-size: 21px auto;
	}
}
#calDesc {
	width: 100%;
	margin: 0 auto 15px auto;
	overflow: hidden;
	_zoom: 1;
}
#calDesc p {
	margin: 0 0 5px 0;
}
#calDesc form input {
	cursor: pointer;
}
#calDesc form span {
	margin: 0 5px;
}
#calYMBox {
	float: left;
	_display: inline;
	line-height: 26px;
}
#calChangeBox {
	float: right;
	_display: inline;
}
#btn_calchange {
	background: #353777;
	display: block;
	padding: 0 0.5em;
	width: 11em;
	height: 26px;
	line-height: 26px;
	border: none;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#btn_calchange:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.holiday {
	color: #E54950;
}
/*****************************************
			Calendar 
*****************************************/
#calendarAll {
	background: #FFF;
	margin: 0 auto 10px auto;
	border: solid 1px #CCC;
	overflow: hidden;
	_zoom: 1;
}
#calendarAll dl {
	margin: -1px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
#calendarAll dl dt {
	margin: 0 0 -995px 0;
	padding: 10px 10px 1005px 10px;
	width: 120px;
	border-top: dotted 1px #CCC;
	float: left;
	_display: inline;
}
#calendarAll dl dd {
	margin: 0 0 -995px 140px;
	padding: 10px 10px 1005px 10px;
	border-top: dotted 1px #CCC;
	border-left: solid 1px #CCC;
}
/*****************************************
			7th Days Calendar
*****************************************/
#calendar7th {
	width: 100%;
	margin: 0 auto 10px auto;
}
#calendar7th table {
	background: #FFF;
	width: 100%;
	table-layout: fixed;
	border: solid 1px #CCC;
}
#calendar7th table th,
#calendar7th table td {
	vertical-align: top;
	padding: 5px;
}
#calendar7th table thead th {
	background: #FFFAE2;
	text-align: center;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
#calendar7th table tbody td {
	border-left: solid 1px #CCC;
	border-bottom: dotted 1px #CCC;
}
#calendar7th table tbody td dl dt {
	width: 3em;
	text-align: center;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0 0 5px 0;
	background: #FFFAE2;
}
#calendar7th table tbody td.sun dl dt,
#calendar7th table tbody td.national dl dt {
	background: #FFDFE3;
}
#calendar7th table tbody td.sat dl dt {
	background: #ACD5E9;
}
/*****************************************
		Calendar Global Style
*****************************************/
#calendarAll dl.sun dt,
#calendarAll dl.national dt,
#calendar7th th.sun,
#calendar7th th.national { background: #FFDFE3; }
#calendarAll dl.sat dt,
#calendar7th th.sat { background: #ACD5E9; }
#calendarAll dl.today,
#calendar7th table tbody td.today { background: #FFEFCE; }
#calendarAll dl dd ul,
#calendar7th table tbody td dl dd ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
	overflow: hidden;
	_zoom: 1;
}
#calendarAll dl dd ul li,
#calendar7th table tbody td dl dd ul li {
	margin: -1px 0 5px 0;
	border-top: dotted 1px #CCC;
}
#calendarAll dl dd ul li.list_default,
#calendar7th table tbody td dl dd ul li.list_default {
	padding: 5px 5px 0 18px;
	background: url(../img/parts/list_point01.png) 2px 13px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#calendarAll dl dd ul li.list_default,
	#calendar7th table tbody td dl dd ul li.list_default {
		background: url(../img/parts/list_point01@2x.png) 2px 13px no-repeat;
		background-size: 10px 10px;
	}
}
#calendarAll dl dd ul li.list_icon,
#calendar7th table tbody td dl dd ul li.list_icon {
	padding: 5px 5px 0 18px;
	text-indent: -18px;
}
#calendarAll dl dd ul li.list_icon img,
#calendar7th table tbody td dl dd ul li.list_icon img {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
/*****************************************
			Calendar Detail 
*****************************************/
#calText {
	margin: 0 auto 20px auto;
	padding: 6px 7px 5px 37px;
	border: solid 2px #CCC;
	background: url(../img/parts/list_point05.png) 8px 8px no-repeat #FFF;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#calText {
		background: url(../img/parts/list_point05@2x.png) 8px 8px no-repeat #FFF;
		background-size: 21px auto;
	}
}
.border {
	width: 100%;
	height: 0;
	border: none;
	border-top: dotted 2px #353777;
	margin: 35px auto;
}
/*****************************************
			List Index Question
*****************************************/
#listIndexQA {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#listIndexQA dl {
	margin: 0 4px 7px 4px;
	padding: 0;
	border-bottom: dotted 1px #AAA;
}
#listIndexQA dl dt {
	padding: 3px 5px 7px 40px;
	background: url(../img/faq/icon_q.png) 4px 0 no-repeat;
}
#listIndexQA dl dd {
	padding: 3px 5px 7px 40px;
	background: url(../img/faq/icon_a.png) 4px 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#listIndexQA dl dt {
		background: url(../img/faq/icon_q@2x.png) 4px 0 no-repeat;
		background-size: 30px auto;
	}
	#listIndexQA dl dd {
		background: url(../img/faq/icon_a@2x.png) 4px 0 no-repeat;
		background-size: 30px auto;
	}
}
/*****************************************
			FAQ Detail Page
*****************************************/
#faqQ { margin: 0 0 15px 0;}
#faqQ dt {
	margin: 10px 0;
	padding: 0 0 0 42px;
	line-height: 40px;
	border: 2px solid #353777;
	color: #353777;
	font-size: 122%;
	font-weight: bold;
	background: url(../img/faq/icon_q.png) 5px 5px no-repeat;
}
#faqA dt {
	margin: 10px 0;
	padding: 0 0 0 42px;
	line-height: 40px;
	border: 2px solid #353777;
	color: #353777;
	font-size: 122%;
	font-weight: bold;
	background: url(../img/faq/icon_a.png) 5px 5px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#faqQ dt {
		background: url(../img/faq/icon_q@2x.png) 5px 5px no-repeat;
		background-size: 30px auto;
	}
	#faqA dt {
		background: url(../img/faq/icon_a@2x.png) 5px 5px no-repeat;
		background-size: 30px auto;
	}
}
/*****************************************
				Mail Form
*****************************************/
#mailform dl {
	margin: -1px 0 0 0;
	padding: 10px;
	border: solid 1px #CCC;
	border-left: solid 3px #CCC;
	overflow: hidden;
	_height: 1%;
}
#mailform dl.req {
	border-left: solid 3px #F00;
}
#mailform dl dt {
	width: 30%;
	float: left;
	_display: inline;
}
#mailform dl dt span {
	margin: 10px 15px 0 0;
	padding: 10px;
	display: block;
	border: dotted 1px #CCC;
}
#mailform dl.req dt strong {
	margin: 0 0 0 5px;
	color: #F00;
	font-weight: normal;
}
#mailform dl dd {
	width: 70%;
	float: left;
	_display: inline;
}
#mailform dl dd p {
	margin: 15px 0 0 0;
	padding: 10px;
	border: dotted 1px #CCC;
}
#mailform input,
#mailform textarea,
#mailform select {
	font-size: 100%;
}
#mailform dl dd label {
	margin: 0 10px 0 5px;	
}
#mailform .mailform_btn {
	margin: 15px 0;
	text-align: center;
}
#mailform .mailform_btn input {
	margin: 0 15px;
	height: 28px;
	cursor: pointer;
	font-size: 100%;
	line-height: 1.41;
}
#field_email {
	margin: 0 0 5px 0;
}
@media screen and (max-width: 800px) {
	#mailform dl dt {
		margin: 0 0 5px 0;
		width: auto;
		float: none;
	}
	#mailform .mailform_btn input {
		display: block;
		margin: 15px auto;
	}
}
/*****************************************
			Google Maps View
*****************************************/
#mainMap {
	width: 100%;
	margin: 0 auto 25px auto;
}
#mainMap p {
	margin: 0 0 10px 0;
}
#mapCategory {
	margin: 10px 0 5px 0;
}
#mapCategory ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#mapCategory ul li {
	margin: 0 5px 5px 0;
	padding: 0 12px 0 32px;
	background: url(../img/parts/list_point05.png) 5px 5px no-repeat;
	line-height: 30px;
	border: solid 2px #CCC;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#mapList {
	background: #FFF;
	border: solid 2px #CCC;
	padding: 10px;
	_zoom: 1;
}
#mapList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: -0.4em;
}
#mapList ul li {
	margin: 0 15px 5px 0;
	padding: 0 0 0 14px;
	background: url(../img/parts/list_point01.png) 0 50% no-repeat;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
#contentsMap {
	margin: 15px 0 0 0;
	overflow: hidden;
	_zoom: 1;
}
#mapCanvas {
	margin: 0 0 10px 0;
	width: 100%;
}
#mapNav {
	overflow: hidden;
	_zoom: 1;
	line-height: 1.41;
}
#mapNav h2 {
	padding: 12px 0 11px 8px;
	background: #353777;
	font-weight: bold;
	color: #FFF;
}
#mapNav ul {
	background: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
	border: solid 1px #353777;
	border-top: none;
	overflow: hidden;
}
#mapNav ul li {
	margin: -1px 0 0 0;
	padding: 0;
	border-top: dotted 1px #353777;
}
#mapNav ul li a {
	display: block;
	padding: 10px;
	border-left: solid 5px #353777;
	color: #03C;
	cursor: pointer;
	/zoom: 1;
	font-weight: bold;
}
#mapNav ul li a:hover {
	border-left: solid 5px #C03;
	color: #C03;
}
#mapNav ul li.select a {
	border-left: solid 5px #C03;
	background: #EEE;
	color: #C03;
}
#mapNav ul li.select a:hover {
	color: #C03;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	#mapCategory ul li {
		background: url(../img/parts/list_point05@2x.png) 5px 5px no-repeat;
		background-size: 21px auto;
	}
	#mapList ul li {
		background: url(../img/parts/list_point01@2x.png) 0 50% no-repeat;
		background-size: 10px auto;
	}
}
/*****************************************
			Search Page
*****************************************/
.searchResponse dt {
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px;
	background: url(../img/parts/list_point01.png) 11px 15px no-repeat #F2F2F2;
	font-size: 121%;
	overflow: hidden;
	_zoom: 1;
}
.searchResponse dt .doc_info {
	margin: 0 0 0 8px;
	font-size: 71%;
	vertical-align: text-top;
}
.searchResponse dt .doc_info img {
	margin: 0 2px 0 0;
	vertical-align: middle;
}
.searchResponse dt .update {
	margin: 4px 8px 0 0;
	font-size: 71%;
	float: right;
	_display: inline;
}
.searchResponse dd {
	margin: 0 0 15px 0;
	padding: 0 15px;
}
.searchResponse dd a { color: #268645; }
.searchResponse dd a:hover { color: #C03; }
.highlight {
	background: #FF0;
	font-weight: bold;
}
.backSearchList {
	margin: 0 0 15px 0;
	text-align: right;
	letter-spacing: -0.4em;
}
.backSearchList .submit {
	padding: 5px 8px;
	background: #F2F2F2;
	border: none;
	letter-spacing: normal;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: top;
	font-size: 100%;
	color: #03C;
	text-decoration: underline;
	cursor: pointer;
}
.backSearchList .submit:hover { color: #C03; }
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.searchResponse dt {
		background: url(../img/parts/list_point01.png) 11px 15px no-repeat #F2F2F2;
		background-size: 10px auto;
	}
}
/*****************************************
			Section List
*****************************************/
#sectionList {
	width: 100%;
}
#sectionList th,
#sectionList td {
	padding: 5px;
	border: solid 1px #CCC;
}
#sectionList thead th {
	background: #E7E7E7;
}
.th_part { width: 15%;}
.th_section { width: 20%;}
.th_detail { width: 53%;}
.th_floor { width: 12%;}
/*****************************************
			Open Data
*****************************************/
#openDataCategory {
	width: 998px;
	padding: 10px 0 0 2px;
	letter-spacing: -0.4em;
}
.openDataCategoryIndex {
	width: 146px;
	margin: 0 0 25px 0;
	padding: 0 10px;
	letter-spacing: normal;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 800px) {
	#openDataCategory {
		width: 100%;
		padding: 10px 0 0 0;
	}
	.openDataCategoryIndex {
		width: 25%;
		margin: 0 0 25px 0;
		padding: 0;
	}
}
@media screen and (max-width: 640px) {
	#openDataCategory {
		width: 100%;
		padding: 10px 0 0 0;
	}
	.openDataCategoryIndex {
		width: 33.3%;
		margin: 0 0 25px 0;
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	#openDataCategory {
		width: 100%;
		padding: 10px 0 0 0;
	}
	.openDataCategoryIndex {
		width: 50%;
		margin: 0 0 25px 0;
		padding: 0;
	}
}
.openDataIcon {
	width: 146px;
	margin: 0 auto 8px auto;
	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: 100%;
	line-height: 20px;
	position: absolute;
	top: 85px;
	left: 0;
	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: #353777;
	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;
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
}
#od_keyword {
	padding: 0 2%;
	width: 95%;
	height: 35px;
	line-height: 35px;
	border: solid 2px #FFD700;
	display: block;
	margin: 10px auto 0 auto;
}
#btn_search_od_keyword {
	width: 150px;
	height: 39px;
	line-height: 39px;
	display: block;
	background: #FFD700;
	border: none;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	display: block;
	margin: 10px auto 0 auto;
}
#btn_search_od_keyword:hover {
	background: #FFE130;
}
.openDataExtGroup {
	margin: 10px 0;
}
.openDataDate {
}
.openDataDate span {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #FFFFD9;
	border: solid 1px #ECE115;
}