@charset "utf-8";

#tmp_contents h1 {
	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 {
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2{
	font-size: 166.6%;
	background-image: -webkit-gradient( linear, left top, right top, from(rgb(164,215,185)), to(rgb(236,236,165)));
	background-image: -o-linear-gradient( left, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
	background-image: -moz-linear-gradient( left, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
	background-image: linear-gradient( to right, rgb(164,215,185) 0%, rgb(236,236,165) 100%);
	text-align: center;
	border-radius: 10px 10px 0 0;
    padding: 22px 15px 64px 31px;
    margin-bottom: 0;
    margin-top: 27px;
}
#tmp_contents h2 .txt_big{
	font-size: 166.6%;
}
#tmp_contents h3{
	display: inline-block;
    font-size: 166.7%;
	line-height: 1.4;
    color: #333333;
    background-color: #f0faf6;
    background-image: -moz-linear-gradient( 0deg, rgb(56,155,211) 0%, rgb(148,196,61) 26%, rgb(250,173,65) 52%, rgb(253,146,181) 77%, rgb(202,161,238) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(56, 155, 211) 0%, rgb(148, 196, 61) 26%, rgb(250, 173, 65) 52%, rgb(253, 146, 181) 77%, rgb(202, 161, 238) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(56,155,211) 0%, rgb(148,196,61) 26%, rgb(250,173,65) 52%, rgb(253,146,181) 77%, rgb(202,161,238) 100%);
    background-image: linear-gradient(90deg, rgb(56, 155, 211) 0%, rgb(148, 196, 61) 26%, rgb(250, 173, 65) 52%, rgb(253, 146, 181) 77%, rgb(202, 161, 238) 100%);
    background-position: left bottom;
	background-repeat: no-repeat;
    background-size: 100% 2px;
    padding-bottom: 4px;
	padding-left: 12px;
    margin: 40px auto 40px;
}
#tmp_contents h3 .txt_big{
	font-size: 166.7%;
}
#tmp_contents h4{
	position: relative;
	z-index: 2;
	line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	padding-bottom: 16px;
    font-size: 100%;
    min-width: 64px;
	width: fit-content;
    min-height: 64px;
    color: #333333;
    background-color: #c3e8a7;
    border-radius: 50%;
    margin: 0 auto;
	box-sizing: border-box;
	aspect-ratio: 1;
}
#tmp_contents h4 .txt_big{
	font-size: 177.8%;
	line-height: 1;
}
#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 0 1.6em; /* Do not edit */
	list-style-image:url(/shared/site_heiwa/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.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 {
	position: relative;
	margin:-8px 17px 0 20px; /* Do not edit */
	border: 3px solid #e7e7e7;
	border-top: 0;
	border-left: 0;
	background-color: #FFFFFF;
	width: auto;
	text-align: left;
	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 .outline::before{
	content: "";
	position: absolute;
	width: calc(100% + 3px);
	height: 42px;
	background-image: url(/shared/templates/heiwa_nenpyou/images/main/outline_bg_01.png),url(/shared/templates/heiwa_nenpyou/images/main/outline_bg_01.png),url(/shared/templates/heiwa_nenpyou/images/main/outline_bg_03.png);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left top, right top, calc(50% + -25px) top;
	left: 0;
	top: -36px;
	border-right: 3px solid #e7e7e7;
}
#tmp_contents table.outline::before{
	width: calc(100% + 2px);
}
#tmp_contents table.outline td {
	padding: 10px 40px 31px 41px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding: 6px 40px 31px 41px;
	color:inherit;
	background-color:#FFFFFF;
}
#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 */
}

#tmp_contents .outline h3{
	display: block;
	margin-top: 0;
	clear: none;
	padding-left: 0;
	background: transparent;
	margin-bottom: 9px;
	font-size: 144.4%;
}
#tmp_contents .outline a.link_btn{
	position: relative;
	display: inline-block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #bce1e4;
	min-width: 397px;
	text-align: center;
	padding: 13px 10px 11px;
	border-radius: 50px;
}
#tmp_contents .outline a.link_btn::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(/shared/site_heiwa/images/icon/arrow_icon.png);
    background-repeat: no-repeat;
	margin-right: 7px;
	position: relative;
    top: 2px;
}
#tmp_contents .outline a.link_btn:hover{
	text-decoration: underline;
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:10px;
	color:inherit;
	background-color: transparent;
	/* background:url(/shared/templates/heiwa_nenpyou/images/contents/box_bg.jpg) no-repeat left top; */
	border:1px solid #BBCCDD;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* Do not edit */
	border:1px solid #AABBCC;
	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 {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 10px 0;
}
#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 0.8em; /* Do not edit */
	border:1px solid #AABBCC;
	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 {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 10px 0;
}
#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 0.8em; /* Do not edit */
	/* background:url(/shared/templates/heiwa_nenpyou/images/contents/box_bg.jpg) no-repeat left top; */
	border:1px solid #AABBCC;
	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 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; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* 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 */
}

