@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#000000;
	background-color:#e8f3f7;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
noscript {
	display:block;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
	min-width:1228px;
	max-width:1920px;
	margin:0 auto;
	color:inherit;
	background:url(/shared/images/main/main_top_bg.jpg) no-repeat top center;
}
#tmp_wrapper2 {
	width:1228px;
	margin:0 auto;
	background:#ddf6fe url(/shared/images/main/main_bg.gif) repeat-y left top;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both; /* 変更しない */
}
#tmp_wrap_main.column_cnt {
	padding:0 20px;
}
.custom_bosai #tmp_wrap_main.column_lnavi,
.custom_bosai #tmp_wrap_main.column_rnavi,
.custom_spot #tmp_wrap_main.column_rnavi {
	padding:0 20px 12px;
}
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* cate_ttl
============================== */
/* education */
.custom_education #tmp_cate_ttl {
	background:#ffffff url(/shared/templates/education/images/contents/main_bg.jpg) no-repeat left top;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
	padding:150px 30px 15px;
}
/* press */
.custom_press #tmp_cate_ttl_top {
	background:url(/shared/templates/free/images/contents/press/main_top_bg.jpg) no-repeat left top;
	padding:87px 30px 94px 84px;
}
.custom_press #tmp_cate_ttl_top h1 {
	padding-left:84px;
	margin-bottom:14px;
}
.custom_press #tmp_cate_ttl {
	background:#ffffff url(/shared/templates/free/images/contents/press/main_bg.jpg) no-repeat left top;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
	padding:17px 30px 27px 153px;
}
/* bosai */
.custom_bosai #tmp_wrap_cate_ttl {
	border-top:7px solid #bf1111;
	background:url(/shared/templates/free/images/contents/bosai/cate_ttl_bg.gif) repeat left top;
	-webkit-border-radius:4px 4px 0 0;/* Webkit */
	-moz-border-radius:4px 4px 0 0;/* Mozilla */
	border-radius:4px 4px 0 0;/* CSS3 */
}
.custom_bosai #tmp_cate_ttl {
	background:url(/shared/templates/free/images/contents/bosai/cate_ttl_main_bg.png) no-repeat right top;
	padding:60px 0 66px 33px;
}
/* spot */
.custom_spot #tmp_wrap_cate_ttl {
	position:relative;
	min-height:269px;
	background:#ffffff url(/shared/templates/spot/images/contents/cate_ttl_bg.jpg) no-repeat left top;
	-webkit-border-radius:4px 4px 0 0;/* Webkit */
	-moz-border-radius:4px 4px 0 0;/* Mozilla */
	border-radius:4px 4px 0 0;/* CSS3 */
}
.custom_spot #tmp_cate_ttl {
	padding:33px 0 25px 34px;
}
.custom_spot #tmp_cate_ttl .cate_pic {
	position:absolute;
	top:17px;
	right:51px;
}
.custom_spot #tmp_cate_cnt {
	padding:20px 370px 20px 30px;
}
.custom_spot #tmp_cate_cnt p {
	font-size:171.4%;
	font-weight:bold;
	line-height:1.4;
}
.custom_spot .column_rnavi #tmp_wrap_cate_ttl {
	min-height:230px;
}
.custom_spot .column_rnavi #tmp_cate_ttl .cate_pic {
	top:17px;
	right:30px;
}
.custom_spot .column_rnavi #tmp_cate_ttl .cate_pic img {
	width:268px;
	height:auto;
}
/* target */
.custom_target01 #tmp_cate_ttl {
	padding:63px 0 104px 54px;
}
.custom_target01 #tmp_cate_ttl h1 {
	padding-left:82px;
	margin-bottom:11px;
}
.custom_target02 #tmp_cate_ttl {
	padding:69px 0 114px 123px;
}
.custom_target02 #tmp_cate_ttl h1 {
	margin-bottom:1px;
}
.custom_target02 #tmp_cate_ttl p {
	padding-left:3px;
}
.custom_target03 #tmp_cate_ttl {
	padding:62px 0 104px 37px;
}
.custom_target03 #tmp_cate_ttl h1 {
	padding-left:80px;
	margin-bottom:11px;
}
/* contents
============================== */
#tmp_wrap_contents {
	background-color:#ffffff;
	color:inherit;
	padding:25px 30px 10px;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
}
#tmp_contents {
	width:100%; /* 変更しない */
	padding:0 0 10px;
}
#tmp_wrap_maincontents {
	width:100%;
}
#tmp_maincontents {
	padding:20px 20px 0;
}
.type_idx #tmp_wrap_contents {
	padding-bottom:60px;
}
.custom_education #tmp_wrap_contents,
.custom_spot #tmp_wrap_contents {
	padding-top:5px;
	-webkit-border-radius:0 0 4px 4px;/* Webkit */
	-moz-border-radius:0 0 4px 4px;/* Mozilla */
	border-radius:0 0 4px 4px;/* CSS3 */
}
.custom_education.site_top #tmp_wrap_contents {
	padding-top:30px;
}
.custom_press #tmp_wrap_contents {
	-webkit-border-radius:0 0 4px 4px;/* Webkit */
	-moz-border-radius:0 0 4px 4px;/* Mozilla */
	border-radius:0 0 4px 4px;/* CSS3 */
}
.custom_bosai #tmp_wrap_contents {
	padding-top:30px;
	-webkit-border-radius:0 0 4px 4px;/* Webkit */
	-moz-border-radius:0 0 4px 4px;/* Mozilla */
	border-radius:0 0 4px 4px;/* CSS3 */
}
.custom_bosai .column_lnavi #tmp_wrap_contents {
	padding-top:40px;
}
/* 対象者別 */
.custom_target01 #tmp_wrap_contents {
	background:#ffffff url(/shared/templates/target/images/contents/business/main_bg.jpg) no-repeat left top;
}
.custom_target02 #tmp_wrap_contents {
	background:#ffffff url(/shared/templates/target/images/contents/child/main_bg.jpg) no-repeat left top;
}
.custom_target03 #tmp_wrap_contents {
	background:#ffffff url(/shared/templates/target/images/contents/senior/main_bg.jpg) no-repeat left top;
}
/* 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; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:10; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0 0 25px;
}
/* top
============================== */
.format_top .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
	margin-top:166px;
}
.format_top .column_lnavi .col_main {
	margin-left:220px; /* デザインによって変更 */
	padding-bottom:20px;
}
/* free
============================== */
.format_free .wrap_col_lft_navi,
.custom_education .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-240px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main,
.custom_education .column_lnavi .col_main {
	margin-left:240px; /* デザインによって変更 */
	margin-right:20px;
}
/* bosai */
.custom_bosai .wrap_col_rgt_navi {
	width:250px; /* デザインによって変更 */
}
.custom_bosai .column_rnavi .wrap_col_main {
	margin-right:-290px; /* デザインによって変更 */
}
.custom_bosai .column_rnavi .col_main {
	margin-right:290px; /* デザインによって変更 */
	padding-bottom:0;
}
.custom_bosai .wrap_col_lft_navi {
	width:250px; /* デザインによって変更 */
	margin-right:-290px; /* デザインによって変更 */
}
.custom_bosai .column_lnavi .col_main {
	margin-left:290px; /* デザインによって変更 */
}
/* spot */
.custom_spot .wrap_col_rgt_navi {
	width:267px; /* デザインによって変更 */
}
.custom_spot .column_rnavi .wrap_col_main {
	margin-right:-297px; /* デザインによって変更 */
	margin-top:-66px;
	position:relative;
	z-index:10;
}
.custom_spot .column_rnavi .col_main {
	margin-right:297px; /* デザインによって変更 */
	padding-bottom:0;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:11px 18px 6px 223px;
	background:url(/shared/images/header/header_bg.jpg) no-repeat left top;
	position:relative;
}
.format_top #tmp_header {
	padding-bottom:12px;
}
#tmp_hlogo {
	width:200px;
	position:absolute;
	top:24px;
	left:10px;
	z-index:100;
}
.format_top #tmp_hlogo {
	width:150px;
	top:34px;
	left:37px;
}
#tmp_hlogo h1 {
	display:block;
	width:150px;
	height:200px;
	background:url(/shared/images/header/hlogo_top.jpg) no-repeat left top;
}
#tmp_hlogo h1 span {
	width:150px;
	height:200px;
}
#tmp_hlogo p {
	display:block;
	width:200px;
	height:96px;
	background: url(/shared/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo p a {
	display:block;
	width:200px;
	height:96px;
}
#tmp_hlogo p span {
	width:200px;
	height:96px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* means */
#tmp_means {
	width:978px;
	float:right;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	float:left;
	min-width:540px;
}
/* search */
#tmp_search .wrap_sch_box {
	float:left;
	margin:0 5px 0 0;
}
#tmp_search .wrap_sch_box p {
	float:left;
}
#tmp_search .sch_ttl img {
	vertical-align:top;
	-webkit-border-radius:4px 0 0 4px;/* Webkit */
	-moz-border-radius:4px 0 0 4px;/* Mozilla */
	border-radius:4px 0 0 4px;/* CSS3 */
}
#tmp_query {
	width:253px;
	min-height:28px;
	border:1px solid #d9d9d9;
	border-left:none;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_search .sch_select {
	margin:0 5px 0 0;
}
#tmp_search .sch_select select {
	border:1px solid #d9d9d9;
	padding:1px;
	width:148px;
	font-size:92.8%;
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
#tmp_func_sch_btn {
	font-size:114.3%;
	min-width:86px;
	border:none;
	background-color:#666666;
	color:#ffffff;
	padding:1px 1px 0;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	-webkit-border-radius:0 4px 4px 0;/* Webkit */
	-moz-border-radius:0 4px 4px 0;/* Mozilla */
	border-radius:0 4px 4px 0;/* CSS3 */
}
.format_top #tmp_search .wrap_sch_box,
.format_top #tmp_search .wrap_sch_box p {
	margin:0;
}
.format_top #tmp_search .sch_ttl img {
	padding:2px;
	background-color:#666666;
	color:inherit;
}
.format_top #tmp_query {
	width:209px;
	border-left:none;
	border-right:none;
	min-height:32px;
}
.format_top #tmp_search .sch_select select {
	font-size:92.8%;
	padding:4px 1px;
}
.format_top #tmp_func_sch_btn {
	min-height:32px;
	min-width:113px;
}
/* secondary
============================== */
#tmp_means_secondary {
	padding-top:5px;
	float:right;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	font-size:85.7%;
}
#tmp_hnavi li {
	margin:0 18px 0 0;
	float:left;
}
#tmp_hnavi li.hnavi_lang {
	margin-right:0;
}
#tmp_hnavi li a {
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}
#tmp_hnavi li span {
	padding:4px 0 3px 30px;
	background-repeat:no-repeat;
	background-position:left center;
}
#tmp_hnavi li.hnavi_read span {
	background-image:url(/shared/images/header/hnavi_icon_read.png);
}
#tmp_hnavi li.hnavi_size span {
	background-image:url(/shared/images/header/hnavi_icon_size.png);
}
#tmp_hnavi li.hnavi_lang span {
	background-image:url(/shared/images/header/hnavi_icon_lang.png);
}
/* ==================================================
hcount
================================================== */
#tmp_hcount {
	border-top:4px solid #000267;
	background-color:#ffffff;
	color:#000267;
	margin:0 0 7px;
	clear:both;
}
#tmp_hcount a {
	color:#000267;
}
.format_top #tmp_main #tmp_hcount a:hover {
	text-decoration:none;
}
#tmp_hcount_ttl {
	padding:7px 20px 5px;
	line-height:1.1;
	font-weight:bold;
}
#tmp_hcount_ttl h2 {
	font-size:214.3%;
}
#tmp_hcount_ttl p {
	font-size:85.7%;
}
#tmp_hcount_ttl p a {
	color:#000267;
	background-color:transparent;
}
#tmp_hcount_cnt {
	padding:0 5px 7px;
}
#tmp_hcount_cnt .hcount {
	background-color:#ffcc00;
	color:inherit;
	padding:3px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_hcount_cnt .open {
	text-align:center;
}
#tmp_hcount_cnt .hcount img {
	vertical-align:bottom;
}
#tmp_hcount_cnt .hcount .kaisai_ttl {
	float:left;
	margin-right:1px;
}
#tmp_hcount_cnt .hcount #countdown_area {
	float:left;
}
#tmp_hcount_cnt .hcount #countdown_area img {
	margin-right:1px;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	width:1008px;
	float:right;
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
	font-size:114.3%;
}
#tmp_gnavi li {
	position:relative;
	width:126px;
	float:left;
	text-align:center;
	line-height:1.2;
}
#tmp_gnavi a {
	display:block;
	padding:10px 0;
	color:#ffffff;
	background-color:#131c5d;
	font-weight:bold;
	text-decoration:none;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:#131c5d;
	background-color:#ffffff;
}
#tmp_gnavi li span {
	display:block;
	padding:0.8em 1px 0.5em;
	border-right:1px solid #8297b9;
}
#tmp_gnavi #tmp_glist8 span {
	border-right:none;
}
#tmp_gnavi #tmp_glist5 span,
#tmp_gnavi #tmp_glist6 span {
	padding-top:0.1em;
	padding-bottom:0;
}
/* drop_down_hidden */
#tmp_gnavi ul ul {
	margin-left:0;
	font-size:87.5%;
}
#tmp_gnavi ul ul li {
	float:none;
	position:static;
}
#tmp_gnavi .drop_down_hidden {
	width:450px;
	padding:15px 16px 10px;
	color:#000000;
	background-color:#FFFFFF;
	border:3px solid #131c5d;
	border-top:none;
	position:absolute;
	left:-3px;
	top:auto;
	display:none;
	z-index:9999;
	box-sizing:border-box;
}
#tmp_gnavi .drop_down_hidden ul {
	display:block !important;
	background:none;
	padding:0;
	-webkit-border-radius:0;/* Webkit */
	-moz-border-radius:0;/* Mozilla */
	border-radius:0;/* CSS3 */
}
#tmp_gnavi .drop_down_hidden li {
	float:left;
	margin:0 10px 8px 0;
	display:inline;
	width:200px;
	color:#131c5d;
	background-color:#dbebfc;
}
#tmp_gnavi .drop_down_hidden li:nth-child(2n) {
	margin-right:0;
}
#tmp_gnavi .drop_down_hidden li a {
	text-align:left;
	font-weight:normal;
	padding:8px 5px 7px 30px;
	background:url(/shared/images/icon/arrow_icon_s.png) no-repeat 10px 0.6em !important;
	display:block;
	width:auto;
	height:auto;
}
#tmp_glist6 .drop_down_hidden,
#tmp_glist7 .drop_down_hidden,
#tmp_glist8 .drop_down_hidden {
	left:auto;
	right:-3px;
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	width:1008px;
	float:right;
	clear:both;
}
#tmp_pankuzu {
	padding:7px 20px 10px;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 10px 40px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:9px 5px;
	border-top:3px solid #131c5d;
	border-bottom:3px solid #131c5d;
	font-weight:bold;
	text-align:center;
	font-size:128.6%;
}
#tmp_lnavi_ttl a {
	text-decoration:none;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	padding:10px 0 7px 24px;
	border-bottom:1px solid #c8c8c8;
	background: url(/shared/images/icon/arrow_icon_s.png) no-repeat 3px 0.8em;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* 教育委員会 */
