@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
body #tmp_contents p em {
	font-family:'メイリオ',Meiryo,sans-serif;
	font-weight:500;
	font-size: 105%;
}
a:link {
	color: #14669E;
}
a:hover {
	text-decoration:none;
}
body {
	font-size:87.5%;	/* 14px */
}
/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
    color:#333333;
	background-color:#FFFFFF;
}
/* wrapper
============================== */
#tmp_wrapper {
	min-width:960px;
	background:url(/shared/site_rn/images/main/body_bg.jpg) no-repeat center top;
}
/* main
============================== */
#tmp_wrap_main {
	margin:0 auto;
	width:960px;
	clear:both; /* 変更しない */
}
.lang_vi #tmp_wrap_main {
	font-family:Arial;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 20px;
}
/* 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; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .wrap_col_rgt_navi {
	width:470px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:-490px; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:490px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:230px; /* デザインによって変更 */
	margin-right:-250px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:230px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:250px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-250px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:250px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
.lang_en #tmp_wrap_header,
.lang_ko #tmp_wrap_header,
.lang_zh #tmp_wrap_header,
.lang_es #tmp_wrap_header,
.lang_pt #tmp_wrap_header,
.lang_tl #tmp_wrap_header,
.lang_vi #tmp_wrap_header {
	border-bottom:5px solid #1475D6;
}
.format_top.lang_en #tmp_wrap_header,
.format_top.lang_ko #tmp_wrap_header,
.format_top.lang_zh #tmp_wrap_header,
.format_top.lang_es #tmp_wrap_header,
.format_top.lang_pt #tmp_wrap_header,
.format_top.lang_tl #tmp_wrap_header,
.format_top.lang_vi #tmp_wrap_header {
	margin-bottom:30px;
}
#tmp_header {
	width:960px;
	margin:0 auto;
	padding:10px 0 4px;
}
#tmp_hlogo {
	margin:15px 0 0;
	float:left;
}
#tmp_means {
	width:520px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 5px;
	float:right;
}
/* hnavi */
#tmp_header .hnavi,
#tmp_header .hnavi2 {
	float:right;
	list-style:none;
	list-style-image:none;
}
#tmp_header .hnavi li,
#tmp_header .hnavi2 li {
	margin:0 12px 0 0;
	white-space:nowrap;
	float:left;
}
#tmp_header .hnavi .last {
	margin-right:0;
}
#tmp_header .hnavi2 li {
	font-size:92.8%;
	text-align:center;
	margin-right:9px;
}
#tmp_header .hnavi a,
#tmp_header .hnavi2 a,
#tmp_search .sch_list a {
	display:block;
	padding:4px 0;
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}
#tmp_header .hnavi li a,
#tmp_search .sch_list a {
	background:url(/shared/site_rn/images/icon/list_triangle_gr.png) no-repeat left 8px;
	padding-left:12px;
}
#tmp_header .hnavi2 li.voice_btn {
	margin-right:0;
}
#tmp_header .hnavi2 li a {
	display:block;
	padding:4px 8px;
	color:inherit;
	background:#DDDDDD url(/shared/site_rn/images/header/func_btn_bg.jpg) repeat-x left top;
	border:1px solid #BBBBBB;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_header .hnavi2 li.voice_btn span {
	background:url(/shared/site_rn/images/header/voice_icon.png) no-repeat left center;
	padding-left:20px;
}
/* secondary
============================== */
#tmp_means_secondary {
	clear:both;
	float:right;
}
#tmp_means_secondary .hnavi li {
	margin-right:0;
	margin-top:2px;
	float:none;
}
/* search */
#tmp_search {
	float:left;
    margin:0 10px 0 0;
}
#tmp_search .sch_ttl {
	margin:0 4px 0 0;
	padding:3px 0 0;
	float:left;
	background:url(/shared/site_rn/images/header/func_sch_ttl.png) no-repeat 0 0;
}
#tmp_search .sch_ttl,
#tmp_search .sch_ttl span {
	width:16px;
	height:21px;
}
#tmp_search .box_sch,
#tmp_search .box_sch p,
#tmp_search .sch_box {
	float:left;
}
#tmp_search .sch_list {
	margin-left:10px;
	line-height:1.2;
}
#tmp_query {
	width:200px;
	min-height:22px;
	margin:1px 3px 0 0;
	border:1px solid #CCCCCC;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_func_sch_btn {
	margin-top:1px;
	padding:1px 0 0;
	width:50px;
    color:#000000;
	background:#DDDDDD url(/shared/site_rn/images/header/func_btn_bg.jpg) repeat-x left top;
	font-family:'メイリオ',Meiryo,sans-serif;
	font-size:92.8%;
    text-align:center;
	border:1px solid #BBBBBB;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
    cursor:pointer;
	letter-spacing:0.1em;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	clear:both;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	padding:0 0 5px;
	min-width:960px;
	background:url(/shared/site_rn/images/navi/gnavi/gnavi_bg.png) repeat-x left bottom;
	border-top:1px solid #FFFFFF;
	clear:both;
}
.format_top #tmp_wrap_gnavi {
	margin-bottom:15px;
}
#tmp_gnavi {
	background-color:#0E5194;
	color:#ffffff;
}
#tmp_gnavi ul {
	margin:0 auto;
	width:960px;
	list-style:none;
	list-style-image:none;
}
#tmp_gnavi li {
	float:left;
	font-size:107%;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #1057A5;
}
#tmp_gnavi #tmp_glist1 {
	width:101px;
	border-left:1px solid #1057A5;
}
#tmp_gnavi #tmp_glist2 {
	width:158px;
}
#tmp_gnavi #tmp_glist3 {
	width:106px;
}
#tmp_gnavi #tmp_glist4 {
	width:132px;
}
#tmp_gnavi #tmp_glist5 {
	width:105px;
}
#tmp_gnavi #tmp_glist6 {
	width:105px;
}
#tmp_gnavi #tmp_glist7 {
	width:112px;
}
#tmp_gnavi #tmp_glist8 {
	width:141px;
}
#tmp_gnavi li a {
	display:block;
	text-decoration:none;
	background-color:#0E5194;
	color:#ffffff;
	padding:5px 5px 4px;
	border-right:1px solid #5786B4;
}
#tmp_gnavi #tmp_glist1 a {
	border-left:1px solid #5786B4;
}
#tmp_gnavi li a:hover,
#tmp_gnavi li a:focus,
#tmp_gnavi li a:active,
#tmp_gnavi li.active a {
	background-color:#ffffff;
	background-image:url(/shared/site_rn/images/navi/gnavi/gnavi_on.png);
	background-position:0 0;
	background-repeat:repeat-x;
	color:#0C457E;
	border-right-color:#ffffff;
}
#tmp_gnavi li span {
	display:block;
	padding-top:51px;
	background-position:top center;
	background-repeat:no-repeat;
}
#tmp_gnavi #tmp_glist1 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon1.png);
}
#tmp_gnavi #tmp_glist2 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon2.png);
}
#tmp_gnavi #tmp_glist3 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon3.png);
}
#tmp_gnavi #tmp_glist4 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon4.png);
}
#tmp_gnavi #tmp_glist5 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon5.png);
}
#tmp_gnavi #tmp_glist6 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon6.png);
}
#tmp_gnavi #tmp_glist7 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon7.png);
}
#tmp_gnavi #tmp_glist8 span {
	background-image:url(/shared/site_rn/images/navi/gnavi/glist_icon8.png);
}
/* pankuzu
============================== */
#tmp_pankuzu {
	width:960px;
	margin:0 auto;
	padding:5px 0;
	clear:both;
}
.lang_vi #tmp_pankuzu {
	font-family:Arial;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	border:1px solid #BBBBBB;
	clear:both;
}
.lang_en #tmp_lnavi,
.lang_ko #tmp_lnavi,
.lang_zh #tmp_lnavi,
.lang_es #tmp_lnavi,
.lang_pt #tmp_lnavi,
.lang_tl #tmp_lnavi,
.lang_vi #tmp_lnavi {
	background:#FFFFFF;
	color:inherit;
}
#tmp_lnavi_ttl {
	color:inherit;
	background:#FFFFFF url(/shared/site_rn/images/navi/lnavi/lnavi_ttl_bg.gif) no-repeat left bottom;
	font-weight:bold;
	border-bottom:1px solid #4898E8;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:10px;
	color:#15679E;
	background-color:transparent;
}
#tmp_lnavi_cnt {
	padding:0;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt li {
	padding:11px 6px 12px 24px;
	border-top:1px dashed #BBBBBB;
	background:url(/shared/site_rn/images/icon/list_triangle_gr.png) no-repeat 10px 15px;
}
#tmp_lnavi_cnt li:first-child{
	border-top:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding:0 0 10px;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	margin-right:5px;
	vertical-align:top;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:10px 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-bottom:0.5em;
	border:none;
	padding-bottom:0;
}
/* cnavi
============================== */
/* img_btn */
.img_btn {
	list-style:none !important;
	list-style-image:none !important;
	margin:0 !important;
	padding-bottom:10px;
}
.img_btn li {
	margin:0 0 10px;
	font-weight:bold;
	text-align:center;
}
.img_btn li a {
	display:table;
	width:100%;
	padding:2px 15px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#1572CE;
	border:1px solid #1572CE;
	border-bottom:3px solid #0F56A6;
}
.img_btn li a span {
	display:table-cell;
	vertical-align:middle;
	height:40px;
	text-align:left;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:50px;
}
.img_btn #tmp_event_btn span {
	background-image:url(/shared/site_rn/images/navi/rnavi/event_btn.png);
	background-position:10px center;
	padding-left:60px;
}
.img_btn #tmp_movie_btn span {
	background-image:url(/shared/site_rn/images/navi/rnavi/movie_btn.png);
	background-position:left center;
	padding-left:50px;
}
.img_btn #tmp_city_btn span {
	background-image:url(/shared/site_rn/images/navi/rnavi/sch_city.png);
}
.img_btn #tmp_map_btn span {
	background-image:url(/shared/site_rn/images/navi/rnavi/sch_map.png);
}
.img_btn #tmp_koban_btn span {
	background-image: url(/shared/templates/free_rn/images/contents/police/koban_icon.png);
}
.img_btn #tmp_movie_btn em {
	font-size:85.7%;
	font-style:normal;
}
/* contact_btn */
#tmp_contact_btn  {
	list-style:none;
	list-style-image:none;
	padding-bottom:10px;
}
#tmp_contact_btn li {
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
#tmp_contact_btn li a {
	display:table;
	width:100%;
	padding:2px 5px;
	text-decoration:none;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #FCADC1;
	border-bottom-width:2px;
}
#tmp_contact_btn li span {
	display:table-cell;
	vertical-align:middle;
	height:50px;
	text-align:left;
	background-repeat:no-repeat;
	background-position:18px center;
	padding-left:70px;
}
#tmp_contact_btn1 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/contact_btn1.png);
}
#tmp_contact_btn2 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/contact_btn2.png);
}
#tmp_contact_btn3 span {
    background-image:url(/shared/site_rn/images/navi/rnavi/contact_btn3.png);
}
/* police */
#tmp_lnavi_police {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_police_ttl {
	text-align:center;
	background-image:none;
	width:100%;
	background-color:#FCADC1;
	color:inherit;
	padding:3px 0;
	border-radius:6px 6px 0 0;/* CSS3 */
	-webkit-border-radius:6px 6px 0 0;/* Webkit */
	-moz-border-radius:6px 6px 0 0;/* Mozilla */
	font-weight:bold;
}
#tmp_lnavi_police_cnt {
	padding:8px 8px 0;
	color:inherit;
	background-color:#FFF0F0;
}
#tmp_lnavi_police_cnt .img_btn {
	padding-bottom:0;
}
#tmp_lnavi_police_cnt li {
	margin-bottom:8px;
	font-size:114.3%;
}
/* link_btn
============================== */
#tmp_link_btn {
	list-style:none;
	margin:0 0 10px;
	clear:both;
}
#tmp_link_btn li {
	padding-bottom:10px;
	font-weight:bold;
}
#tmp_link_btn li a {
	display:table;
	width:100%;
	text-decoration:none;
	color:#000000;
	background-color:#FCFEE0;
	border:1px solid #F1DF64;
	border-right-width:2px;
	border-bottom-width:2px;
}
#tmp_link_btn li span {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:47px;
	padding:2px 5px 2px 62px;
	background-repeat:no-repeat;
	background-position:8px center;
}
#tmp_link_btn1 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/link_btn1.png);
}
#tmp_link_btn2 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/link_btn2.png);
}
#tmp_link_btn3 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/link_btn3.png);
}
#tmp_link_btn4 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/link_btn4.png);
}
#tmp_link_btn5 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/link_btn5.png);
}
#tmp_link_btn6 span {
	background-image:url(/shared/site_rn/images/navi/rnavi/link_btn6.png);
}
/* lnavi_contact
============================== */
#tmp_wrap_lnavi_contact {
	margin:0 0 20px;
	padding:8px 8px 0;
	border:2px solid #6ABDEA;
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
	border-radius:4px;/* CSS3 */
	clear:both;
}
#tmp_lnavi_contact {
	border-radius:4px 4px 0 0;/* CSS3 */
	-webkit-border-radius:4px 4px 0 0;/* Webkit */
	-moz-border-radius:4px 4px 0 0;/* Mozilla */
	background:#F3F3F3 url(/shared/site_rn/images/navi/rnavi/contact_bg.jpg) repeat-x left top;
	padding:9px 0 5px 5px;
	margin-bottom:10px;
}
#tmp_lnavi_contact_ttl {
	padding:0 5px 4px;
}
#tmp_lnavi_contact_ttl h2 {
	font-size:114.3%;
	color:#0D5093;
	background-color:transparent;
	font-weight:bold;
}
#tmp_lnavi_contact_cnt ul {
	font-size:85.7%;
	list-style:none;
	padding:0 5px;
}
#tmp_lnavi_contact_cnt li {
	background:url(/shared/site_rn/images/icon/contact_icon.png) no-repeat left 1px;
	padding-left:22px;
	padding-bottom:8px;
	line-height:1.4;
}
#tmp_lnavi_contact_cnt li:first-child {
	border-bottom:1px dashed #aaaaaa;
	padding-bottom:8px;
	margin-bottom:7px;
}
#tmp_lnavi_contact #tmp_urgency {
	width:200px;
	height:105px;
	text-align:center;
}
#tmp_lnavi_contact #tmp_urgency_ttl {
	width:200px;
	height:68px;
	background:url(/shared/site_rn/images/navi/rnavi/urgency_ttl.jpg) no-repeat left top;
}
#tmp_lnavi_contact #tmp_urgency_ttl p {
	width:200px;
	height:34px;
	display:block;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_lnavi_contact #tmp_urgency_cnt {
	width:200px;
	height:37px;
	background:url(/shared/site_rn/images/navi/rnavi/urgency_cnt.jpg) no-repeat left top;
}
#tmp_lnavi_contact #tmp_urgency_cnt a {
	width:200px;
	height:37px;
	display:block;
}
#tmp_lnavi_contact #tmp_urgency_cnt span {
	width:200px;
	height:37px;
	overflow:hidden;
}
/* lnavi_contact_btn */
#tmp_lnavi_contact_btn  {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_contact_btn li {
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
#tmp_lnavi_contact_btn li a {
	min-height:48px;
	text-decoration:none;
	color:#333333;
	display:block;
	background:#FFDFE8 url(/shared/site_rn/images/navi/rnavi/contact_btn_bg.jpg) repeat-x left top;
	border-top:1px solid #FCADC1;
	border-left:1px solid #FCADC1;
	border-right:2px solid #FCADC1;
	border-bottom:2px solid #FCADC1;
	border-radius:4px;/* CSS3 */
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
}
#tmp_lnavi_contact_btn li span {
	display:block;
	text-align:left;
}
#tmp_lnavi_contact_btn1 span {
	padding:10px 25px 5px 78px;
	background:url(/shared/site_rn/images/navi/rnavi/contact_btn1.png) no-repeat 27px 6px;
}
#tmp_lnavi_contact_btn2 span {
	padding:17px 10px 16px 72px;
	background:url(/shared/site_rn/images/navi/rnavi/contact_btn2.png) no-repeat 20px 6px;
}
/* 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;
}
#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;
}
#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:5px 0 7px;
}
#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 {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	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;
}
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	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:inline-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:inline-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;
}
*/
/* event_cal
============================== */
#tmp_lnavi_event_cal {
	border:1px solid #BBBBBB;
	margin:0 0 20px;
	clear:both;
}
/* event_cal_ttl */
#tmp_lnavi_event_cal_ttl {
	background-color:#D7EAFD;
	color:#333333;
	padding:10px 5px;
	text-align:center;
	border-bottom:1px solid #4898E8;
}
#tmp_lnavi_event_cal_ttl p {
	font-weight:bold;
	line-height:1.2;
	font-size:121.4%;
	margin-bottom:0 !important;
}
#tmp_lnavi_event_cal_ttl .year_month span {
	padding-left:5px;
}
/* event_cal_cnt */
#tmp_lnavi_event_cal_cnt {
	padding:15px 14px 3px;
	clear:both;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td,
