@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin: 0 0 0.8em;
	/* 変更しない */
	padding: 27px 15px 23px;
	font-size: 153.8%;
	/* デザインによって相対指定で指定しなおす */
	line-height: 25px;
	border: 1px solid #CCCCCC;
	background: url(/shared/templates/jinji/images/contents/h1_bg.gif) no-repeat left top;
	background-size: auto 4px;
	clear: both;
	/* 変更しない */
}

#tmp_contents h2 {
	margin: 1.5em 0 0.8em;
	/* 変更しない */
	padding: 12px 26px;
	font-size: 138.4%;
	/* デザインによって相対指定で指定しなおす */
	line-height: 24px;
	color: #000000;
	background: rgba(250, 250, 98, .8);
	border-radius: 100px;
	clear: both;
	/* 変更しない */
}

#tmp_contents h2.head-group {
	background-color: #0075A6;
	color: #fff;
	margin: 1.5em 0 -1em;
}

#tmp_contents h2.ttl-gijutsu {
	background-color: #006545;
	color: #fff;
}

#tmp_contents h2.ttl-about {
	padding: 0;
	background: transparent;
}

#tmp_contents h2.ttl-about img {
	width: 100%;
	height: auto;
}

#tmp_contents h3 {
	position: relative;
	margin: 1.5em 0px 0.8em;
	/* 変更しない */
	padding: 10px 20px;
	font-size: 123%;
	/* デザインによって相対指定で指定しなおす */
	line-height: 22px;
	color: #000000;
	clear: both;
	/* 変更しない */
}

#tmp_contents h3::before {
	display: block;
	content: "";
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #00A7DB;
	border-radius: 20px;
}

#tmp_contents h4 {
	position: relative;
	margin: 1.5em 0 0.8em;
	/* 変更しない */
	padding: 2px 14px;
	font-size: 123%;
	/* デザインによって相対指定で指定しなおす */
	color: #000000;
	clear: both;
	/* 変更しない */
}

#tmp_contents h4::before {
	display: block;
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #E6E6E6;
	border-radius: 20px;
}

#tmp_contents h5 {
	margin: 1.5em 0 0.8em;
	/* 変更しない */
	padding: 0 10px;
	font-size: 107.6%;
	/* デザインによって相対指定で指定しなおす */
	border-left: 3px solid #000000;
	clear: both;
	/* 変更しない */
}

#tmp_contents h6 {
	margin: 1.5em 0 0.8em;
	/* 変更しない */
	font-size: 107.6%;
	/* デザインによって相対指定で指定しなおす */
	clear: both;
	/* 変更しない */
}

#tmp_contents p {
	margin: 0 0 0.8em 0;
	/* 変更しない */
	text-align: justify;
}

#tmp_contents ul {
	margin: 0 0 1em 2.2em;
	/* 変更しない */
	list-style-image: url(/shared/site_jinji/images/icon/list_icon.gif);
	/* 変更しない */
}

#tmp_contents ol {
	margin: 0 0 1em 2.6em;
	/* 変更しない */
	list-style-image: none;
	/* 変更しない */
}

#tmp_contents ul li,
#tmp_contents ol li {
	margin: 0 0 0.5em;
	/* 変更しない */
}

#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin: 0.3em 0 0 1.5em;
	/* 変更しない */
}

#tmp_contents hr {
	height: 1px;
	/* 変更しない */
	color: #CCCCCC;
	/* 変更しない */
	background-color: #CCCCCC;
	/* 変更しない */
	border: none;
	/* 変更しない */
	clear: both;
	/* 変更しない */
}

#tmp_contents dl {
	margin: 0.3em 0 0.6em 0.3em;
}

#tmp_contents dt {
	margin: 0.4em 0 0 0;
	font-weight: bold;
	line-height: 1.6;
}

#tmp_contents dd {
	margin: 0 0 0 0.9em;
	line-height: 1.6;
}

/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin: 0 0 0.8em;
	/* 変更しない */
	border: 2px solid #C41717;
	clear: both;
	/* 変更しない */
}

