@charset "utf-8";
/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
    font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight:500; 
}
body #tmp_contents p em {
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; 
}
a:link {
    color: #003377;
}

body {
    font-size: 100%;
}
/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#222222;
	background-color:#ffffff;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	margin:0 auto;
	color:inherit;
	background-color:#FFFFFF;
	min-width: 1240px;
	overflow: hidden;
}
.container:before,
.container:after {
    content: '';
    display: table;
}

.container:after {
    clear: both;
}

.container {
    width: 1240px;
    margin: 0 auto;
}
/* main
============================== */
#tmp_wrap_main {
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
	padding: 0 0 66px;
}
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents {
	width:100%; /* 変更しない */
	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; /* 変更しない */
}
/* top
============================== */
.format_top #tmp_main_menu {
	width:30%;
	float:left;
}
.format_top #tmp_main_cnt {
	width:67%;
	float:right;
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .wrap_col_rgt_navi {
	width:280px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:280px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:280px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-342px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:342px; /* デザインによって変更 */
}
.wrap_mc_sp,
.wrap_mc_pc{
	display: none;
}
.disp_pc .wrap_mc_sp{
	display: block;
}
#tmp_switch_sp_style{
	display: block;
	text-align: center;
	font-size: 150%;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 0;
	background-color: #3567b1;
	text-decoration: none;
}
/* ==================================================
header
================================================== */
.header_logo_wrap{
    overflow: hidden;
    min-height: 607px;
}
.format_free .header_logo_wrap{
	min-height: auto;
	overflow: inherit;
	margin-top: -20px;
}
.format_free #tmp_setting{
	overflow: inherit;
}
#tmp_hlogo {
	float: left;
	margin: 64px 0 0 50px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:231px;
	height:146px;
	background: #ffffff url(/shared/site_gikai/images/icon/logo_pc.png) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:231px;
	height:146px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:231px;
	height:146px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}

#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* ==================================================
mean
================================================== */
#tmp_setting:before,
#tmp_setting:after{
	content: '';
	display: table;
}
#tmp_setting:after{
	clear: both;
}
#tmp_setting_wrap {
    float: right;
    color: #222222;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#tmp_means {
    float: left;
	padding: 12px 0 9px;
	font-size: 87.5%;
	margin-top: 5px;
}
#tmp_search {
    width: 108px;
    float: left;
	text-align: center;
	font-size: 87.5%;
	margin: 10px 10px 0 0;
}

#tmp_means img {
    vertical-align: top;
}

#tmp_means ul li {
    float: left;
    list-style: none;
	padding: 0 9px;
	background: transparent url(/shared/site_gikai/images/icon/icon_line.png) no-repeat left center;
}

#tmp_means ul li a {
    display: inline-block;
    text-decoration: none;
    color: #222222;
    background-color: #FFFFFF;
}

#tmp_means ul li a:hover,
#tmp_means ul li a:focus {
    text-decoration: underline;
}

#tmp_search p a {
    width: 100%;
    display: inline-block;
    padding: 6px 5px;
    text-align: center;
    text-decoration: none;
    color: #222222;
    background: #FFFFFF url(/shared/site_gikai/images/icon/icon_line_btn.png) no-repeat left center;
}

#tmp_search p a::before {
    content: '';
    width: 14px;
    height: 14px;
    margin: 0 6px -1px 0;
    display: inline-block;
    background: url(/shared/site_gikai/images/icon/icon_search_blue.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}


#tmp_search p a.active {
    background-color: #d9fcff;
}
/* sma_search
================================================== */
#tmp_sma_search{
	float:left;
    font-size: 87.5%;
	font-weight: bold;
    position: relative;
    display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 12px;
    color: #222222;
    background: #FFFFFF url(/shared/site_gikai/images/icon/icon_line.png) repeat-y left center;
    margin: 10px 10px 4px 0;
}
#tmp_sma_search .wrap_sch_box {
    position: relative;
	border:1px solid #3567b1;
	padding:0 50px 0 24px;
	width:212px;
	background-color:#ffffff;
	color:#222222;
}
#tmp_sma_search .sch_ttl{
    position: absolute;
    top: 7px;
    left: 6px;
}
#tmp_sma_search .sch_ttl label {
	display: block;
	width: 15px;
	height: 15px;
	background: #FFFFFF url(/shared/site_gikai/images/icon/icon_search_blue.png) no-repeat left center;
	color: #000000;
	background-size: auto;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
}
#tmp_sma_lmenu {
    position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -246px;
    width: 600px;
	padding: 20px 18px 13px 19px;
    color: #222222;
	background-color: #d9fcff;
	-moz-box-shadow: 0 5px 6px 0 rgba(30, 30, 30, 0.2);
	-webkit-box-shadow: 0 5px 6px 0 rgba(30, 30, 30, 0.2);
	box-shadow: 0 5px 6px 0 rgba(30, 30, 30, 0.2);
}
#tmp_sma_search .wrap_sch_box .sch_box {
    float: left;
}
#tmp_sma_search .wrap_sch_box .sch_btn {
	position: absolute;
	right: 0;
	top: 0;
}
#tmp_sma_func_sch_btn {
    width: 50px;
    min-height: 28px;
    border: none;
	padding: 0;
	font-weight: bold;
    color: #ffffff;
    background: #183a83;
    cursor: pointer;
    letter-spacing: 5px;
    text-indent: 5px;
}
#tmp_sma_func_sch_btn:hover,
#tmp_sma_func_sch_btn:focus {
    background-color: #3567b1;
}