#tmp_lnavi_event_cal_cnt .calendar th {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #BBBBBB;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 12px;
}
#tmp_lnavi_event_cal_cnt .calendar th,
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	padding:4px 0;
	text-align:center;
	font-weight:normal;
	background-color:#EEEEEE;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	color:#333333;
	background-color:transparent;
	padding:4px 2px;
	display:block;
}
#tmp_lnavi_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#DFF4D9 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.sun a {
	color:#D11818;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.sat a {
	color:#114A9F;
	background-color:transparent;
}
/* cal_navi */
#tmp_lnavi_event_cal_cnt .cal_navi {
	list-style:none;
	margin:0;
	width:100%;
	clear:both;
}
#tmp_lnavi_event_cal_cnt .cal_navi li {
	line-height:1.1;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev {
	float:left;
	padding:0 6px 0 14px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -14px;
	padding:0 0 0 14px;
	background:url(/shared/templates/free_rn/images/event/prev_s_icon.gif) no-repeat left center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next {
	float:right;
	padding:0 14px 0 6px;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next a {
	display:inline-block;
	margin:0 -14px 0 0;
	padding:0 14px 0 0;
	background:url(/shared/templates/free_rn/images/event/next_s_icon.gif) no-repeat right center;
}
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
#tmp_police_info {
	margin:0 0 20px;
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
	border:2px solid #81C6ED;
	clear:both;
}
#tmp_police_info h2 {
	clear:both;
	margin:0 0 0.6em;
	padding:5px 8px 4px;
	color:#0C5092;
	background:transparent url(/shared/templates/free_rn/images/contents/police/info_ttl_bg.gif) repeat left top;
	font-size:100%;
	border-bottom:1px solid #CCCCCC;
}
#tmp_police_info p {
	margin:0 0 0.8em;
	line-height:1.4;
}
#tmp_police_info ul {
	margin:0 0 0 1.2em;
	list-style-image:url(/shared/site_rn/images/icon/list_icon.gif);
}
#tmp_police_info ul li {
	line-height:1.4;
	margin-bottom:5px;
}
tmp_police_info .police_info_photo {
	margin:0 0 15px;
}
#tmp_police_info .police_info_photo img {
	border:3px solid #E7E7E7;
}
#tmp_police_info .police_map {
	margin:0 0 10px;
}
#tmp_police_info .map_view_btn {
	display:block;
	width:206px;
	height:33px;
}
#tmp_police_info .map_view_btn a {
	display:block;
	width:206px;
	height:33px;
	background:url(/shared/templates/free_rn/images/contents/police/map_view_btn.jpg) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
