@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#FFFFFF;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper .caution {
	padding:0 10px;
	color:#FFFFFF;
	background-color:#23609C;
}
#tmp_wrapper .caution p {
	width:960px;
	margin:0 auto;
}
#tmp_wrapper2 {
	min-width:960px;
	padding:0 10px;
	background:url(/shared/images/main/body_bg.jpg) repeat-x left top;
}
#tmp_wrapper3 {
	width:960px;
	margin:0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	margin:10px 0 0;
	padding:0 10px 25px;
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
#tmp_wrapper3 .column_full {
	padding-right:0;
	padding-bottom:10px;
	padding-left:0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
	background:url(/shared/images/main/wrap_main_bg.gif) repeat-y left top;
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-230px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:230px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-230px; /* デザインによって変更 */
}
.format_top .column_full .col_lft_navi {/* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_rgt_navi {/* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:230px; /* デザインによって変更 */
}
/* 202001 olympic_bnr */
/* countdown
============================== */
#tmp_wrap_countdown {
	position: relative;
}
#tmp_olbnr_link {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#tmp_countdown {
	cursor: pointer;
	margin:0 0 20px;
	box-sizing:border-box;
}
#tmp_countdown_olympic {
	position: relative;
	width:200px;
	height:120px;
	background:url(/shared/images/main/olympic_bnr/countdown_olympic.png) no-repeat top center;
}
#tmp_countdown .countdown_ttl {
	display:block;
	overflow:hidden;
	height:0;
	position:relative;
	z-index:-1;
}
#tmp_countdown .wrap_countdown_num {
	position: absolute;
	right: 1px;
	bottom: 1px;
	background: url(/shared/images/main/olympic_bnr/countdown_num.png) no-repeat left bottom;
	width: 124px;
	height: 70px;
}
#tmp_countdown .wrap_countdown_num p {
	float:left;
	margin-right:1px;
	width:18px;
	height:26px;
	display:block;
	color: #ffffff;
	background-size: contain;
	background-color:#474791;
	background-position:center center;
	background-repeat:no-repeat;
}
#tmp_countdown .countdown_num {
	padding: 30px 0 0 36px;
}
#tmp_countdown .countdown_num .num0 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/0.png);
}
#tmp_countdown .countdown_num .num1 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/1.png);
}
#tmp_countdown .countdown_num .num2 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/2.png);
}
#tmp_countdown .countdown_num .num3 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/3.png);
}
#tmp_countdown .countdown_num .num4 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/4.png);
}
#tmp_countdown .countdown_num .num5 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/5.png);
}
#tmp_countdown .countdown_num .num6 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/6.png);
}
#tmp_countdown .countdown_num .num7 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/7.png);
}
#tmp_countdown .countdown_num .num8 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/8.png);
}
#tmp_countdown .countdown_num .num9 {
	background-image:url(/shared/images/main/olympic_bnr/countdown/9.png);
}
#tmp_countdown .countdown_num p span {
	width:20px;
	height:27px;
}
/* open
============================== */
#tmp_countdown #tmp_countdown_olympic.open .wrap_countdown_num {
	background-image: url(/shared/images/main/olympic_bnr/countdown_open.png);
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .col_lft_navi { /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi { /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:230px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-230px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:230px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:0 0 17px;
	background:url(/shared/images/header/header_bg.jpg) no-repeat 129px 24px;
}
#tmp_hlogo {
	margin:43px 0 0;
	clear:both;
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p a {
	display:block;
	width:139px;
	height:48px;
	background:url(/shared/images/header/hlogo.jpg) no-repeat left top;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:139px;
	height:48px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:530px;
	margin:2px 0 0;
	float:right;
}
#tmp_means_primary {
	padding-left:6px;
	margin:0 0 7px;
	font-size:0.1%;
	line-height:0.1;
	float:right;
}
#tmp_hnavi,
#tmp_hnavi2 {
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi {
	float:left;
}
#tmp_hnavi2 {
	float:right;
}
#tmp_hnavi2 li:nth-child(2) {
	margin-right:0;
}
#tmp_hnavi2 .last {
	display:none;
}
#tmp_hnavi li,
#tmp_hnavi2 li {
	margin:0 11px 0 0;
	float:left;
}
#tmp_hnavi li img,
#tmp_hnavi2 li img {
	display:block;
	vertical-align:top;
}
#tmp_hnavi li a,
#tmp_hnavi2 li a {
	display: block;
}
#tmp_means_secondary {
	margin:0 0 10px;
	clear:both;
}
#tmp_means_tertiary {
	padding-left:6px;
	clear:both;
}
#tmp_means_tertiary p {
	float:left;
}
#tmp_means_tertiary img {
	display:block;
}
/* func_txt */
#tmp_func_txt{
	margin:0 10px 0 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 2px 0 0;
	float:left;
}
#tmp_func_txt .func_txt_up {
	margin-right:0;
}
#tmp_func_txt dt {
	background:url(/shared/images/header/func_txt_ttl.gif) no-repeat left top;
	width:35px;
	height:28px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#tmp_func_txt .func_txt_down a {
	background:url(/shared/images/header/func_txt_sml.gif) no-repeat left top;
	width:35px;
	height:28px;
}
#tmp_func_txt .func_txt_normal a {
	background:url(/shared/images/header/func_txt_dft.gif) no-repeat left top;
	width:35px;
	height:28px;
}
#tmp_func_txt .func_txt_up a {
	background:url(/shared/images/header/func_txt_big.gif) no-repeat left top;
	width:35px;
	height:28px;
}
#tmp_func_txt dt span,
#tmp_func_txt dd span {
	width:35px;
	height:28px;
}
/* func_clr */
#tmp_func_clr {
	float:left;
}
#tmp_func_clr a {
	background:url(/shared/images/header/func_clr_ttl.gif) no-repeat left top;
	width:50px;
	height:28px;
}
#tmp_func_clr span {
	width:50px;
	height:28px;
}
/* serach */
#tmp_serach_ttl {
	float:left;
	margin:0 10px 0 6px;
}
#tmp_serach_ttl p {
	background:url(/shared/images/header/func_sch_ttl.gif) no-repeat left top;
	width:162px;
	height:22px;
}
#tmp_serach_ttl p span {
	width:162px;
	height:22px;
}
#tmp_search {
	width:236px;
	padding:0 8px 0 0;
	float:left;
}
#tmp_search p {
	padding:0 4px 0 0;
	float:left;
}
#tmp_search .sch_btn {
	font-size:0.1%;
	line-height:0.1;
	padding-right:0;
}
#tmp_query {
	width:178px;
	min-height:20px;
	margin:0 0 0 0;
	border:1px solid #999999;
}
* html #tmp_query {
	width:180px;
	height:22px;
}
#tmp_help_ttl{
	float:left;
	margin:0;
}
/* snavi */
#tmp_snavi {
	list-style:none;
	vertical-align:top;
	float:left;
	width:318px;
}
#tmp_snavi li {
	float:left;
}
#tmp_snavi .snavi1 a {
	background:url(/shared/images/header/snavi_toban.gif) no-repeat left top;
	width:97px;
	height:28px;
}
#tmp_snavi .snavi1 span {
	width:97px;
	height:28px;
}
#tmp_snavi .snavi2 a {
	background:url(/shared/images/header/snavi_renrakusaki.gif) no-repeat left top;
	width:122px;
	height:28px;
}
#tmp_snavi .snavi2 span {
	width:122px;
	height:28px;
}
#tmp_snavi .snavi3 a {
	background:url(/shared/images/header/snavi_hinan.gif) no-repeat left top;
	width:89px;
	height:28px;
}
#tmp_snavi .snavi3 span {
	width:89px;
	height:28px;
}
#tmp_header .last {
	margin:0;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* custom_assembly