#tmp_sma_query {
    width: 100%;
    height: 28px;
    padding: 0;
    border: none;
    background-position: -4px center !important;
}
#tmp_sma_menu{
	display: block;
}
#tmp_sma_lmenu .close_btn {
    float: right;
    padding: 10px 0 0;
}

#tmp_sma_lmenu .close_btn a {
    display: inline-block;
    text-decoration: none;
    color: #222222;
	background-color: transparent;
	font-weight: bold;
}

#tmp_sma_lmenu .close_btn a::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 4px 1px 0;
    background: url(/shared/site_gikai/images/icon/close_search.png) no-repeat center;
}

#tmp_sma_lmenu .close_btn a:hover,
#tmp_sma_lmenu .close_btn a:focus {
    text-decoration: underline;
}

#tmp_subsite_link {
    width: 217px;
    float: left;
    padding: 0 2px 2px 2px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    color: #222222;
    background-color: #FFFFFF;
    transition: 0.25s background-color ease-in-out;
    -webkit-transition: 0.25s background-color ease-in-out;
    -moz-transition: 0.25s background-color ease-in-out;
}
#tmp_subsite_link p a {
    display: block;
	padding: 8px 8px 4px 8px;
	text-align: center;
    text-decoration: none;
    border: 1px solid #19428c;
    border-top: none;
    font-weight: bold;
    color: #222222;
    background-size: 47px 17px;
    -moz-background-size: 47px 17px;
    -webkit-background-size: 47px 17px;
}
#tmp_subsite_link p a::before{
	content: "";
	display: inline-block;
	width: 47px;
	height: 18px;
	background: url(/shared/site_gikai/images/icon/icon_subsite.png) ;
	-webkit-background-size: 47px auto;
	-moz-background-size: 47px auto;
	background-size: 47px auto;
	margin-right: 7px;
	position: relative;
	top: 2px;
}
#tmp_subsite_link.active {
    background-color: #fffee5
}

#tmp_header .block_banner{
	position: relative;
	width: 910px;
	text-align: right;
	float: right;
}
.block_banner .banner_link {
	position: absolute;
    bottom: 10px;
    right: 10px;
}
.block_banner .banner_link p{
	border: 1px solid #b2aba7;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 3px 8px 2px 25px;
	color: #ffffff;
}
.block_banner .banner_link a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background: transparent url(/shared/site_gikai/images/icon/arrow_link.png) no-repeat 7px center;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	font-size: 87.5%;
	padding: 3px 8px 2px 25px;
	margin: -3px -8px -2px -25px;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}
