@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#EEEEEE;
}
/*
.format_top#data_area,
.format_free#data_area,
.format_base#data_area {
	color:#333333;
	background-image:none !important;
	background-color:#EEEEEE;
	background-repeat:no-repeat;
	background-position:top center;
}*/
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
noscript {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	background:url(/shared/images/main/main_bg.png) no-repeat top center;
	min-width:960px;
	background:none !Important; /* 20200417add */
}
#tmp_wrapper2 {
	background:url(/shared/images/main/line_bg.png) no-repeat top center;
	min-width:960px;
}
#tmp_wrapper3 {
	background:url(/shared/images/wrapper/footer_bg.png) no-repeat center bottom;
	min-width:960px;
}
#tmp_wrapper4 {
	width:960px; /* デザインによって変更 */
	margin:0 auto;
	padding-bottom:10px;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px 20px;
	clear:both; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	min-height:560px;
}
.format_top #tmp_wrap_main {
	padding:0;
	background-color:transparent;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
/* 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:180px; /* デザインによって変更 */
}
.format_top .column_rnavi .wrap_col_main {
	margin-right:-220px; /* デザインによって変更 */
}
.format_top .column_rnavi .col_main {
	margin-right:220px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-200px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:0; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:230px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:25px 0 30px;
	position:relative;
}
.format_top #tmp_header {
	padding-bottom:25px;
}
#tmp_hlogo {
	float:left;
	width:230px;
	padding-top:10px;
}
#tmp_hlogo img {
	vertical-align:top;
}
#tmp_means {
	margin-top:6px;
	width:580px;
	float:left;
}
.format_top #tmp_means {
	margin-top:0;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