============================== */
.custom_assembly #tmp_header {
	padding-bottom:19px;
	background:url(/shared/images/assembly/header/header_bg.jpg) no-repeat 219px 24px;
}
.custom_assembly #tmp_means {
	width:321px;
}
.custom_assembly #tmp_means_tertiary {
	padding-left:0;
}
.custom_assembly #tmp_hnavi {
	float:right;
}
.custom_assembly #tmp_hnavi2 {
	float:left;
}
.custom_assembly #tmp_func_clr {
	margin-right:0;
}
.custom_assembly #tmp_query {
	width:145px;
}
* html .custom_assembly #tmp_query {
	width:147px;
}
.custom_assembly #tmp_search {
	width:208px;
	padding:0;
}
.custom_assembly #tmp_serach_ttl {
	display:none;
}
/* read */
.custom_assembly #tmp_means.read {
	width:405px;
}
.custom_assembly .read #tmp_means_primary {
	float:none;
}
.custom_assembly .read #tmp_means_secondary,
.custom_assembly .read #tmp_means_tertiary {
	float:right;
	width:321px;
}
/* foreign language
============================== */
.custom_english #tmp_wrap_header,
.custom_korean #tmp_wrap_header,
.custom_chinese #tmp_wrap_header,
.custom_russian #tmp_wrap_header {
	margin:0 0 5px;
	background:url(/shared/images/header/header_bg.jpg) no-repeat 314px 24px;
}
.custom_english #tmp_header,
.custom_korean #tmp_header,
.custom_chinese #tmp_header,
.custom_russian #tmp_header {
	padding-bottom:16px;
	background-position:314px 24px;
	background:url(/shared/images/header/fl_wrap_header_bg.gif) repeat-x left bottom;
}
.custom_english #tmp_hlogo,
.custom_korean #tmp_hlogo,
.custom_chinese #tmp_hlogo,
.custom_russian #tmp_hlogo {
	margin-top:49px;
}
.custom_english #tmp_means,
.custom_korean #tmp_means,
.custom_chinese #tmp_means,
.custom_russian #tmp_means {
	width:389px;
}
.custom_english #tmp_means_primary,
.custom_korean #tmp_means_primary,
.custom_chinese #tmp_means_primary,
.custom_russian #tmp_means_primary {
	padding-left:0;
}
.custom_english #tmp_search,
.custom_korean #tmp_search,
.custom_chinese #tmp_search,
.custom_russian #tmp_search {
	width:100%;
}
.custom_english #tmp_query,
.custom_korean #tmp_query,
.custom_chinese #tmp_query,
.custom_russian #tmp_query {
	width:258px;
}
* html .custom_english #tmp_query,
* html .custom_korean #tmp_query,
* html .custom_chinese #tmp_query,
* html .custom_russian #tmp_query {
	width:260px;
}
.custom_english #tmp_means_secondary,
.custom_english #tmp_means_tertiary,
.custom_korean #tmp_means_secondary,
.custom_korean #tmp_means_tertiary,
.custom_chinese #tmp_means_secondary,
.custom_chinese #tmp_means_tertiary,
.custom_russian #tmp_means_secondary,
.custom_russian #tmp_means_tertiary {
	margin-bottom:8px;
	padding-left:0;
}
.custom_english #tmp_search,
.custom_korean #tmp_search,
.custom_chinese #tmp_search,
.custom_russian #tmp_search {
	padding-right:0;
}
.custom_english #tmp_search .sch_btn input,
.custom_korean #tmp_search .sch_btn input,
.custom_chinese #tmp_search .sch_btn input,
.custom_russian #tmp_search .sch_btn input {
	background:#5F5F5F url(/shared/images/header/func_sch_btn_bg.jpg) repeat-x left top;
	padding:0 25px;
	border:1px solid #666666;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
