@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	padding:28px 18px 24px;
	font-size:225%;
	line-height:1.2;
	background-color:#fffa9b;
	border-bottom:4px solid #15843b;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	margin:0 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	line-height:1.2;
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	padding:22px 15px;
	font-size:187.5%;
	color:#000000;
	background-color:#d3fde1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#tmp_contents h3 {
	position:relative;
	padding:0 0 10px;
	font-size:162.5%;
	border-bottom:4px solid #e5e5e5;
}
#tmp_contents h3::after {
	content:"";
	position:absolute;
	left:0;
	bottom:-4px;
	width:340px;
	height:4px;
	border-bottom:4px solid #fddf0d;
}
#tmp_contents h4 {
	font-size:137.5%;
	background: url(/shared/templates/bosai_free/images/h4_bg.png) no-repeat left 3px;
	padding-left:20px;
}
#tmp_contents h5 {
	font-size:125%;
	background: url(/shared/templates/bosai_free/images/h5_bg.png) no-repeat left 3px;
	padding-left:20px;
}
#tmp_contents h6 {
	font-size:112.5%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1em 2em; /* Do not edit */
	list-style-image:url(/shared/site_bosai/images/icon/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 40px; /* Do not edit */
	border:3px solid #e59889;
	clear:both; /* Do not edit */	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td,
#tmp_contents div.outline {
	padding:12px 15px 2px;
	color:inherit;
	background-color:#fff1e4;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#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; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0; /* Do not edit */
	padding:0 0 20px;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 20px;
	font-weight:bold;
}
#tmp_contents ul.box_btn li a {
	position:relative;
	display:block;
	text-decoration:none;
	border:1px solid #ebe9e9;
	padding:24px 32px 24px 24px;
	color:#222222;
	background:#ffffff url(/shared/templates/bosai_free/images/box_line.gif) no-repeat left center;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 0 1px 5px rgba(221, 218, 218, 0.75);
	-moz-box-shadow: 0 1px 5px rgba(221, 218, 218, 0.75);
	box-shadow: 0 1px 5px rgba(221, 218, 218, 0.75);
}
#tmp_contents ul.box_btn li a::after {
	content:"";
	position:absolute;
	right:18px;
	top:50%;
	margin-top:-7px;
	width:14px;
	height:14px;
	background:url(/shared/site_bosai/images/icon/arrow14_b_icon.png) no-repeat;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus {
	padding:23px 31px 23px 23px;
	color:#0049ba;
	border:2px solid #004d96;
	background-color:#f1f8ff;
	text-decoration:underline;
}
#tmp_contents ul.box_btn li a:hover::after,
#tmp_contents ul.box_btn li a:focus::after {
	right:17px;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 40px; /* Do not edit */
	border-top:2px solid #15843b;
	border-bottom:1px solid #d9d9d9;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	font-size:125%;
	font-weight:bold;
	padding:13px 15px;
	color:#000000;
	background-color:#ecfff2;
	border-bottom:1px dotted #d9d9d9;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding:15px 10px 8px;
}
#tmp_contents .box_info .box_info_cnt a:hover,
#tmp_contents .box_info .box_info_cnt a:focus {
	text-decoration:none;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#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; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 40px; /* Do not edit */
	border-top:2px solid #15843b;
	border-bottom:1px solid #d9d9d9;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	font-size:125%;
	font-weight:bold;
	padding:13px 15px;
	color:#000000;
	background-color:#ecfff2;
	border-bottom:1px dotted #d9d9d9;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding:15px 10px 8px;
}
#tmp_contents .box_link .box_link_cnt a:hover,
#tmp_contents .box_link .box_link_cnt a:focus {
	text-decoration:none;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#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; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 40px; /* Do not edit */
	border:1px solid #ebe9e9;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 0 1px 5px rgba(221, 218, 218, 0.75);
	-moz-box-shadow: 0 1px 5px rgba(221, 218, 218, 0.75);
	box-shadow: 0 1px 5px rgba(221, 218, 218, 0.75);
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu_ttl {
	font-weight:bold;
	padding:22px 20px 2px 20px;
	color:#222222;
	background:#ffffff url(/shared/templates/bosai_free/images/box_line.gif) no-repeat left 32px;
}
#tmp_contents .box_menu_ttl a {
	position:relative;
	display:block;
	text-decoration:none;
	color:#222222;
	padding:22px 32px 22px 24px;
	margin:-22px -24px -22px -24px;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