/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 2.2em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #AABBCC;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
    padding: 15px 18px 12px;
	color:#222222;
	background-color:#d6f5ed;
	border:1px solid #dedede;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
    padding: 12px 18px 11px;
	border:1px solid #dedede;
}
#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:#990000; /* 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_red {
	color:inherit;
	background-color:#FCECEC; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 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 #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#DDEEFF; /* = table.datatable th */
	border:1px solid #AABBCC; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* ==================================================
contents
================================================== */
.custom_nenpyou .col_main{
	text-align: center;
	color: #333333;
	background: #ffffff url(/shared/templates/heiwa_nenpyou/images/main/history_bg.jpg) repeat-y center top;
	padding: 94px 40px 0;
}
.custom_nenpyou #tmp_contents .col2 .col2L,
.custom_nenpyou #tmp_contents .col2 .col2R{
	position: relative;
	width: 46%;
	text-align: left;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #85c0a6;
    border-radius: 5px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.custom_nenpyou #tmp_contents div.col2 div.col2L,
.custom_nenpyou #tmp_contents div.col2 div.col2R{
    padding: 38px 17px 10px;
}
.custom_nenpyou #tmp_contents .col2 .col2L{
	float: left;
}
.custom_nenpyou #tmp_contents .col2 .col2R{
	float: right;
	border-color: #9fb9dc;
}
#tmp_contents .col2 .col2L:before,
#tmp_contents .col2 .col2R:before{
	content: '調布市';
	pointer-events: none;
    position: absolute;
    text-align: center;
    min-width: 84px;
    top: -1px;
    left: -1px;
    font-weight: bold;
    font-size: 88.9%;
    color: #ffffff;
    background-color: #56805b;
    border-radius: 5px 0 5px 0;
	padding: 0 3px;
}
#tmp_contents .col2 .col2R:before{
	content: '日本・世界';
	background-color: #477899;
}
#tmp_contents table.col2 td.col2L:before,
#tmp_contents table.col2 td.col2R:before{
	position: relative;
    display: block;
    max-width: 6em;
}
#tmp_contents h4 + .col2 .col2L:first-child:after,
#tmp_contents h4 + .col2 .col2R:first-child:after,
#tmp_contents h4 + .col2 .col2L:first-child + .col2R:after{
	content: '';
	position: absolute;
	pointer-events: none;
	top: -33px;
	right: 0;
	border-top: 2px solid #c3e8a7;
}
#tmp_contents h4 + .col2 .col2L:first-child:after{
	right: -20px;
	left: 0;
}
#tmp_contents h4 + .col2 .col2R:first-child:after,
#tmp_contents h4 + .col2 .col2L:first-child + .col2R:after{
	right: 0;
	left: -20px;
}
/* Year heading */
#tmp_year_heading{
	margin-bottom: -91px;
	min-height: 401px;
}
#tmp_year_heading h1{
	font-size: 166.6%;
	background-image: url(/shared/templates/heiwa_nenpyou/images/main/border_h1.png),
	url(/shared/templates/heiwa_nenpyou/images/main/border_h1.png);
	background-repeat: no-repeat;
	background-size: 100% 4px;
	background-color: #FFFFFF;
	background-position: left 7px, left bottom 7px;
	text-align: center;
    padding: 8px 2px 3px 0;
	min-height: 150px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 40px;
}
#tmp_year_heading h1 span{
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	text-indent: -9999px;
	background: url(/shared/templates/heiwa_nenpyou/images/main/text_bg.png) center center no-repeat;
	background-size: contain;
	width: 100%;
	height: 150px;
}
#tmp_year_heading #tmp_anchor{
	padding: 0;
	background-color: transparent;
	margin-bottom: 0;
}
#tmp_year_heading #tmp_anchor ul{
	list-style: none;
	display: flex;
	gap: 13px;
	margin: 0 0 21px;
	flex-wrap: wrap;
}
#tmp_year_heading #tmp_anchor ul li{
	width: calc((100% - 39px) / 4);
	line-height: 1.4;
	display: flex;
	align-items: center;
}
#tmp_year_heading #tmp_anchor ul li a{
	font-weight: bold;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 2px solid #bce1e4;
	border-radius: 50px;
	font-size: 100%;
	padding: 12px 14% 25px;
	height: 100%;
	width: 100%;
	background: #ffffff url(/shared/templates/heiwa_nenpyou/images/main/arrow_anchor.png) no-repeat center bottom 7px;
	color: #333333;
}
#tmp_year_heading #tmp_anchor ul li a:hover{
	text-decoration: underline;
}
#tmp_history_cate{
	padding: 30px 40px 0;
}
#tmp_history_cate ul{
	list-style: none;
	margin: 0;
	display: flex;
	gap: 64px;
}
#tmp_history_cate ul li{
	width: 50%;
	font-size: 155.5%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 13px 35px 8px 10px;
    font-weight: bold;
}
#tmp_history_cate ul li p{
	margin-bottom: 0;
}
#tmp_history_cate ul li.chofu_city{
	background-color: #56805b;
}
#tmp_history_cate ul li.social_situation{
	background-color: #477899;
}
/* heading fixed */
#tmp_year_heading.heading_fixed .year_heading_inner{
	top: 0;
	z-index: 99;
	position: fixed;
	max-width: 1200px;
	padding-bottom: 15px;
	width: 100%;
	left: 50%;
    transform: translateX(-50%);
	background-color: #FFFFFF;
}
#tmp_year_heading.heading_fixed h1{
	font-size: 116.6%;
	min-height: 127px;
	margin-bottom: 10px;
}
#tmp_year_heading.heading_fixed h1 span{
	background-size: auto 100%;
	height: 104px;
	margin-right: 2px;
	min-width: 242px;
	margin-top: -6px;
}
#tmp_year_heading.heading_fixed #tmp_anchor{
	margin-top: 13px;
	margin-bottom: 15px;
}
#tmp_year_heading.heading_fixed #tmp_anchor ul li a{
	font-size: 88.9%;
	padding: 12px 16% 28px 18%;
	line-height: 1.2;
}
#tmp_year_heading.heading_fixed #tmp_history_cate{
	padding: 0 40px;
	position: relative;
}
#tmp_year_heading.heading_fixed #tmp_history_cate::before{
	content: "";
	height: calc(100% + 15px);
	width: 4px;
	background-color: #c3e8a7;
	position: absolute;
	left: 50%;
	top: 0;
    margin-left: -2px;
}
#tmp_year_heading.heading_fixed #tmp_history_cate.show{
	display: block;
}
#tmp_year_heading.heading_fixed #tmp_history_cate ul li{
	font-size: 133.3%;
    padding: 6px 9px 4px 10px;
}
/* Easing */
#tmp_year_heading h1,
#tmp_year_heading #tmp_anchor,
#tmp_year_heading #tmp_anchor ul li a,
#tmp_history_cate,
#tmp_history_cate ul li{
	transition: 0.4s ease;
}
#tmp_year_heading .year_heading_inner {
	transition: 0.4s background-color ease;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_contents h2,
