<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:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	word-wrap: break-word;
}
body .cms8341-dataTable,
.cms8341-dataTable input,
.cms8341-dataTable select,
.cms8341-dataTable textarea {
	font-family:'メイリオ',Meiryo,sans-serif;
}
body.format_free {
	color:#303030;
	background-color:transparent;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#003377;
}
body {
	font-size:87.5%;
}
/* Styles
================================================== */
/* text */
.txt_red {
    color:#C3000F; /* Setting by CMS sheets */
}
.txt_green {
    color:#1a7146; /* 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_pink,
th.bg_pink {
    color:inherit;
    background-color: #ffdfdf; /* Setting by CMS sheets */
}
td.bg_light_blue,
th.bg_light_blue {
    color:inherit;
    background-color: #d0eff9; /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
    color:inherit;
    background-color: #eeeeee; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1280px;
	margin:0 auto;
}
#tmp_wrapper .container{
	max-width: 1240px;
	margin:0 auto;
}
.format_free #tmp_wrap_main {
	margin-bottom:110px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}
.col_main {
}


#tmp_wrapper .footer_banner {
    max-width: 1160px;
    min-height: 266px;
    display: block;
    margin: 0 auto 120px;
    padding: 50px 60px;
    background: transparent url(/shared/site_en_rn/images/main/bg_banner.jpg) no-repeat left top;
    background-size: 100% 100%;
}

#tmp_wrapper .footer_banner p {
	font-size: 200%;
	font-weight: bold;
	color: #222222;
	display: block;
}

#tmp_wrapper .footer_banner a {
    display: inline-block;
    width: 40%;
    height: 120px;
    text-indent: -9999px;
}

#tmp_wrapper .footer_banner a:nth-child(2) {
	margin-right: 155px;
	background: transparent url(/shared/site_en_rn/images/main/img_gonagano.jpg) no-repeat left top;
}

#tmp_wrapper .footer_banner a:last-child {
	background: transparent url(/shared/site_en_rn/images/main/img_living.jpg) no-repeat left top;
}

/* header
================================================== */
#tmp_header {
	position: relative;
}
#tmp_header:after {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 249px;
    content: "";
    background: #ffffff url(/shared/site_en_rn/images/header/bg_header.png) no-repeat left top;
    position: relative;
    z-index: -1;
}
.format_top #tmp_header:before{
	content: '';
	position: absolute;
	background: #ffffff url(/shared/site_en_rn/images/img_top_right.jpg) left top no-repeat;
	color: #000000;
	width: auto;
	height: 640px;
	left: 50%;
	margin-left: 385px;
	top: 0;
	right: 0;
	z-index: 1;
} 
#tmp_header .container {
	display: block;
	padding: 50px 40px 45px;
	position: relative;
	z-index: 2;
}
#tmp_hlogo {
	float: none;
	width:406px;
	height:51px;
	margin: 0 auto;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:406px;
	height:51px;
	background: #ffffff url(/shared/site_en_rn/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:406px;
	height:51px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:406px;
	height:51px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}

.tmp_hsearch {
    display: block;
    width: 240px;
	min-height: 32px;
	padding-left: 5px;
    border: 1px solid #000000;
    border-radius: 6.25rem;
    position: absolute;
    top: 60px;
    right: 40px;
    overflow: hidden;
    background-color: #ffffff;
}

.tmp_hsearch label {
    background: #ffffff url(/shared/site_en_rn/images/header/icon_search.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.tmp_hsearch #tmp_query {
	width: 140px;
	height: 30px;
	border: none;
}

.tmp_hsearch #tmp_func_sch_btn {
    min-width: 70px;
    min-height: 30px;
    color: #ffffff;
    background-color: #000000;
    border: none;
    font-size: 128.6%;
    position: absolute;
    right: 0;
    line-height: 1.4;
	cursor: pointer;
}

.func_setting {
	padding-top: 60px;
}
.func_setting input,
.func_setting a {
	float: left;
	min-width: 80px;
	min-height: 28px;
	text-align: center;
	font-size: 114.3%;
	text-decoration: none;
	margin-left: 11px;
	padding: 0 4px;
	color: #222222;
	border: 1px solid #000000;
	background-color: #ffffff;
	text-transform: capitalize;
	cursor: pointer;
}
.func_setting #tmp_color a:nth-of-type(2){
	color: #ffff00;
	background-color: #02018b;
	border-color: #02018b;
}