.block_banner.active a,
.block_banner .banner_link a:hover,
.block_banner .banner_link a:focus{
	text-decoration: underline;
}
.block_banner img{
	width: 100%;
	height: auto;
}
/* primary
============================== */
#tmp_means_primary {
	margin:2px 0 0;
}
/* 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 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:220px;
	min-height:19px;
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
}
#tmp_func_sch_btn {
	min-width:60px;
	border:1px solid #AABBCC;
	padding:1px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi_wrap {
	display: block;
	background-color: #3567b1;
	color: #ffffff;
	margin-top: -360px;
	padding: 40px 0;
	min-height: 360px;
}
.format_free #tmp_gnavi_wrap{
	min-height: auto;
}
#tmp_sma_menu #tmp_sma_rmenu .close_btn{
	display: none;
}
.gnavi ul {
	position: relative;
	width: 330px;
	list-style:none;
}
.gnavi ul li a{
	display: block;
	width: 220px;
	font-size: 112.5%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
	padding: 16px 5px 15px 78px;
	background: #3567b1 url(/shared/site_gikai/images/icon/line_gnavi.png) no-repeat left center;
}
.gnavi ul li.active a,
.gnavi ul li a.active{
	background: #daf9f1 url(/shared/site_gikai/images/icon/line_gnavi_hv.png) no-repeat left center;
	color: #222222;
}
/* ==================================================
custom header idx
================================================== */
.format_free #tmp_gnavi_wrap{
	margin: -38px 0 0;
	padding: 0;
	background: #ffffff;
	color: #222222;
}
.format_free #tmp_hlogo{
	margin: 0;
}
.format_free #tmp_hlogo h1, 
.format_free #tmp_hlogo p{
	width: 281px;
    height: 59px;
	background: #ffffff url(/shared/site_gikai/images/icon/logo_idx.png) no-repeat left top;
	color: #222222;
}
.format_free #tmp_hlogo h1 span,
.format_free #tmp_hlogo p span{
	width: 281px;
    height: 59px;
}
.format_free #tmp_hlogo a{
	width: 281px;
    height: 59px;	
}
.format_free .gnavi > ul{
	width: 100%;
	text-align: center;
}
.gnavi > ul >li{
	position: relative;
}
.format_free .gnavi > ul >li{
	width: auto;
	float: left;
	padding: 0 15px;
	color: #222222;
	background-color: #ffffff;
}
.fsize_big2 .gnavi ul li {
	margin-bottom: 10px;
}
.format_free .gnavi > ul > li:last-child:after,
.format_free .gnavi > ul > li:before{
	content: "";
	height: 1px;
	width: 30px;
	position: absolute;
	top: 27px; 
	background: transparent url(/shared/site_gikai/images/icon/line_gnavi_idx.png) no-repeat;
}
.format_free .gnavi > ul > li:before{
	left: -15px;
}
.format_free .gnavi > ul > li:after{
	right: -15px;
}
.format_free .gnavi > ul > li > a{
	display: inline-block;
	width: auto;
	padding: 16px 30px 15px 29px;
	background: #ffffff;
	font-weight: bold;
	color: #3567b1;
}
.format_free .gnavi > ul > li.active a:focus,
.format_free .gnavi > ul > li.active a,
.format_free .gnavi > ul > li a:hover{
	color: #222222;
	background-color: #d9fcff;
}
.format_free .gnavi{
	float: right;
	width: 820px;
}
.gnavi ul li .drop_down_hidden{
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    width: 314px;
	background-color: #d9fcff;
    color: #222222;
    padding: 13px 0 15px;
    -webkit-transition: 0.2s all;
	transition: 0.2s all;
	z-index: 10;
	-webkit-box-shadow: 0 4px 4px 1px rgba(62, 79, 104, 0.2);
	-moz-box-shadow: 0 4px 4px 1px rgba(62, 79, 104, 0.2);
	box-shadow: 0 4px 4px 1px rgba(62, 79, 104, 0.2);
}
.format_top .gnavi ul li .drop_down_hidden{
	top: 0;
	left: 220px !important;
	padding: 13px 10px 3px 0;
	background-color: #daf9f1;
	-webkit-box-shadow: 4px 4px 4px 1px rgba(62, 79, 104, 0.2);
	-moz-box-shadow: 4px 4px 4px 1px rgba(62, 79, 104, 0.2);
	box-shadow: 4px 4px 4px 1px rgba(62, 79, 104, 0.2);
}
.format_free .gnavi .drop_down_hidden { 
	width: 294px;
	top: 56px;
	left: 14px;
}
.format_top.model_sp .gnavi .drop_down_hidden,
.format_free.model_sp .gnavi .drop_down_hidden{
	display:none !important;
	visibility:hidden !important;
}
.format_free .gnavi li:last-child .drop_down_hidden { 
	right: 14px !important;
}
.gnavi .drop_down_hidden > ul{
	width: 100%;
	text-align: center;
}
.gnavi ul li .drop_down_hidden li{
	margin-bottom: 15px;
	text-align: left;
}
.format_free .gnavi .drop_down_hidden li{
	float: none;
	padding: 0 18px;
	background-color: #d9fcff;
	color: #222222;
}
.format_free .gnavi .drop_down_hidden li:before{
	display: none;
}
.gnavi ul li .drop_down_hidden li a{
    display: inline-block;
    color: #222222;
	font-size: 100%;
	width: auto;
	padding: 3px 0 0 40px;
	background: #daf9f1 url(/shared/site_gikai/images/icon/arrow_blue.png) no-repeat 21px 8px;
}
.format_free .gnavi .drop_down_hidden a{
   display: inline-block;
	padding: 0 0 0 20px;
	font-weight: normal;
	color: #222222;
	background: #d9fcff url(/shared/site_gikai/images/icon/arrow_blue.png) no-repeat left center;
}