.format_top #tmp_main {
	padding-bottom:20px;
}
/* read_all
============================== */
.read_all {
	border-top:1px dotted #AAAAAA;
	padding:8px 0 0 0;
	clear:both;
}
.read_all ul {
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-image:none !important;
	float:right;
}
.read_all li {
	float:left;
	margin:0 0 0 14px !important;
	padding:0 !important;
	background:none !important;
}
.read_all li a {
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}
.read_all .list {
	background:url(/shared/site_rn/images/icon/list_triangle_bl.png) no-repeat left center    !important;
	padding:2px 0 2px 12px !important;
	margin:0 !important;
}
.read_all .rss {
	background:none !important;
}
/* cate_ttl
============================== */
#tmp_cate_ttl,
#tmp_hcate_ttl {
	margin:0 0 20px;
	clear:both;
}
#tmp_hcate_ttl.hcate_ttl_movie {
	min-height:70px;
	padding:20px 20px 12px 40px;
	color:#ffffff;
	background:#1475D6 url(/shared/templates/free_rn/images/contents/police/movie_ttl_bg.jpg) no-repeat top left;
}
#tmp_hcate_ttl.hcate_ttl_movie h1,
#tmp_hcate_ttl.hcate_ttl_movie p {
	font-weight:bold !important;
	font-size:157% !important;
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	background:none !important;
	text-shadow:
		#0B5DB3 1px 1px 10px, #0B5DB3 -1px 1px 10px,
		#0B5DB3 1px -1px 10px, #0B5DB3 -1px -1px 10px;
}
/* emergency
============================== */
#tmp_emergency {
	display:none;
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* update
============================== */
#tmp_update {
	text-align:right;
}
.text_r #tmp_social_plugins {
	float:left;
}
.text_r #tmp_social_plugins .social_media_btn {
	float:left;
	margin-right:10px;
}
.text_r {
	float:right;
}
.text_r #tmp_print {
	float:left;
	margin-right:10px;
}
.text_r #tmp_update {
	float:left;
}/* 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;
	border:1px solid #AAAAAA;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:6px 12px;
	background:url(/shared/site_rn/images/main/inquiry/inquiry_ttl_bg.jpg) repeat-x left top;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#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;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:10px 0 0 10px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 10px;
	float:left;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	clear:both;
	color:#inherit;
	background-color:#E7F4FA;
	min-width:960px;
	width:100%;
}
#tmp_footer {
	width:960px;
	margin:0 auto;
	padding:12px 0 3px;
	clear:both;
}
.lang_en #tmp_wrap_footer,
.lang_ko #tmp_wrap_footer,
.lang_zh #tmp_wrap_footer,
.lang_es #tmp_wrap_footer,
.lang_pt #tmp_wrap_footer,
.lang_tl #tmp_wrap_footer,
.lang_vi #tmp_wrap_footer {
	padding-top:5px;
}
/* f_pnavi
============================== */
.f_pnavi{
	width:170px;
	margin:0 auto;
	text-align:center;
	clear:both;
}
.f_pnavi .f_ptop a {
	display:block;
	-webkit-border-radius:5px 5px 0 0;/* Webkit */
	-moz-border-radius:5px 5px 0 0;/* Mozilla */
	border-radius:5px 5px 0 0;/* CSS3 */
	border:1px solid #EEEEEE;
	padding:8px 5px;
	text-decoration:none;
	color:#000000;
	background:#EEEEEE url(/shared/site_rn/images/navi/pnavi/ptop_bg.jpg) repeat-x left top;
}
.f_pnavi .f_ptop a span {
	background:url(/shared/site_rn/images/navi/pnavi/ptop_iocn.png) no-repeat left 0.4em;
	padding-left:12px;
}
/* fbnr
============================== */
#tmp_fbnr {
	width:480px;
	float:left;
}
#tmp_fbnr ul {
	list-style:none;
	list-style-image:none;
}
#tmp_fbnr li {
	margin:0 9px 0 0;
	padding-bottom:5px;
	width:135px;
	float:left;
	font-weight:bold;
	line-height:1.2;
}
#tmp_fbnr #tmp_fbnr01 {
	width:183px;
}
#tmp_fbnr li a {
	min-height:50px;
	text-decoration:none;
	color:#333333;
	display:block;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	background-color:#F2F2F2;
	border-radius:4px;/* CSS3 */
	-webkit-border-radius:4px;/* Webkit */
	-moz-border-radius:4px;/* Mozilla */
}
#tmp_fbnr li span {
	display:block;
	padding:10px 0 5px 50px;
	background-position:7px 6px;
	background-repeat:no-repeat;
}
#tmp_fbnr01 span {
	background-image:url(/shared/site_rn/images/footer/fbnr_icon1.png);
}
#tmp_fbnr02 span {
	background-image:url(/shared/site_rn/images/footer/fbnr_icon2.png);
}
#tmp_fbnr03 span {
	background-image:url(/shared/site_rn/images/footer/fbnr_icon3.png);
}
/* fnavi
============================== */
#tmp_fnavi {
	width:470px;
	float:right;
}
#tmp_fnavi ul {
	margin:3px 0 0;
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi li {
	margin:0 17px 10px 0;
	padding:0 0 0 12px;
	background:url(/shared/site_rn/images/icon/list_triangle_gr.png) no-repeat left 0.3em;
	white-space:nowrap;
	float:left;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:9px 0 8px;
	color:#FFFFFF;
	background-color:#0E5194;
	border-top:1px solid #FFFFFF;
	clear:both;
}
#tmp_footer_cnt address {
	width:960px;
	margin:0 auto;
	font-style:normal;
}
#tmp_footer_cnt address strong {
	margin-right:1em;
}
#tmp_copyright {
	width:960px;
	margin:0 auto;
	clear:both;
}
/* ==================================================
AI chat_banner
================================================== */
.no_javascript #tmp_wrap_chat_banner {
	display:none;
}
#tmp_wrap_chat_banner {
	position:fixed;
	top:20px;
	right:50%;
	margin-right:-480px;
	z-index:50;
	height:86px;
}
#tmp_chat_banner {
	overflow:hidden;
	position:relative;
	border:2px solid #ffffff;
	color:#000000;
	background-color:#eac600;
	background:-webkit-gradient(linear, center top, center bottom, from(#eaab00), to(#eac600));
	background:-moz-linear-gradient(center top, #eaab00, #eac600);
	background:linear-gradient(to bottom, #eaab00, #eac600);
	width:388px;
	height:86px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
#tmp_chat_banner .chat_banner {
	position:absolute;
	left:10px;
	top:7px;
	background:url(/shared/site_rn/images/main/chat_banner.png) no-repeat 0 0;
}
#tmp_chat_banner .chat_banner,
#tmp_chat_banner .chat_banner a,
#tmp_chat_banner .chat_banner span {
	display:block;
	width:313px;
	height:67px;
}
#tmp_chat_banner .chat_banner span {
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
#tmp_chat_banner .chat_btn {
	position:absolute;
	right:5px;
	top:5px;
}
#tmp_chat_banner .chat_btn a {
	display:block;
	width:38px;
	height:70px;
	background:url(/shared/site_rn/images/main/close_btn.png) no-repeat 0 0;
}
#tmp_chat_banner .chat_btn span {
	display:block;
	width:38px;
	height:70px;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	z-index:10;
}
#tmp_chat_banner .chat_banner a,
#tmp_chat_banner .chat_btn a {
	color:#000000;
}
/* chat_banner_top */
.chat_banner_top {
	margin:0 0 15px;
}
.chat_banner_top a {
	display:block;
	position:relative;
	border:2px solid #ffffff;
	color:#000000;
	background-color:#eac600;
	background: url(/shared/site_rn/images/main/chat_banner_top.png) no-repeat 43px center , -webkit-gradient(linear, center top, center bottom, from(#eaab00), to(#eac600));
	background: url(/shared/site_rn/images/main/chat_banner_top.png) no-repeat 43px center , -moz-linear-gradient(center top, #eaab00, #eac600);
	background: url(/shared/site_rn/images/main/chat_banner_top.png) no-repeat 43px center , linear-gradient(to bottom, #eaab00, #eac600);
	height:95px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.chat_banner_top span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	height:95px;
}
/* ==================================================
class
================================================== */
/* text
============================== */
/* 構築シートによって種類増減 */
.txt_red {
	color:#C51F1F; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721E; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
}
/* ==================================================
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; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/site_rn/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !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;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !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;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
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/site_rn/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/site_rn/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/site_rn/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FFF6F9; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FDF8D4; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EDF8FE; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#F2F2F2; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
/* ==================================================
youtube
================================================== */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* ==================================================
accessibility
================================================== */
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	text-align:center;
	font-size:300%;
	padding:15px 0;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu {
	display:none;
}
/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image:none !important;
	list-style-image:none !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index:auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding:0 !important;
	border:none !important;
	margin:0 !important;
}
/* hlogo */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p {
	font-size:1.5rem !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo p a,
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo p a,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo p a,
.color_black #tmp_hlogo span {
	width:auto !important;
	height:auto !important;
}

/* headding */
.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding:5px !important;
	border:none !important;
	background:none !important;
}
.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border:none !important;
	padding:0 !important;
}
/* icon */
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin:0 !important;
	padding:0 !important;
}
/* used_bg_img */
.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width:auto !important;
	height:auto !important;
}
.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width:auto !important;
	height:auto !important;
	text-decoration:underline !important;
}
.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
	padding:0 !important;
}
/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color:transparent !important;
}
/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color:#FFFFFF !important;
}
/* gnavi */
.color_blue #tmp_gnavi,
.color_yellow #tmp_gnavi,
.color_black #tmp_gnavi {
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.color_blue #tmp_gnavi ul,
.color_yellow #tmp_gnavi ul,
.color_black #tmp_gnavi ul {
	display:table;
}
.color_blue #tmp_gnavi ul li,
.color_yellow #tmp_gnavi ul li,
.color_black #tmp_gnavi ul li {
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.color_blue #tmp_gnavi ul li a,
.color_yellow #tmp_gnavi ul li a,
.color_black #tmp_gnavi ul li a {
	border:none !important;
}
.color_blue #tmp_gnavi li::after,
.color_yellow #tmp_gnavi li::after,
.color_black #tmp_gnavi li::after {
	display:none !important;
}
.color_blue #tmp_wrap_gallery_saiyo,
.color_yellow #tmp_wrap_gallery_saiyo,
.color_black #tmp_wrap_gallery_saiyo {
	border-width:3px !important;
	border-style:solid !important;
}
/* chat_banner */
.color_blue #tmp_wrapper #tmp_wrap_chat_banner,
.color_yellow #tmp_wrapper #tmp_wrap_chat_banner,
.color_black #tmp_wrapper #tmp_wrap_chat_banner {
	background-color:transparent !important;
}
.color_blue #tmp_wrapper #tmp_chat_banner,
.color_yellow #tmp_wrapper #tmp_chat_banner,
.color_black #tmp_wrapper #tmp_chat_banner {
	background:transparent url(/shared/site_rn/images/main/chat_banner.png) no-repeat 0 0 !important;
}
.color_blue #tmp_wrapper #tmp_chat_banner .chat_banner,
.color_yellow #tmp_wrapper #tmp_chat_banner .chat_banner,
.color_black #tmp_wrapper #tmp_chat_banner .chat_banner,
.color_blue #tmp_wrapper #tmp_chat_banner p,
.color_yellow #tmp_wrapper #tmp_chat_banner p,
.color_black #tmp_wrapper #tmp_chat_banner p {
	background-color:transparent !important;
}
/* close_btn */
.color_blue #tmp_wrapper #tmp_chat_banner .chat_btn a,
.color_yellow #tmp_wrapper #tmp_chat_banner .chat_btn a,
.color_black #tmp_wrapper #tmp_chat_banner .chat_btn a {
	background:transparent url(/shared/site_rn/images/main/close_btn.png) no-repeat 0 0 !important;
}
/* top */
.color_blue #tmp_info .tb_active .tab_info_ttl a,
.color_black #tmp_info .tb_active .tab_info_ttl a,
.color_yellow #tmp_info .tb_active .tab_info_ttl a {
	border-bottom:none !important;
}
.color_blue #tmp_contact #tmp_urgency,
.color_black #tmp_contact #tmp_urgency,
.color_yellow #tmp_contact #tmp_urgency,
.color_blue #tmp_sns_btn a,
.color_black #tmp_sns_btn a,
.color_yellow #tmp_sns_btn a,
.color_blue #tmp_mascot_cnt a,
.color_black #tmp_mascot_cnt a,
.color_yellow #tmp_mascot_cnt a {
	border-style:solid;
	border-width:1px;
}
.color_blue #tmp_sns_btn a,
.color_black #tmp_sns_btn a,
.color_yellow #tmp_sns_btn a,
.color_blue #tmp_mascot_cnt a,
.color_black #tmp_mascot_cnt a,
.color_yellow #tmp_mascot_cnt a {
	padding:10px;
	text-align:center;
	display:block;
}
.color_blue #tmp_contact #tmp_urgency_ttl,
.color_black #tmp_contact #tmp_urgency_ttl,
.color_yellow #tmp_contact #tmp_urgency_ttl {
	height:auto !important;
}
.color_blue #tmp_contact #tmp_urgency_ttl p,
.color_black #tmp_contact #tmp_urgency_ttl p,
.color_yellow #tmp_contact #tmp_urgency_ttl p {
	height:auto !important;
	z-index:1 !important;
}
.color_blue #tmp_wrapper #tmp_func_sch_btn,
.color_yellow #tmp_wrapper #tmp_func_sch_btn,
.color_black #tmp_wrapper #tmp_func_sch_btn {
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
.color_blue #tmp_pickup .pickup_ttl h3,
.color_yellow #tmp_pickup .pickup_ttl h3,
.color_black #tmp_pickup .pickup_ttl h3 {
	padding:0 50px !important;
}
.color_blue #tmp_info_ttl::before,
.color_blue #tmp_find_ttl::before,
.color_blue #tmp_pickup_ttl::before,
.color_blue #tmp_info_ttl::after,
.color_blue #tmp_find_ttl::after,
.color_blue #tmp_pickup_ttl::after,
.color_black #tmp_info_ttl::before,
.color_black #tmp_find_ttl::before,
.color_black #tmp_pickup_ttl::before,
.color_black #tmp_info_ttl::after,
.color_black #tmp_find_ttl::after,
.color_black #tmp_pickup_ttl::after,
.color_blue #tmp_pickup #tmp_pickup_kenmin .pickup_ttl h3::before,
.color_blue #tmp_pickup #tmp_pickup_kenmin .pickup_ttl h3::after,
.color_blue #tmp_pickup #tmp_pickup_jigyo .pickup_ttl h3::before,
.color_blue #tmp_pickup #tmp_pickup_jigyo .pickup_ttl h3::after,
.color_black #tmp_pickup #tmp_pickup_kenmin .pickup_ttl h3::before,
.color_black #tmp_pickup #tmp_pickup_kenmin .pickup_ttl h3::after,
.color_black #tmp_pickup #tmp_pickup_jigyo .pickup_ttl h3::before,
.color_black #tmp_pickup #tmp_pickup_jigyo .pickup_ttl h3::after {
	border-bottom-color:#FFFF00 !important;
}
.color_yellow #tmp_info_ttl::before,
.color_yellow #tmp_find_ttl::before,
.color_yellow #tmp_pickup_ttl::before,
.color_yellow #tmp_info_ttl::after,
.color_yellow #tmp_find_ttl::after,
.color_yellow #tmp_pickup_ttl::after,
.color_yellow #tmp_pickup #tmp_pickup_kenmin .pickup_ttl h3::before,
.color_yellow #tmp_pickup #tmp_pickup_kenmin .pickup_ttl h3::after,
.color_yellow #tmp_pickup #tmp_pickup_jigyo .pickup_ttl h3::before,
.color_yellow #tmp_pickup #tmp_pickup_jigyo .pickup_ttl h3::after {
	border-bottom-color:#000000 !important;
}
.color_blue #tmp_info_ttl h2::before,
.color_blue #tmp_find_ttl h2::before,
.color_blue #tmp_pickup_ttl h2::before,
.color_blue #tmp_info_ttl h2::after,
.color_blue #tmp_find_ttl h2::after,
.color_blue #tmp_pickup_ttl h2::after,
.color_yellow #tmp_info_ttl h2::before,
.color_yellow #tmp_find_ttl h2::before,
.color_yellow #tmp_pickup_ttl h2::before,
.color_yellow #tmp_info_ttl h2::after,
.color_yellow #tmp_find_ttl h2::after,
.color_yellow #tmp_pickup_ttl h2::after,
.color_black #tmp_info_ttl h2::before,
.color_black #tmp_find_ttl h2::before,
.color_black #tmp_pickup_ttl h2::before,
.color_black #tmp_info_ttl h2::after,
.color_black #tmp_find_ttl h2::after,
.color_black #tmp_pickup_ttl h2::after {
	display:none !important;
}
.color_blue #tmp_event .tb_active .box_event_ttl .tab_ttl a,
.color_yellow #tmp_event .tb_active .box_event_ttl .tab_ttl a,
.color_black #tmp_event .tb_active .box_event_ttl .tab_ttl a {
	font-weight:bold;
	border-top-width:6px;
	border-left-width:2px;
	border-right-width:2px;
	min-height:56px;
}
.color_blue #tmp_shisetsu_sort_main_cnt .box_result .sort_icon,
.color_yellow #tmp_shisetsu_sort_main_cnt .box_result .sort_icon,
.color_black #tmp_shisetsu_sort_main_cnt .box_result .sort_icon,
.color_blue #tmp_shisetsu_sort_main_cnt .box_result .sort_icon img,
.color_yellow #tmp_shisetsu_sort_main_cnt .box_result .sort_icon img,
.color_black #tmp_shisetsu_sort_main_cnt .box_result .sort_icon img {
	background-color:transparent !important;
}
.color_blue #tmp_shisetsu_ttl .active span,
.color_yellow #tmp_shisetsu_ttl .active span,
.color_black #tmp_shisetsu_ttl .active span {
	position:relative;
	padding-left:20px;
}
.color_blue #tmp_shisetsu_ttl .active span::before,
.color_yellow #tmp_shisetsu_ttl .active span::before,
.color_black #tmp_shisetsu_ttl .active span::before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
}
.color_blue #tmp_shisetsu_ttl .active span::before,
.color_black #tmp_shisetsu_ttl .active span::before {
	border-color: #ffffff transparent transparent transparent;
}
.color_yellow #tmp_shisetsu_ttl .active span::before {
	border-color: #000000 transparent transparent transparent;
}
.color_blue #tmp_cate_ttl img,
.color_yellow #tmp_cate_ttl img,
.color_black #tmp_cate_ttl img,
.color_blue #tmp_shisetsu_sort_main_ttl img,
.color_yellow #tmp_shisetsu_sort_main_ttl img,
.color_black #tmp_shisetsu_sort_main_ttl img,
.color_blue #tmp_kenko_project_ttl h2 img,
.color_yellow #tmp_kenko_project_ttl h2 img,
.color_black #tmp_kenko_project_ttl h2 img,
.color_blue #tmp_tokei_pickup_ttl h2 img,
.color_yellow #tmp_tokei_pickup_ttl h2 img,
.color_black #tmp_tokei_pickup_ttl h2 img {
	background-color:#ffffff !important;
}
.color_blue #tmp_wrap_footer,
.color_yellow #tmp_wrap_footer,
.color_black #tmp_wrap_footer {
	border-top-style:solid;
	border-top-width:1px;
}
/* kenpo */
.color_blue #tmp_wrapper #tmp_kenpo_ttl,
.color_yellow #tmp_wrapper #tmp_kenpo_ttl,
.color_black #tmp_wrapper #tmp_kenpo_ttl {
	margin-bottom:20px;
}
.color_blue #tmp_wrapper #tmp_kenpo_ttl h1,
.color_yellow #tmp_wrapper #tmp_kenpo_ttl h1,
.color_black #tmp_wrapper #tmp_kenpo_ttl h1,
.color_blue #tmp_wrapper #tmp_kenpo_ttl p,
.color_yellow #tmp_wrapper #tmp_kenpo_ttl p,
.color_black #tmp_wrapper #tmp_kenpo_ttl p {
	font-size:200%;
	font-weight:bold;
	border-width:3px !important;
	border-style:solid !important;
	padding:5px !important;
}
/* slick */
.color_blue #tmp_wrap_gallery_saiyo .box_gallery_saiyo_img,
.color_yellow #tmp_wrap_gallery_saiyo .box_gallery_saiyo_img,
.color_black #tmp_wrap_gallery_saiyo .box_gallery_saiyo_img {
	margin-bottom:0;
	min-height:auto;
}
.color_blue #tmp_wrap_gallery_saiyo .box_gallery_saiyo2,
.color_yellow #tmp_wrap_gallery_saiyo .box_gallery_saiyo2,
.color_black #tmp_wrap_gallery_saiyo .box_gallery_saiyo2 {
	padding:0 !important;
}
.color_blue #tmp_gallery .slick-dots li a,
.color_yellow #tmp_gallery .slick-dots li a,
.color_black #tmp_gallery .slick-dots li a,
.color_blue #tmp_gallery .slick-dots li span,
.color_yellow #tmp_gallery .slick-dots li span,
.color_black #tmp_gallery .slick-dots li span,
.color_blue #tmp_gallery .btn_slides a,
.color_yellow #tmp_gallery .btn_slides a,
.color_black #tmp_gallery .btn_slides a,
.color_blue #tmp_wrap_gallery_saiyo .slick-dots li a,
.color_yellow #tmp_wrap_gallery_saiyo .slick-dots li a,
.color_black #tmp_wrap_gallery_saiyo .slick-dots li a,
.color_blue #tmp_wrap_gallery_saiyo .slick-dots li span,
.color_yellow #tmp_wrap_gallery_saiyo .slick-dots li span,
.color_black #tmp_wrap_gallery_saiyo .slick-dots li span,
.color_blue #tmp_gallery .btn_slides span,
.color_yellow #tmp_gallery .btn_slides span,
.color_black #tmp_gallery .btn_slides span,
.color_blue #tmp_wrap_gallery_saiyo .btn_slides a,
.color_yellow #tmp_wrap_gallery_saiyo .btn_slides a,
.color_black #tmp_wrap_gallery_saiyo .btn_slides a,
.color_blue #tmp_wrap_gallery_saiyo .btn_slides span,
.color_yellow #tmp_wrap_gallery_saiyo .btn_slides span,
.color_black #tmp_wrap_gallery_saiyo .btn_slides span {
	width:auto !important;
	height:auto !important;
	min-width:40px;
	text-align:center;
	overflow:visible;
}
.color_blue #tmp_gallery .slick-dots li span,
.color_yellow #tmp_gallery .slick-dots li span,
.color_black #tmp_gallery .slick-dots li span,
.color_blue #tmp_gallery .btn_slides span,
.color_yellow #tmp_gallery .btn_slides span,
.color_black #tmp_gallery .btn_slides span {
	padding:2px;
}
.color_blue #tmp_gallery .slick-dots li a,
.color_yellow #tmp_gallery .slick-dots li a,
.color_black #tmp_gallery .slick-dots li a,
.color_blue #tmp_gallery .btn_slides a,
.color_yellow #tmp_gallery .btn_slides a,
.color_black #tmp_gallery .btn_slides a,
.color_blue #tmp_wrap_gallery_saiyo .box_gallery_saiyo_cnt .btn a,
.color_black #tmp_wrap_gallery_saiyo .box_gallery_saiyo_cnt .btn a,
.color_yellow #tmp_wrap_gallery_saiyo .box_gallery_saiyo_cnt .btn a,
.color_blue #tmp_wrap_gallery_saiyo .slick-dots li a,
.color_black #tmp_wrap_gallery_saiyo .slick-dots li a,
.color_yellow #tmp_wrap_gallery_saiyo .slick-dots li a,
.color_blue #tmp_wrap_gallery_saiyo .btn_slides a,
.color_black #tmp_wrap_gallery_saiyo .btn_slides a,
.color_yellow #tmp_wrap_gallery_saiyo .btn_slides a {
	border-style:solid;
	border-width:1px;
}
.color_blue #tmp_wrapper #tmp_gallery .slick-dots li.slick-active a,
.color_black #tmp_wrapper #tmp_gallery .slick-dots li.slick-active a,
.color_blue #tmp_wrapper #tmp_gallery .slick-dots li.slick-active span,
.color_black #tmp_wrapper #tmp_gallery .slick-dots li.slick-active span,
.color_blue #tmp_wrap_gallery_saiyo .slick-dots li.slick-active span,
.color_black #tmp_wrap_gallery_saiyo .slick-dots li.slick-active span {
	background-color:#FFFF00 !important;
	color:#000000 !important;
}
.color_yellow #tmp_wrapper #tmp_gallery .slick_control .slick-dots li.slick-active a,
.color_yellow #tmp_wrapper #tmp_gallery .slick_control .slick-dots li.slick-active span {
	background-color:#000000 !important;
	color:#ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_gallery .slick_control .slick-prev a::before {
	border-color: transparent #000000 transparent transparent;
}
.color_yellow #tmp_wrapper #tmp_gallery .slick_control .slick-next a::before {
	border-color: transparent transparent transparent #000000;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2 {
	border-bottom:1px solid yellow !important;
	border-left:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color:#0000FF !important;
	background-color:transparent !important;
}
.color_yellow #tmp_wrap_main h1 {
	border:3px solid black !important;
}
.color_yellow #tmp_wrap_main h2 {
	border-bottom:1px solid black !important;
	border-left:3px solid black !important;
}
.color_yellow #tmp_wrap_main h3 {
	border-left:3px solid black !important;
}
/* for google box */
.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:black !important;
	list-style-image:none !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
