<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#003377;
}
#tmp_contents a:hover,
#tmp_contents a:focus {
	color:#0066BB;
	text-decoration:none;
}

body {
	font-size:87.5%;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#CB2D6F; /* Setting by CMS sheets */
}
.txt_green {
	color:#4A7C37; /* Setting by CMS sheets */
}
.txt_blue {
	color:#3D52C9; /* Setting by CMS sheets */
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FFDDE5; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFF3C9; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#E5F4FE; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	width: 100%;
	min-width: 1080px;
}
.format_top #tmp_wrapper {
	width: 100%
}
.col_main {
	padding:10px 0 41px 0;
}

/* header
================================================== */
#tmp_wrap_header {
	width:100%;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	min-width: 1080px;
}
.format_top #tmp_header,
.format_free #tmp_header {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	max-width: 1366px;
	min-width: 1080px;
}
#tmp_means {
	margin-left: auto;
}
#tmp_hnavi_volum a,
#tmp_hnavi_color a {
	background: url("/shared/images/icon/text_icon.png") no-repeat left 12px center #0066BB;
	display: block;
	padding: 10px 10px 9px 38px;
	font-size: 107.1%;
	line-height: 1.0;
	border-radius: 5px;
	font-weight: bold;
}
#tmp_hnavi_volum a {
	background: url("/shared/images/icon/audio_icon.png") no-repeat left 12px center #0066BB;
	padding: 10px 10px 9px 43px;
}
#tmp_hnavi_color {
	margin-left: 12px;
}
#tmp_gsearch {
	display: flex;
}
#tmp_hlogo h1,
.format_free #tmp_hlogo p {
	background: url("/shared/images/header/master/logo.jpg") no-repeat left center;
	width: 453px;
	height: 50px;
	margin: 36px 0 0 32px;
}
#tmp_hlogo a {
	width: 453px;
	height: 50px;
	display:block;
}
#tmp_hlogo h1 span,
.format_free #tmp_hlogo p span {
	position: relative;
	z-index: -1;
	overflow: hidden;
	width: 453px;
	height: 50px;
	display:block;
}
/* gnavi
================================================== */
#tmp_hnavi_btm {
	box-sizing: border-box;
	border-top: 1px solid #BBBBBB;
	clear:both;
}
#tmp_means #tmp_hnavi_btm ul {
	list-style: none;
	display:flex;
}
#tmp_hnavi_btm li {
	position: relative;
}
#tmp_hnavi_btm li a {
	display: block;
	padding: 21px 19px 16px 21px;
	text-align: center;
	font-size: 114.2%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}
#tmp_hnavi_btm li.glist2 a {
	padding: 20px 16px 16px 14px;
}
#tmp_hnavi_btm li.glist3 a {
	padding: 10px 25px 4px 16px;
}
#tmp_hnavi_btm li.glist4 a {
	padding: 19px 5px 17px 5px;
}
#tmp_hnavi_btm li.glist5 a {
	padding: 19px 27px 17px 27px;
}
#tmp_hnavi_btm .active a:after,
#tmp_hnavi_btm a:hover:after,
#tmp_hnavi_btm a:focus:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #0066BB;
	bottom: 0;
	left: 0;
}
/* footer
================================================== */
#tmp_footer {
	width:100%;
	color:inherit;
	padding-bottom: 15px;
	position:relative;
	min-width: 1080px;
}
.format_free #tmp_footer {
	padding-bottom: 20px;
}
#tmp_footer .colorful_background {
	width:100%;
	height:3px;
	background:url("/shared/templates/top/images/footer_img01.png");
	position:absolute;
	top:0px;
}
#tmp_footer .to_top_btn {
	width:50px;
	height:50px;
	border-radius: 50%;
	background: #0066BB;
	position:absolute;
	top:-22px;
	right:75px;
	cursor:pointer;
} 
#tmp_footer .to_top_cnt {
	width:100%;
	height:100%;
	position:relative;
}
.to_top_cnt img {
	position:absolute;
	top:13px;
	left:50%;
	transform: translateX(-50%);
}
.to_top_cnt span {
	font-size: 85%;
	font-weight: bold;
	color:#FFFFFF;
	line-height: 1.0;
	position:absolute;
	top:27px;
	left:11px;
}
#tmp_footer .footer_link_menu {
	width:100%;
	background:url("/shared/images/footer/master/footer_img01.png") repeat-x top center #F5F7FA;
}
#tmp_footer .footer_cnt {
	max-width:1080px;
	margin:0px auto;
	padding-top: 40px;
	display: flex;
}
.footer_logo p {
	background: url("/shared/images/footer/master/footer_logo.jpg") no-repeat left center;
	width: 359px;
    height: 39px;
}
.footer_logo span {
	position: relative;
	z-index: -1;
	overflow: hidden;
	text-indent: -9999px;
}
.footer_cnt_left address span {
	padding-top: 11px;
    letter-spacing: 1.7px;
}
.footer_cnt_left address .tell_number {
	display:none;
}
.footer_cnt_right {
	margin-left: auto;
}
.footer_cnt_right a {
	display:block;
	width:150px;
	padding: 6px 0 6px 12px;
	background:url("/shared/images/footer/master/info_icon.png") no-repeat left 17px center #0066BB;
	border-radius: 5px;
	color:#FFFFFF;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align:center;
	box-shadow: 0px 4px 0px rgba(0,0,0,0.16);
	margin-top: 10px;
	font-weight: bold;
}
.footer_cnt_right a:hover {
	box-shadow: none;
	transform: translate(0, 4px);
}
#tmp_footer .footer_copyright {
	max-width:1080px;
	margin: 0px auto;
	margin-top: 6px;
}
#tmp_footer .copyright {
	text-align: right;
	line-height: 1.0;
	font-size: 85.7%;
	font-weight: 400;
	letter-spacing: 1.3px;
}
/* fnavi  */