.format_top #tmp_header {
	padding-bottom:20px;
}
/* head_menu_btn
============================== */
#tmp_head_menu_btn {
	position:absolute;
	top:0;
	right:0;
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 17px 0;
}
#tmp_means_primary ul > li {
	background-image:url(/shared/images/icon/navi_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	list-style-type:none;
	float:left;
	margin-right:26px;
	padding-left: 12px;
}
#tmp_means_primary ul > li.last {
	margin-right:0;
}
#tmp_means_primary ul > li > a:link,
#tmp_means_primary ul > li > a:visited {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}
#tmp_means_primary ul > li > a:visited {
	color:#666666;
}
/* func_txt */
#tmp_func_txt {
	margin:0 10px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	color:inherit;
	background-color:#CCDDEE;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 5px 0;
	clear:both;
}
/* search */
#tmp_search dt {
	margin:0 3px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_wrap_query label {
	float:left;
}
#tmp_query {
	width:248px;
	height:1.65em;
	margin:5px 10px 0 0;
	border:1px solid #555555;
	border-radius:3px;
	vertical-align:top;
}
#tmp_wrap_query_type {
	text-align:right;
	clear:both;
}
#tmp_query_type {
	width:188px;
	height:1.8em;
	margin:5px 10px 0 0;
	border:1px solid #555555;
	border-radius:3px;
	vertical-align:top;
	color:#333333;
}
#tmp_func_sch_btn {
	width:80px;
	padding-top:3px;
	padding-bottom:3px;
	border:0;
	border-radius:3px;
	min-height:1.56em;
	margin:5px 0 0 0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF;
	background-color:#666666;
}
/* search_top
============================== */
#tmp_search_top {
	margin-bottom:24px;
}
#tmp_wrap_search {
	float:left;
	width:310px;
}
#tmp_search_top #tmp_search {
	border:2px solid #555555;
	padding:17px 12px 16px 10px;
	background:url(/shared/templates/top/images/target_list_bg2.png) repeat-x left bottom;
}
#tmp_search_top #tmp_search dt {
	float:left;
	width:31px;
	margin:0;
}
#tmp_search_top #tmp_search dd {
	float:right;
	width:250px;
}
#tmp_search_top #tmp_search dd .sch_q {
	float:left;
	width:160px;
}
#tmp_search_top #tmp_search dd .sch_b {
	float:right;
	width:80px;
}
#tmp_search_top #tmp_query {
	width:158px;
	min-height:30px;
	margin:0;
	margin-bottom:6px;
	border:1px solid #999999;
}
#tmp_search_top #tmp_query_type {
	width:160px;
	min-height:30px;
	margin:0;
	border:1px solid #999999;
	color:#333333;
	background-color:#FFFFFF;
}
#tmp_search_top #tmp_func_sch_btn {
	border:0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	cursor:pointer;
	height:80px;
	width:80px;
	margin:0;
	color:#FFFFFF;
	background-color:transparent;
	background-image:url(/shared/images/search/search_btn.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_wrap_dust {
	float:right;
	width:630px;
}
#tmp_dust {
	border:1px solid #FFFFFF;
	color:inherit;
	background:#F7F0EA url(/shared/images/search/dust_ttl_bg.jpg) no-repeat left top;
}
#tmp_dust_ttl {
	width:83px;
	float:left;
}
#tmp_dust_ttl p {
	background:url(/shared/images/search/dust_ttl.jpg) no-repeat left top;
	width:75px;
	height:108px;
}
#tmp_dust_ttl span {
	width:75px;
	height:108px;
	overflow:hidden;
}
#tmp_wrap_dust_cnt {
	width:460px;
	float:left;
}
#tmp_dust_cnt {
	padding:5px 0 5px 5px;
}
#tmp_dust_area {
	border-right:1px solid #CFAC85;
}
#tmp_dust_area_ttl {
	float:left;
	width:50px;
}
#tmp_dust_area_ttl p {
	background:url(/shared/images/search/garbege_ttl.png) no-repeat left top;
	width:43px;
	height:84px;
}
#tmp_dust_area_ttl p span {
	width:43px;
	height:84px;
	overflow:hidden;
}
#tmp_dust_area_cnt {
	width:390px;
	float:right;
}
#tmp_dust_area_cnt #tmp_gdust_town {
	width:85px;
	margin:0 0 13px;
	margin-right:5px;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #999999;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_dust_area_cnt #tmp_gdust_area {
	width:270px;
	margin:0 0 13px;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #999999;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_dust_area_cnt table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_dust_area_cnt table td {
	text-align:left;
	vertical-align:top;
	padding:0 3px 3px 0;
}
#tmp_dust_area_cnt table td img {
	vertical-align:middle;
	margin-right:5px;
}
#tmp_wrap_dust_btn {
	width:84px;
	float:right;
}
#tmp_dust_btn {
	padding:4px;
}
#tmp_dust_btn p {
	width:76px;
	height:100px;
	background:url(/shared/images/search/dust_btn.png) no-repeat left top;
}
#tmp_dust_btn p span {
	width:76px;
	height:100px;
	overflow:hidden;
}
/* target_menu
============================== */
#tmp_wrap_target_menu {
	margin-bottom:30px;
	clear:both;
}
#tmp_target_menu {
	float:left;
	width:740px;
}
#tmp_target_rmenu {
	float:right;
	width:180px;
}
#tmp_wrap_target_menu ul {
	list-style:none;
	list-style-image:none;
}
#tmp_target_list {
	padding-bottom:20px;
}
#tmp_target_list li {
	float:left;
	width:138px;
	margin:0 10px 9px 0;
	color:inherit;
	border:1px solid #FFFFFF;
	background:url(/shared/templates/top/images/target_list_bg.png) repeat-x left bottom;
}
#tmp_target_list li a {
	display:block;
	padding:25px 10px 10px 47px;
	min-height:33px;
}
#tmp_target_list .target_list1 a {
    background:url(/shared/templates/top/images/icon_01.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list2 a {
    background:url(/shared/templates/top/images/icon_02.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list3 a {
    background:url(/shared/templates/top/images/icon_03.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list4 a {
    background:url(/shared/templates/top/images/icon_04.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list5 a {
    background:url(/shared/templates/top/images/icon_05.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list6 a {
    background:url(/shared/templates/top/images/icon_06.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list7 a {
    background:url(/shared/templates/top/images/icon_07.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list8 a {
    background:url(/shared/templates/top/images/icon_08.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list9 a {
    background:url(/shared/templates/top/images/icon_09.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list10 a {
    background:url(/shared/templates/top/images/icon_10.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list11 a {
    background:url(/shared/templates/top/images/icon_11.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list12 a {
    background:url(/shared/templates/top/images/icon_12.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list13 a {
    background:url(/shared/templates/top/images/icon_13.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list14 a {
    background:url(/shared/templates/top/images/icon_14.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list15 a {
    background:url(/shared/templates/top/images/icon_15.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list16 a {
    background:url(/shared/templates/top/images/icon_16.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list17 a {
    background:url(/shared/templates/top/images/icon_17.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list18 a {
    background:url(/shared/templates/top/images/icon_18.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list19 a {
    background:url(/shared/templates/top/images/icon_19.png) no-repeat 6px 16px;
}
#tmp_target_list .target_list20 a {
    background:url(/shared/templates/top/images/icon_20.png) no-repeat 6px 16px;
}
#tmp_target_list li.br a {
	padding-top:18px;
	min-height:40px;
}
#tmp_target_list li.last {
	margin-right:0;
}
#tmp_target_list li.line {
	clear:both;
}
#tmp_target_list a:link,
#tmp_target_list a:visited {
	color:#545454;
	background-color:transparent;
	font-size:114.3%;
	font-weight:bold;
	text-decoration:none;
	line-height:1.1em;
}
/* target_cate */
#tmp_target_cate {
	background-color:#FFFFFF;
	color:inherit;
	border-top:2px solid #E30072;
	padding:5px 0 5px 7px;
	clear:both;
}
#tmp_target_cate li {
	float:left;
	padding-right:5px;
}
#tmp_target_cate li img {
	vertical-align:top;
}
/* rmenu */
.rmenu_anzen {
	color:inherit;
	background-color:#FFFFFF;
	padding:5px 5px 0;
	margin:0 0 10px;
	clear:both;
}
.rmenu_anzen_ttl {
	text-align:center;
	background-color:#F9DBE1;
	color:inherit;
	padding:7px 0;
}
.rmenu_anzen li {
	border-top:1px solid #DDDDDD;
	background-image:url(/shared/images/icon/list_icon4.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.rmenu_anzen li:first-child {
	border-top:none;
}
.rmenu_anzen li a {
	display:block;
	padding:8px 0 8px 12px;
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
/* format_cnt
============================== */
.format_cnt h1 img {
	width:100%;
}
.format_cnt #tmp_pankuzu {
	margin-bottom:0;
}
.format_cnt #tmp_search_link_cnt {
	border:4px solid #C7E272;
	padding:16px 26px;
}
.format_cnt #tmp_search_link_cnt ul {
	color:inherit;
	background-color:#F1F7DD;
	margin:0 0 10px;
	padding:17px 20px;
	width:13em;
}
.format_cnt #tmp_search_link_cnt ul li {
	list-style-image:none;
	list-style-type:none;
	background-image:url(/shared/images/icon/list_icon6.png);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding-left: 25px;
	margin:0;
}
.format_cnt #tmp_search_link_cnt .box_ttl a {
	font-weight:bold;
	font-size:1.1em;
}
.format_cnt #tmp_search_link_cnt .box {
	float:left;
	width:151px;
	border-left:1px solid #95BF9D;
	padding:0 10px;
}
.format_cnt #tmp_search_link_cnt .box:first-child {
	padding-left:0;
	border:0;
}
.format_cnt #tmp_search_link_cnt .box_ttl {
	color:inherit;
	background-color:#F1F7DD;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
}
.format_cnt #tmp_search_link_cnt .box_ttl p {
	margin:0;
}
.format_cnt #tmp_search_link_cnt .box_ttl .icon {
	padding-top:54px;
	margin:0 auto 10px;
	width:100px;
}
.format_cnt #tmp_search_link_cnt .box_ttl .icon1 {
	background-position:-177px -200px;
}
.format_cnt #tmp_search_link_cnt .box_ttl .icon2 {
	background-position:-177px -454px;
}
.format_cnt #tmp_search_link_cnt .box_ttl .icon3 {
	background-position:-177px -708px;
}
.format_cnt #tmp_search_link_cnt .box_ttl .icon4 {
	background-position:-177px -1216px;
}
.format_cnt #tmp_search_link_cnt .box_ttl .icon5 {
	background-position:-177px -962px;
}
.format_cnt #tmp_search_link_cnt .box_cnt span {
	display:inline-block;
	margin:5px 5px 5px 0;
	border-right:1px solid #333333;
	padding:0 5px 0 0;
	line-height:1.2em;
}
.format_cnt #tmp_search_link_cnt .box_cnt span.last {
	border:0;
	padding-right:0;
	margin-right:0;
}
.format_cnt #tmp_search_link_cnt .box_cnt span.wrap {
	white-space:normal;
}
.format_cnt .wrap_box_left {
	float:left;
	width:48%;
}
.format_cnt .wrap_box_right {
	float:right;
	width:48%;
}
.format_cnt .box {
	margin-bottom:35px;
}
.format_cnt .box_ttl img {
	width:100%;
}
.format_cnt .box_cnt h3 {
	width:6em;
	padding:2px;
	color:#333333;
	background-color:#F5C9C9;
	text-align:center;
	border-radius:3px;
}
.format_cnt #tmp_contents .box_cnt ul.list {
	list-style-image:url(/shared/images/icon/list_icon5.png);
	margin-left:0;
	padding-left:1.5em;
}
.format_cnt #tmp_contents .box_cnt ul.list li {
	line-height:1.5em;
}
.format_cnt #tmp_contents .box_cnt ul.list2 {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.format_cnt #tmp_contents .box_cnt ul.list2 li {
	padding-left:2em;
	line-height:1.5em;
	background-image:url(/shared/images/icon/list_icon7.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.format_cnt #tmp_contents .box_cnt ul.list3 {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.format_cnt #tmp_contents .box_cnt ul.list3 li {
	display:inline;
	padding-left:2em;
	margin-left:2em;
	line-height:1.5em;
	background-image:url(/shared/images/icon/list_icon7.png);
	background-position:left center;
	background-repeat:no-repeat;
}
.format_cnt #tmp_contents .box_cnt ul.list3 li:first-child {
	margin:0;
}
.format_cnt #tmp_contents .box2 {
	border:4px solid #E1CC33;
	padding:15px 17px;
}
.format_cnt #tmp_contents .box2 .note1 {
	margin:0;
}
.format_cnt #tmp_contents .box2 .note2 {
	margin:0 0 0 5em;
}
.format_cnt #tmp_contents .box2 ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
.format_cnt #tmp_contents .box2 li {
	background-image:url(/shared/images/icon/list_icon8.png);
	background-position:left center;
	background-repeat:no-repeat;
	border-top:2px dotted #E1CC33;
	margin:0;
	padding:0.5em 0 0.5em 2em;
}
.format_cnt #tmp_contents .box2 li a {
	font-weight:bold;
}
.format_cnt #tmp_contents .box2 li:first-child {
	border:0;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	clear:both;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
}
#tmp_hnavi li {
	margin:0 6px 0 0;
	float:left;
}
#tmp_hnavi li a {
	padding:0 0 0 15px;
	color:#000000;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 0 0.1em;
	text-decoration:none;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* ==================================================
navi
================================================== */
/* pankuzu
============================== */
#tmp_pankuzu {
	color:inherit;
	font-size:0.9em;
	clear:both;
	margin-bottom:8px;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 30px;
	clear:both;
}
#tmp_lnavi_ttl {
	color:#FFFFFF;
	background-color:#555555;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:9px 10px 9px 25px;
	text-decoration:none;
	color:#FFFFFF;
	background:transparent url(/shared/images/icon/list_icon2.png) no-repeat 13px 15px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt ul li {
	margin:13px 0 0 0;
	padding:0 0 13px 0;
	border-bottom:1px solid #DDDDDD;
}
#tmp_lnavi_cnt ul li a {
	background:url(/shared/images/icon/navi_icon.png) no-repeat 13px 7px;
	padding-left:25px;
	display:block;
}
#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;
}
/* lnavi_pickup
============================== */
#tmp_lnavi_pickup {
	border:1px solid #DCDCDC;
	margin-bottom:19px;
}
#tmp_lnavi_pickup ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#tmp_lnavi_pickup li {
	margin:0;
	padding:19px 19px 10px;
	border:0;
	border-top:1px solid #DCDCDC;
}
#tmp_lnavi_pickup li:first-child {
	border:0;
}
#tmp_lnavi_pickup img {
	width:100%;
}
#tmp_lnavi_pickup_cnt {
}
#tmp_lnavi_pickup_cnt p {
	margin-bottom:10px;
}
/* cnavi
============================== */
#tmp_cnavi ul {
	list-style:none;
	list-style-image:none;
}
#tmp_cnavi li {
	font-weight:bold;
	border:1px solid #DDDDDD;
	margin:0 0 10px;
}
#tmp_cnavi li a {
	display:block;
	min-height:23px;
	padding:20px 0 15px 50px;
	color:#545454;
	background-color:#FFFFFF;
	text-decoration:none;
	background-position:19px center;
	background-repeat:no-repeat;
}
#tmp_cnavi .cnavi_tetsuzuki a {
	background-image:url(/shared/images/navi/cnavi/cnavi_tetsuzuki_icon.png);
}
#tmp_cnavi .cnavi_sodan a {
	background-image:url(/shared/images/navi/cnavi/cnavi_sodan_icon.png);
}
#tmp_cnavi .cnavi_josei a {
	background-image:url(/shared/images/navi/cnavi/cnavi_josei_icon.png);
}
#tmp_cnavi .cnavi_keikaku a {
	background-image:url(/shared/images/navi/cnavi/cnavi_keikaku_icon.png);
}
#tmp_cnavi .cnavi_shisetsu a {
	background-image:url(/shared/images/navi/cnavi/cnavi_shisetsu_icon.png);
}
#tmp_cnavi .cnavi_event a {
	background-image:url(/shared/images/navi/cnavi/cnavi_event_icon.png);
}
/* cnavi_school */
#tmp_cnavi.cnavi_school ul li {
	color:#00637F;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0 0 10px;
}
#tmp_cnavi.cnavi_school ul li a {
	padding:12px 0 10px 33px !important;
	background-position:left center;
	min-height:inherit;
}
#tmp_cnavi.cnavi_school ul ul {
	padding:0 0 7px 14px;
}
#tmp_cnavi.cnavi_school ul ul li {
	font-weight:normal;
	border-bottom:none;
}
#tmp_cnavi.cnavi_school ul ul li a {
	display:inline;
	padding:0 0 0 15px !important;
	background:url(/shared/images/icon/navi_icon.png) no-repeat left 5px;
	text-decoration:underline;
	color:#006380;
}
/* 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: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;
}
/* cal_navi */
#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;
}
/* cal_tab */
#search_tab {
	margin:0 0 10px;
}
#search_tab .active a {
    color: #FFFFFF;
    background-color: #555555;
}
#search_tab ul{
	list-style:none;
	list-style-image:none;
	margin:0 !important;
	padding:0 !important;
}
#tmp_event_cal_genre #search_tab ul li {
	float: left;
	width: 258px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: center;
	list-style:none;
}
#tmp_event_cal_genre #search_tab ul li:first-child {
	margin-left:0;
}
#search_tab ul li a {
	padding: 7px 0px 5px;
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: #E7DFCD;
}
/* rnavi_album
============================== */
#tmp_rnavi_album {
	margin:0 0 20px;
	color:inherit;
	background-color:#FFFFFF;
	padding:10px 10px 2px;
	clear:both;
}
#tmp_rnavi_album p {
	margin-bottom:10px;
}
#tmp_rnavi_album .list_btn a {
	color:#333333;
	display:block;
	text-decoration:none;
	padding:0 5px;
	background-color:transparent;
	border:1px solid #999999;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_rnavi_album .list_btn span {
	background:url(/shared/images/icon/navi_icon.png) no-repeat 2px center;
	padding:1px 0 0 10px;
}
/* rmenu
============================== */
.rmenu {
	padding:0 5px;
	margin-bottom:10px;
	color:inherit;
	background-color:#FFFFFF;
	clear:both;
}
.rmenu ul {
	list-style:none;
	list-style-image:none;
}
.rmenu li {
	border-top:1px solid #DDDDDD;
	background-image: url(/shared/images/icon/list_icon12.png);
	background-position:right center;
	background-repeat:no-repeat;
}
.rmenu li a {
	display:block;
	padding:10px 0 9px 13px;
}
.rmenu li:first-child {
	border:0;
}
.rmenu a:link,
.rmenu a:visited {
	font-weight:normal;
	font-size:1em;
	color:#333333;
	background-color:inherit;
	text-decoration:none;
}
/* rmenu_btn
============================== */
.rmenu_btn  {
	list-style:none;
	list-style-image:none;
	clear:both;
	margin-bottom:21px;
}
.rmenu_btn li {
	padding:0 5px;
	color:inherit;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.rmenu_btn li a {
	background-image: url(/shared/images/icon/list_icon12.png);
	background-position:right center;
	background-repeat:no-repeat;
	display:block;
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
.rmenu_btn li span {
	display:block;
	background-position:5px 7px;
	background-repeat:no-repeat;
}
.rmenu_btn .rmenu_btn1 span {
	padding:18px 5px 17px 50px;
	background-image:url(/shared/images/navi/rnavi/rmenu_btn1_bg.jpg);
}
.rmenu_btn .rmenu_btn2 {
	padding:0;
}
.rmenu_btn .rmenu_btn2 a {
	padding:0;
	width:180px;
	height:55px;
	background:url(/shared/images/navi/rnavi/rmenu_btn2_bg.jpg) no-repeat left top;
}
.rmenu_btn .rmenu_btn2 span {
	padding:0;
	width:180px;
	height:55px;
	background-image:none;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* read_all
============================== */
.read_all {
	float:right;
	margin:0 !important;
	padding:0 !important;
	list-style:none !important;
	list-style-image:none !important;
	clear:both;
}
.read_all li {
	float:left !important;
	background:none !important;
	margin:0 10px 0 0 !important;
}
.read_all .list a {
	display:block;
	text-decoration:none;
	border:1px solid #999999;
	color:#333333;
	padding:2px 5px 0 15px !important;
	background:url(/shared/images/icon/navi_icon.png) no-repeat 5px center !important;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
.read_all .rss {
	margin:0 !important;
}
/* emergency
============================== */
#tmp_emergency_m {
	display:none;
}
#tmp_emergency,
#tmp_emergency_m {
	margin:0 0 20px;
	color:inherit;
	background:#FFFFFF url(/shared/images/main/emergency_bg.gif) repeat-y left top;
	border:2px solid #D90000;
	clear:both;
}
#tmp_emergency_ttl,
#tmp_emergency_ttl_m {
	width:158px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	background-color:#D90000;
	vertical-align:center;
	padding:20px 0 0 0;
}
#tmp_emergency_ttl h2,
#tmp_emergency_ttl_m h2 {
	font-size:130%;
}
#tmp_wrap_emergency_cnt,
#tmp_wrap_emergency_cnt_m {
	width:796px;
	float:right;
}
#tmp_emergency_cnt,
#tmp_emergency_cnt_m {
	padding:15px 13px 5px 20px;
}
#tmp_emergency_cnt ul,
#tmp_emergency_cnt_m ul {
	list-style:none;
	list-style-image:none;
	font-weight:bold;
}
#tmp_emergency_cnt ul li,
#tmp_emergency_cnt_m ul li {
	margin-bottom:0.3em;
}
#tmp_emergency .read_all .list a,
#tmp_emergency_m  .read_all .list a {
	color:#D80000;
	border-color:#D90000;
	background-image:url(/shared/images/icon/list_icon4.png) !important;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	color:#FFFFFF;
	background-color:#663788;
	width:572px;
	clear:both;
}
#tmp_emergency_s_ttl {
	float:left;
	width:100px;
	padding:6px 10px;
	color:#FFFFFF;
	background-color:#663788;
}
#tmp_emergency_s_ttl h2 {
	font-size:100%;
	font-weight:normal;
}
#tmp_emergency_s_cnt {
	float:left;
	width:430px;
	padding:5px 9px 5px 11px;
	color:#545454;
	background-color:#FFFFFF;
	margin:1px;
}
#tmp_emergency_s_cnt ul {
	margin-left:0;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0;
	list-style-type:none;
}
/* bnr
============================== */
#tmp_bnr_list {
	clear:both;
	text-align: center;
	margin: 0 0 30px;
	border:2px solid #DA0000;
	color:#DA0000;
	background-color:#FFFFFF;
	padding:0 35px 29px 40px;
}
#tmp_bnr_list #tmp_bnr_list_ttl {
	clear:both;
	text-align: left;
	margin: 0 0 24px;
}
#tmp_bnr_list #tmp_bnr_list_ttl .wrap_ttl {
	border-left: 8px solid #DA0000;
	display: inline-block;
	vertical-align: top;
	padding: 48px 0 0 17px;
	margin: 0 33px 0 0;
}
#tmp_bnr_list #tmp_bnr_list_ttl .ttl {
	font-size: 228.4%;
	font-weight: bold;
	line-height: 1.0;
	margin: 0 0 10px;
}
#tmp_bnr_list #tmp_bnr_list_ttl .sub {
	font-size: 142.8%;
	line-height: 1.0;
	padding: 0 0 0 2px;
}
#tmp_bnr_list #tmp_bnr_list_ttl .caution {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 13px;
}
#tmp_bnr_list #tmp_bnr_list_ttl .caution img {
	max-width: 100%;
	height: auto;
}
#tmp_bnr_list #tmp_bnr_list_cnt {
	clear:both;
}
#tmp_bnr_list ul {
	list-style: none;
	list-style-image: none;
	letter-spacing: -.4em;
}
#tmp_bnr_list ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 2% 10px 0;
	letter-spacing: normal;
}
#tmp_bnr_list ul li:nth-child(2n) {
	margin: 0 0 10px;
}
#tmp_bnr_list ul li img {
	max-width:100%;
    height:auto;
}