.color_black #tmp_contents h2,
.color_yellow #tmp_contents h2,
.color_blue #tmp_contents h3,
.color_black #tmp_contents h3,
.color_yellow #tmp_contents h3{
	border: none !important;
}
.color_blue #tmp_contents h4,
.color_black #tmp_contents h4,
.color_yellow #tmp_contents h4{
	padding-bottom: 16px !important;
	border: 1px solid !important;
}
.color_blue #tmp_contents .col2 .col2L:before,
.color_black #tmp_contents .col2 .col2L:before,
.color_yellow #tmp_contents .col2 .col2L:before,
.color_blue #tmp_contents .col2 .col2R:before,
.color_black #tmp_contents .col2 .col2R:before,
.color_yellow #tmp_contents .col2 .col2R:before{
	border-top: none;
	background-color: transparent !important;
}
.color_blue #tmp_contents .col2 .col2L:after,
.color_black #tmp_contents .col2 .col2L:after,
.color_yellow #tmp_contents .col2 .col2L:after,
.color_blue #tmp_contents .col2 .col2R:after,
.color_black #tmp_contents .col2 .col2R:after,
.color_yellow #tmp_contents .col2 .col2R:after{
	content: none !important;
}
.color_blue #tmp_contents .col2 .col2L:before,
.color_blue #tmp_contents .col2 .col2R:before{
	background-color: #00008B !important;
	border: 1px solid;
}
.color_black #tmp_contents .col2 .col2L:before,
.color_black #tmp_contents .col2 .col2R:before{
	background-color: #000000 !important;
	border: 1px solid;
}
.color_yellow #tmp_contents .col2 .col2L:before,
.color_yellow #tmp_contents .col2 .col2R:before{
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border: 1px solid;
}
.color_yellow .year_heading_wrap #tmp_anchor ul li a{
	background-image: url(/shared/templates/heiwa_nenpyou/images/main/arrow_anchor_black.png) !important;
}
.color_blue .year_heading_wrap #tmp_anchor ul li a,
.color_black .year_heading_wrap #tmp_anchor ul li a{
	background-image: url(/shared/templates/heiwa_nenpyou/images/main/arrow_anchor_yellow.png) !important;
}