#tmp_contents .box_menu_ttl p {
	margin:0;
	padding:0 4px 20px;
	border-bottom:1px dotted #989898;
}
#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_ttl a::after {
	content:"";
	position:absolute;
	right:18px;
	top:50%;
	margin-top:-7px;
	width:14px;
	height:14px;
	background:url(/shared/site_bosai/images/icon/arrow14_b_icon.png) no-repeat;
}
#tmp_contents .box_menu_ttl a:hover,
#tmp_contents .box_menu_ttl a:focus {
	padding:20px 31px 20px 22px;
	color:#0049ba;
	border:2px solid #004d96;
	background:#f1f8ff url(/shared/templates/bosai_free/images/box_line.gif) no-repeat -2px 30px;
	text-decoration:underline;
}
#tmp_contents .box_menu_ttl a:hover::after,
#tmp_contents .box_menu_ttl a:focus::after {
	right:16px;
}
#tmp_contents .box_menu_cnt {
	padding:12px 20px 10px;
	word-break: break-all;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:18px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:18px; /* Do not edit */
}
#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; /* Do not edit */
}
#tmp_contents .box_menu_cnt a {
	text-decoration:none;
}
#tmp_contents .box_menu_cnt a:hover,
#tmp_contents .box_menu_cnt a:focus {
	text-decoration: underline;
}

/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 40px; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #bfbfbf;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:12px 15px;
	color:inherit;
	background-color:#eaeaea;
	border:1px solid #bfbfbf;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:12px 15px;
	border:1px solid #bfbfbf;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#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; /* Do not edit */
}
#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; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#9b1313; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#fdffef; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#f2ffef; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_orange {
	color:inherit;
	background-color:#fff8ef; /* base.css > Styles > th.bg_orange */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #bfbfbf; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#eaeaea; /* = table.datatable th */
	border:1px solid #bfbfbf; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #bfbfbf; /* = table.datatable td */
}
/* ==================================================
新着情報エリア
================================================== */
#tmp_contents .attention_block {
	background-color: #ffffff;
	margin: 0 0 34px;
}
#tmp_contents .attention_list {
	margin: 0;
	list-style: none;
}
#tmp_contents .attention_block li p.date {
	display: table-cell;
	width: 140px;
	color: #222222;
	padding-right: 5px;
}
#tmp_contents .attention_block li p.link {
	display: table-cell;
}
#tmp_contents .attention_list li {
	margin-bottom: 12px;
    padding-bottom: 12px;
	border-bottom: 1px dashed #cccccc;	
}
#tmp_contents .attention_list li a {
	background-color: transparent;
    text-decoration: underline;
	color: #0049ba;
}
#tmp_contents .attention_list li a:hover,
#tmp_contents .attention_list li a:active,
#tmp_contents .attention_list li a:focus {
    text-decoration: none;
}
/* ==================================================
contents
================================================== */

/* ==================================================
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 #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	min-width: initial !important;
	min-width: 0 !important;
	width:100% !important;
	background-color:#FFFFFF;
}
#tmp_wrap_header {
	padding:0 !important;
}
#tmp_header {
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_wrap_main {
	color:#000000 !important;
	padding:0 !important;
}
.container,
#tmp_wrap_header,
#tmp_wrap_main,
#tmp_footer {
	width:100% !important;
}
.gnavi,
.header_rght,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
#tmp_pankuzu {
	padding:0 !important;
}
.col_main {
	margin:0 !important;
	padding:0 !important;
}
.footer_add {
	margin:0 0 10px;
}
.footer_cnt .corporate,
.footer_cnt .copyright {
	float:none;
	margin:0 0 5px;
}

/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
}