.custom_education #tmp_lnavi_ttl {
	border-top-color:#2f852f;
	border-bottom-color:#2f852f;
}
.custom_education #tmp_lnavi_cnt li {
	background-image:url(/shared/images/icon/arrow_icon_s2.png);
}
/* プレスルーム */
.custom_press #tmp_lnavi_ttl {
	text-align:left;
	padding-left:0;
}
#tmp_lnavi_cnt .lnavi_hodo {
	margin-bottom:10px;
}
#tmp_lnavi_cnt .lnavi_hodo li {
	font-weight:bold;
	font-size:114.3%;
	padding:18px 0 7px 45px;
	min-height:30px;
	 border-bottom:2px solid #b2b5c8;
}
#tmp_lnavi_cnt .lnavi_hodo li.hodo01 {
	background:url(/shared/templates/free/images/contents/press/lnavi_icon_hodo.png) no-repeat 2px center;
}
#tmp_lnavi_cnt .lnavi_hodo li.hodo02 {
	background:url(/shared/templates/free/images/contents/press/lnavi_icon_dl.png) no-repeat 1px center;
}
#tmp_lnavi_cnt .lnavi_hodo li.hodo03 {
	background:url(/shared/templates/free/images/contents/press/lnavi_icon_press.png) no-repeat 4px center;
}
#tmp_lnavi_cnt .lnavi_hodo li a {
	color:#010101;
}
/* 防災情報 */
.custom_bosai #tmp_lnavi {
	margin:0 0 30px;
}
.custom_bosai #tmp_lnavi_ttl {
	text-align:left;
	padding-left:0;
	border-top-color:#bf1111;
	border-bottom-color:#bf1111;
}
.custom_bosai #tmp_lnavi_cnt li {
	background-image:url(/shared/images/icon/arrow_icon_s4.png);
}
/* lnavi_bnr
============================== */
.lnavi_bnr {
	margin:0 10px;
}
.lnavi_bnr p {
	margin:0 0 30px;
}
.lnavi_bnr img {
	vertical-align:top;
}
/* rnavi - 防災情報
============================== */
#tmp_rnavi_mail {
	margin:0 0 9px;
}
#tmp_rnavi_mail #tmp_rnavi_mail_ttl {
	font-size:128.6%;
	font-weight:bold;
	list-style:none;
	border:1px solid #EEEEEE;
	border-top-width:6px;
	border-bottom:none;
	padding:0 0 4px;
}
#tmp_rnavi_mail #tmp_rnavi_mail_ttl p {
	border-bottom:3px solid #BF1111;
	margin:0 4px;
	background:url(/shared/templates/free/images/contents/bosai/navi_icon_mail.png) left center no-repeat;
}
#tmp_rnavi_mail #tmp_rnavi_mail_ttl a {
	display:block;
	color:#151515;
	background-color:#ffffff;
	padding:6px 24px 4px 49px;
	background:url(/shared/images/icon/red_arrow_ttl_icon.png) right center no-repeat;
}
#tmp_rnavi_mail #tmp_rnavi_mail_ttl a span {
	display:block;
}
#tmp_rnavi_mail #tmp_rnavi_mail_cnt ul {
	list-style:none;
	margin:0;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