.custom_english #tmp_func_txt,
.custom_korean #tmp_func_txt,
.custom_chinese #tmp_func_txt,
.custom_russian #tmp_func_txt {
	margin-right:0;
}
.custom_english #tmp_func_clr,
.custom_korean #tmp_func_clr,
.custom_chinese #tmp_func_clr,
.custom_russian #tmp_func_clr {
	margin-right:0;
	float:none;
}
.custom_english #tmp_func_txt dt {
	background:url(/shared/images/header/english/func_txt_ttl.jpg) no-repeat left top;
}
.custom_english #tmp_func_txt .func_txt_down a {
	background: url(/shared/images/header/english/func_txt_sml.jpg) no-repeat left top;
}
.custom_english #tmp_func_txt .func_txt_normal a {
	background: url(/shared/images/header/english/func_txt_dft.jpg) no-repeat left top;
}
.custom_english #tmp_func_txt .func_txt_up a {
	background:url(/shared/images/header/english/func_txt_big.jpg) no-repeat left top;
}
.custom_korean #tmp_func_txt dt {
	background:url(/shared/images/header/korean/func_txt_ttl.gif) no-repeat left top;
}
.custom_korean #tmp_func_txt .func_txt_down a {
	background: url(/shared/images/header/korean/func_txt_sml.jpg) no-repeat left top;
}
.custom_korean #tmp_func_txt .func_txt_normal a {
	background: url(/shared/images/header/korean/func_txt_dft.jpg) no-repeat left top;
}
.custom_korean #tmp_func_txt .func_txt_up a {
	background:url(/shared/images/header/korean/func_txt_big.jpg) no-repeat left top;
}
.custom_chinese #tmp_func_txt dt {
	background:url(/shared/images/header/chinese/func_txt_ttl.gif) no-repeat left top;
}
.custom_chinese #tmp_func_txt .func_txt_down a {
	background: url(/shared/images/header/chinese/func_txt_sml.jpg) no-repeat left top;
}
.custom_chinese #tmp_func_txt .func_txt_normal a {
	background: url(/shared/images/header/chinese/func_txt_dft.jpg) no-repeat left top;
}
.custom_chinese #tmp_func_txt .func_txt_up a {
	background:url(/shared/images/header/chinese/func_txt_big.jpg) no-repeat left top;
}
.custom_english #tmp_func_txt dt,
.custom_english #tmp_func_txt dt span,
.custom_korean #tmp_func_txt dt,
.custom_korean #tmp_func_txt dt span,
.custom_chinese #tmp_func_txt dt,
.custom_chinese #tmp_func_txt dt span {
	width:61px ;
	height:22px;
}
.custom_english #tmp_func_txt dd a,
.custom_english #tmp_func_txt dd span,
.custom_korean #tmp_func_txt dd a,
.custom_korean #tmp_func_txt dd span,
.custom_chinese #tmp_func_txt dd a,
.custom_chinese #tmp_func_txt dd span {
	width:98px;
	height:22px;
}
.custom_russian #tmp_func_txt dt {
	background:url(/shared/images/header/russian/func_txt_ttl.gif) no-repeat left top;
}
.custom_russian #tmp_func_txt .func_txt_down a {
	background: url(/shared/images/header/russian/func_txt_sml.jpg) no-repeat left top;
}
.custom_russian #tmp_func_txt .func_txt_normal a {
	background: url(/shared/images/header/russian/func_txt_dft.jpg) no-repeat left top;
}
.custom_russian #tmp_func_txt .func_txt_up a {
	background:url(/shared/images/header/russian/func_txt_big.jpg) no-repeat left top;
}
.custom_russian #tmp_func_txt dt,
.custom_russian #tmp_func_txt dt span {
	width:111px;
	height:22px;
}
.custom_russian #tmp_func_txt dd a,
.custom_russian #tmp_func_txt dd span {
	width:82px;
	height:22px;
}
.custom_english #tmp_hnavi,
.custom_korean #tmp_hnavi,
.custom_chinese #tmp_hnavi,
.custom_russian #tmp_hnavi {
	float:right;
}
.custom_english #tmp_snavi,
.custom_korean #tmp_snavi,
.custom_chinese #tmp_snavi,
.custom_russian #tmp_snavi {
	clear:both;
	float:none;
	width:inherit;
}
.custom_english #tmp_snavi .snavi2 a {
	background:url(/shared/images/header/english/hnavi_emergency.gif) no-repeat left top;
}
.custom_korean #tmp_snavi .snavi2 a {
	background:url(/shared/images/header/korean/hnavi_emergency.gif) no-repeat left top;
}
.custom_chinese #tmp_snavi .snavi2 a {
	background:url(/shared/images/header/chinese/hnavi_emergency.gif) no-repeat left top;
}
.custom_russian #tmp_snavi .snavi2 a {
	background:url(/shared/images/header/russian/hnavi_emergency.gif) no-repeat left top;
}
.custom_english #tmp_snavi .snavi2 a,
.custom_english #tmp_snavi .snavi2 span,
.custom_korean #tmp_snavi .snavi2 a,
.custom_korean #tmp_snavi .snavi2 span,
.custom_chinese #tmp_snavi .snavi2 a,
.custom_chinese #tmp_snavi .snavi2 span,
.custom_russian #tmp_snavi .snavi2 a,
.custom_russian #tmp_snavi .snavi2 span {
	width:183px;
	height:29px;
}
.custom_english #tmp_snavi .snavi3 a {
	background:url(/shared/images/header/english/hnavi_evacuation.gif) no-repeat left top;
}
.custom_korean #tmp_snavi .snavi3 a {
	background:url(/shared/images/header/korean/hnavi_evacuation.gif) no-repeat left top;
}
.custom_chinese #tmp_snavi .snavi3 a {
	background:url(/shared/images/header/chinese/hnavi_evacuation.gif) no-repeat left top;
}
.custom_russian #tmp_snavi .snavi3 a {
	background:url(/shared/images/header/russian/hnavi_evacuation.gif) no-repeat left top;
}
.custom_english #tmp_snavi .snavi3 a,
.custom_english #tmp_snavi .snavi3 span,
.custom_korean #tmp_snavi .snavi3 a,
.custom_korean #tmp_snavi .snavi3 span,
.custom_chinese #tmp_snavi .snavi3 a,
.custom_chinese #tmp_snavi .snavi3 span,
.custom_russian #tmp_snavi .snavi3 a,
.custom_russian #tmp_snavi .snavi3 span {
	width:179px;
	height:29px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	padding:0 0 12px;
	background:url(/shared/images/navi/gnavi/gnavi_bg.jpg) repeat-x left bottom;
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi ul ul {
	display:none;
}
#tmp_gnavi ul li {
	height:35px;
	float:left;
	position:relative;
	z-index:9999;
}
#tmp_gnavi ul li img {
	vertical-align:top;
	display:block;
}
#tmp_gnavi .drop_down_hidden {
	width:409px;
	color:inherit;
	background-color:#FFFFFF;
	border-right:5px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	border-left:5px solid #FFFFFF;
	display:none;
	position:absolute;
	left:-5px;
	top:35px;
}
* html #tmp_gnavi .drop_down_hidden {
	width:419px;
}
#tmp_gnavi .inner_drop_down_hidden {
	border:1px solid #AAAAAA;
}
#tmp_gnavi .inner_drop_down_hidden2 {
	border:2px solid #DDDDDD;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block;
}
#tmp_gnavi .drop_down_hidden0 {
	width:202px;
	float:left;
}
#tmp_gnavi .drop_down_hidden1 {
	width:201px;
	float:left;
}
#tmp_gnavi .drop_down_hidden0 ul {
	padding:7px 13px 5px 3px;
}
#tmp_gnavi .drop_down_hidden1 ul {
	padding:7px 13px 5px 0;
}
#tmp_gnavi .drop_down_hidden0 li,
#tmp_gnavi .drop_down_hidden1 li {
	float:none;
	height:auto;
}
#tmp_gnavi .drop_down_hidden0 li a,
#tmp_gnavi .drop_down_hidden1 li a {
	margin:0 0 5px;
	padding:0.4em 0 0.4em 15px;
	color:#005EAA;
	background:#FFFFFF url(/shared/images/navi/gnavi/gnavi_list_icon.gif) no-repeat 6px 0.6em;
	display:inline-block;
}
#tmp_gnavi .drop_down_hidden0 li a {
	width:171px;
}
#tmp_gnavi .drop_down_hidden1 li a {
	width:173px;
}
* html #tmp_gnavi .drop_down_hidden0 li a {
	width:186px;
}
* html #tmp_gnavi .drop_down_hidden1 li a {
	width:188px;
}
*:first-child+html #tmp_gnavi .drop_down_hidden0 li,
*:first-child+html #tmp_gnavi .drop_down_hidden1 li,
*:first-child+html #tmp_gnavi .drop_down_hidden0 li a,
*:first-child+html #tmp_gnavi .drop_down_hidden1 li a {
	min-height:1%;
}
* html #tmp_gnavi .drop_down_hidden0 li,
* html #tmp_gnavi .drop_down_hidden1 li,
* html #tmp_gnavi .drop_down_hidden0 li a,
* html #tmp_gnavi .drop_down_hidden1 li a {
	height:1%;
}
#tmp_gnavi .drop_down_hidden0 li a:hover,
#tmp_gnavi .drop_down_hidden1 li a:hover,
#tmp_gnavi .drop_down_hidden0 li a:active,
#tmp_gnavi .drop_down_hidden1 li a:active,
#tmp_gnavi .drop_down_hidden0 li a:focus,
#tmp_gnavi .drop_down_hidden1 li a:focus {
	color:#005EAA;
	background-color:#E6F7FF;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:0 0 0.3em;
	color:inherit;
	background-color:#FFFFFF;
	clear:both;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 10px;
	color:inherit;
	background-color:#FFFFFF;
}
*:first-child+html #tmp_lnavi {
	min-height:1%;
}
* html #tmp_lnavi {
	display:inline-block;
}
#tmp_lnavi_ttl {
	padding:5px 10px 4px;
	color:#FFFFFF;
	background:#2B79C6 url(/shared/images/navi/lnavi/lnavi_ttl_bg.jpg) no-repeat left top;
}
#tmp_lnavi_ttl a {
	color:#FFFFFF;
	background-color:transparent;
}
#tmp_lnavi_cnt {
	padding:10px 10px 10px 0;
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/lnavi/lnavi_cnt_bg.jpg) repeat-x left top;
	border-right:1px solid #2680DA;
	border-bottom:1px solid #2680DA;
	border-left:1px solid #2680DA;
}
*:first-child+html #tmp_lnavi_cnt {
	min-height:1%;
}
* html #tmp_lnavi_cnt {
	display:inline-block;
}
#tmp_lnavi_cnt ul {
	margin:0 0 0 24px;
	list-style-image: url(/shared/templates/free/images/contents/list_icon.gif);
}
#tmp_lnavi_cnt li {
	margin:0 0 0.6em;
}
/* menu
============================== */
.col_lft_navi .box_green {
	margin:0 0 20px;
}
.col_lft_navi .box_green_ttl {
	padding:5px 11px 3px;
	background:url(/shared/images/navi/menu/box_green_ttl_bg.jpg) no-repeat left top;
}
.col_lft_navi .box_green_cnt {
	background:url(/shared/images/navi/menu/box_green_cnt_bg.jpg) repeat-x left top;
	border-right:1px solid #769C10;
	border-bottom:1px solid #769C10;
	border-left:1px solid #769C10;
}
/* service */
#tmp_service .box_green_ttl h2 {
	background:url(/shared/images/navi/menu/service_ttl.jpg) no-repeat left top;
	width:115px;
	height:20px;
}
#tmp_service .box_green_ttl h2 span {
	width:115px;
	height:20px;
}
#tmp_service .box_green_cnt2 {
	padding:9px 6px 4px;
}
#tmp_service .box_green_cnt .call_txt {
	font-size:107%;
	color:#58730B;
	background-color:transparent;
	padding-left:20px;
}
#tmp_service .box_green_cnt .call_tel {
	background:url(/shared/images/navi/menu/callcenter_tell.gif) no-repeat left top;
	width:175px;
	height:20px;
}
#tmp_service .box_green_cnt .call_tel span {
	width:175px;
	height:20px;
}
#tmp_service .box_green_cnt .call_time {
	background:url(/shared/images/navi/menu/callcenter_time.gif) no-repeat left top;
	width:175px;
	height:31px;
}
#tmp_service .box_green_cnt .call_time span {
	width:175px;
	height:31px;
}
#tmp_service #tmp_search_top {
	margin:5px 0;
	padding:7px 7px 5px 9px;
	color:#333333;
	background-color:#E4E4E4;
}
#tmp_service #tmp_search_top .box_sch {
	margin-top:5px;
}
#tmp_service #tmp_search_top .box_sch p {
	float:left;
}
#tmp_service #tmp_search_top p.sch_txt {
	float:none;
	clear:both;
}
#tmp_service .sch_btn {
	vertical-align:bottom;
}
#tmp_service #tmp_query_top {
	width:115px;
	margin:0 6px 0 0;
	border:1px solid #999999;
}
* html #tmp_service #tmp_query_top {
	width:117px;
}
#tmp_service_sch {
	list-style:none;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
}
#tmp_service_sch li {
	margin:0 0 5px;
}
/* service_sch2 */
#tmp_service_sch2_ttl {
	display:none;
}
#tmp_service_sch2_cnt {
	padding:0 6px;
}
#tmp_service_sch2_cnt ul {
	margin-left:6px;
	list-style:none;
	list-style-image:none;
	clear:both;
}
#tmp_service_sch2_cnt ul li {
	margin:0 0 8px;
	padding-left:15px;
	background:url(/shared/templates/free/images/contents/list_icon_sch.gif) no-repeat left 0.3em;
}
/* soshiki */
#tmp_soshiki .box_green_ttl h2 {
	background:url(/shared/images/navi/menu/soshiki_ttl.jpg) no-repeat left top;
	width:61px;
	height:20px;
}
#tmp_soshiki .box_green_ttl h2 span {
	width:61px;
	height:20px;
}
#tmp_soshiki .box_green_cnt {
	padding:11px 2px 4px;
}
#tmp_soshiki .box_green_cnt ul {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	list-style-image:none;
}
#tmp_soshiki .box_green_cnt li {
	padding:0 0 0 12px;
	background:url(/shared/templates/free/images/contents/list_icon.gif) no-repeat left center;
	margin:0 0 0.5em;
}
#tmp_soshiki p {
	margin:0 0 6px;
	padding:4px 8px 2px;
	color:inherit;
	background-color:#EEF8DC;
}
#tmp_soshiki .box_green_cnt .district_list_lft {
	margin-left:0;
	margin-right:32px;
	padding:0 0 0 23px;
	float:left;
}
#tmp_soshiki .box_green_cnt .district_list_rgt {
	margin-left:0;
	padding:0 0 0 23px;
	float:left;
}
#tmp_soshiki .box_green_cnt .district_list_column2 li {
	display:inline-block;
	width:70px;
	vertical-align:top;
}
*:first-child+html #tmp_soshiki .box_green_cnt .district_list_column2 li {
	display:inline;
}
#tmp_soshiki .box_green_cnt .district_list_column2 li a {
	display:block;
}
/* call
============================== */
#tmp_call {
	margin:0 0 8px;
	padding:0 7px 0 4px;
}
#tmp_call p {
	margin:0 0 5px;
}
/* toukei
============================== */
#tmp_toukei {
	margin:0 0 20px;
	padding:6px 10px;
	color:inherit;
	background-color:#ECF4FA;
}
#tmp_toukei h2 {
	margin:0 0 5px;
}
#tmp_toukei table {
	width:100%;
	margin:0 0 5px;
	border:1px solid #2275C8;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_toukei th {
	width:58px;
	padding:0 5px;
	color:#FFFFFF;
	background-color:#2275C8;
	border:1px solid #2275C8;
	font-weight:normal;
	text-align:left;
}
#tmp_toukei table .white_line {
	border-bottom:1px solid #FFFFFF;
}
#tmp_toukei td {
	width:118px;
	padding:0 5px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #2275C8;
}
/* parclock
============================== */
#tmp_parclock img,
#tmp_parclock2 img {
	vertical-align:top;
}
#tmp_parclock {
	background:#BBBBBB url(/shared/images/parclock/parclock_bgt_t.gif) no-repeat left top;
	padding:5px 0 0;
	margin:0 0 20px;
}
#tmp_parclock_ttl {
	padding:0 5px;
	margin:0 0 5px;
	position:relative;
}
#tmp_parclock_ttl #tmp_count_time {
	position:absolute;
	right:11px;
	bottom:7px;
}
#tmp_parclock_ttl #tmp_count_time p {
	float:left;
}
#tmp_parclock_cnt {
	background:url(/shared/images/parclock/parclock_bgb_t.gif) no-repeat left bottom;
	padding:0 5px 4px;
}
#tmp_parclock_cnt #tmp_parclock_gallery {
	clear:both;
	position:relative;
	overflow:hidden;
	height:125px;
	color:inherit;
	background-color:#333333;
	margin:0 0 5px;
}
#tmp_parclock_cnt #tmp_parclock_gallery ul {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#tmp_parclock_cnt #tmp_parclock_gallery ul li {
	text-align:center;
}
#tmp_parclock_cnt #tmp_parclock_gallery ul li a {
	display:block;
	width:190px;
	height:125px;
}
#tmp_parclock_cnt #tmp_parclock_gallery #tmp_parclock_timer {
	position:absolute;
	left:50%;
	bottom:5px;
	z-index:9999;
	width:98px;
	margin-left:-49px;
	text-align:center;
}
#tmp_parclock_cnt #tmp_parclock_gallery #tmp_parclock_timer p {
	float:left;
	text-align:right;
	width:22px;
}
#tmp_parclock_cnt #tmp_parclock_gallery #tmp_parclock_timer .colon {
	width:10px;
}
#tmp_parclock_cnt #tmp_parclock_click_txt {
	float:left;
}
#tmp_parclock_cnt #tmp_parclock_player_btn {
	float:right;
}
/* parclock_wrapper */
#tmp_parclock_wrapper {
	width:700px;
	padding:10px 30px 18px;
	color:#CCCCCC;
	background-color:#000000;
	text-align:left;
}
* html #tmp_parclock_wrapper {
	width:760px;
}
#tmp_parclock_wrapper #tmp_parclock_ttl_md {
	margin:0 0 10px;
}
#tmp_parclock_wrapper #tmp_parclock_name_md {
	float:left;
	width:520px;
	margin:0 10px 0 0;
}
#tmp_parclock_wrapper #tmp_parclock_player_btn_md {
	float:left;
}
#tmp_parclock_wrapper #tmp_parclock_close_btn_md {
	float:right;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md {
	clear:both;
	position:relative;
	overflow:hidden;
	height:464px;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md ul {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md ul li {
	text-align:center;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md #tmp_parclock_timer_md {
	position:absolute;
	left:21px;
	bottom:51px;
	z-index:9999;
	text-align:center;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md #tmp_parclock_timer_md p {
	float:left;
	text-align:right;
	width:24px;
	margin-bottom:0;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md #tmp_parclock_timer_md .colon_md {
	width:12px;
}
#tmp_parclock_wrapper #tmp_parclock_cnt_md #tmp_parclock_gallery_md #tmp_parclock_gauge_md {
	position:absolute;
	left:24px;
	bottom:23px;
	z-index:9999;
}
#tmp_parclock_wrapper #tmp_parclock_count_md {
	position:relative;
	margin:0 0 10px;
}
#tmp_parclock_wrapper #tmp_parclock_count_md #tmp_count_time_md {
	position:absolute;
	right:21px;
	top:16px;
}
#tmp_parclock_wrapper #tmp_parclock_count_md #tmp_count_time_md p {
	float:left;
}
#tmp_parclock_wrapper #tmp_parclock_link_md {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#tmp_parclock_wrapper #tmp_parclock_link_md li {
	float:left;
	margin:0 20px 0 0;
}
#tmp_parclock_wrapper #tmp_parclock_link_md li.last_md {
	margin-right:0;
}
/* parclock_wrapper2 */
#tmp_parclock_wrapper2 {
	width:700px;
	padding:10px 80px 18px;
	color:inherit;
	background-color:#FFFFFF;
	text-align:left;
}
* html #tmp_parclock_wrapper2 {
	width:860px;
}
#tmp_parclock_wrapper2 p {
	margin:0 0 0.8em;
}
#tmp_parclock_wrapper2 #tmp_parclock_about_ttl p {
	margin-bottom:0;
}
#tmp_parclock_wrapper2 #tmp_parclock_about_ttl #tmp_about_ttl {
	float:left;
}
#tmp_parclock_wrapper2 #tmp_parclock_about_ttl #tmp_about_btn {
	float:right;
	width:144px;
}
#tmp_parclock_wrapper2 #tmp_parclock_about_ttl #tmp_about_back_btn {
	float:left;
}
#tmp_parclock_wrapper2 #tmp_parclock_about_ttl #tmp_about_close_btn {
	float:right;
}
#tmp_parclock_wrapper2 .h_txt {
	background:url(/shared/images/parclock/h_txt_bg.jpg) repeat-y center top;
	font-size:129%;
	font-weight:bold;
	text-align:center;
	padding:2px 0;
}
#tmp_about_keyword {
	margin:0 0 0.8em;
}
#tmp_parclock_wrapper2 #tmp_about_keyword .col3 .col3L,
#tmp_parclock_wrapper2 #tmp_about_keyword .col3 .col3M {
	display:block;
	width:29%;
	margin-right:6%;
}
#tmp_parclock_wrapper2 #tmp_about_keyword .col3 .col3R {
	display:block;
	width:29%;
}
#tmp_parclock_wrapper2 .col3 .col_ttl {
	font-size:114%;
	font-weight:bold;
	background:url(/shared/images/parclock/h_bg.jpg) no-repeat left bottom;
	padding:0 0 2px;
	margin-bottom:0.4em
}
#tmp_parclock_wrapper2 div.col3 .col_ttl span {
	background:url(/shared/images/parclock/h_icon.gif) no-repeat left 0.3em;
	padding:0 0 0 16px;
}
#tmp_parclock_wrapper2 #tmp_photo_contest {
	font-size:86%;
	margin:0 0 0.8em;
}
#tmp_parclock_wrapper2 #tmp_about_link {
	color:inherit;
	background-color:#EBEBEB;
	padding:10px 15px;
	margin:0 0 10px;
}
#tmp_parclock_wrapper2 #tmp_contents #tmp_about_link ul {
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#tmp_parclock_wrapper2 #tmp_contents #tmp_about_link ul li {
	width:31%;
	margin-right:1.9%;
	display:inline-block;
	vertical-align:top;
	background:url(/shared/images/parclock/list_icon.gif) no-repeat left 0.3em;
}
#tmp_parclock_wrapper2 #tmp_contents #tmp_about_link ul li a {
	display:block;
	padding:0 0 0 14px;
}
*:first-child+html #tmp_parclock_wrapper2 #tmp_contents #tmp_about_link ul li {
	display:inline;
}
* html #tmp_parclock_wrapper2 #tmp_contents #tmp_about_link ul li {
	display:inline;
}
#tmp_parclock_wrapper2 #tmp_about_footer p {
	margin-bottom:0;
}
#tmp_parclock_wrapper2 #tmp_about_footer #tmp_ftxt {
	float:left;
	width:480px;
	font-size:86%;
}
#tmp_parclock_wrapper2 #tmp_about_footer #tmp_flogo {
	float:right;
}
/* mayor
============================== */
#tmp_lnavi_mayor {
	margin:0 0 20px;
	clear:both;
}
*:first-child+html #tmp_lnavi_mayor {
	min-height:1%;
}
* html #tmp_lnavi_mayor {
	display:inline-block;
}
#tmp_lnavi_mayor_ttl {
	padding:7px;
	background:url(/shared/images/navi/lnavi/lnavi_mayor_ttl_bg.jpg) no-repeat left top;
}
#tmp_wrap_lnavi_mayor_cnt {
	padding:14px 7px 11px;
	background:#DAEAFA url(/shared/images/navi/lnavi/lnavi_mayor_cnt_bg.jpg) no-repeat left top;
}
#tmp_lnavi_mayor_cnt {
	background:url(/shared/images/navi/lnavi/lnavi_mayor_cnt_bg_mdl.gif) repeat-y left top;
}
*:first-child+html #tmp_lnavi_mayor_cnt {
	min-height:1%;
}
* html #tmp_lnavi_mayor_cnt {
	display:inline-block;
}
#tmp_lnavi_mayor_cnt2 {
	background:url(/shared/images/navi/lnavi/lnavi_mayor_cnt_bg_top.gif) no-repeat left top;
}
#tmp_lnavi_mayor_cnt3 {
	padding:8px 7px 10px 6px;
	background:url(/shared/images/navi/lnavi/lnavi_mayor_cnt_bg_btm.gif) no-repeat left bottom;
}
#tmp_lnavi_mayor_cnt3 ul {
	font-size:0.1%;
	line-height:0.1;
	list-style:none;
}
#tmp_lnavi_mayor_cnt3 li {
	margin:0 0 6px;
	padding:0 0 5px;
	border-bottom:1px dashed #AAAAAA;
}
#tmp_lnavi_mayor_cnt3 li.last {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
/* event_cal
============================== */
#tmp_wrap_event_cal {
	margin:0 0 20px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	clear:both;
}
#tmp_event_cal {
	padding:12px 9px 12px 7px;
	border:3px solid #EEEEEE;
}
*:first-child+html #tmp_wrap_event_cal,
*:first-child+html #tmp_event_cal {
	min-height:1%;
}
* html #tmp_wrap_event_cal,
* html #tmp_event_cal {
	display:inline-block;
}
#tmp_wrap_event_cal .month_03,
#tmp_wrap_event_cal .month_04,
#tmp_wrap_event_cal .month_05 {
	background:url(/shared/images/navi/event/cal_bg_spring.gif) no-repeat right top;
}
#tmp_wrap_event_cal .month_06,
#tmp_wrap_event_cal .month_07,
#tmp_wrap_event_cal .month_08 {
	background:url(/shared/images/navi/event/cal_bg_summer.gif) no-repeat right top;
}
#tmp_wrap_event_cal .month_09,
#tmp_wrap_event_cal .month_10,
#tmp_wrap_event_cal .month_11 {
	background:url(/shared/images/navi/event/cal_bg_autumn.gif) no-repeat right top;
}
#tmp_wrap_event_cal .month_12,
#tmp_wrap_event_cal .month_01,
#tmp_wrap_event_cal .month_02 {
	background:url(/shared/images/navi/event/cal_bg_winter.gif) no-repeat right top;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	margin:0 0 17px;
}
#tmp_event_year {
	padding:11px 0 0 7px;
	float:left;
}
#tmp_event_month {
	float:left;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #BBBBBB;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 10px;
}
#tmp_event_cal_cnt .calendar th {
	color:inherit;
	background-color:#EEEEEE;
	font-weight:normal;
}
#tmp_event_cal_cnt .calendar td.bgcolor {
	color:inherit;
	background-color:#EEEEEE;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:#000000;
	background-color:#FFFF99;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th.sun {
	color:#000000;
	background-color:#EEEEEE;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#D11818;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th.sat {
	color:#000000;
	background-color:#EEEEEE;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#005EAA;
	background-color:#FFFFFF;
}
/* cal_navi */
#tmp_cal_navi {
	list-style:none;
}
#tmp_cal_navi li {
	float:left;
	line-height:1.1;
}
#tmp_cal_navi .prev {
	padding:0 6px 0 15px;
}
#tmp_cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -17px;
	padding:0 0 0 17px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_cal_navi .next a {
	display:inline-block;
	padding:0 17px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_cal_navi .list {
	float:right;
}
/* rnavi
============================== */
/* welcome */
#tmp_welcome {
	margin:0 0 35px;
}
#tmp_welcome a {
	background:url(/shared/images/navi/smenu/welcome.png) no-repeat left top;
	width:200px;
	height:200px;
}
#tmp_welcome span {
	width:200px;
	height:200px;
}
/* top_bnr1 */
#tmp_top_bnr1 {
	margin:0 0 20px;
}
#tmp_top_bnr1 a {
	background:url(/shared/images/navi/smenu/top_bnr1.png) no-repeat left top;
	width:200px;
	height:200px;
}
#tmp_top_bnr1 span {
	width:200px;
	height:200px;
}
/* top_bnr2 */
#tmp_top_bnr2 {
	margin:0 0 20px;
}
#tmp_top_bnr2 a {
	background:url(/shared/images/navi/smenu/top_bnr2.png) no-repeat left top;
	width:200px;
	height:90px;
}
#tmp_top_bnr2 span {
	width:200px;
	height:90px;
}
/* top_bnr3 */
#tmp_top_bnr3 {
	margin:0 0 10px;
}
#tmp_top_bnr3 a {
	background:url(/shared/images/navi/smenu/top_bnr3.png) no-repeat left top;
	width:200px;
	height:180px;
}
#tmp_top_bnr3 span {
	width:200px;
	height:180px;
}
/* top_bnr4 */
#tmp_top_bnr4 {
	margin:0 0 10px;
}
#tmp_top_bnr4 a {
	background:url(/shared/images/navi/smenu/top_bnr4.png) no-repeat left top;
	width:200px;
	height:110px;
}
#tmp_top_bnr4 span {
	width:200px;
	height:110px;
}
/* tetsudukinavi */
#tmp_tetsudukinavi {
	margin:0 0 20px;
}
#tmp_tetsudukinavi a {
	background:url(/shared/images/navi/smenu/tetsudukinavi.jpg) no-repeat left top;
	width:200px;
	height:85px;
}
#tmp_tetsudukinavi span {
	width:200px;
	height:85px;
}
/* box_blue */
.box_blue {
	margin:0 0 20px;
	background:url(/shared/images/navi/rnavi/box_blue_bg.jpg) no-repeat right top;
	clear:both;
}
.box_blue_ttl {
	position:relative;
	padding:5px 10px 3px;
	background:url(/shared/images/navi/rnavi/box_blue_ttl_bg.jpg) no-repeat left top;
}
*:first-child+html .box_blue_ttl {
	min-height:1%;
}
* html .box_blue_ttl {
	display:inline-block;
}
.box_blue_cnt {
	padding:9px 4px 3px 10px;
	background:url(/shared/images/navi/rnavi/box_blue_cnt_bg.jpg) repeat-x left top;
	border-right:1px solid #2780DA;
	border-bottom:1px solid #2780DA;
	border-left:1px solid #2780DA;
}
.box_blue_cnt ul {
	margin:0 0 0 14px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif);
}
.box_blue_cnt ol {
	margin:0 0 0 14px;
}
.box_blue_cnt ul li,
.box_blue_cnt ol li {
	margin:0 0 0.5em;
}
.box_blue_cnt ul ul,
.box_blue_cnt ul ol,
.box_blue_cnt ol ul,
.box_blue_cnt ol ol {
	margin:0.3em 0 0 14px;
}
#tmp_mayor .box_blue_ttl h2 a {
	background:url(/shared/images/navi/smenu/mayor_ttl.jpg) no-repeat left top;
	width:119px;
	height:20px;
}
#tmp_mayor .box_blue_ttl h2 span {
	width:119px;
	height:20px;
}
#tmp_mayor #tmp_mayor_pht {
	margin-bottom:5px;
	position:relative;
	z-index:10;
}
#tmp_mayor #tmp_mayor_pht a {
	display:inline-block;
}
#tmp_gikai .box_blue_ttl h2 .ttl_link {
	background:url(/shared/images/navi/smenu/gikai_ttl.jpg) no-repeat left top;
	width:76px;
	height:20px;
}
#tmp_gikai .box_blue_ttl h2 span {
	width:76px;
	height:20px;
}
#tmp_machi .box_blue_ttl h2 .ttl_link {
	background:url(/shared/images/navi/smenu/machi_ttl.jpg) no-repeat left top;
	width:136px;
	height:20px;
}
#tmp_machi .box_blue_ttl h2 span {
	width:136px;
	height:20px;
}
#tmp_koho .box_blue_ttl h2 .ttl_link {
	background:url(/shared/images/navi/smenu/koho_ttl.jpg) no-repeat left top;
	width:32px;
	height:20px;
}
#tmp_koho .box_blue_ttl h2 span {
	width:32px;
	height:20px;
}
/* btn_link */
#tmp_btn_link {
	margin:0 0 20px;
	list-style:none;
	list-style-image:none;
}
#tmp_btn_link #tmp_btn_aramashi a {
	background:url(/shared/images/navi/smenu/aramashi_btn.jpg) no-repeat left top;
}
#tmp_btn_link #tmp_btn_aramashi a,
#tmp_btn_link #tmp_btn_aramashi span {
	width:200px;
	height:40px;
}
#tmp_btn_link #tmp_btn_cal a {
	background:url(/shared/images/navi/smenu/event_btn.jpg) no-repeat left top;
}
#tmp_btn_link #tmp_btn_saiyo a {
	background:url(/shared/images/navi/smenu/shokuin_btn.jpg) no-repeat left top;
}
#tmp_btn_link #tmp_btn_lk a {
	background:url(/shared/images/navi/smenu/link_btn.jpg) no-repeat left top;
}
#tmp_btn_link #tmp_btn_cal a,
#tmp_btn_link #tmp_btn_cal span,
#tmp_btn_link #tmp_btn_saiyo a,
#tmp_btn_link #tmp_btn_saiyo span,
#tmp_btn_link #tmp_btn_lk a,
#tmp_btn_link #tmp_btn_lk span {
	width:200px;
	height:39px;
}
/* btn_link2 */
#tmp_btn_link2 {
	list-style:none;
	list-style-image:none;
}
#tmp_btn_link2 li {
	margin:0 0 10px;
}
#tmp_btn_link2 #tmp_btn_kids a {
	background:url(/shared/images/navi/smenu/kids.gif) no-repeat left top;
}
#tmp_btn_link2 #tmp_btn_kids a,
#tmp_btn_link2 #tmp_btn_kids span {
	width:200px;
	height:40px;
}
#tmp_btn_link2 #tmp_btn_bus a {
	background:url(/shared/images/navi/smenu/bus.jpg) no-repeat left top;
}
#tmp_btn_link2 #tmp_btn_bus a,
#tmp_btn_link2 #tmp_btn_bus span {
	width:200px;
	height:43px;
}
#tmp_btn_link2 #tmp_btn_top1 a,
#tmp_btn_link2 #tmp_btn_top1 span,
#tmp_btn_link2 #tmp_btn_top2 a,
#tmp_btn_link2 #tmp_btn_top2 span,
#tmp_btn_link2 #tmp_btn_top3 a,
#tmp_btn_link2 #tmp_btn_top3 span {
	width:200px;
	height:40px;
}
#tmp_btn_link2 #tmp_btn_top1 a {
	background:url(/shared/images/navi/smenu/btn_top1.jpg) no-repeat left top;
}
#tmp_btn_link2 #tmp_btn_top2 a {
	background:url(/shared/images/navi/smenu/btn_top2.jpg) no-repeat left top;
}
#tmp_btn_link2 #tmp_btn_top3 a {
	background:url(/shared/images/navi/smenu/btn_top3.jpg) no-repeat left top;
}
#tmp_btn_link2 #tmp_btn_jinji a,
#tmp_btn_link2 #tmp_btn_jinji span {
	width:200px;
	height:54px;
}
#tmp_btn_link2 #tmp_btn_jinji a {
	background:url(/shared/images/navi/smenu/btn_jinji.jpg) no-repeat left top;
}
#tmp_btn_link2 #tmp_btn_shisei100 a,
#tmp_btn_link2 #tmp_btn_shisei100 span {
	width:200px;
	height:110px;
}
#tmp_btn_link2 #tmp_btn_shisei100 a {
	background:url(/shared/images/navi/smenu/btn_shisei100.jpg) no-repeat left top;
}
/* rnavi_faq */
#tmp_rnavi_faq {
	margin:0 0 20px;
	color:inherit;
	background-color:#F4F4F4;
	border:2px solid #CCCCCC;
	clear:both;
}
#tmp_rnavi_faq_ttl {
	margin:0 10px;
	padding:5px 0 2px;
	border-bottom:1px dotted #999999;
}
#tmp_rnavi_faq_cnt {
	padding:10px 8px;
}
#tmp_rnavi_faq_cnt p {
	float:left;
}
#tmp_rnavi_faq_cnt #tmp_search_rnavi {
	margin:0 0 5px;
}
#tmp_rnavi_faq_cnt #tmp_search_rnavi p {
	width:130px;
}
#tmp_rnavi_faq_cnt #tmp_search_rnavi p.sch_btn {
	vertical-align:bottom;
	width:50px;
}
#tmp_rnavi_faq_cnt #tmp_query_rnavi {
	width:123px;
	margin:0 5px 0 0;
	border:1px solid #999999;
}
#tmp_rnavi_faq_cnt .rnavi_txt {
	clear:both;
}
/* rnavi_koho */
#tmp_rnavi_koho {
	margin:0 0 20px;
	background:url(/shared/images/navi/rnavi/box_blue_bg.jpg) no-repeat right top;
}
#tmp_rnavi_koho_ttl {
	padding:5px 10px 3px;
	background:url(/shared/images/navi/rnavi/box_blue_ttl_bg.jpg) no-repeat left top;
}
#tmp_rnavi_koho_ttl p {
	background:url(/shared/images/navi/rnavi/rnavi_koho_ttl.jpg) no-repeat left top;
	width:125px;
	height:20px;
}
#tmp_rnavi_koho_ttl p span {
	width:125px;
	height:20px;
}
#tmp_rnavi_koho_cnt {
	padding:11px 19px;
	background:url(/shared/images/navi/rnavi/box_blue_cnt_bg.jpg) repeat-x left top;
	border-right:1px solid #2780DA;
	border-bottom:1px solid #2780DA;
	border-left:1px solid #2780DA;
}
/* pnavi
============================== */
.pnavi {
	margin:25px 0 0;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
.ptop a {
	padding:0 0 0 15px;
	background:url(/shared/templates/free/images/contents/ptop_bg.gif) no-repeat left center;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_wrap_lm {
	clear:both;
}
/* index
============================== */
#tmp_wrap_index {
	width:100%;
	margin:0 0 20px;
	background:url(/shared/templates/top/images/index_bg_mdl.gif) repeat-y left top;
	clear:both;
}
#tmp_wrap_index2 {
	background:url(/shared/templates/top/images/index_bg_top.gif) no-repeat left top;
}
#tmp_index {
	padding:12px 10px;
	background:url(/shared/templates/top/images/index_bg_btm.gif) no-repeat left bottom;
}
#tmp_index h2 {
	margin:0 0 7px;
	padding:3px 5px;
	background:url(/shared/templates/top/images/index_ttl_bg.gif) no-repeat left top;
	clear:both;
}
#tmp_index_btn ul {
	margin:0 0 10px;
	list-style:none;
}
#tmp_index_btn li {
	margin:0 7px 5px 0;
	float:left;
}
#tmp_index_btn li.index_btn_03,
#tmp_index_btn li.index_btn_06,
#tmp_index_btn li.index_btn_09,
#tmp_index_btn li.index_btn_15 {
	margin-right:0;
}
#tmp_index_btn li.index_btn_12,
#tmp_index_btn li.index_btn_13,
#tmp_index_btn li.index_btn_14 {
	display:none;
}
#tmp_index_btn li a,
#tmp_index_btn li span {
	width:155px;
	height:40px;
}
#tmp_index_btn li.index_btn_01 a {
	background:url(/shared/templates/top/images/index_btn_01.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_02 a {
	background:url(/shared/templates/top/images/index_btn_02.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_03 a {
	background:url(/shared/templates/top/images/index_btn_03.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_04 a {
	background:url(/shared/templates/top/images/index_btn_04.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_05 a {
	background:url(/shared/templates/top/images/index_btn_05.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_06 a {
	background:url(/shared/templates/top/images/index_btn_06.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_07 a {
	background:url(/shared/templates/top/images/index_btn_07.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_08 a {
	background:url(/shared/templates/top/images/index_btn_08.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_09 a {
	background:url(/shared/templates/top/images/index_btn_09.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_10 a {
	background:url(/shared/templates/top/images/index_btn_10.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_11 a {
	background:url(/shared/templates/top/images/index_btn_11.jpg) no-repeat left top;
}
#tmp_index_btn li.index_btn_15 a {
	background:url(/shared/templates/top/images/index_btn_15.jpg) no-repeat left top;
}/* keyword */
#tmp_keyword {
	clear:both;
}
/* box_cnt_img
============================== */
.box_cnt_img {
	width:200px;
	margin:0 20px 0 0;
	float:left;
}
.box_cnt_img p {
	margin-bottom:0 !important;
}
.box_cnt_txt {
	width:444px;
	float:left;
}
.list_rss {
	float:right;
}
.list_rss p {
	margin-bottom:0 !important;
	padding:0 0 0 14px;
	float:left;
}
.col2 .box_blue_cnt {
	padding:15px 14px;
}
.col2 .box_cnt_img {
	width:120px;
	margin:0 15px 0 0;
	float:left;
}
.col2L .box_cnt_txt {
	width:182px;
	float:left;
}
.col2R .box_cnt_txt {
	width:175px;
	float:left;
}
.list {
	margin-bottom:0 !important;
	text-align:right;
	clear:both;
}
/* emergency
============================== */
#tmp_emergency {
	margin:0 0 25px;
	clear:both;
}
#tmp_emergency_ttl {
	padding:5px 10px 3px;
	background:url(/shared/images/main/emergency_ttl_bg.jpg) no-repeat left top;
}
#tmp_emergency_cnt {
	padding:15px 10px 5px 0;
	background:url(/shared/images/main/emergency_cnt_bg.jpg) repeat-x left top;
	border-right:1px solid #E04A4A;
	border-bottom:1px solid #E04A4A;
	border-left:1px solid #E04A4A;
}
#tmp_emergency_cnt ul {
	margin:0 0 0 24px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif);
}
#tmp_emergency_cnt ul li {
	margin:0 0 0.5em;
}
/* important
============================== */
#tmp_important {
	margin:0 0 25px;
	background:url(/shared/images/main/important_bg.jpg) repeat-x left top;
	border:2px solid #FF9900;
	clear:both;
}
#tmp_important_ttl {
	padding:8px;
}
#tmp_important_cnt {
	padding:5px 10px 5px 0;
}
#tmp_important_cnt ul {
	margin:0 0 0 23px;
	list-style-image:url(/shared/templates/free/images/contents/list_icon.gif);
}
#tmp_important_cnt ul li {
	margin:0 0 0.5em;
}
/* gallery
============================== */
#tmp_gallery {
	position:relative;
	color:inherit;
	background-color:#FFFFFF;
	overflow:hidden;
	height:215px;
	margin:0 0 20px;
	clear:both;
}
#tmp_gallery ul {
	list-style:none;
	font-size:0.1%;
	line-height:0.1;
}
.no_javascript #tmp_gallery ul {
	font-size:100%;
	line-height:1;
	visibility:visible !important;
}
#tmp_gallery .box_gallery a,
.no_javascript #tmp_gallery ul li a {
	display:block;
}
.no_javascript #tmp_gallery ul {
	height:200px;
	overflow:hidden;
}
#tmp_gallery_player,
#tmp_gallery .gallery_navi {
	display:none;
}
#tmp_gallery .gallery_ctrl {
	position:absolute;
	right:0;
	bottom:0;
	padding-right:60px;
}
#tmp_gallery .gallery_cntrol,
#tmp_gallery .gallery_cntrol p,
#tmp_gallery .gallery_cntrol p a {
	display:block;
	width:48px;
	height:12px;
}
#tmp_gallery .gallery_cntrol {
	position:absolute;
	right:0;
	bottom:0;
}
#tmp_gallery .gallery_cntrol a {
	background:url(/shared/images/main/gallery/stop_btn.gif) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
	overflow:hidden;
}
#tmp_gallery.pause .gallery_cntrol a {
	background-image:url(/shared/images/main/gallery/play_btn.gif);
}
#tmp_gallery .list_order {
	font-size:100%;
	line-height:1;
}
#tmp_gallery .list_order li {
	margin:0 0 0 5px;
	float:left
}
#tmp_gallery .list_order li a {
	display:block;
	width:30px;
	height:10px;
	background:url(/shared/images/main/gallery/gallery_1_off.gif) no-repeat 0 0;
}
#tmp_gallery .list_order li.active a {
	background-image:url(/shared/images/main/gallery/gallery_1_on.gif);
}
#tmp_gallery .list_order li a span {
	display:block;
	width:30px;
	height:10px;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
	overflow:hidden;
}
/* update
============================== */
#tmp_contents #tmp_wrap_ut2 {
	float:right;
}
#tmp_contents #tmp_wrap_ut2 .rs_skip {
	display:inline;
}
#tmp_contents #tmp_update {
	margin-bottom:0;
	text-align:right;
}
#tmp_contents #tmp_wrap_ut2 #tmp_update {
	float:right;
	text-align:right;
}
#tmp_contents #tmp_twitter,
#tmp_contents #tmp_facebook,
#tmp_contents #tmp_mixi,
#tmp_contents #tmp_gooble_plus,
#tmp_contents #tmp_hatena,
#tmp_contents .social_media_btn {
	margin:0 2px 0 0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}