#tmp_contents table.outline {
	width: 100%;
	/* 変更しない */
	border-collapse: collapse;
	/* 変更しない */
	border-spacing: 0;
	/* 変更しない */
}

#tmp_contents table.outline td {
	padding: 10px 10px 0;
	color: inherit;
	background-color: #FFFFFF;
}

#tmp_contents div.outline {
	padding: 10px 10px 0;
	color: inherit;
	background-color: #FFFFFF;
}

* html #tmp_contents div.outline {
	width: 100%;
	/* 変更しない */
}

#tmp_contents .outline ul {
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .outline ol {
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin: 0.3em 0 0 24px;
	/* 変更しない */
}

/* box_info
============================== */
#tmp_contents .box_info {
	margin: 0 0 0.8em;
	/* 変更しない */
	border: 1px solid #CCCCCC;
	clear: both;
	/* 変更しない */
}

#tmp_contents table.box_info {
	width: 100%;
	/* 変更しない */
	border-collapse: collapse;
	/* 変更しない */
	border-spacing: 0;
	/* 変更しない */
}

#tmp_contents .box_info .box_info_ttl {
	padding: 5px 12px 10px;
	color: inherit;
	font-weight: bold;
	background: #E3F2FB url(/shared/templates/jinji/images/contents/info_ttl_bg.gif) repeat-x left bottom;
}

#tmp_contents .box_info .box_info_ttl p {
	margin-bottom: 0;
	/* 変更しない */
}

#tmp_contents .box_info .box_info_cnt {
	padding: 10px 10px 0;
}

#tmp_contents .box_info ul {
	margin-bottom: 0.8em;
	/* 変更しない */
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .box_info ol {
	margin-bottom: 0.8em;
	/* 変更しない */
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin: 0.3em 0 0 24px;
	/* 変更しない */
}

/* box_link
============================== */
#tmp_contents .box_link {
	margin: 0 0 0.8em;
	/* 変更しない */
	border: 1px solid #CCCCCC;
	clear: both;
	/* 変更しない */
}

#tmp_contents table.box_link {
	width: 100%;
	/* 変更しない */
	border-collapse: collapse;
	/* 変更しない */
	border-spacing: 0;
	/* 変更しない */
}

#tmp_contents .box_link .box_link_ttl {
	padding: 5px 12px 10px;
	color: inherit;
	font-weight: bold;
	background: #E4F4CA url(/shared/templates/jinji/images/contents/link_ttl_bg.gif) repeat-x left bottom;
}

#tmp_contents .box_link .box_link_ttl p {
	margin-bottom: 0;
	/* 変更しない */
}

#tmp_contents .box_link .box_link_cnt {
	padding: 10px 10px 0;
}

#tmp_contents .box_link ul {
	margin-bottom: 0.8em;
	/* 変更しない */
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .box_link ol {
	margin-bottom: 0.8em;
	/* 変更しない */
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin: 0.3em 0 0 24px;
	/* 変更しない */
}

/* box_menu
============================== */
#tmp_contents .box_menu {
	margin: 0 0 0.8em;
	/* 変更しない */
	background: url(/shared/templates/jinji/images/contents/menu_box_bg.jpg) repeat-x left top;
	border: 1px solid #DDDDDD;
	clear: both;
	/* 変更しない */
}

#tmp_contents table.box_menu {
	width: 100%;
	/* 変更しない */
	border-collapse: collapse;
	/* 変更しない */
	border-spacing: 0;
	/* 変更しない */
}

#tmp_contents table.box_menu td {
	padding: 5px 10px 0;
}

#tmp_contents div.box_menu {
	padding: 10px 10px 0;
}

#tmp_contents .box_menu h2 {
	margin: 0 0 0.8em;
	padding: 0;
	color: inherit;
	font-size: 100%;
	background: none;
	border: none;
}

#tmp_contents .box_menu ul {
	margin-bottom: 0.8em;
	/* 変更しない */
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .box_menu ol {
	margin-bottom: 0.8em;
	/* 変更しない */
	margin-left: 24px;
	/* 変更しない */
}