.color_blue .heading_fixed #tmp_history_cate ul li,
.color_yellow .heading_fixed #tmp_history_cate ul li,
.color_black .heading_fixed #tmp_history_cate ul li,
.color_blue .history_cate ul li,
.color_yellow .history_cate ul li,
.color_black .history_cate ul li{
	border: 1px solid;
}
.color_blue #tmp_wrapper #tmp_year_heading h1 span,
.color_yellow #tmp_wrapper #tmp_year_heading h1 span,
.color_black #tmp_wrapper #tmp_year_heading h1 span{
	text-indent: 0;
	height: auto;
	min-width: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
.color_blue .heading_fixed #tmp_history_cate::before,
.color_yellow .heading_fixed #tmp_history_cate::before,
.color_black .heading_fixed #tmp_history_cate::before,
.color_blue #tmp_contents .outline::before,
.color_yellow #tmp_contents .outline::before,
.color_black #tmp_contents .outline::before{
	display: none;
}
.color_blue #tmp_contents .outline,
.color_black #tmp_contents .outline,
.color_yellow #tmp_contents .outline{
	border: 3px solid !important;
}
.color_blue #tmp_year_heading.heading_fixed .year_heading_inner,
.color_black #tmp_year_heading.heading_fixed .year_heading_inner,
.color_yellow #tmp_year_heading.heading_fixed .year_heading_inner{
	border: 1px solid;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_big2 #tmp_contents h4{
	padding: 10px;
}
/* ==================================================
no-js
================================================== */
.no_javascript #tmp_anchor,
.no_javascript #tmp_print{
	display: none;
}
.no_javascript #tmp_year_heading {
    min-height: auto;
}
/* ==================================================
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 {
	width:100% !important;
	min-width: inherit;
	background-image: none;
}
#tmp_wrap_main{
	background-image: none;
}
#tmp_wrapper img {
	animation: none;
}
#tmp_hlogo {
	padding-top: 10px !important;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: auto !important;
	height: auto !important;
	background: transparent !important;
}
#tmp_hlogo a {
	text-decoration: none !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span{
	color:#000000 !important;
	background:#FFFFFF !important;
	font-size: 100%;
	font-weight: bold !important;
	z-index: auto !important;
	text-indent: 0 !important;
}
#tmp_header {
	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_footer .footer_cnt .footer_logo{
	margin-bottom: 16px ;
	padding: 0 ;
	background-image: none ;
	min-height: auto ;
}
#tmp_footer .footer_note{
	text-align: left;
}
#tmp_footer .footer_cnt address p{
	margin-bottom: 10px;
}
#tmp_footer .footer_lft{
	width: 100%;
	border-left: none;
}
.footer_cnt .footer_info{
	padding-left: 0;
}
#tmp_print,
.footer_mid,
.header_means,
#tmp_anchor,
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu {
	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;
}
.wrap_col_nm,
.wrap_col_nm2 {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
#tmp_year_heading.heading_fixed .year_heading_inner{
	position: static;
	transform: none;
}
#tmp_year_heading {
	min-height: auto !important;
}
}