#tmp_contents #tmp_mixi iframe {
	width:70px !important;
}
#tmp_contents #tmp_gooble_plus div:first-child {
	width:70px !important;
}
/* plugin 変更しない
============================== */
.plugin {
	margin:0 0 10px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:20px 0 10px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
	background:#777777 url(/shared/images/main/inquiry/inquiry_ttl_rgt.jpg) no-repeat right top;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
	padding:5px 10px 2px;
	background:url(/shared/images/main/inquiry/inquiry_ttl_lft.jpg) no-repeat left top;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
	border:1px solid #666666;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	margin:0 0 20px;
	padding:10px;
	background:url(/shared/images/main/publicity_bg.gif) repeat left top;
	clear:both;
}
#tmp_publicity {
	background-color:#FFFFFF;
	color:inherit;
	padding:14px 0 6px 25px;
}
#tmp_publicity_ttl {
	margin:0 0 13px;
}
#tmp_publicity_ttl h2 {
	margin:0 20px 0 0;
	float:left;
}
#tmp_publicity_ttl p {
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	background:url(/shared/images/footer/fnavi_icon.gif) no-repeat left center;
	float:left;
}
#tmp_publicity_cnt {
	clear:both;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	float:left;
	margin:0 8px 0 0;
	padding:0 0 10px;
}
*:first-child+html #tmp_publicity_cnt ul li {
	display:inline;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