.gnavi ul li .drop_down_hidden a:hover,
.gnavi ul li .drop_down_hidden a:focus,
.gnavi ul li .drop_down_hidden a:active,
.gnavi ul li .drop_down_hidden a:hover{
	text-decoration: underline;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:5px 20px;
	color:#ffffff;
	background-color:#3567b1;
	clear:both;
	font-size: 87.5%;
	margin-bottom: 56px;
}
#tmp_pankuzu a {
	display: inline-block;
	color: #ffffff;
	margin-right: 6px;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a :focus{
	text-decoration: none;
}
/* update
============================== */

#tmp_wrap_custom_update {
    margin: 0 0 15px;
    font-size: 87.5%;
}

#tmp_custom_update {
    float: right;
    text-align: right;
}

#tmp_share {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
    margin: 0 12px 0 0;
}

#tmp_update {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
    color: #222222;
    background-color: transparent;
    font-size: 87.5%;
    line-height: 1.4;
}

#tmp_share .share_fb,
#tmp_share .share_twitter,
#tmp_share .share_line {
    display: inline-block;
}

#tmp_share .share_fb img,
#tmp_share .share_twitter img,
#tmp_share .share_line img {
    max-width: 100%;
    height: auto;
}

#tmp_share .share_twitter,
#tmp_share .share_line {
    margin: 0 0 0 4px;
}

/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 38px;
	clear:both;
}
#tmp_lnavi_ttl {
	font-size: 125%;

}
#tmp_lnavi_ttl a {
	display: block;
	color: #222222;;
	background:#d9f9f1 url(/shared/site_gikai/images/icon/arrow_list.png) no-repeat 10px 25px;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	text-decoration:none;
	padding: 16px 10px 14px 32px;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	word-break: break-all;
}
#tmp_lnavi_cnt li {
	border-bottom:1px dotted #BBCCDD;
}
#tmp_lnavi_cnt li a{
	display: block;
    padding: 20px 7px 20px 33px;
	text-decoration: none;
	color: #222222;
	background:#ffffff url(/shared/site_gikai/images/icon/arrow_list.png) no-repeat 10px 25px;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
#tmp_lnavi_ttl a:focus,
#tmp_lnavi_ttl a:hover{
	text-decoration: underline;
}
#tmp_lnavi_cnt li.active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus{
	background-color: #ecf2fc;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
/* pnavi
============================== */
.disp_pc .pnavi{
	position: absolute !important;
    top: -82px !important;
}
.pnavi {
	width: 90px;
    height: 90px;
    position: absolute;
    top: -80px;
	right: 0;
	z-index: 10;
}

.pnavi .ptop {
    margin-bottom: 0 !important;
}