.func_setting #tmp_color a:nth-of-type(3){
	background-color: #ffff00;
	border-color: #ffff00;
}

.func_setting #tmp_color a:nth-of-type(4){
	color: #ffff00;
	background-color: #000000;
	border-color: #000000;
}

.func_text{
	float: left;
	margin-right: 57px;
    overflow: hidden;
}

.func_interface {
	float: left;
	margin-right: 25px;
    overflow: hidden;
}

.para_size,
.select_background {
    font-size: 114.3%;
    color: #222222;
    text-align: center;
    float: left;
}

.func_setting #tmp_darkblue {
	color: #ffff00;
	background-color: #02018b;
	border-color: #02018b;
}

.func_setting #tmp_yellow {
	background-color: #ffff00;
	border-color: #ffff00;
}

.func_setting #tmp_black {
	color: #ffff00;
	background-color: #000000;
	border-color: #000000;
}

.func_setting .func_language {
    min-width: 235px;
	float: right;
	border: 1px solid #000000;
    background-color: #ffffff;
}

.func_setting .func_language a {
	display: inline-block;
	width: 50%;
	min-height: 25px;
	text-align: center;
	padding: 1px 0;
	border: none;
	margin: 0;
	position: relative;
	background: transparent;
}

.func_setting .func_language a:first-child:after {
    content: '';
    width: 22px;
    height: 50px;
    position: absolute;
    background: transparent url(/shared/site_en_rn/images/icon/icon_lang.png) top left no-repeat;
    top: -10px;
    right: -10px;
}
.menu_sp,
.control_header_sp {
	display: none;
}
@media all and (-ms-high-contrast:none){
	.func_setting a,
	.para_size, 
	.select_background,
	.func_setting .func_language a { padding-top: 5px; } /* IE10 */
	.func_setting .func_language a:first-child:after {
		top: -8px;
	}
	*::-ms-backdrop, 
	.func_setting a,
	.para_size, 
	.select_background,
	.func_setting .func_language a { padding-top: 5px; } /* IE11 */
	}
	*::-ms-backdrop,
	.func_setting .func_language a:first-child:after {
		top: -8px;
}