#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin: 0.3em 0 0 24px;
	/* 変更しない */
}

/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin: 0 0 0.8em;
	/* 変更しない */
	padding: 0;
	list-style: none;
	list-style-image: none;
	border-top: 1px solid #CCCCCC;
}

#tmp_contents ul.box_btn li {
	color: inherit;
	background: url(/shared/site_jinji/images/icon/navi_icon.png) no-repeat 8px 17px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
}

#tmp_contents ul.box_btn li a {
	padding: 16px 10px 16px 25px;
	display: block;
}

#tmp_contents ul.box_btn li a:hover {
	background: #F9F9F9 url(/shared/site_jinji/images/icon/navi_icon.png) no-repeat 8px 17px;
}

/* layouttable
============================== */
#tmp_contents table.layouttable {
	margin: 0 0 0.8em;
	border: 1px solid #F0F0E1;
	border-collapse: collapse;
	border-spacing: 0;
}

#tmp_contents table.layouttable td {
	padding: 5px 8px;
	border: 1px solid #F0F0E1;
}

#tmp_contents table.layouttable p {
	margin-bottom: 0;
}

/* datatable
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin: 0 0 0.8em;
	/* 変更しない */
	color: inherit;
	background-color: #FFFFFF;
	border-collapse: collapse;
	/* 変更しない */
	border-spacing: 0;
	/* 変更しない */
	border: 1px solid #999999;
}

#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 5px 8px;
	color: inherit;
	background-color: #E3EDDB;
	border: 1px solid #999999;
}

#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 5px 8px;
	border: 1px solid #999999;
}

#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding: 0 0 0.5em;
	/* 変更しない */
	font-weight: bold;
	/* 変更しない */
	text-align: left;
	/* 変更しない */
}

#tmp_contents table.datatable p {
	margin: 0;
	/* 変更しない */
}

#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin: 0.2em 0 0 24px;
	/* 変更しない */
}

#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin: 0.3em 0 0 24px;
	/* 変更しない */
}

#tmp_contents table.enquete_table {
	width: 100%;
	/* 変更しない */
}

#tmp_contents table.enquete_table th {
	width: 20%;
	/* 変更しない */
}

#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color: #C41717;
	/* shared.cssのtxt_redと同じ値を設定 */
	font-weight: normal;
	/* 変更しない */
	background-color: transparent;
	/* 変更しない */
}

/* form_btn */
#tmp_contents .enquete_button {
	margin: 15px 0;
	/* 変更しない */
	text-align: center;
	/* 変更しない */
}

/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_red {
	color: inherit;
	background-color: #F6DCDC;
	/* shared.cssのbg_redと同じ値を設定 */
}

#tmp_contents table.datatable table th.bg_yellow {
	color: inherit;
	background-color: #FFFED5;
	/* shared.cssのbg_yellowと同じ値を設定 */
}

#tmp_contents table.datatable table th.bg_blue {
	color: inherit;
	background-color: #EAF4FF;
	/* shared.cssのbg_blueと同じ値を設定 */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border: none;
	/* 変更しない */
}

#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color: inherit;
	/* 変更しない */
	background-color: transparent;
	/* 変更しない */
	border: none;
	/* 変更しない */
}

#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border: none;
	/* 変更しない */
}

#tmp_contents table.datatable table.datatable {
	border: 1px solid #999999;
	/* table.datatableと同じ値を設定 */
}

#tmp_contents table.datatable table.datatable th {
	color: inherit;
	/* 変更しない */
	background-color: #E3EDDB;
	/* table.datatable thと同じ値を設定 */
	border: 1px solid #999999;
	/* table.datatable thと同じ値を設定 */
}

#tmp_contents table.datatable table.datatable td {
	border: 1px solid #999999;
	/* table.datatable tdと同じ値を設定 */
}

/* list_table
============================== */
#tmp_contents table.list_table {
	width: 100%;
	line-height: 1.2;
	border-collapse: collapse;
	border-spacing: 0;
}