.ptop a {
    width: 90px;
    height: 90px;
    display: block;
    text-indent: -99999px;
    text-decoration: none;
    color: #ffffff;
	background: transparent url(/shared/site_gikai/images/icon/page_top.png) no-repeat center center;
	background-size: 100% auto;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ptop a:focus,
.ptop a:hover{
	opacity: 0.8;
}
/* emergency
============================== */
#tmp_emergency {
	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;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* 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:45px 0;
	background-color: #ecf2fc;
	color: #222222;
	padding: 8px 12px 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both; /* Do not edit */
}
#tmp_inquiry_ttl {
	font-size: 125%;
	font-weight:bold;
	padding: 0 0 6px 6px;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_inquiry_cnt {
	padding: 16px 20px 15px;
	background-color: #ffffff;
	color: #222222;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#tmp_inquiry_cnt .inquiry_parts p {
    letter-spacing: 1px;
    margin: 10px 0 5px;
}
#tmp_inquiry_cnt .inquiry_parts > p a:first-child {
	margin-right: 10px;
}
#tmp_inquiry_cnt .inquiry_parts .btn input {
    max-width: 100%;
    height: auto;
    border-radius: 0;
	margin:0 auto;
}
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn {
    display: block;
    width: 210px;
    min-height: 40px;
    padding: 7px 20px 5px;
    background: #3267b3 url(/shared/site_gikai/images/icon/arrow_s_w_icon.png) no-repeat 94% center;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #3267b3;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn:hover,
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn:focus,
#tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn:active {
    background-color:#ffffff;
	background-image:url(/shared/site_gikai/images/icon/arrow_s_b_icon.png);
    color: #3267b3;
    cursor: pointer;
}
/* 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 fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* 地図設定 ▼変更しない
============================== */
#tmp_box_gmap {
    margin-bottom: 60px;
    clear: both;
}
#tmp_box_gmap .box_gmap_cnt {
	margin: 50px 170px 20px;
	font-weight: bold;
	text-align: center;
}
#tmp_box_gmap .box_gmap_cnt p {
	margin:0;
}
#tmp_box_gmap .box_gmap_cnt a {
	padding: 13px 10px;
	text-decoration: none;
	background-color: #18428c;
	color: #ffffff;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
}
#tmp_box_gmap .box_gmap_cnt a span {
	display: inline-block;
	font-size:112.5%;
	background: url(/shared/images/icon/gmap_icon.png) no-repeat left center;
	min-height: 31px;
	padding: 10px 0 10px 50px;
}
/* ==================================================
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;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	padding:35px 0 10px;
	color:#ffffff;
	background-color:#18428c;
	clear:both;
}
#tmp_footer_cnt{
    margin-bottom: 25px;
}
/* fnavi
============================== */
#tmp_footer .fnavi_wrap .fnavi{
	list-style: none;
}
#tmp_footer .fnavi_wrap .fnavi li{
	margin-bottom: 12px;
}
#tmp_footer .fnavi_wrap .fnavi a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	padding-left: 16px;
	background: transparent url(/shared/site_gikai/images/icon/arrow_white.png) no-repeat left 5px;
	background-size: 12px 12px;
}
.fsize_big2 #tmp_footer .fnavi_wrap .fnavi a {
	background-position: left center;
}
#tmp_footer .fnavi_wrap .fnavi a:hover,
#tmp_footer .fnavi_wrap .fnavi a:focus{
	text-decoration: underline;
}
#tmp_footer_cnt .fnavi_wrap{
	width: 500px;
	float: left;
}
#tmp_footer_cnt .footer_cnt{
	width: 624px;
	float: right;
}
.footer_cnt address{
	font-style: normal;
	margin-bottom: 15px;
}
.footer_cnt address .footer_ttl{
	display: inline-block;
	font-size: 125%;
	font-weight: bold;
	margin-right: 15px;
}
.footer_cnt address .address_txt{
	display: inline-block;
}
.footer_phone .phone_number_ttl {
    width: 109px;
    float: left;
}
.footer_phone .phone_number_ttl p{
	position: relative;
	display: inline-block;
	text-decoration: none;
    padding: 24px 14px 21px 15px;
	background: #bac7dd;
	color: #18428c;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer_phone .phone_number_ttl p:before{
	content: "";
	display: inline-block;
	width: 11px;
	height: 15px;
	background: transparent url(/shared/site_gikai/images/icon/icon_phone.png) no-repeat;
	-moz-background-size: 11px auto;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.footer_phone .list_phone_number{
	overflow: hidden;
	padding-left: 15px;
}
.footer_phone .list_phone_number ul{
	list-style: none;
}
.footer_phone .list_phone_number ul li{
	margin-bottom: 5px;
	padding-left: 12px;
	background: transparent url(/shared/site_gikai/images/icon/list_icon.png) no-repeat 0 7px;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
}
.footer_phone .list_phone_number ul li span{
	margin-right: 10px
}
#tmp_footer .copyright_wrap{
	border-top: 1px solid #5e7baf;
	text-align: center;
	padding: 15px 0 6px 0;
}
#tmp_footer .copyright_wrap .corporate_number{
	font-size: 87.5%;    
	margin-bottom: 3px;
}
#tmp_footer .copyright_wrap .copyright{
	font-size: 75%;
}

#tmp_footer .container {
    position: relative;
}