/* update
============================== */
#tmp_update {
	font-size:85.7%;
	text-align:right;
	margin-bottom:5px !important;
}
/* 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 #E49ABF;
	clear:both;
}
#tmp_inquiry_ttl {
	color:#555555;
	font-weight:bold;
	background-color:inherit;
	background-image:url(/shared/images/main/inquiry/box_inquiry_bg.png);
	padding:8px 12px 5px;
	font-size:114.3%;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
	word-wrap:break-word;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
#tmp_inquiry_cnt .inquiry_btn_box {
	text-align:center;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #949494;
	clear:both;
}
#tmp_feedback_ttl {
	font-weight:bold;
	color:#555555;
	background-color:inherit;
	background-image:url(/shared/images/main/feedback/box_feedback_bg.png);
	padding:8px 12px 5px;
	font-size:114.3%;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding: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-bottom:10px;
	margin-bottom:18px;
	border-bottom:1px solid #CCCCCC;
	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 9px 5px 0;
	float:left;
	width:150px;
}
#tmp_publicity_cnt ul li.last {
	margin:0;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
	width:100%;
}
/* ==================================================
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 {
	background: url(/shared/images/wrapper/footer_bg2.png) no-repeat center top;
	min-width:960px;
	clear:both;
}
#tmp_footer {
	width:960px;
	margin:0 auto;
	padding:0 0 20px;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:6px 5px 10px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}
#tmp_fnavi ul {
	list-style:none;
	list-style-image:none;
	clear:both;
}
/* fnavi */
#tmp_fnavi .fnavi {
	padding:0 0 10px;
	list-style:none;
	list-style-image:none;
}
#tmp_fnavi .fnavi li {
	margin:0 25px 0 0;
	float:left;
	background:url(/shared/images/icon/navi_icon.png) no-repeat 5px 6px;
	padding-left:15px;
}
#tmp_fnavi .fnavi .last {
	margin-right:0;
}
#tmp_fnavi .fnavi li a {
	color:#333333;
	text-decoration:none;
}
/* fnavi2 */
#tmp_fnavi .fnavi2 li {
	float:left;
	padding:0 15px 0 0;
	margin:0 15px 0 0;
	border-right: 1px solid #333333;
}
#tmp_fnavi .fnavi2 li:first-child {
	padding-left:0;
}
#tmp_fnavi .fnavi2 li.last {
	margin-right:0;
	border:0;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	padding:0 5px;
	clear:both;
}
#tmp_footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
#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値にする場合 */
}
#tmp_copyright {
	clear:both;
	font-size:0.9em;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#1A7010; /* デザインによって変更 */
	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; /* 変更しない */
	border:1px solid #E0AB0A;
	clear:both; /* 変更しない */
    border-collapse: collapse;
    border-spacing: 0;
}
.box_faq .box_faq_ttl {
	color:#555555;
	font-weight:bold;
	background-color:inherit;
	background-image:url(/shared/images/main/faq/box_faq_bg.png);
	padding:8px 12px 5px;
	font-size:114.3%;
	text-align:left;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:20px 15px 5px;
}
.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/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	list-style-image:url(/shared/images/icon/list_icon3.png);

}
/* ==================================================
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/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
#cms8341-contentsZero .box_img_r {
	display:none;
}
/* gako_sp_gallery
============================== */
#tmp_wrap_sp_gallery {
	background:url(/shared/templates/school_top/images/kinkyu_bg.png) repeat left top;
	height:232px;
	overflow:hidden;
	margin:0 0 20px;
	position:relative;
}
.box_gallrey {
	margin-left:10px;
}
#tmp_sp_gallery {
	padding:16px 0 0;
	display:block;
}
*:first-child+html #tmp_sp_gallery {
}
#tmp_sp_gallery img {
	vertical-align:top;
}
.no_javascript #tmp_wrap_sp_gallery {
	height:202px;
}
.no_javascript #tmp_sp_gallery {
	padding-bottom:16px;
}
.no_javascript #tmp_sp_gallery ul {
	width:360px;
	height:170px;
	overflow:hidden;
	margin:0 auto;
}
#tmp_wrap_sp_gallery ul {
	list-style:none;
	list-style-image:none;
}
#tmp_wrap_sp_gallery ul li {
	vertical-align:top;
}
#tmp_wrap_sp_gallery p.prev,
#tmp_wrap_sp_gallery p.next {
	z-index:100;
	width:25px;
	height:61px;
}
#tmp_wrap_sp_gallery p.prev {
	position:absolute;
	top:77px;
	left:10px;
}
#tmp_wrap_sp_gallery p.next {
	position:absolute;
	top:77px;
	right:10px;
}
#tmp_wrap_sp_gallery p.prev a {
	display:block;
	width:25px;
	height:61px;
	background:url(/shared/images/gallery/prev_btn.png) no-repeat left top;
}
#tmp_wrap_sp_gallery p.next a {
	display:block;
	width:25px;
	height:61px;
	background:url(/shared/images/gallery/next_btn.png) no-repeat left top;
}
#tmp_wrap_sp_gallery p.prev span,
#tmp_wrap_sp_gallery p.next span {
	display:block;
	width:25px;
	height:61px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_wrap_sp_gallery .list_order {
	display:none;
}
#tmp_wrap_sp_gallery .list_order li {
	float:left;
	margin:0 10px 0 0;
}
#tmp_wrap_sp_gallery .list_order li img {
	vertical-align:top;
}
#tmp_sp_gallery_player {
	position:absolute;
	bottom:10px;
	right:10px;
}
#tmp_contents .box_gmap {
    clear: both;
    margin: 15px 0 0.8em;
    width: 480px;
}
#tmp_gmap_box {
    border: 1px solid #cccccc;
    clear: both;
    height: 360px;
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}

