@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:105%;
}
body {
	font-size:100%;
	background-color: #f5fcfd;
	color: #222222;
	line-height: 1.53;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color:#222222;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#990000; /* Setting by CMS sheets */
}
.txt_green {
	color:#007500; /* Setting by CMS sheets */
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FDD6E8; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFFBF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#DFF3F4; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#F4F5F9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E2EBD0; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#E9E0F3; /* デザインによって変更 */
}
td.bg_cream,
th.bg_cream {
	color:inherit;
	background-color:#FBF3DE; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1260px;
	position: relative;
	margin:0 auto;
}
.container {
    margin: 0 auto;
	width: 1240px;
}
/* header
================================================== */
#tmp_header {
	margin: 0 0 20px;
	padding: 16px 0 15px;
	position: relative;
	background: #ffffff url(/shared/site_archives/images/line_header.png) center bottom no-repeat;
	z-index: 10;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
	-webkit-background-size: 100% auto;
	background-size: 100% 2px;
}
.format_top #tmp_header {
	margin: 0;
}
#tmp_hlogo {
	float: left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 438px;
	height: 69px;
	background: url(/shared/site_archives/images/logo.png) no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
}
#tmp_hlogo a {
	display: block;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 438px;
	height: 69px;
	position: relative;
	z-index: -1;
	overflow: hidden;
	text-indent: -9999px;
}
.header_action {
	float: right;
	text-align: right;
	min-width: 50%;
}
.header_action .toprgt_cnt {
	margin: 0 0 15px 0;
	font-size: 87.5%;
}
#tmp_means {
	float: right;
}
#tmp_means ul{
    list-style: none;
    text-align: right;
}
#tmp_means li{
    display: inline-block;
    margin: 0 0 0 20px;
}
#tmp_means .setting_link{
    min-height: 30px;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #9fa0a0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: transparent url(/shared/site_archives/images/icon/icon_caretdown.png) 97% 50% no-repeat;
	padding: 6px 32px 3px 10px;
	font-weight: 500;
}
/*
#tmp_means .setting_link:hover,
#tmp_means .setting_link:active,
#tmp_means .setting_link:focus{
    text-decoration: underline;
}
*/
#tmp_search,
#tmp_means {
	display: inline-block;
}
#tmp_search .pc_hidden {
	position: absolute;
	left: -100%;
	z-index: -1;
	overflow: hidden;
}
#tmp_gsearch {
	position: relative;
	display: table;
}
#tmp_wrap_query {
	position: relative;
	overflow: hidden;
	display: table-cell;
	width: 255px;
}
#tmp_query {
	width: 100%;
	min-height: 30px;
	border: 1px solid #9fa0a0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 7px;
}
#tmp_query:focus {
	border-color: #046ed1;
}
#tmp_search .query_submit {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: bottom;
}
#tmp_search .query_submit #tmp_func_sch_btn {
	width: 74px;
	min-height: 30px;
	border: none;
	cursor: pointer;
	background: #046ed1 url(/shared/site_archives/images/icon/icon_searchwhite.png) 9px center no-repeat;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	font-size: 114.3%;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
	padding: 0 7px 0 25px;
}
/*
#tmp_search .query_submit #tmp_func_sch_btn:hover,
#tmp_search .query_submit #tmp_func_sch_btn:focus,
#tmp_search .query_submit #tmp_func_sch_btn:active {
	text-decoration: underline;
}
*/
#tmp_header .container {
	position: relative;
}
#tmp_header .section_map_list {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	width: 100%;
	padding: 0;
	background-color: transparent;
}
#tmp_header .section_map_list .map_inner {
	background-color: #f5fbfc;
	padding: 63px 65px 40px 90px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
}
#tmp_header .section_map_list .func_list .ttl_list {
	margin-bottom: 10px;
}
#tmp_header .section_map_list .func_map {
	width: 394px;
	margin-left: 80px;
}
#tmp_header .section_map_list .section_hyogomap {
	margin-top: -15px;
}
#tmp_header .section_map_list .btn_exits {
	position: absolute;
    right: 8px;
    top: 11px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #0a71d2;
    text-decoration: none;
    border-radius: 50%;
    font-weight: bold;
    padding: 20px;
    text-indent: -9999px;
    background: #ffffff url(/shared/site_archives/images/icon/icon_x.png) no-repeat 14px center;
}
/*
#tmp_header .section_map_list .map_btn {
	top: 33px;
	right: 8px;
}
*/
.map_open #tmp_wrapper {
	position: relative;
}
.map_open #tmp_wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,0.4);
	z-index: 9;
}
#tmp_header .section_map_list .btn_exits:hover,
#tmp_header .section_map_list .btn_exits:active,
#tmp_header .section_map_list .btn_exits:focus {
	background-color: #046ed1;
	background-image: url(/shared/site_archives/images/icon/icon_xwhite.png);
}
/* gnavi
================================================== */
.gnavi {
	clear: both;
}
.gnavi ul {
	list-style: none;
}
.gnavi li {
	float: left;
	border-left: 1px solid #04b2d1;
}
.gnavi a {
	display: block;
	padding: 5px 29px 4px;
	text-decoration: none;
	color: #046ed1;
	font-size: 112.5%;
	font-weight: bold;
}
.gnavi li.glist4 a {
	background: url(/shared/site_archives/images/icon/icon_envelope.png) 20px center no-repeat;
	padding-left: 30px;
	font-size: 87.5%;
	padding: 8px 0 7px 47px;
	color: #222222;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	margin-top: 40px;
	font-size: 87.5%;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus,
#tmp_pankuzu a:active {
	text-decoration: none;
}
#tmp_pankuzu a {
	color: #046ed1;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus,