/* ==================================================
col_rgt_navi
================================================== */
.col_rgt_navi .rgt_cnavi{
	margin-bottom: 35px;
}
.col_rgt_navi .rgt_cnavi ul{
	list-style: none;
}
.col_rgt_navi .rgt_cnavi ul li{
	display: table;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 0 2px 7px 1px rgba(62, 79, 104, 0.3);
	-webkit-box-shadow: 0 2px 7px 1px rgba(62, 79, 104, 0.3);
	box-shadow: 0 2px 7px 1px rgba(62, 79, 104, 0.3);
}
.col_rgt_navi .rgt_cnavi ul .item_image{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 66px;
	height: 100%;
	background-color: #4183e3;
	color: #000000;
}
.col_rgt_navi .rgt_cnavi ul .item_link{
	display: table-cell;
	width: 214px;
	height: 66px;
	vertical-align: middle;
	background-color: #3567b1;
	color: #ffffff;
}
.col_rgt_navi .rgt_cnavi ul .item_link a{
	display: block;
	text-decoration: none;
	padding: 13px 10px 11px 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
}
.col_rgt_navi .rgt_cnavi ul li.active a{
	text-decoration: underline;
}
.col_rgt_navi .related_links_ttl {
	margin-bottom: 13px;
}
.col_rgt_navi .related_links_ttl p{
	font-size: 125%;
	font-weight: bold;
	padding-left: 20px;
	color: #222222;
	background: #ffffff url(/shared/site_gikai/images/icon/line_related_links.png) no-repeat 0 5px;
}
.col_rgt_navi .related_links_cnt ul{
	list-style: none;
}
.col_rgt_navi .related_links_cnt ul a{
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
	-webkit-box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
	box-shadow: 0 4px 12px 1px rgba(62, 79, 104, 0.2);
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.col_rgt_navi .related_links_cnt ul a:hover img,
.col_rgt_navi .related_links_cnt ul a:focus img,
.col_rgt_navi .related_links_cnt ul a:active img{
	opacity: 0.8;
}
.col_rgt_navi .related_links_cnt ul a img{
	width: 100%;
	height: auto;
	border-radius: 5px;
}

  
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#9b1313; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#0c4e01; /* デザインによって変更 */
	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:36px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:30px !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:20px solid transparent;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:50%;
	margin-right:0%;
	float:left;
	padding-right: 10px;
}
div.col2 div.col2R {
	display:table;
	width:50%;
	float:left;
	padding-left: 10px;
}
/* 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:20px solid transparent;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:33.3333333%;
	margin-right:0%;
	float:left;
	padding-right: 10px;
}
div.col3 div.col3R {
	display:table;
	width:33.3333333%;
	float:left;
	padding-left: 10px;
}
div.col3 div.col3M {
	padding-left: 10px;
}
/* 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;
}
/* ==================================================
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;
}
.gsc-input-box {
	height:auto !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:0;
	text-indent:0 !important;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#fdffef; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#f2ffef; /* デザインによって変更 */
}
td.bg_orange,
th.bg_orange {
	color:inherit;
	background-color:#fff8ef; /* デザインによって変更 */
}
/* ==================================================
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;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
    z-index: auto !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;
}
/* 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;
}
.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;
    height: auto !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;
}
/*  追加する。
============================== */
.color_blue .spmenu_open::before,
.color_yellow .spmenu_open::before,
.color_black .spmenu_open::before {
	content:none;
}
/* for pnavi */
.color_blue .ptop a,
.color_yellow .ptop a,
.color_black .ptop a{
	text-indent: 0;
}
/* header.gnavi */
.model_sp.color_blue #tmp_header,
.format_free.color_blue #tmp_gnavi_wrap {
    border-bottom:2px solid  #FFFF00 !important;
}
.model_sp.color_yellow #tmp_header,
.format_free.color_yellow #tmp_gnavi_wrap {
    border-bottom:2px solid  #000000 !important;
}
.model_sp.color_black #tmp_header,
.format_free.color_black #tmp_gnavi_wrap {
    border-bottom:2px solid  #FFFF00 !important;
}
.color_blue #tmp_footer {
	border-top:2px solid  #FFFF00 !important;
}
.color_yellow #tmp_footer {
    border-top:2px solid  #000000 !important;
}
.color_black #tmp_footer {
    border-top:2px solid  #FFFF00 !important;
}
/* for pnavi */
.color_blue .pnavi,
.color_yellow .pnavi,
.color_black .pnavi,
.color_blue #tmp_footer .pnavi a,
.color_yellow #tmp_footer .pnavi a,
.color_black #tmp_footer .pnavi a {
	width:auto !important;
}