#tmp_rnavi_mail #tmp_rnavi_mail_cnt ul li {
	background:url(/shared/images/icon/list_icon2.png) 4px 1em no-repeat;
	padding:10px 0 10px 22px;
	border-bottom:1px solid #D9D9D9;
	margin:0 4px;
}
#tmp_rnavi_mail #tmp_rnavi_mail_cnt ul li:last-child {
	border-bottom:none;
}
#tmp_rnavi_mail #tmp_rnavi_mail_cnt p {
	border-top:1px solid #EEEEEE;
	text-align:right;
	padding:6px 0 0;
}
#tmp_rnavi_mail #tmp_rnavi_mail_cnt p a {
	background:url(/shared/images/icon/red_arrow.png) left center no-repeat;
	padding-left:18px;
}
/* rnavi_btn */
.rnavi_btn {
	font-size:128.6%;
	font-weight:bold;
	list-style:none;
}
.rnavi_btn li {
	line-height:1.2;
	margin:0 0 15px;
}
.rnavi_btn li span {
	display:block;
}
.rnavi_btn li a {
	display:block;
	border:1px solid #eeeeee;
	color:#151515;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:5px center;
	padding:20px 0 19px 55px;
}
.rnavi_btn li.rnavi_musen a {
	background-image:url(/shared/templates/free/images/contents/bosai/navi_icon_musen.png);
}
.rnavi_btn li.rnavi_hinan a {
	padding-left:65px;
	background-image:url(/shared/templates/free/images/contents/bosai/navi_icon_hinan.png);
}
.rnavi_btn li.rnavi_pamp a {
	background-image:url(/shared/templates/free/images/contents/bosai/navi_icon_pamp.png);
}
.rnavi_btn li.rnavi_shinsei a {
	background-image:url(/shared/templates/free/images/contents/bosai/navi_icon_shinsei.png);
}
.rnavi_btn li.rnavi_link a {
	background-image:url(/shared/templates/free/images/contents/bosai/navi_icon_link.png);
}
/* rnavi_img_btn */
.rnavi_img_btn {
	list-style:none;
}
.rnavi_img_btn li {
	margin:0 0 15px;
}
.rnavi_img_btn li img {
	vertical-align:top;
}
/* twitter */
#tmp_rnavi_twitter {
	background-color:#67b7e5;
	color:#151515;
	padding:10px;
	margin:0 0 15px;
	clear:both;
}
#tmp_rnavi_twitter_ttl {
	padding:3px 0 8px;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_rnavi_twitter_cnt {
	background-color:#ffffff;
	color:inherit;
	padding:5px 0;
	-webkit-border-radius:5px;/* Webkit */
	-moz-border-radius:5px;/* Mozilla */
	border-radius:5px;/* CSS3 */
	box-sizing:border-box;
}
#tmp_rnavi_twitter_cnt iframe {
	max-height:200px;
}
/* map */
#tmp_rnavi_map {
	border:1px solid #bf1111;
	background:url(/shared/templates/free/images/contents/bosai/map_img.jpg) no-repeat bottom center;
	padding:0 0 111px;
	margin:0 0 15px;
	clear:both;
}
#tmp_rnavi_map_ttl {
	background-color:#bf1111;
	color:#ffffff;
	padding:10px 5px;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_rnavi_map_ttl a {
	background-color:#bf1111;
	color:#ffffff;
}
/* rnavi - spot
============================== */
.custom_spot #tmp_rnavi_ttl {
	border-top:5px solid #3769b2;
	border-bottom:5px solid #3769b2;
	padding:7px 0;
	text-align:center;
	font-size:171.4%;
	font-weight:bold;
	margin:0 0 30px;
}
/* cnavi
============================== */
#tmp_cnavi {
	margin:0 0 30px;
	clear:both;
}
#tmp_cnavi ul {
	list-style:none;
	font-size:121.4%;
	border-bottom:2px solid #ebebeb;
	font-weight:bold;
}
#tmp_cnavi ul li {
	margin:3px 0 0;
}
#tmp_cnavi ul li a {
	display:block;
	color:#010101;
	background-color:transparent;
	padding:15px 5px 14px 55px;
	background-repeat:no-repeat;
	background-position:9px center;
	border-top:2px solid #ebebeb;
}
#tmp_cnavi .cnavi_kosodate {
	border-left:5px solid #ec5399;
}
#tmp_cnavi .cnavi_kosodate a {
	background-image:url(/shared/images/navi/cnavi/cnavi_kosodate.png);
}
#tmp_cnavi .cnavi_support {
	border-left:5px solid #8058bd;
}
#tmp_cnavi .cnavi_support a {
	background-image:url(/shared/images/navi/cnavi/cnavi_support.png);
}
#tmp_cnavi .cnavi_jigyo {
	border-left:5px solid #2c6ed5;
}
#tmp_cnavi .cnavi_jigyo a {
	background-image:url(/shared/images/navi/cnavi/cnavi_jigyo.png);
}
#tmp_cnavi .cnavi_room {
	border-left:5px solid #2489b0;
}
#tmp_cnavi .cnavi_room a {
	background-image:url(/shared/images/navi/cnavi/cnavi_room.png);
}
/* cbnr
============================== */
#tmp_cbnr {
	margin:0 10px;
	clear:both;
}
#tmp_cbnr ul {
	list-style:none;
}
#tmp_cbnr ul li {
	margin:0 0 10px;
}
#tmp_cbnr ul li img {
	vertical-align:top;
}
/* lmenu
============================== */
.lmenu {
	background-color:#ffffff;
	color:inherit;
	margin:0 10px 30px;
	clear:both;
	-webkit-border-radius:6px;/* Webkit */
	-moz-border-radius:6px;/* Mozilla */
	border-radius:6px;/* CSS3 */
}
.lmenu_ttl {
	font-size:128.6%;
	font-weight:bold;
	background:url(/shared/images/navi/cnavi/lmenu_ttl_bg.gif) no-repeat 10px top;
	padding:7px 10px 7px 26px;
}
.lmenu_cnt {
	padding:1px;
}
.lmenu_cnt ul {
	list-style:none;
	font-size:92.8%;
}
.lmenu_cnt ul li {
	border-top:1px solid #f4f4f4;
	padding:5px;
}
.lmenu_cnt ul li a {
	display:block;
	min-height:23px;
	padding:5px 0 2px 26px;
	background:url(/shared/images/icon/arrow_icon_s.png) no-repeat 7px 0.5em;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* 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 {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* emergency
============================== */
#tmp_emergency {
	padding:20px 20px 13px;
	clear:both;
}
#tmp_emergency_ttl {
	padding:10px 7px 5px 18px;
	color:#ffffff;
	background-color:#b00808;
	-webkit-border-radius:4px 4px 0 0;/* Webkit */
	-moz-border-radius:4px 4px 0 0;/* Mozilla */
	border-radius:4px 4px 0 0;/* CSS3 */
}
#tmp_emergency_ttl h2 {
	font-size:128.6%;
	float:left;
}
#tmp_emergency_ttl .read_all {
	padding:6px 8px;
	background-color:#ffffff;
	color:#000000;
	-webkit-border-radius:1.5em;/* Webkit */
	-moz-border-radius:1.5em;/* Mozilla */
	border-radius:1.5em;/* CSS3 */
	clear:none !important;
}
#tmp_emergency_cnt {
	border:3px solid #b00808;
	padding:15px 15px 10px;
	color:#000000;
	background-color:#ffffff;
	-webkit-border-radius:0 0 4px 4px;/* Webkit */
	-moz-border-radius:0 0 4px 4px;/* Mozilla */
	border-radius:0 0 4px 4px;/* CSS3 */
	clear:both;
}
#tmp_emergency_cnt table.list_table {
	font-size:114.3%;
}
#tmp_emergency_cnt table.list_table .year {
	padding-left:22px;
	background:url(/shared/images/icon/list_icon3.png) no-repeat 5px 1em;
}
#tmp_emergency_cnt table.list_table tr:first-child .year {
	background-position:5px 0.6em;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin:0 10px 10px;
	clear:both;
}
#tmp_emergency_s p {
	font-size:128.6%;
	font-weight:bold;
	text-align:center;
}
#tmp_emergency_s p a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	background-color:#cc0000;
	padding:5px 0 4px;
}
#tmp_emergency_s p span {
	display:inline-block;
	background:url(/shared/images/icon/down_icon.png) no-repeat left center;
	padding:2px 0 0 23px;
	min-height:16px;
}
/* emergency_b
============================== */
#tmp_emergency_b {
	display:table;
	width:100%;
	border:2px solid #c80014;
	margin:0 0 30px;
	clear:both;
}
#tmp_emergency_b_ttl {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	background-color:#c80014;
	width:210px;
}
#tmp_emergency_b_ttl h2 {
	font-size:142.8%;
}
#tmp_emergency_b_cnt {
	display:table-cell;
	vertical-align:top;
	padding:10px 10px 2px;
}
#tmp_emergency_b_cnt ul {
	margin-left:20px;
	list-style-image:url(/shared/images/icon/list_icon3.png);
}
#tmp_emergency_b_cnt ul li,
#tmp_emergency_b_cnt p {
	margin-bottom:0.3em;
}
/* safety_mail
============================== */
#tmp_safety_mail {
	margin:0 10px 22px;
}
#tmp_safety_mail_ttl {
	border-bottom:3px solid #CC0000;
	padding:7px 0 4px;
	margin:0 0 2px;
}
#tmp_safety_mail_ttl p a {
	color:#000000;
	background:transparent url(/shared/images/icon/arrow_icon_s4.png) left 0.4em no-repeat;
	padding-left:24px;
	padding-top:4px;
	font-size:114.2%;
	font-weight:bold;
}
#tmp_safety_mail_cnt {
}
#tmp_safety_mail_cnt ul {
	list-style:none;
	margin:0 0 4px;
}
#tmp_safety_mail_cnt ul li {
	background:url(/shared/images/icon/list_icon2.png) 5px 1em no-repeat;
	padding:10px 0 10px 21px;
	border-bottom:1px solid #D9D9D9;
}
#tmp_safety_mail_cnt p {
	text-align:right;
}
#tmp_safety_mail_cnt p a {
	color:#000000;
	background:transparent url(/shared/images/icon/red_arrow.png) left center no-repeat;
	padding-left:16px;
}
/* bosai
============================== */
#tmp_bosai {
	margin:0 10px 45px;
	clear:both;
}
#tmp_bosai_ttl {
	font-size:128.6%;
	font-weight:bold;
	text-align:center;
	padding-bottom:3px;
	color:#006600;
	background-color:transparent;
	border-bottom:3px solid #006600;
}
#tmp_bosai_ttl .switch {
	display:none;
}
#tmp_bosai_cnt ul {
	list-style:none;
}
#tmp_bosai_cnt ul li {
	border-bottom:1px solid #9fc49f;
}
#tmp_bosai_cnt ul li a {
	display:block;
	padding:10px 0 10px 23px;
	background:url(/shared/images/icon/arrow_icon_s2.png) no-repeat 3px 12px;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
	margin-right:10px;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