#tmp_contents table.list_table td {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#tmp_contents table.list_table .date {
	width: 70px;
	padding: 0;
}

#tmp_contents table.list_table .date_year {
	width: 110px;
	padding: 0;
}

#tmp_contents table.list_table p {
	margin: 0 0 0.8em;
	vertical-align: middle;
}

/* ==================================================
contents
================================================== */
/* event
============================== */
/* box_photo */
#tmp_contents .box_photo {
	clear: both;
}

#tmp_contents .wrap_box_photo_txt {
	width: 100%;
	margin-right: -320px;
	float: left;
}

#tmp_contents .box_photo_txt {
	margin-right: 320px;
}

#tmp_contents .box_photo_img {
	width: 300px;
	float: right;
}

/* event_page_navi */
#tmp_contents .event_page_navi .next {
	text-align: right;
}

/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width: 480px;
	margin: 15px 0 0.8em;
	clear: both;
}

#tmp_gmap_box {
	height: 360px;
	border: 1px solid #CCCCCC;
	clear: both;
}

/* shisetsu */
#tmp_map_search {
	width: 100%;
	margin-bottom: 20px;
}

#tmp_map_search p {
	display: inline;
	margin-right: 10px;
}

#tmp_map_search strong,
#tmp_map_search input {
	vertical-align: middle;
}

#tmp_map_search #keyword {
	width: 200px;
	margin: 0 5px;
	border: 1px solid #CCCCCC;
}

#tmp_map {
	width: 100%;
	margin-bottom: 20px;
}

#tmp_map_list {
	width: 360px;
	margin-right: -360px;
	float: left;
	position: relative;
	z-index: 1;
}

#tmp_wrap_gmap_box {
	width: 100%;
	float: right;
}

#tmp_wrap_gmap_box2 {
	margin-left: 370px;
	border: 1px solid #CCCCCC;
}

#tmp_contents #tmp_map_list h2 {
	margin-top: 0;
}

#tmp_contents #tmp_facilities_btn {
	width: 100%;
	margin: 0 0 0.8em 0;
}

#tmp_contents #tmp_facilities_btn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tmp_contents #tmp_facilities_btn li {
	margin-bottom: 0;
	padding: 0 2px 2px 0;
	float: left;
}

#tmp_contents #tmp_facilities_btn .even {
	padding-right: 0;
}

#tmp_contents #tmp_facilities_btn img {
	vertical-align: bottom;
}

#tmp_result_list {
	height: 160px;
	padding: 5px 10px;
	border: 1px solid #E2E0DC;
	overflow: auto;
}

* html #tmp_result_list {
	height: 170px;
}

#tmp_contents #tmp_result_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

#tmp_contents #tmp_result_list img {
	margin-right: 5px;
	vertical-align: middle;
}

#tmp_wrap_gmap_box #tmp_gmap_box {
	width: 100%;
	height: 480px;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

/* box_unker
============================== */
#tmp_contents .box_unker {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	clear: both;
}

#tmp_contents .box_unker p {
	margin-bottom: 0;
}

#tmp_contents .box_unker_ttl {
	font-weight: bold;
	border-bottom: 2px solid #999999;
}

#tmp_contents .box_unker_cnt {
	border-top: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	color: inherit;
	padding: 4px 8px 8px;
}

#tmp_contents .box_unker_cnt ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

#tmp_contents .box_unker_cnt ul li {
	border-right: 1px solid #999999;
	float: left;
	margin: 4px 0.75em 0 0;
	padding: 1px 0.75em 0 0;
	white-space: nowrap;
}

#tmp_contents .box_unker_cnt ul li a {
	text-decoration: none;
	color: #0066CC;
	background: url(/shared/site_jinji/images/icon/arrow_below.png) no-repeat left center;
	padding: 1px 0 0 15px;
}