#tmp_pankuzu a:active {
	text-decoration: none;
}
/* Share Btn
================================================== */
#tmp_share {
	margin: 0 0 20px;
	float: right;
}
.format_top #tmp_share {
	margin: 20px 0 20px;
	float: left;
}
#tmp_share .social_media_btn {
	float: left;
	margin-left: 10px;
}
.format_top #tmp_share .social_media_btn {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
/* footer
================================================== */
#tmp_footer {
	margin: 34px 0 0;
	font-size: 87.5%;
}
.format_top #tmp_footer {
	margin-top: 0;
}
#tmp_footer .container {
	position: relative;
}
#tmp_footer .pnavi {
	position: absolute;
	bottom: 0;
	right: 38px;
	margin: 0 0 -34px;
}
#tmp_footer .pnavi .pagetop {
	display: block;
    text-indent: -9999px;
    width: 68px;
    height: 68px;
    background: url(/shared/site_archives/images/bg_ptop.png) no-repeat;
}
.copyright {
	text-align: center;
	background-color: #046ed1;
	color: #ffffff;
	padding: 15px 0;
}
/* ==================================================
layout
================================================== */
/* Modal
================================================== */
body.box_open {
	overflow: hidden;
}
.box_pubup {
	display: none;
	min-width: 320px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
}
.box_pubup .pubup_inner {
	padding: 40px;
	background-color:#f5fbfc;
	color: #222222;
	position: relative;
}
.box_pubup .inside {
	position: absolute;
	top: 50%;
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 100%;
	max-height: 100%;
	overflow: auto;
}
.box_pubup .pubup_inner .bnt_exits,
.img_modal .bnt_exits {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #0a71d2;
	text-decoration: none;
	border-radius: 999px;
	font-weight: bold;
	padding: 19px;
	text-indent: -99999px;
	background: #FFFFFF url(/shared/site_archives/images/icon/icon_x.png) no-repeat center center;
}
.img_modal .bnt_exits {
	position: fixed;
	right: 30px;
	top: 10px;
}
.box_pubup .pubup_inner .bnt_exits:hover,
.box_pubup .pubup_inner .bnt_exits:active,
.box_pubup .pubup_inner .bnt_exits:focus,
.img_modal .bnt_exits:hover,
.img_modal .bnt_exits:active,
.img_modal .bnt_exits:focus {
	background-color: #046ed1;
	background-image: url(/shared/site_archives/images/icon/icon_xwhite.png);
}
.box_pubup .pubup_container {
	max-width: 826px;
	margin: 0 auto;
}
/*
.format_top .box_pubup .pubup_container {
	width: 730px;
}
*/
/*
.box_pubup .pubup_cnt {
	 width: 730px;
	 margin: 0 auto;
}
*/
/* ==================================================
CMS-function
================================================== */