.fsize_big.color_blue #tmp_means,
.fsize_big.color_yellow #tmp_means,
.fsize_big.color_black #tmp_means,
.fsize_big2.color_blue #tmp_means,
.fsize_big2.color_yellow #tmp_means,
.fsize_big2.color_black #tmp_means {
	width:700px;
}
.fsize_big #tmp_func_sch_btn {
	width:60px;
}
.fsize_big #tmp_query {
	width:250px;
	font-size:1.1rem;
}
.fsize_big #tmp_gnavi li,
.fsize_big2 #tmp_gnavi li {
	font-size:1.4rem;
}
.fsize_big #tmp_contact {
	padding:0;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 #tmp_func_sch_btn {
	width:70px;
}
.fsize_big2 #tmp_query {
	width:300px;
	font-size:1.2rem;
}
.fsize_big2 #tmp_contact {
	padding:0;
}
.fsize_big2 #tmp_contact #tmp_urgency_ttl,
.fsize_big2 #tmp_contact #tmp_urgency_ttl p {
	width:auto;
}
.fsize_big2 #tmp_contact #tmp_urgency {
	width:142px !important;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
.text_r:after,
#tmp_main:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_lnavi_police_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event .cal_navi:after,
#tmp_hcate_ttl:after,
#tmp_cate_ttl: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,
.read_all: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 dd:after,
#tmp_publicity_cnt:after,
#tmp_wrap_footer:after,
#tmp_fbnr:after,
#tmp_fnavi:after,
#tmp_footer: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 {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}