#tmp_publicity_cnt .text_banner {
	clear:both;
}
#tmp_publicity_cnt .text_banner ul li {
	margin:0 39px 0 0;
	padding:0 0 0.5em;
	line-height:1.6;
	width:260px;
}
#tmp_publicity_cnt .bnr_title {
	font-weight:bold;
}
#tmp_publicity_cnt .bnr_detail {
	font-size:90%;
}
#tmp_publicity_cnt .bnr_detail a {
	font-size:120%;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	padding:8px 10px 0;
	background:url(/shared/images/footer/footer_bg.jpg) repeat-x left top;
	min-width:960px;
	border-top:2px solid #2D76BF;
	clear:both;
}
#tmp_footer {
	width:960px;
	margin:0 auto;
}
#tmp_f_address {
	margin:0 0 15px;
}
#tmp_flogo {
	margin:0 13px 0 0;
	font-size:0.1%;
	line-height:0.1;
	float:left;
}
#tmp_f_address address {
	width:828px;
	font-style:normal;
	float:left;
}
#tmp_f_address address img {
	margin:0 0 0.5em 1em;
	vertical-align:middle;
}
#tmp_wrap_footer_inq {
	margin:0 0 15px 0;
	display:inline-block;
	clear:both;
}
#tmp_footer_inq {
	padding:7px 10px;
	color:inherit;
	background-color:#F4F4F4;
	border:1px solid #DFDFDF;
}
* html #tmp_footer_inq ,
* html #tmp_wrap_footer_inq p {
	display:inline;
}
#tmp_footer_inq .inq_ttl {
	margin:0 15px 0 0;
	font-size:110%;
	font-weight:bold;
	float:left;
}
#tmp_footer_inq .flt_lft {
	margin:3px 0 0;
	float:left;
}
#tmp_footer_inq .tf_no {
	font-size:110%;
	font-weight:bold;
	clear:both;
}
#tmp_fnavi {
	margin:0 0 8px;
	list-style:none;
}
#tmp_fnavi li {
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	background:url(/shared/images/footer/fnavi_icon.gif) no-repeat left center;
	white-space:nowrap;
	float:left;
}
#tmp_wrap_copyright {
	min-width:960px;
	margin:0 0 14px;
	padding:0 10px;
	color:#FFFFFF;
	background-color:#2D76BF;
	clear:both;
}
#tmp_copyright {
	width:960px;
	margin:0 auto;
	text-align:right;
}
#tmp_copyright p {
	padding:0 5px;
}
/* custom_assembly
============================== */
.custom_assembly #tmp_flogo {
	margin-right:20px;
}
.custom_assembly #tmp_f_address address {
	width:767px;
}
/* foreign language
============================== */
.custom_english #tmp_flogo {
	margin-right:20px;
}
.custom_english #tmp_f_address {
	margin-bottom:10px;
}
.custom_korean #tmp_f_address,
.custom_chinese #tmp_f_address,
.custom_russian #tmp_f_address {
	margin-bottom:18px;
}
.custom_english #tmp_f_address address {
	width:728px;
}
.custom_korean #tmp_f_address address {
	width:797px;
}
.custom_chinese #tmp_f_address address {
	width:787px;
}
.custom_russian #tmp_f_address address {
	width:687px;
}
.custom_english #tmp_f_address address img {
	margin-bottom:0.2em;
}
/* readSpeaker */
#tmp_readspeaker {
	z-index:100;
}