/* 20170327_TOP改修
============================== */
#tmp_hcount {
	border:2px solid #FFFFFF;
	background:#FFFFFF url(/shared/images/countdown/olympic.jpg) top left repeat-x;
	border-radius:6px;
	padding:5px 0;
	margin-bottom:12px;
}
#tmp_hcount_ttl h2 {
	background-color:#00195F;
	color:#FFFFFF;
	text-align:center;
	display:block;
	padding:3px 3px 0;
	margin:0 0 6px;
	font-size:164.2%;
}
#tmp_hcount_ttl p {
	background:url(/shared/images/countdown/olympic_kitaku.png) top center no-repeat;
	height:44px;
}
#tmp_hcount_ttl p span {
	position:relative;
	z-index:-1;
}
#tmp_hcount #countdown_area {
	margin:0 0 0 17px;
}
#tmp_hcount #countdown_area img {
	margin-right:2px;
}
#tmp_hcount #tmp_hcount_cnt {
	background-color:#FF9999;
	color:#333333;
	border-radius:4px;
	margin:0 6px 8px;
	padding:6px 6px 5px;
}
#tmp_hcount #tmp_hcount_cnt a {
	color:#333333;
}
#tmp_hcount .hcount .kaisai_ttl {
	margin:0 0 3px;
}
#tmp_hcount .count_torikumi {
	background-color:#FFFFFF;
	color:inherit;
	border:1px solid #999999;
	border-radius:4px;
	margin:0 5px;
}
#tmp_hcount .count_torikumi a {
	display:block;
	padding:2px 0 0;
	color:inherit;
	text-decoration:none;
	text-align:center;
}
#tmp_hcount .count_torikumi a span {
	background:url(/shared/images/icon/list_icon12.png) left center no-repeat;
	padding-left:10px;
}
.rnavi_hokutopia,
.rnavi_library {
	list-style:none;
	margin-bottom:10px;
}
.rnavi_hokutopia {
	background:#FFFFFF url(/shared/images/navi/rnavi/hokutopia.jpg) right top no-repeat;
}
.rnavi_library {
	background:#FFFFFF url(/shared/images/navi/rnavi/library.jpg) right top no-repeat;
}
.rnavi_hokutopia a,
.rnavi_library a {
	display:block;
	padding:18px 100px 18px 16px;
	color:inherit;
	text-decoration:none;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* 202004_TOP改修 */
/* wrapper
============================== */
.search_fixed #tmp_wrapper2 {
	margin-bottom:4em;
}
/* emergency_s2
============================== */
#tmp_emergency_s2 {
	margin-bottom:10px;
	color:#FFFFFF;
	background-color:#D90000;
	width:572px;
	clear:both;
}
#tmp_emergency_s2_ttl {
	float:left;
	width:100px;
	padding:6px 10px;
	color:#FFFFFF;
	background-color:#D90000;
}
#tmp_emergency_s2_ttl h2 {
	font-size:100%;
	font-weight:normal;
}
#tmp_emergency_s2_cnt {
	float:left;
	width:430px;
	padding:5px 9px 5px 11px;
	color:#545454;
	background-color:#FFFFFF;
	margin:1px;
}
#tmp_emergency_s2_cnt ul {
	margin-left:0;
}
#tmp_emergency_s2_cnt ul li {
	margin-bottom:0;
	list-style-type:none;
}
/* target_menu
============================== */
.search_fixed #tmp_target_menu,
.search_fixed #tmp_target_rmenu {
	float:none;
	margin-bottom:30px;
}
.search_fixed #tmp_target_menu ul,
.search_fixed #tmp_target_rmenu ul {
	list-style:none;
	list-style-image:none;
}
.search_fixed .rmenu_anzen {
	background-color:#F9DBE1;
}
.search_fixed .rmenu_anzen_ttl {
	background-color:#FFFFFF;
	color:#D21318;
	font-weight:bold;
}
/* target_cate
============================== */
.search_fixed #tmp_target_cate {
	background-color:#FFFFFF;
	color:#333333;
	border-top:none;
	border-radius:25px;
	padding:10px 20px;
	clear:both;
}
.search_fixed #tmp_target_cate li {
	float:left;
	width:24%;
	padding:0;
	box-sizing:border-box;
	border-left:1px solid #999999;
}
.search_fixed #tmp_target_cate li:nth-child(3) {
	width:28%;
}
.search_fixed #tmp_target_cate li:first-child {
	border-left:none;
}
.search_fixed #tmp_target_cate li a {
	background:url(/shared/images/icon/navi_icon.png) no-repeat 10px center;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
}
/* search_top
============================== */
#tmp_wrap_search_top {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	color:#FFFFFF;
	background-color:#555555;
	border-top:2px solid #DE0369;
	z-index:10;
	-webkit-box-shadow: 0 0 15px 0 #555555;
	-moz-box-shadow: 0 0 15px 0 #555555;
	box-shadow: 0 0 15px 0 #555555;
}
#tmp_wrap_search_top a {
	color:#FFFFFF;
}
#tmp_wrap_search_top #tmp_search_top {
	width:960px;
	margin:0 auto;
	position:relative;
	display:table;
	border-collapse:collapse;
}
#tmp_wrap_search_top #tmp_wrap_search {
	float:none;
	display:table-cell;
	vertical-align:top;
	width:50%;
	padding-top:2px;
}
#tmp_wrap_search_top #tmp_search_ttl,
#tmp_wrap_search_top #tmp_search_menu{
	display:none;
}
#tmp_wrap_search_top #tmp_search_top #tmp_search {
	padding:10px 38px;
	background-image:none;
	border:none;
}
#tmp_wrap_search_top #tmp_search_top #tmp_search img {
	vertical-align:top;
}
#tmp_wrap_search_top #tmp_search_top #tmp_search dt {
	float:left;
	width:31px;
	margin:0;
}
#tmp_wrap_search_top #tmp_search_top #tmp_search dd {
	float:right;
	width:367px;
}
#tmp_wrap_search_top #tmp_search_top #tmp_search dd .sch_q {
	float:left;
	width:280px;
	position:relative;
}
#tmp_wrap_search_top #tmp_search_top #tmp_search dd .sch_b {
	float:right;
	width:80px;
}
#tmp_wrap_search_top #tmp_search_top #tmp_query {
	width:100%;
	min-height:30px;
	margin:0;
	border:none;
	box-sizing:border-box;
}
#tmp_wrap_search_top #tmp_search_top #tmp_query_type {
	width:200px;
	min-height:30px;
	margin:0;
	border:1px solid #999999;
	color:#333333;
	background-color:#FFFFFF;
}
#tmp_wrap_search_top #tmp_search_top #tmp_func_sch_btn {
	border:1px solid #FFFFFF;
	border-radius:3px;
	text-align:center;
	font-weight:bold;
	font-size:114.3%;
	cursor:pointer;
	margin:0;
	padding:2px 0;
	background-image:none;
	box-sizing:border-box;
	height:auto;
	width:80px;
}
#tmp_wrap_search_top #tmp_wrap_dust {
	float:none;
	display:table-cell;
	vertical-align:top;
	width:50%;
	border-left:1px solid #ffffff;
	padding-top:2px;
}
#tmp_wrap_search_top #tmp_dust {
	color:#FFFFFF;
	border:none;
	background-image:none;
	background-color:#555555;
	z-index:11;
}
#tmp_wrap_search_top #tmp_dust.active {
	position:absolute;
	top:inherit;
	right:0;
	bottom:0;
	border-top:2px solid #DE0369;
	-webkit-box-shadow: 0 0 15px 0 #555555;
	-moz-box-shadow: 0 0 15px 0 #555555;
	box-shadow: 0 0 15px 0 #555555;
}
#tmp_wrap_search_top #tmp_dust_ttl {
	width:auto;
	float:none;
	padding:13px 10px;
}
#tmp_wrap_search_top #tmp_dust_ttl p {
	margin:0 auto;
	width:275px;
	height:24px;
	background:url(/shared/images/search/dust_ttl2.png) no-repeat left top;
}
#tmp_wrap_search_top #tmp_dust_ttl span {
	background-image:none;
	width:275px;
	height:24px;
	overflow:hidden;
}
#tmp_wrap_search_top #tmp_dust_ttl span span {
	display:inline;
	margin-right:3px;
}
#tmp_wrap_search_top #tmp_wrap_dust_cnt {
	width:480px;
	display:none;
}
#tmp_wrap_search_top #tmp_dust_cnt {
	padding:5px 30px 10px;
}
#tmp_wrap_search_top #tmp_dust_area {
	border:none;
}
#tmp_wrap_search_top #tmp_dust_area table {
	margin:0 0 10px;
}
#tmp_wrap_search_top #tmp_dust_area_ttl {
	float:left;
	width:50px;
}
#tmp_wrap_search_top #tmp_dust_area_ttl p {
	background:url(/shared/images/search/garbege_ttl.png) no-repeat left top;
	width:43px;
	height:84px;
}
#tmp_wrap_search_top #tmp_dust_area_ttl p span {
	width:43px;
	height:84px;
	overflow:hidden;
}
#tmp_wrap_search_top #tmp_dust_area_cnt {
	width:auto;
	float:none;
}
#tmp_wrap_search_top #tmp_dust_area_cnt #tmp_gdust_town {
	width:130px;
	margin:0 5px 13px 0;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #999999;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_wrap_search_top #tmp_dust_area_cnt #tmp_gdust_area {
	width:280px;
	margin:0 0 13px;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #999999;
	-webkit-border-radius:2px;/* Webkit */
	-moz-border-radius:2px;/* Mozilla */
	border-radius:2px;/* CSS3 */
}
#tmp_wrap_search_top #tmp_dust_area_cnt table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_wrap_search_top #tmp_dust_area_cnt table td {
	text-align:left;
	vertical-align:top;
	padding:0 3px 3px 0;
}
#tmp_wrap_search_top #tmp_dust_area_cnt table td img {
	vertical-align:middle;
	margin-right:5px;
}
#tmp_wrap_search_top #tmp_wrap_dust_btn {
	width:84px;
	float:right;
}
#tmp_wrap_search_top #tmp_dust_btn {
	padding:4px;
}
#tmp_wrap_search_top #tmp_dust_btn p {
	width:76px;
	height:100px;
	background:url(/shared/images/search/dust_btn.png) no-repeat left top;
}
#tmp_wrap_search_top #tmp_dust_btn p span {
	width:76px;
	height:100px;
	overflow:hidden;
}
#tmp_wrap_search_top #tmp_dust_area_menu {
	position:absolute;
	top:5px;
	right:10px;
}
#tmp_wrap_search_top #popterm {
	margin-top:0;
	bottom:2em;
}
/* ==================================================
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_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_search_top:after,
#tmp_dust:after,
#tmp_dust_area:after,
#tmp_wrap_target_menu:after,
#tmp_target_list:after,
#tmp_target_list ul:after,
#tmp_target_cate:after,
#tmp_main: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_event_cal_genre #search_tab ul: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,
.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_footer:after,
#tmp_fnavi:after,
#tmp_fnavi ul: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,
#tmp_rnavi_album:after,
#tmp_emergency_m:after,
#tmp_emergency_s2:after,
#tmp_emergency_s2_ttl:after,
#tmp_emergency_s2_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}

/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_search_top,
*:first-child+html #tmp_dust,
*:first-child+html #tmp_dust_area,
*:first-child+html #tmp_wrap_target_menu,
*:first-child+html #tmp_target_list,
*:first-child+html #tmp_target_list ul,
*:first-child+html #tmp_target_cate,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_event_cal_genre #search_tab ul,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_fnavi ul,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt,
*:first-child+html #tmp_rnavi_album,
*:first-child+html #tmp_emergency_s2,
*:first-child+html #tmp_emergency_s2_ttl,
*:first-child+html #tmp_emergency_s2_cnt {
	min-height:1%; /* 変更しない */
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
/* for IE7.0 */
*:first-child+html .clearfix {
	min-height:1%;
}