/* ==================================================
CMS-library
================================================== */

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* ==================================================
○○から探す
================================================== */
.frm_label {
	display: table-cell;
    font-size: 125%;
    font-weight: bold;
    background: transparent url(/shared/site_archives/images/icon/icon_search.png) 0 center no-repeat;
    padding-top: 6px;
    padding-left: 26px;
	vertical-align: middle;
	min-width: 235px;
}
.section_map_list {
	background-color: #f5fcfd;
	padding: 74px 0 57px;
}
.func_list .ttl_list,
.func_map .ttl_map,
.clock_block .ttl_clock {
	font-size: 125%;
	padding: 2px 0 1px 30px;
	background-position: 0 center;
	background-repeat: no-repeat;
	/* min-height: 33px; */
	font-weight: bold;
}
.func_list {
	width: 598px;
	float: left;
}
.func_list .ttl_list {
	font-size: 125%;
	margin: 0 0 22px;
	background-image: url(/shared/site_archives/images/icon/icon_list.png);
}
.func_list ul {
	list-style: none;
	margin: 0 -10px 60px;
}
.func_list ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin: 0 0 20px;
}
.func_list ul li:nth-child(4n) {
	clear: both;
}
.func_list li a {
	display: block;
	min-height: 115px;
	-webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 118.75%;
	padding: 74px 0 0 0;
	border-style: solid;
	border-width: 2px;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
.func_list li a:hover,
.func_list li a:focus,
.func_list li a:active {
	text-decoration: underline;
}
.func_list li .item_life {
    background-image: url(/shared/site_archives/images/icon/icon_kurashi.png);
	background-position: center 14px;
    border-color: #c1535d;
    color: #9b2e38;
}
.func_list li .item_bunka {
    background-image: url(/shared/site_archives/images/icon/icon_bunka.png);
	background-position: center 18px;
    border-color: #b853c1;
    color: #7c2084;
}
.func_list li .item_work {
    background-image: url(/shared/site_archives/images/icon/icon_work.png);
	background-position: center 19px;
    border-color: #5d53c1;
    color: #3a2faa;
}
.func_list li .item_camera {
    background-image: url(/shared/site_archives/images/icon/icon_camera.png);
	background-position: center 22px;
    border-color: #53a3c1;
    color: #107499;
}
.func_list li .item_car {
    background-image: url(/shared/site_archives/images/icon/icon_car.png);
	background-position: center 22px;
    border-color: #53c177;
    color: #0c7d31;
}
.func_list li .item_event {
    background-image: url(/shared/site_archives/images/icon/icon_event.png);
	background-position: center 14px;
    border-color: #a8c153;
    color: #5b730a;
}
.func_list li .item_pic {
    background-image: url(/shared/site_archives/images/icon/icon_pic.png);
	background-position: center 14px;
    border-color: #c18753;
    color: #985315;
}
.func_list .clock_block {
	display: table;
	width: 100%
}
.func_list .clock_block select {
    width: 100%;
    padding: 6px 32px 6px 10px;
    border: 1px solid #046ed1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFFFFF url(/shared/site_archives/images/icon/icon_caretdown.png) 97% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: table-cell;
	vertical-align: middle;
	min-height: 40px;
}
.func_list .clock_block select::-ms-expand {
    display: none;
}
.func_list .clock_block select option[selected] {
	color:#222222;
	background-color:#ffffff;
}
.func_list .ttl_clock {
	display: table-cell;
	background-image: url(/shared/site_archives/images/icon/icon_clock.png);
	width: 8.8em;
	vertical-align: middle;
}
.func_map {
	width: 428px;
	float: left;
	position: relative;
	margin: 0 0 0 100px;
}
.func_map .ttl_map {
	background-image: url(/shared/site_archives/images/icon/icon_location.png);
    padding-left: 25px;
}
.hyogomap_country {
	position: relative;
}
.section_hyogomap {
    width: 380px;
    float: right;
    transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-moz-transform: scale(0.98);
}
.section_hyogomap_sp {
	display: none;
}
.ara_map_img {
	position: relative;
}
.ara_map_img img {
	width: 100%;
	max-width: 380px;
	height: auto;
}
.hyogomap_map area:hover,
.hyogomap_map area:focus,
.hyogomap_map area:active {
	cursor: pointer;
}
.hover_map_area_tajima .ara_map_img img,
.hover_map_area_tamba .ara_map_img img,
.hover_map_area_awaji .ara_map_img img,
.hover_map_area_kobe .ara_map_img img,
.hover_map_area_harima .ara_map_img img,
.hover_map_area_hanshin .ara_map_img img {
    opacity: 0;
}
.hover_map_area_harima .ara_map_img {
    background: url(/shared/site_archives/images/main/hyogomap_map_harima.png) no-repeat top left;
	background-size: 100% 100%;
}
.hover_map_area_tajima .ara_map_img {
    background: url(/shared/site_archives/images/main/hyogomap_map_tajima.png) no-repeat top left;
	background-size: 100% 100%;
}
.hover_map_area_tamba .ara_map_img {
    background: url(/shared/site_archives/images/main/hyogomap_map_tamba.png) no-repeat top left;
	background-size: 100% 100%;
}
.hover_map_area_hanshin .ara_map_img,
.hover_map_area_kobe .ara_map_img {
    background: url(/shared/site_archives/images/main/hyogomap_map_hanshin.png) no-repeat top left;
	background-size: 100% 100%;
}
.hover_map_area_awaji .ara_map_img {
    background: url(/shared/site_archives/images/main/hyogomap_map_awaji.png) no-repeat top left;
	background-size: 100% 100%;
}
.map_btn {
    position: absolute;
    top: 31px;
    right: 7px;
}
.map_btn a {
	font-size: 118.75%;
    padding: 15px 26px;
	border: 1px solid #666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.map_btn a:hover,
.map_btn a:focus,
.map_btn a:active {
	text-decoration: underline;
}
.func_list ul:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
accessibility
================================================== */
/* ==================================================
Popup
================================================== */
.box_pubup .pubup_container {
	max-width: 730px;
}
.box_pubup .pubup_container .pubup_img {
	max-width: 450px;
	margin: 0 auto 24px;
	text-align: center;
}
.box_pubup .pubup_container .pubup_img img {
	max-width: 100%;
	height: auto;
}
/* 動画対応 start */
.box_pubup .pubup_container .pubup_img .info_movie {
	position: relative;
	padding-bottom: 56.25%;
}
.box_pubup .pubup_container .pubup_img .info_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* 動画対応 end */
/* h1と同じ */
.box_pubup .pubup_container .img_name {
	display: inline-block;
	font-weight: bold;
	font-size: 150%;
	color: #ffffff;
	background: #046ed1 url(/shared/site_archives/images/icon/icon_releated.png) no-repeat 0 0;
	padding: 8px 20px 6px;
	margin-bottom: 15px;
}
/* h3と同じ */
.box_pubup .pubup_container .info_cnt_item .info_cnt_ttl {
    font-size: 125%;
    font-weight: normal;
    background: transparent url(/shared/site_archives/images/icon/border_dot.png) no-repeat 0 .45em;
    margin: 0 0 16px;
    padding: 0 0 0 19px;
    color: #222222;
}
.box_pubup .pubup_container .see_more,
.box_pubup .pubup_container .shosai {
	text-align: center;
	margin: 30px 0 0;
}
.box_pubup .pubup_container .see_more a,
.box_pubup .pubup_container .shosai a {
	display: inline-block;
	min-width: 176px;
	font-size: 125%;
	background-color: #046ed1;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 4px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.5);
}
.box_pubup .pubup_container .info_cnt_item ul {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
	font-size: 112.5%;
}
.box_pubup .pubup_container .info_cnt_item li {
	float: left;
	margin: 0 5px 10px;
	text-align: center;
}
.box_pubup .pubup_container .info_cnt_item li a {
	text-decoration: none;
	display: table;
	height: 50px;
}
.box_pubup .pubup_container .info_cnt_item li span {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #585858;
	background-color:#ffffff;
	color:#222222;
	min-width: 90px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.21);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.21);
}
.box_pubup .pubup_container .info_cnt_item li.genre_01 span,
.box_pubup .pubup_container .info_cnt_item li.genre_02 span,
.box_pubup .pubup_container .info_cnt_item li.genre_03 span,
.box_pubup .pubup_container .info_cnt_item li.genre_04 span,
.box_pubup .pubup_container .info_cnt_item li.genre_05 span,
.box_pubup .pubup_container .info_cnt_item li.genre_06 span,
.box_pubup .pubup_container .info_cnt_item li.genre_07 span {
	background-color: #FFFFFF;
	background-position: 10px center;
	background-repeat: no-repeat;
}
.box_pubup .pubup_container .info_cnt_item li.genre_01 span {
	background-image: url(/shared/site_archives/images/icon/icon_kurashi.png);
	background-size: 26px 25px;
	padding: 0 10px 0 43px;
	border-color: #c1535d;
	color: #9b2e38;
}
.box_pubup .pubup_container .info_cnt_item li.genre_02 span {
	background-image: url(/shared/site_archives/images/icon/icon_bunka.png);
	background-size: 26px 22px;
	padding: 0 10px 0 45px;
	border-color: #b853c1;
	color: #7c2084;
}
.box_pubup .pubup_container .info_cnt_item li.genre_03 span {
	background-image: url(/shared/site_archives/images/icon/icon_work.png);
	background-size: 25px 20px;
	padding: 0 10px 0 45px;
	border-color: #5d53c1;
	color: #3a2faa;
}
.box_pubup .pubup_container .info_cnt_item li.genre_04 span {
	background-image: url(/shared/site_archives/images/icon/icon_camera.png);
	background-size: 25px 17px;
	padding: 0 10px 0 45px;
	border-color: #53a3c1;
	color: #107499;
}
.box_pubup .pubup_container .info_cnt_item li.genre_05 span {
	background-image: url(/shared/site_archives/images/icon/icon_car.png);
	background-size: 25px 18px;
	padding: 0 10px 0 45px;
	border-color: #53c177;
	color: #0c7d31;
}
.box_pubup .pubup_container .info_cnt_item li.genre_06 span {
	background-image: url(/shared/site_archives/images/icon/icon_event.png);
	background-size: 25px 25.5px;
	padding: 0 10px 0 45px;
	border-color: #a8c153;
	color: #5b730a;
}
.box_pubup .pubup_container .info_cnt_item li.genre_07 span {
	background-image: url(/shared/site_archives/images/icon/icon_pic.png);
	background-size: 22px 21px;
	padding: 0 10px 0 45px;
	border-color: #c18753;
	color: #985315;
}
.box_pubup .pubup_container .info_cnt_item li.border_blue span {
	border-color: #046ed1;
	padding: 0 8px;
	min-width: auto;
	background-color:#ffffff;
	color: #3d3d3d;
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}
#tmp_sma_menu,
#tmp_sma_search {
    display: none;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
/*#tmp_main .wrap_pickup td p:nth-child(2):after,*/
#tmp_main .wrap_pickup td .des_txt:after,
#tmp_header .section_map_list .map_inner:after,
.box_popup .popup_container .list_category:after,
.box_pubup .pubup_container .list_category:after,
#tmp_contents .archives_recommended .archives_list:after,
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.info_cnt_item:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}