/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#C40000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#1F8413; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:140%; /* 変更しない */
}
.txt_small {
	font-size:80%; /* 変更しない */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
p.indent1 {
	text-indent:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	text-indent:-1.5em !important;
	margin-left:1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:100% !important;
	margin:0 !important;
	border-collapse:collapse !important;
	border-spacing:0 !important;
	background:transparent !important;
}
table.col2 td.col2L,
table.col2 td.col2R {
	vertical-align:top !important;
	text-align:left !important;
}
table.col2 td.col2L {
	width:51% !important;
	padding:0 !important;
	border-right-width:15px !important;
	border-right-style:solid !important;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF !important;
}
table.col2 td.col2R {
	width:49% !important;
	padding:0 !important;
}
#tmp_main table.col2 td.col2L {
	border-top:none !important;
	border-bottom:none !important;
	border-left:none !important;
}
#tmp_main table.col2,
#tmp_main table.col2 td.col2R{
	border:none !important;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0 !important;
}
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:49%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48%;
	float:right;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:100% !important;
	margin:0 !important;
	border-collapse:collapse !important;
	border-spacing:0 !important;
	background:transparent !important;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	vertical-align:top !important;
	text-align:left !important;
	padding:0 !important;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33% !important;
	border-right-width:10px !important;
	border-right-style:solid !important;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right-color:#FFFFFF !important;
}
table.col3 td.col3R {
	width:31% !important;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-top:none !important;
	border-bottom:none !important;
	border-left:none !important;
}
#tmp_main table.col3,
#tmp_main table.col3 td.col3R {
	border:none !important;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:32%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31%;
	float:left;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em !important;
	border-collapse:collapse !important;
	border-spacing:0 !important;
	background:transparent !important;
}
table.img_cap td {
	padding:0 !important;
}
#tmp_main table.img_cap,
#tmp_main table.img_cap td {
	border:none !important;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	margin:0 !important;
	border:none !important;
	border-collapse:collapse !important;
	border-spacing:0 !important;
	background:transparent !important;
}
table.layouttable th,
table.layouttable td {
	padding:0 15px 0 0 !important;
	border:none !important;
	vertical-align:top !important;
	text-align:left !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background: url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_light_green {
	color:inherit;
	background-color:#EAF7DD; /* デザインによって変更 */
}
td.bg_yellow{
	color:inherit;
	background-color:#FFF4CA; /* デザインによって変更 */
}
td.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_pink {
	color:inherit;
	background-color:#FBE3E7; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change {
	color:#FFFFFF;
	background-color:#0076B5;
	padding:10px 40px;
	border-bottom:1px solid #FFFFFF;
	min-width:900px;
}
#tmp_model_change p {
	width:100%; /* 変更しない */
	font-size:214%;
	font-weight:bold;
}
#tmp_model_change p a {
	display:block;
	text-align:center;
	text-decoration:none;
	padding:10px 0;
	color:#0076B5;
	background-color:#EEEEEE;
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(60%, #FFFFFF), to(#EEEEEE));/* Webkit */
	background:-moz-linear-gradient(center top, #FFFFFF, #FFFFFF 60%, #EEEEEE);/* Mozilla */
	background:linear-gradient(to bottom, #FFFFFF, #FFFFFF 60%, #EEEEEE);/* CSS3 */
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_model_change p a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 767px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
@media screen and (max-width : 767px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* pcview
============================== */
.pcview #sys_overlay_contents {
	left:0 !important;
}
.pcview #sys_overlay_background {
	width:980px !important;
}
/* ==================================================
mayor 201910
================================================== */
#tmp_mayor #tmp_mayor_pht {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #c8c8c8;
}
#tmp_mayor .box_blue_cnt {
	padding-top:14px;
	padding-left:14px;
}
#tmp_mayor #tmp_mayor_pht .mayor_pht_img {
	display:block;
	margin-bottom:3px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents:after,