/* gnavi
================================================== */
.gnavi {
	color:inherit;
	clear:both;
}
.gnavi ul {
	list-style:none;
}
.gnavi li {
	width:120px;
	float:left;
}
.gnavi a {
	display:block;
	padding:13px 10px 11px;
	text-align:center;
	text-decoration:none;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration:underline;
}
/* footer
================================================== */
#tmp_footer {
	color:#ffffff;
	background-color: #666666;
	margin-top: 7px;
}
#tmp_footer .container {
	position: relative;
}
.pnavi {
	clear: both;
	position: absolute;
	right: 0;
	top: -71px;
}
.pnavi a {
    float: right;
    display: block;
    min-width: 360px;
    min-height: 70px;
    padding-left: 70px;
    font-size: 128.6%;
	font-weight:bold;
    color: #222222;
    text-decoration: none;
	line-height: 70px;
	border: 1px solid #000000;
	border-bottom: none;
    background: #ffffff url(/shared/site_en_rn/images/icon/icon_pagetop.jpg) 30px 27px no-repeat;
}
/* fnavi  */
.fnavi {
	padding:6px 10px 5px;
	color:inherit;
	list-style:none;
}
.fnavi li {
	margin:0 15px 0 0;
	white-space:nowrap;
	float:left;
}
.fnavi li:last-child {
	margin-right:0;
}
.footer_cnt {
	font-size: 114.3%;
	line-height: 2;
	padding: 30px 10px;
}
.footer_cnt address {
	margin:0 0 5px;
	font-style:normal;
}
.footer_cnt address span {
	margin:0 1em 0 0;
}
.copyright {
	padding-top: 10px;
	text-align: right;
}
.copyright span {
	display: block;
	width: auto;
	float: left;
	text-align: left;
}
/* ==================================================
layout
================================================== */
/* col_rgt_navi
============================== */
.wrap_col_rgt_navi {
	float:right;
}
.rnavi_func {
    border: 1px solid #333333;
}
.col_rgt_navi .rnavi_ttl{
	padding: 25px 5px 20px 23px;
	color: #000000;
	background-color: #f2f2f2;
	border-bottom: 1px solid #333333;
}
.col_rgt_navi .rnavi_ttl p a{
	font-size: 157.1%;
	font-weight: bold;
	color: #000000;
	background-color: #f2f2f2;
	text-decoration: none;
}
.column_rnavi .wrap_col_main {
	width:100%;
	float:left;
}
.format_free .wrap_col_rgt_navi {
	width: 250px;
}
.format_free .col_rgt_navi {margin-top: 45px;}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -289px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-289px;
}
.format_free .column_rnavi .col_main {
	margin-right:289px;
}
.format_free .col_rgt_navi .rnavi_cnt{
	padding: 0 8px;
}
.format_free .col_rgt_navi .rnavi_cnt ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.format_free .col_rgt_navi .rnavi_cnt ul li{
	border-bottom: 1px solid #e2e2e2;
}
.format_free .col_rgt_navi .rnavi_cnt ul li:last-child{
	border-bottom: 0;
}
.format_free .col_rgt_navi .rnavi_cnt ul li a{
	padding: 15px 0 15px 35px;
	display: block;
	text-decoration: none;
	color: #000000;
	background:url(/shared/site_en_rn/images/icon/nav_arrow_rgt.png) no-repeat 8px 17px;
}
.format_free .col_rgt_navi .rnavi_cnt ul li a:hover,
.format_free .col_rgt_navi .rnavi_cnt ul li a:focus{
	text-decoration: underline;
}
/* ==================================================
CMS-function
================================================== */
/* plugin 
============================== */
.plugin {
 margin:0 0 20px;
 padding: 18px 20px 0;
 clear:both;
 color: #303030;
 background: #d6d6d6;
}
.plugin .plugin_img {
 margin:0 10px 20px 0 !important;
 float: left;
}
.plugin .plugin_img img {
 vertical-align:top;
}
.plugin p {
 margin:0 !important;
}

/* 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: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;
}

/* ==================================================
CMS-library
================================================== */
/* update
============================== */
#tmp_update {
	margin:0 0 27px;
	text-align:right;
	float: right;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border: 1px solid #999999;
	clear:both;
}
#tmp_feedback_ttl {
	padding: 12px 20px 10px;
	color: inherit;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	font-size: 171.4%;
	font-weight: bold;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding: 26px 38px 11px;
	text-align: center;
}
#tmp_feedback_cnt dl {
    text-align: left;
}
#tmp_feedback_cnt dt {
    margin-bottom: 12px;
}
#tmp_feedback_cnt dd p {
    display: inline-block;
    margin: 0 20px 16px 0;
}
#tmp_feedback_cnt dd label {
    font-weight: bold;
}
#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-block;
	margin: 0 1em 0.8em 0;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 30px;
	border: 1px solid #999999;
	clear:both;
}
#tmp_inquiry_ttl {
	padding: 9px 20px 7px;
	color:inherit;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	font-size: 171.4%;
	font-weight: bold;
}
#tmp_inquiry_cnt {
	padding: 26px 38px 20px;
	font-weight: bold;
	color: #303030;
	background-color: transparent;
}
.form_control {
    text-align: center;
}
.feedback_btn,
.submit_control {
	border:none;
	border-left:1px solid #989696;
	border-right:1px solid #989696;
    background-color: #333333;
    color: #ffffff;
    font-weight: bold;
    font-size: 128.5%;
    min-width: 300px;
    display: inline-block;
    cursor: pointer;
    padding: 12px 4px 12px;
    margin: 15px auto 0;
}
.feedback_btn:hover,
.feedback_btn:focus,
.submit_control:hover,
.submit_control:focus {
    background-color: #181717;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.3em 0 0;
}
/* ==================================================
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;
}
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;
}
table.col3 td.col3L,
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 #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;
}
/* element
================================================== */
.color_blue #tmp_footer,
.color_yellow #tmp_footer,
.color_black #tmp_footer {
	border:1px solid #000000;
}
.color_blue #tmp_wrapper h3.ttl_content,
.color_yellow #tmp_wrapper h3.ttl_content,
.color_black #tmp_wrapper h3.ttl_content {
	min-height: 280px;
}
.color_blue #tmp_wrapper h3.ttl_content img,
.color_yellow #tmp_wrapper h3.ttl_content img,
.color_black #tmp_wrapper h3.ttl_content img {
	display:none;
}
/* 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;
}
/* gallery span */
.color_blue #tmp_wrapper .box_gallery a span.txt {
	background-color:#00008B !important;
}
.color_blue .func_setting #tmp_color a:nth-of-type(2){
	border: none !important;
}
.color_blue #tmp_main_visual .gallery_ctrl .list_order li.active a {
    background-color:#FFFF00 !important;
}
/* color style */
.color_blue .func_setting #tmp_color a:nth-of-type(3){
	color: #000000 !important;
	background-color: #ffff00 !important;
	border-color: #ffff00 !important;
}
.color_blue .func_setting #tmp_color a:nth-of-type(4){
	color: #ffff00 !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}