#tmp_social_plugins .social_media_btn.line_btn a img {
	vertical-align:top;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.2em !important;
	text-align:right;
}
/* cate_s_ttl
============================== */
#tmp_cate_s_ttl {
	float:left;
	position:relative;
	margin-top:-11px;
}
#tmp_cate_s_ttl p {
	font-size:121.4%;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px 0 0 43px;
	min-height:37px;
	margin-bottom:6px !important;
}
#tmp_cate_s_ttl .cate_s01 {
	background-image:url(/shared/templates/free/images/contents/press/lnavi_icon_hodo.png);
}
#tmp_cate_s_ttl .cate_s02 {
	background-image:url(/shared/templates/free/images/contents/press/lnavi_icon_dl.png);
}
#tmp_cate_s_ttl .cate_s03 {
	background-image:url(/shared/templates/free/images/contents/press/lnavi_icon_press.png);
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:7px 19px 4px;
	font-weight:bold;
	color:inherit;
	background-color:#ddf6fe;
	margin:0 0 2px;
	-webkit-border-radius:6px 6px 0 0;/* Webkit */
	-moz-border-radius:6px 6px 0 0;/* Mozilla */
	border-radius:6px 6px 0 0;/* CSS3 */
}
#tmp_inquiry_ttl p {
	font-size:128.6%;
	line-height:1.4;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:20px;
	color:inherit;
	background-color:#f4f4f4;
	-webkit-border-radius:0 0 6px 6px;/* Webkit */
	-moz-border-radius:0 0 6px 6px;/* Mozilla */
	border-radius:0 0 6px 6px;/* CSS3 */
}
#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.8em 0 0;
}
#tmp_inquiry_cnt .inquiry_btn input {
	min-width:234px;
	font-size:128.6%;
	font-weight:bold;
	padding:5px 10px 5px 30px;
	border:1px solid #cdcbcb;
	background:#ffffff url(/shared/images/icon/arrow_icon_m.png) no-repeat 13px center;
	color:inherit;
	-webkit-border-radius:6px;/* Webkit */
	-moz-border-radius:6px;/* Mozilla */
	border-radius:6px;/* CSS3 */
	cursor:pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	clear:both;
}
#tmp_feedback_ttl {
	padding:7px 19px 4px;
	font-weight:bold;
	color:inherit;
	background-color:#e0dcdc;
	margin:0 0 2px;
	-webkit-border-radius:6px 6px 0 0;/* Webkit */
	-moz-border-radius:6px 6px 0 0;/* Mozilla */
	border-radius:6px 6px 0 0;/* CSS3 */
}
#tmp_feedback_ttl p {
	font-size:128.6%;
	line-height:1.4;
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:15px 20px 20px;
	color:inherit;
	background-color:#f4f4f4;
	-webkit-border-radius:0 0 6px 6px;/* Webkit */
	-moz-border-radius:0 0 6px 6px;/* Mozilla */
	border-radius:0 0 6px 6px;/* CSS3 */
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	min-width:234px;
	text-align:left;
	font-size:128.6%;
	font-weight:bold;
	padding:5px 10px 5px 105px;
	border:1px solid #cdcbcb;
	background:#ffffff url(/shared/images/icon/arrow_icon_m.png) no-repeat 82px center;
	color:inherit;
	cursor:pointer;
	-webkit-border-radius:6px;/* Webkit */
	-moz-border-radius:6px;/* Mozilla */
	border-radius:6px;/* CSS3 */
	-webkit-box-sizing:border-box;/* Webkit */
	-moz-box-sizing:border-box;/* Mozilla */
	box-sizing:border-box;/* CSS3 */
}
/* read_all
============================== */
.read_all {
	font-size:92.8%;
	float:right;
	list-style:none !important;
	margin:0 !important;
	clear:both;
}
.read_all li {
	float:left;
	margin:0 0 0 10px !important;
	border:none !important;
	padding:0 !important;
	background:none !important;
}
.read_all li a {
	color:#000000;
	display:inline-block !important;
	text-decoration:none !important;
	padding:0 5px 0 15px !important;
}
.read_all li.list a {
	background:url(/shared/images/icon/read_list_icon.png) no-repeat left 0.25em;
}
.read_all li.rss a {
	background:url(/shared/images/icon/read_rss_icon.png) no-repeat left 0.2em;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	margin:0 0 0 20px;
	clear:both;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_ttl a {
	display:inline-block;
	background:url(/shared/images/icon/arrow_icon_s.png) no-repeat 2px 0.3em;
	padding:2px 0 0 20px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 11px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	position:relative;
	clear:both;
}
#tmp_footer {
	width:100%;
	background-color:#b2daf2;
	color:inherit;
}
/* fnavi
============================== */
#tmp_wrap_fnavi {
	width:100%;
	min-width:1228px;
	max-width:1920px;
	margin:0 auto;
	background:#ffffff url(/shared/images/footer/footer_main_bg.gif) no-repeat right bottom;
}
#tmp_fnavi {
	width:1228px;
	margin:0 auto;
	padding-bottom:30px;
	position:relative;
}
#tmp_fnavi ul {
	padding:20px 40px 0 18px;
	list-style:none;
}
#tmp_fnavi li {
	margin:0 10px 0 0;
	float:left;
}
#tmp_fnavi li a {
	display:block;
	background:url(/shared/images/icon/arrow_icon_s.png) no-repeat left 0.25em;
	padding:2px 0 0 18px;
	min-height:12px;
	white-space:nowrap;
}
/* ptop
============================== */
#tmp_footer .ptop {
	position:absolute;
	right:20px;
	bottom:0;
	width:36px;
}
#tmp_footer .ptop a {
	background:url(/shared/images/footer/pnavi.png) no-repeat left top;
	width:36px;
	height:37px;
	display:block;
}
#tmp_footer .ptop span {
	width:36px;
	height:37px;
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* footer_cnt
============================== */
#tmp_wrap_footer_cnt {
	width:100%;
	min-width:1228px;
	max-width:1920px;
	margin:-10px auto 0;
	background:url(/shared/images/footer/footer_bg.png) repeat-x left top;
	padding-top:22px;
	position:relative;
}
#tmp_footer_cnt {
	width:1228px;
	margin:0 auto;
	padding:15px 0 25px;
}
#tmp_footer_cnt .fcnt {
	display:inline-block;
	vertical-align:top;
}
/* fnavi2 */
#tmp_fnavi2 {
	padding:5px 0 0;
	list-style:none;
}
#tmp_fnavi2 li {
	float:left;
	text-align:center;
	min-width:160px;
	margin:0 18px 0 0;
}
#tmp_fnavi2 li a {
	background-color:#131c5d;
	color:#ffffff;
	padding:1px 5px;
	display:block;
	-webkit-border-radius:6px;/* Webkit */
	-moz-border-radius:6px;/* Mozilla */
	border-radius:6px;/* CSS3 */
}
#tmp_fnavi2 li span {
	display:inline-block;
	padding:7px 0 5px;
	min-height:15px;
}
#tmp_fnavi2 .fnavi_guide span {
	padding-left:25px;
	background:url(/shared/images/footer/fnavi_guide_icon.png) no-repeat left center;
}
#tmp_fnavi2 .fnavi_access span {
	padding-left:32px;
	background:url(/shared/images/footer/fnavi_access_icon.png) no-repeat left center;
}
/* address */
#tmp_footer_cnt address {
	font-style:normal;
	padding:0 0 0 20px;
}
#tmp_footer_cnt address .ttl {
	font-weight:bold;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