.fnavi {
	max-width:1080px;
	margin:0px auto;
	padding-top: 3px;
	color:inherit;
	list-style:none;
	display:flex;
	justify-content: right;
}
.fnavi li {
	line-height: 1.0;
	font-size:114%;
	padding:17px 0px;
	margin-right:35px;
}
.fnavi li a {
	display:inline-block;
	width:100%;
	height:100%;
	color:#000000;
	background: url("/shared/templates/top/images/list_dot.png");
	background-repeat: no-repeat;
	background-position:left bottom 2px;
	padding-left: 14px;
	letter-spacing: 2px;
}
.fnavi li a:hover,
.fnavi li a:focus {
	color:#0066BB;
	text-decoration:none;
}
.fnavi li:last-child {
	margin-right:0;
}
.footer_cnt address {
	margin:10px 0 6px;
	font-style:normal;
	font-size: 114.2%;
	font-weight: 400;
}
.copyright {
	text-align:center;
}
.format_top .pnavi .ptop {
	position: relative;
}
.pnavi  {
	min-width: 1080px;
	max-width: 1366px;
    margin: 0 auto;
}
.pnavi .ptop {
	position: relative;
}
.pnavi .ptop a,
.format_top .pnavi .ptop a {
	position: absolute;
	background:url("/shared/images/footer/master/top_btn.png") no-repeat top center;
    width: 50px;
    height: 50px;
	right: 75px;
    bottom: -28px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
	z-index: 1;
}
.pnavi .ptop a.fixTop,
.format_top .pnavi .ptop a.fixTop {
	position:fixed;
	bottom:10px;
	right:calc(50% - 608px);
}
/* ==================================================
layout
================================================== */
/* .column_lnavi
============================== */
.wrap_col_lft_navi {
	float:left;
	position:relative;
	z-index:1;
}
.column_lnavi .wrap_col_main {
	width:100%;
	float:right;
}
.format_free .wrap_col_lft_navi {
	width:200px;
	margin-right:-210px;
}
.format_free .col_lft_navi {
	padding:10px;
}
.format_free .col_lft_navi ul {
	list-style: none;
}
.format_free .column_lnavi .col_main {
	margin-left:210px;
}
/* ==================================================
CMS-function
================================================== */
/* 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:56px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0;
}
a.icon_pdf {
	background:url("/shared/system/images/linkicon/icon_pdf.gif") no-repeat 0 0;
}
a.icon_word {
	background:url("/shared/system/images/linkicon/icon_word.gif") no-repeat 0 0;
}
a.icon_excel {
	background:url("/shared/system/images/linkicon/icon_excel.gif") no-repeat 0 0;
}
/* plugin 
============================== */
.plugin {
 margin:0 0 20px;
 padding:18px 20px;
 border:1px solid #cecece;
 clear:both;
}
.plugin .plugin_img {
 margin:0 10px 20px 0 !important;
}
.plugin .plugin_img img {
 vertical-align:top;
}
.plugin p {
 margin:0 !important;
}
/* ==================================================
CMS-library
================================================== */
#tmp_means #tmp_hnavi_top {
	display:flex;
	padding:15px 13px 6px 0px;
	justify-content: end;
}
#tmp_hnavi_s,
#tmp_sma_menu {
 display:none; /* Do not edit */
}
/* search */
#tmp_search {
	margin-right: 12px;
}
#tmp_query {
	width:177px;
	height:33px;
	padding:11px 0px 9px 18px;
	box-sizing: border-box;
	border:none;
	background: #F2F2F2;
	color:#747474;
	border-radius: 5px 0px 0px 5px;
	font-size: 92%;
    border: 1px solid #F2F2F2;
}
#tmp_func_sch_btn {
	width:71px;
	height:33px;
	margin-left:-5px;
	text-align:center;
	background: #0066BB;
	color:#FFFFFF;
	box-sizing: border-box;
	font-weight:bold;
	cursor:pointer;
	border:none;
	border-radius: 0px 5px 5px 0px;
	font-size: 100%;
}