/* for google box */
.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	background-color:transparent !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color:#0000FF !important;
	background-color:transparent !important;
}
.color_yellow #tmp_wrap_main h1 {
	border:3px solid black !important;
}
.color_yellow #tmp_wrap_main h2 {
	border-bottom:1px solid black !important;
	border-left:3px solid black !important;
}
.color_yellow #tmp_wrap_main h3 {
	border-left:3px solid black !important;
}
/* gallery span */
.color_yellow #tmp_wrapper .box_gallery a span.txt {
	background-color:#FFFF00 !important;
}
.color_yellow .func_setting #tmp_color a:nth-of-type(3){
	border: none !important;
}
.color_yellow #tmp_main_visual .gallery_ctrl .list_order li.active a {
    background-color:#000000 !important;
}
/* color style */
.color_yellow .func_setting #tmp_color a:nth-of-type(2){
	color: #ffff00 !important;
	background-color: #02018b !important;
	border-color: #02018b !important;
}
.color_yellow .func_setting #tmp_color a:nth-of-type(4){
	color: #ffff00 !important;
	background-color: #000000 !important;
	border-color: #000000 !important;
}
/* for google box */
.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	background-color:transparent !important;
	border-color:black !important;
	list-style-image:none !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* gallery span */
.color_black #tmp_wrapper .box_gallery a span.txt {
	background-color:#000000 !important;
}
.color_black .func_setting #tmp_color a:nth-of-type(4){
	border: none !important;
}
.color_black #tmp_main_visual .gallery_ctrl .list_order li.active a {
    background-color:#FFFF00 !important;
}
/* color style */
.color_black .func_setting #tmp_color a:nth-of-type(2){
	color: #ffff00 !important;
	background-color: #02018b !important;
	border-color: #02018b !important;
}
.color_black .func_setting #tmp_color a:nth-of-type(3){
	color: #000000 !important;
	background-color: #ffff00 !important;
	border-color: #ffff00 !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	background-color:transparent !important;
	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;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}

.func_text .disable {
	display:none;
	visibility:hidden;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* Do not edit */
}
.used_bg_img span {
	position:relative; /* Do not edit */
	z-index:-1; /* Do not edit */
	overflow:hidden; /* Do not edit */
}
/* ==================================================
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 */
}
/* Pankuzu
================================================== */
#tmp_pankuzu {
    margin-top: 20px;
}
#tmp_pankuzu a,
#tmp_pankuzu {
	color: #666666;
	text-decoration: none;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus {
	text-decoration: underline;
}
/* ==================================================
print
================================================== */

@media print {
    /* for IE7.0 */
    *:first-child+html #tmp_gnavi ul li span {
        visibility: hidden;
    }
    /* for IE6.0 */
    * html #tmp_gnavi ul li span {
        visibility: hidden;
    }
    /* for Firefox */
    #tmp_main:after,
    .col_nm:after {
        content: "";
        /* 変更しない */
        height: 1px;
        /* 変更しない */
    }
    .control_header_sp {
        display: none !important;
    }
}</pre></body></html>