#tmp_contents #tmp_wrap_ut:after,
#tmp_contents #tmp_wrap_ut2:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_func_txt:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_means_tertiary:after,
#tmp_search:after,
#tmp_hnavi:after,
#tmp_snavi:after,
#tmp_gnavi:after,
#tmp_gnavi .inner_drop_down_hidden2:after,
#tmp_main:after,
#tmp_gallery:after,
#tmp_gallery .list_order:after,
#tmp_wrap_lm:after,
#tmp_index_btn:after,
#tmp_index_btn ul:after,
#tmp_service #tmp_search_top:after,
#tmp_service #tmp_search_top .box_sch:after,
.col_lft_navi .box_green_cnt:after,
#tmp_event_cal_ttl:after,
#tmp_cal_navi:after,
#tmp_rnavi_faq_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry_cnt:after,
#tmp_publicity_ttl:after,
#tmp_publicity_cnt ul:after,
#tmp_text_banner:after,
#tmp_wrap_footer:after,
#tmp_fnavi:after,
#tmp_f_address:after,
#tmp_footer_inq:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.wrap_list_rss:after,
.list_rss:after,
#tmp_parclock:after,
#tmp_parclock_ttl:after,
#tmp_parclock_cnt:after,
#tmp_parclock_ttl #tmp_count_time:after,
#tmp_parclock_cnt #tmp_parclock_timer:after,
#tmp_parclock_count #tmp_count_time:after,
#tmp_parclock_cnt #tmp_parclock_link:after,
#tmp_parclock_md:after,
#tmp_parclock_ttl_md:after,
#tmp_parclock_cnt_md:after,
#tmp_parclock_ttl #tmp_count_time_md:after,
#tmp_parclock_cnt #tmp_parclock_timer_md:after,
#tmp_parclock_count #tmp_count_time_md:after,
#tmp_parclock_cnt #tmp_parclock_link_md:after,
#tmp_parclock_about_ttl:after,
#tmp_parclock_wrapper2 #tmp_about_footer:after,
#tmp_search_rnavi:after,
.box_blue:after,
.box_blue_ttl:after,
.box_blue_cnt: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_wrapper,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_contents #tmp_wrap_ut,
*:first-child+html #tmp_contents #tmp_wrap_ut2,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_snavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi .inner_drop_down_hidden2,
*:first-child+html #tmp_main,
*:first-child+html #tmp_gallery,
*:first-child+html #tmp_gallery .list_order,
*:first-child+html #tmp_wrap_lm,
*:first-child+html #tmp_index_btn,
*:first-child+html #tmp_index ul,
*:first-child+html #tmp_service #tmp_search_top,
*:first-child+html #tmp_service #tmp_search_top .box_sch,
*:first-child+html .col_lft_navi .box_green_cnt,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_cal_navi,
*:first-child+html #tmp_rnavi_faq_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_publicity_ttl,
*:first-child+html #tmp_publicity_cnt ul,
*:first-child+html #tmp_text_banner,
*:first-child+html #tmp_wrap_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_f_address,
*:first-child+html #tmp_footer_inq,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .wrap_list_rss,
*:first-child+html .list_rss,
*:first-child+html #tmp_parclock,
*:first-child+html #tmp_parclock_ttl,
*:first-child+html #tmp_parclock_cnt,
*:first-child+html #tmp_parclock_ttl #tmp_count_time,
*:first-child+html #tmp_parclock_cnt #tmp_parclock_timer,
*:first-child+html #tmp_parclock_count #tmp_count_time,
*:first-child+html #tmp_parclock_cnt #tmp_parclock_link,
*:first-child+html #tmp_parclock_md,
*:first-child+html #tmp_parclock_ttl_md,
*:first-child+html #tmp_parclock_cnt_md,
*:first-child+html #tmp_parclock_ttl #tmp_count_time_md,
*:first-child+html #tmp_parclock_cnt #tmp_parclock_timer_md,
*:first-child+html #tmp_parclock_count #tmp_count_time_md,
*:first-child+html #tmp_parclock_cnt #tmp_parclock_link_md,
*:first-child+html #tmp_parclock_about_ttl,
*:first-child+html #tmp_parclock_wrapper2 #tmp_about_footer,
*:first-child+html #tmp_search_rnavi,
*:first-child+html .box_blue,
*:first-child+html .box_blue_ttl,
*:first-child+html .box_blue_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_wrapper,
* html #tmp_contents,
* html #tmp_contents #tmp_wrap_ut,
* html #tmp_contents #tmp_wrap_ut2,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_func_txt,
* html #tmp_means_primary,
* html #tmp_means_secondary,
* html #tmp_means_tertiary,
* html #tmp_search,
* html #tmp_hnavi,
* html #tmp_snavi,
* html #tmp_gnavi,
* html #tmp_gnavi .inner_drop_down_hidden2,
* html #tmp_main,
* html #tmp_gallery,
* html #tmp_gallery .list_order,
* html #tmp_wrap_lm,
* html #tmp_index_btn,
* html #tmp_index ul,
* html #tmp_service #tmp_search_top,
* html .col_lft_navi .box_green_cnt,
* html #tmp_event_cal_ttl,
* html #tmp_cal_navi,
* html #tmp_rnavi_faq_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry_cnt,
* html #tmp_publicity_ttl,
* html #tmp_publicity_cnt ul,
* html #tmp_text_banner,
* html #tmp_wrap_footer,
* html #tmp_fnavi,
* html #tmp_f_address,
* html #tmp_footer_inq,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .wrap_list_rss,
* html .list_rss,
* html #tmp_parclock,
* html #tmp_parclock_ttl,
* html #tmp_parclock_cnt,
* html #tmp_parclock_ttl #tmp_count_time,
* html #tmp_parclock_cnt #tmp_parclock_timer,
* html #tmp_parclock_count #tmp_count_time,
* html #tmp_parclock_cnt #tmp_parclock_link,
* html #tmp_parclock_md,
* html #tmp_parclock_ttl_md,
* html #tmp_parclock_cnt_md,
* html #tmp_parclock_ttl #tmp_count_time_md,
* html #tmp_parclock_cnt #tmp_parclock_timer_md,
* html #tmp_parclock_count #tmp_count_time_md,
* html #tmp_parclock_cnt #tmp_parclock_link_md,
* html #tmp_parclock_about_ttl,
* html #tmp_parclock_wrapper2 #tmp_about_footer {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
#tmp_main #sys_overlay_background {
	width:100% !important;
	height:100% !important;
}
#tmp_main #sys_overlay_contents {
	left:0px !important;
	top:0px !important;
}
.social_media_btn {
	display:none !important;
}
}