/* secondary
============================== */
#tmp_means_secondary {
 margin:0 0 5px 0;
 clear:both;
}
#tmp_means #tmp_hnavi {
	display:flex;
	list-style: none;
}
#tmp_hnavi a {
	text-decoration: none;
	color:#FFFFFF;
}
#tmp_hnavi_color img {
	width:10px;
	height:8px;
	position:absolute;
	top:17px;
	left:20px;
}

/* update
============================== */
#tmp_update {
	margin:0 0 0 0;
	text-align:right;
	float: right;
}
/* social_plugins
============================== */
#tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
.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;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 3em 0;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
	font-weight: 400;
	font-size: 114.2%
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 2.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	clear:both;
	border-radius: 5px;
}
#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.75em 0;
	font-weight:400;
	clear:both;
	font-size:114.2%;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
	font-weight:400;
	font-size:114.2%;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	clear:both;
	max-width:100%;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
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 {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
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;
}

/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
	color: #FFFFFF;
    background-color: #1A59AB;
    text-decoration: none;
    padding: 12px 10px 10px;
    font-size: 114.2%;
    text-align: center;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}

/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image:none !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index:auto !important;
}
.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding:0 !important;
	border:none !important;
}
/* 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;
}

/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2 {
	border-bottom:1px solid yellow !important;
	border-left:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* search */
.color_blue #tmp_func_sch_btn,
.color_blue #tmp_query {
	border: 1px solid #FFFF00;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color:#0000FF !important;
	background-color:transparent !important;
}
.color_yellow #tmp_wrap_main h1 {
	border:3px solid black !important;
}
.color_yellow #tmp_wrap_main h2 {
	border-bottom:1px solid black !important;
	border-left:3px solid black !important;
}
.color_yellow #tmp_wrap_main h3 {
	border-left:3px solid black !important;
}
/* for google box */
.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:black !important;
	list-style-image:none !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* search */
.color_yellow #tmp_func_sch_btn,
.color_yellow #tmp_query {
	border: 1px solid #000000;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}
/* search */
.color_black #tmp_func_sch_btn,
.color_black #tmp_query {
	border: 1px solid #FFFF00;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.no_javascript .tmp_hide_search_box {
	display:none;
}

/* ==================================================
IE対応
================================================== */
@media all and (-ms-high-contrast: none) {
#tmp_means #tmp_hnavi_top {
	float:right;
}
.tmp_hide_search_box .hide_search_box_ttl h2,
.tmp_hide_search_box .hide_search_box_ttl p {
	-ms-writing-mode: tb-rl;
	height:245px;
}
.tmp_hide_search_box .hide_search_box_l {
	width:312px;
}
.hide_search_box_l .top_search_keyword ul li {
	display:inline-block;
}
.hide_search_box_l .top_search_keyword ul {
	display:block !important;
}
.tmp_hide_search_box .top_search_box_cnt {
	height:245px;
}
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_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_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,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
</pre></body></html>