.format_top.color_blue.model_pc .gnavi > ul > li,
.format_top.color_yellow.model_pc .gnavi > ul > li,
.format_top.color_black.model_pc .gnavi > ul > li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.format_free.color_blue #tmp_wrapper .gnavi ul li.active a:hover,
.format_free.color_blue #tmp_wrapper .gnavi ul li.active > a{
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.format_free.color_yellow #tmp_wrapper .gnavi ul li.active a:hover,
.format_free.color_yellow #tmp_wrapper .gnavi ul li.active > a{
	background-color: #000000 !important;
	color: #FFFF00 !important;
}
.format_free.color_black #tmp_wrapper .gnavi ul li.active a:hover,
.format_free.color_black #tmp_wrapper .gnavi ul li.active > a{
    background-color: #FFFF00 !important;
	color: #000000 !important;
}
.format_top.color_blue.model_pc .gnavi > ul,
.format_top.color_yellow.model_pc .gnavi > ul,
.format_top.color_black.model_pc .gnavi > ul,
.format_free.color_blue .gnavi .drop_down_hidden,
.format_free.color_yellow .gnavi .drop_down_hidden,
.format_free.color_black .gnavi .drop_down_hidden {
	border-width: 2px !important;
	border-style: solid !important;
}
.color_blue .gnavi .drop_down_hidden li,
.color_yellow .gnavi .drop_down_hidden li,
.color_black .gnavi .drop_down_hidden li {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
}
.format_top.color_blue .gnavi .drop_down_hidden,
.format_top.color_yellow .gnavi .drop_down_hidden,
.format_top.color_black .gnavi .drop_down_hidden {
	border-width: 2px !important;
	border-style: solid !important;
	padding:0 !important;
}
.color_blue #tmp_main_visual .slick-dots .slick-active a,
.color_blue #tmp_wrapper .box_pickup .pickup_slides .slick-dots .slick-active a{
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_main_visual .slick-dots .slick-active a,
.color_yellow #tmp_wrapper .box_pickup .pickup_slides .slick-dots .slick-active a{
    background-color: #000000 !important;
}
.color_black #tmp_main_visual .slick-dots .slick-active a,
.color_black #tmp_wrapper .box_pickup .pickup_slides .slick-dots .slick-active a{
    background-color: #FFFF00 !important;
}
/* for hlogo */
.format_free.color_blue #tmp_hlogo h1,
.format_free.color_blue #tmp_hlogo p span,
.format_free.color_blue #tmp_hlogo a,
.format_free.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo p,
.format_free.color_yellow #tmp_hlogo h1,
.format_free.color_yellow #tmp_hlogo p span,
.format_free.color_yellow #tmp_hlogo a,
.format_free.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo p,
.format_free.color_black #tmp_hlogo h1,
.format_free.color_black #tmp_hlogo p span,
.format_free.color_black #tmp_hlogo a,
.format_free.color_black #tmp_hlogo p,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo p {
	height: auto !important;
	width: auto !important;
}