#tmp_contents .box_unker_cnt ul li a:hover {
	color: #CC0000;
	background-image: url(/shared/site_jinji/images/icon/arrow_below_o.png);
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents .box_unker:after,
#tmp_contents .box_unker ul:after {
	content: ".";
	/* 変更しない */
	display: block;
	/* 変更しない */
	height: 0;
	/* 変更しない */
	font-size: 0.1%;
	/* 変更しない */
	line-height: 0.1;
	/* 変更しない */
	clear: both;
	/* 変更しない */
	visibility: hidden;
	/* 変更しない */
}

/* for IE7.0 */
*:first-child + html #tmp_contents div.outline,
*:first-child + html #tmp_contents div.box_info,
*:first-child + html #tmp_contents div.box_info_ttl,
*:first-child + html #tmp_contents div.box_info_cnt,
*:first-child + html #tmp_contents div.box_link,
*:first-child + html #tmp_contents div.box_link_ttl,
*:first-child + html #tmp_contents div.box_link_cnt,
*:first-child + html #tmp_contents div.box_menu,
*:first-child + html #tmp_contents div.box_menu_ttl,
*:first-child + html #tmp_contents div.box_menu_cnt,
*:first-child + html #tmp_contents .box_photo,
*:first-child + html #tmp_map,
*:first-child + html #tmp_contents #tmp_facilities_btn,
*:first-child + html #tmp_contents .box_unker,
*:first-child + html #tmp_contents .box_unker ul {
	min-height: 1%;
	/* 変更しない */
}

/* ==================================================
print
================================================== */
@media print {
	body {
		background: #FFFFFF !important;
	}

	#tmp_wrapper,
	#tmp_wrapper2 {
		width: 100% !important;
	}

	#tmp_header2 {
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
		color: #000000 !important;
		background: #FFFFFF !important;
		border-bottom: 1px solid #000000 !important;
	}

	#tmp_footer {
		margin-top: 10px !important;
		padding-top: 10px !important;
		color: #000000 !important;
		background: #FFFFFF !important;
		border-top: 1px solid #000000 !important;
	}

	#tmp_wrap_header,
	#tmp_header,
	#tmp_header2 {
		background: none;
		width: 100% !important;
	}

	#tmp_wrap_regulation,
	#tmp_means,
	#tmp_gnavi,
	.wrap_col_lft_navi,
	.wrap_col_rgt_navi,
	.pnavi,
	.sp_pnavi,
	#tmp_fnavi,
	.plugin,
	#tmp_inquiry_cnt .inquiry_btn,
	#tmp_feedback {
		display: none !important;
	}

	.wrap_col_nm,
	.column_full .wrap_col_main,
	.column_lnavi .wrap_col_main,
	.column_rnavi .wrap_col_main {
		float: none !important;
	}

	body,
	#tmp_pankuzu,
	#tmp_wrap_main {
		background: none !important;
	}

	.wrap_col_nm,
	.wrap_col_nm2,
	.col_main {
		margin: 0 !important;
		padding: 0 !important;
	}

	#tmp_wrap_main {
		padding: 0 10px !important;
	}

	#tmp_contents .box_gmap {
		display: inline-block;
		/* IE10、11でYahooマップ使用ページを印刷しようとするとブラウザが落ちるため */
		margin: 0;
		padding: 170px 0 0 0;
		position: relative;
		top: -170px;
		page-break-before: always;
	}

	#tmp_copyright {
		text-align: left !important;
	}

	/* for IE7.0 */
	*:first-child + html #tmp_contents h1,
	*:first-child + html #tmp_contents h2,
	*:first-child + html #tmp_contents h3,
	*:first-child + html #tmp_contents h4,
	*:first-child + html #tmp_contents h5,
	*:first-child + html #tmp_contents h6,
	*:first-child + html #tmp_contents .box_btn li {
		min-height: 1%;
	}

	*:first-child + html .used_bg_img span {
		visibility: hidden;
	}

	/* for Firefox */
	#tmp_main:after,
	.col_nm:after {
		content: ".";
		/* 変更しない */
		height: 1px;
		/* 変更しない */
	}
}