/* copyright
============================== */
#tmp_copyright {
	width:1228px;
	margin:0 auto;
	padding:8px 0;
	text-align:center;
	font-size:92.8%;
	clear:both;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}

/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#af0707; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721e; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left: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 {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
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 {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
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;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:7px 19px 4px;
	font-weight:bold;
	color:inherit;
	background-color:#d5d0f4;
	margin:0 0 2px;
	-webkit-border-radius:6px 6px 0 0;/* Webkit */
	-moz-border-radius:6px 6px 0 0;/* Mozilla */
	border-radius:6px 6px 0 0;/* CSS3 */
}
.box_faq .box_faq_ttl p {
	font-size:128.6%;
	line-height:1.4;
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:20px 20px 10px;
	color:inherit;
	background-color:#f4f4f4;
	-webkit-border-radius:0 0 6px 6px;/* Webkit */
	-moz-border-radius:0 0 6px 6px;/* Mozilla */
	border-radius:0 0 6px 6px;/* CSS3 */
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:16px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 16px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.3em !important; /* 変更しない */
}
/* link
============================== */
#tmp_hnavi li a:hover,
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_cnt li a:hover,
#tmp_pankuzu a:hover,
#tmp_fnavi li a:hover,
#tmp_contents a:hover,
.box_faq_cnt ul li a:hover {
	text-decoration:underline;
}
.format_top #tmp_main a:hover {
	text-decoration:underline;
}
.format_top #tmp_cnavi ul li a:hover,
.format_top #tmp_top_cate p a:hover {
	text-decoration:none !important;
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* list_table
============================== */
table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
}
table.list_table td {
	padding:10px 0 0;
	vertical-align:top;
	text-align:left;
	border-top:1px solid #f0f0f0;
}
table.list_table tr:first-child td {
	border-top:none;
	padding-top:4px;
}
table.list_table p {
	margin:0 0 10px;
	vertical-align:middle;
}
table.list_table .date {
	width:5.2em;
}
table.list_table .year {
	width:8.5em;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
input.gsc-input {
	font-family:inherit !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#f8e7d1; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#d8e8ef; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#d3e2c4; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* Redirect Modal 202303
================================================== */
#tmp_redirect_modal{
	position: fixed;
	max-height: 100%;
	overflow: auto;
	width: 100%;
	max-width: 600px;
	background-color: #ffffff;
	color: #222222;
	border: 4px solid #131c5d;
	-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	z-index: 1000900;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	padding: 73px 26px 70px;
	text-align: center;
}
#tmp_redirect_modal_ttl{
	font-size: 171.4%;
	line-height: 1.5;
	margin-bottom: 50px;
	font-weight: bold;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 47px;
	/*! width: 100%; */
}
#tmp_redirect_modal_cnt:after{
	content: '';
	display: table;
	clear: both;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