.color_blue .section_activity .activity_btn_list .activity_btn_inner,
.color_yellow .section_activity .activity_btn_list .activity_btn_inner,
.color_black .section_activity .activity_btn_list .activity_btn_inner,
.color_blue .section_rel_link .rel_link_list li a,
.color_yellow .section_rel_link .rel_link_list li a,
.color_black .section_rel_link .rel_link_list li a {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.color_blue .box_pickup .pickup_cnt,
.format_top.model_pc.color_blue #tmp_setting,
.color_blue #tmp_sma_lmenu,
.color_blue .section_activity .activity_btn_list .activity_btn_inner,
.color_blue #tmp_switch_pc_style,
.color_blue #tmp_switch_sp_style,
.color_blue #tmp_hnavi_s li a,
.color_blue #tmp_sma_menu #tmp_sma_rmenu,
.model_sp.color_blue #tmp_sma_menu .wrap_sma_sch .close_btn,

.color_yellow .box_pickup .pickup_cnt,
.format_top.model_pc.color_yellow #tmp_setting,
.color_yellow #tmp_sma_lmenu,
.color_yellow .section_activity .activity_btn_list .activity_btn_inner,
.color_yellow #tmp_switch_pc_style,
.color_yellow #tmp_switch_sp_style,
.color_yellow #tmp_hnavi_s li a,
.color_yellow #tmp_sma_menu #tmp_sma_rmenu,
.model_sp.color_yellow #tmp_sma_menu .wrap_sma_sch .close_btn,

.color_black .box_pickup .pickup_cnt,
.format_top.model_pc.color_black #tmp_setting,
.color_black #tmp_sma_lmenu,
.color_black .section_activity .activity_btn_list .activity_btn_inner,
.color_black #tmp_switch_pc_style,
.color_black #tmp_switch_sp_style,
.color_black #tmp_hnavi_s li a,
.color_black #tmp_sma_menu #tmp_sma_rmenu,
.model_sp.color_black #tmp_sma_menu .wrap_sma_sch .close_btn{
    border-width: 1px !important;
    border-style: solid !important;
}
.color_blue #tmp_sma_func_sch_btn,
.color_yellow #tmp_sma_func_sch_btn,
.color_black #tmp_sma_func_sch_btn{
    border-left-width: 1px !important;
    border-left-style: solid !important;
}
.color_blue .box_message .message_inner,
.color_yellow .box_message .message_inner,
.color_black .box_message .message_inner,
.color_blue .col_rgt_navi .related_links_cnt ul a,
.color_yellow .col_rgt_navi .related_links_cnt ul a,
.color_black .col_rgt_navi .related_links_cnt ul a,
.color_blue .col_rgt_navi .rgt_cnavi ul li,
.color_yellow .col_rgt_navi .rgt_cnavi ul li,
.color_black .col_rgt_navi .rgt_cnavi ul li{
		box-shadow: none !important;
	-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	border-width: 1px !important;
    border-style: solid !important;
}
/* spmenu */
.color_blue.model_sp #tmp_means,
.color_yellow.model_sp #tmp_means,
.color_black.model_sp #tmp_means{
	border-width: 1px !important;
	border-style: solid !important;
}
.color_blue.model_sp #tmp_means li,
.color_yellow.model_sp #tmp_means li,
.color_black.model_sp #tmp_means li {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
}
/* lnavi */
.color_blue #tmp_lnavi,
.color_yellow #tmp_lnavi,
.color_black #tmp_lnavi {
	border-width: 1px !important;
	border-style: solid !important;
}
.color_blue #tmp_lnavi #tmp_lnavi_ttl,
.color_yellow #tmp_lnavi #tmp_lnavi_ttl,
.color_black #tmp_lnavi #tmp_lnavi_ttl {
	border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
}
.color_blue #tmp_lnavi #tmp_lnavi_cnt ul li.active a,
.color_blue #tmp_lnavi #tmp_lnavi_cnt ul a:hover{
	background-color: #FFFF00 !important;
	color: #000000 !important;
}
.color_yellow #tmp_lnavi #tmp_lnavi_cnt ul li.active a,
.color_yellow #tmp_lnavi #tmp_lnavi_cnt ul a:hover{
	background-color: #000000 !important;
	color: #FFFF00 !important;
}
.color_black #tmp_lnavi #tmp_lnavi_cnt ul li.active a,
.color_black #tmp_lnavi #tmp_lnavi_cnt ul a:hover{
    background-color: #FFFF00 !important;
	color: #000000 !important;
}
/* インデックスメニュ‐*/
.color_blue #tmp_wrapper #tmp_contents .box_menu,
.color_yellow #tmp_wrapper #tmp_contents .box_menu,
.color_black #tmp_wrapper #tmp_contents .box_menu{
	box-shadow: none !important;
}
.color_blue #tmp_wrapper #tmp_contents .box_menu,
.color_yellow #tmp_wrapper #tmp_contents .box_menu,
.color_black #tmp_wrapper #tmp_contents .box_menu {
	border-width: 1px !important;
	border-style: solid !important;
}
.color_blue #tmp_wrapper #tmp_contents .box_menu.box_menu_ttl p, 
.color_blue #tmp_wrapper #tmp_contents div.box_menu .box_menu_ttl p,
.color_yellow #tmp_wrapper #tmp_contents .box_menu.box_menu_ttl p, 
.color_yellow #tmp_wrapper #tmp_contents div.box_menu .box_menu_ttl p,
.color_black #tmp_wrapper #tmp_contents .box_menu.box_menu_ttl p, 
.color_black #tmp_wrapper #tmp_contents div.box_menu .box_menu_ttl p {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
}
/* 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,
.color_blue #tmp_main h1 {
    border: 3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_main h2,
.color_blue .wrap_col_rgt_navi .related_links_ttl p{
    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,
.color_yellow #tmp_main h1 {
    border: 3px solid black !important;
}
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_main h2,
.color_yellow .wrap_col_rgt_navi .related_links_ttl p{
    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,
.color_black #tmp_main h1 {
    border: 3px solid yellow !important;
}
.color_black #tmp_wrap_main h2,
.color_black #tmp_main h2,
.color_black .wrap_col_rgt_navi .related_links_ttl p{
    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 #tmp_hnavi_s li a{
	font-size: 45% !important;
}
.fsize_big #tmp_sma_func_sch_btn {
    width: auto;
}
.format_free.fsize_big.model_pc #tmp_gnavi_wrap {
    margin: 0;
}
.format_free.fsize_big.model_pc .gnavi {
    float: none;
    width: 100%;
}
.format_free.fsize_big.model_pc .gnavi .drop_down_hidden {
    top: 62px;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
    font-size: 175% !important;
}
.fsize_big2 #tmp_hnavi_s li a{
	font-size: 32% !important;
}
.fsize_big2 #tmp_sma_func_sch_btn {
    width: auto;
}
.format_free.fsize_big2.model_pc #tmp_gnavi_wrap {
    margin: 0;
}
.format_free.fsize_big2.model_pc .gnavi {
    float: none;
    width: 100%;
}
.format_free.fsize_big2.model_pc .gnavi .drop_down_hidden {
    top: 75px;
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.wrap_sch_box:after,
.format_free .header_logo_wrap:after,
.gnavi ul:after,
.col_nm:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_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: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