#tmp_redirect_modal_cnt .modal_btn{
	display: block;
	font-size: 171.4%;
	line-height: 1.5;
	color: #ffffff;
	background-color: #1B75BC;
	padding: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	text-decoration: none;
}
#tmp_redirect_modal_cnt .modal_btn:hover,
#tmp_redirect_modal_cnt .modal_btn:focus,
#tmp_redirect_modal_cnt .modal_btn:active{
	text-decoration: underline;
}
#tmp_redirect_modal_note{
	font-size: 128.6%;
	line-height: 2;
}
#tmp_redirect_modal_cnt .stay_btn{
	background-color: #131c5d;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_wrap_maincontents:after,
#tmp_maincontents:after,
#tmp_wrap_contents:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_hcount:after,
#tmp_hcount_ttl:after,
#tmp_hcount_cnt:after,
#tmp_hcount_cnt .hcount:after,
#tmp_hcount_cnt .hcount .hcount_day:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_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_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_emergency_b:after,
#tmp_bosai:after,
#tmp_bosai_ttl:after,
#tmp_bosai_cnt: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,
#tmp_fnavi:after,
#tmp_fnavi ul:after,
#tmp_fnavi2:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.read_all:after  {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* ==================================================
やさしい日本語
================================================== */
.yasashi_javascript #tmp_means {
	display:table;
}
.yasashi_javascript #tmp_means_primary {
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.yasashi_javascript #tmp_means_secondary {
	display:table-cell;
}
.yasashi_javascript #tmp_hnavi li {
	padding:5px 0;
}
.yasashi_javascript #tmp_hnavi li.hnavi_read,
.yasashi_javascript #tmp_hnavi li.hnavi_lang {
	min-width:140px;
}
.yasashi_javascript #tmp_hnavi li.hnavi_size {
	margin-right:0;
}
.yasashi_javascript #tmp_hnavi li.hnavi_lang {
	clear:both;
	margin-right:18px;
}
.yasashi_javascript #tmp_hnavi li.hnavi_yasashi {
	margin-right:0;
}
.yasashi_javascript.format_top #tmp_hnavi li {
	padding:0;
}
.yasashi_javascript.format_top #tmp_hnavi li.hnavi_read,
.yasashi_javascript.format_top #tmp_hnavi li.hnavi_lang {
	min-width:0;
}
.yasashi_javascript.format_top #tmp_hnavi li.hnavi_size {
	margin-right:18px;
}
.yasashi_javascript.format_top #tmp_hnavi li.hnavi_lang {
	clear:none;
}
.yasashi_javascript #tmp_hnavi li.hnavi_yasashi span {
	background-image:url(/shared/images/header/hnavi_icon_yasashi.png);
}
.yasashi_javascript #tmp_means:after {
	display:none;
}
.yasashi_javascript.format_free .wrap_col_lft_navi,
.yasashi_javascript.custom_education .wrap_col_lft_navi {
	margin-top:-29px;
}