@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
	color:#186BAD;
}
body {
	font-size:87.5%;
	color:#333333;
	background-color:transparent;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#990000; /* Setting by CMS sheets */
}
.txt_green {
	color:#007500; /* 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:#FBE8E9; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBF0E1; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#E3F2F9; /* 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:#DDF4E2; /* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width:1220px;
	margin:0 auto;
}
.col_main {
	padding:28px 30px 12px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 4px;
    width: 860px;
}
.column_cnt .col_main {
    width: 1220px;
    margin: 0 auto;
}
/* header
================================================== */
#tmp_wrap_header {
    background: url("/shared/images/header/head_bg.png") top center repeat-x;
    background-size:auto 100%;
}
#tmp_header {
    max-width: 1220px;
    margin: 0 auto;
	padding:18px 0 9px;
}
#tmp_hlogo {
	float:left;
    margin: 9px 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:169px;
	height:102px;
    background: url("/shared/images/header/logo.png") top left no-repeat;
}
#tmp_hlogo a {
	display:block;
	width:169px;
	height:102px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:169px;
	height:102px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}

#tmp_means {
	color:inherit;
	background-color:transparent;
	float:right;
    margin: 0 0 15px 0;
    max-width:920px;
    text-align:right;
}
#tmp_means img {
 vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
 display:none; /* Do not edit */
}
/* secondary
============================== */
#tmp_means_secondary {
    display: inline-block;
    vertical-align: middle;
 margin:0 0 0 16px;
 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 label,
#tmp_search dd p {
 float:left;
}
#tmp_search dd label {
    background: url("/shared/images/icon/search_icon.png") left center no-repeat;
    padding: 0 0 0 30px;
}

#tmp_query {
 width:162px;
 min-height:31px;
 border:2px solid #FED176;
    padding: 2px;
    border-radius: 5px 0 0 5px;
}
#tmp_func_sch_btn {
 min-width:68px;
 	min-height:31px;
    color: #61501B;
    background-color: #FED176;
 border:2px solid #FED176;
    border-radius: 0 5px 5px 0;
 padding:1px 5px 0;
 text-align:center;
    font-size: 114.2%;
 font-weight:bold;
 cursor:pointer;
}
/* tertiary
============================== */
#tmp_means_tertiary {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 0;
 clear:both;
}
#tmp_hnavi {
    display: flex;
    list-style: none;
}
#tmp_hnavi li a {
    display: block;
    color: #564714;
    background-color: #FFFEEC;
    padding: 4px 13px 2px;
    border:1px solid #FED176;
    border-right: none;
    text-decoration: none;
    font-size: 114.2%;
}
#tmp_hnavi li:last-child a {
    border-right:1px solid #FED176;
    padding: 3px 13px;
}
#tmp_hnavi li:first-child {
	display:none;
}

/* gnavi
================================================== */
.gnavi {
	color:inherit;
    float: left;
    margin: 0 0 0 21px;
    position: relative;
}
.gnavi ul {
    display: flex;
	list-style:none;
}
.gnavi li {
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width:171px;
    position: relative;
}
.gnavi li:first-child {
    width: 174px;
}
.gnavi a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: #564714;
	padding:13px 10px 11px;
	text-align:center;
	text-decoration:none;
    font-size: 157.1%;
    font-weight: bold;
    line-height: 1.2;
	transition: 0.2s ease;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	background-color: #fdf4c1;
}
.gnavi:before,
.gnavi li:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #564714;
    position: absolute;
    top: 25px;
    right: 0;
}
.gnavi:before {
    left: -1px;
    right: auto;
}

/* footer
================================================== */
#tmp_footer {
	padding:0;
	color:inherit;
    background-color: #FED176;
    position:relative;
}
.pnavi .ptop a {
    display: block;
    position: absolute;
    right: 20px;
    top: -110px;
    z-index: 10;
    color:inherit;
    background: url("/shared/images/top_scroll.png") left top no-repeat;
    width: 101px;
    height: 151px;
    overflow: hidden;
}
.pnavi .ptop a.fixTop {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 20px;
}
.pnavi .ptop a span {
    position: relative;
    display: block;
    z-index: -1;
    text-indent: -9999px;
}

/* fnavi  */
#tmp_wrap_fnavi {
	color:inherit;
    background-color: #FEF2B8;
}
.fnavi {
    max-width: 1220px;
    margin: 0 auto;
	padding:20px 0 17px;
	list-style:none;
}
.fnavi li {
	margin:0 20px 0 0;
	float:left;
}
.fnavi li:last-child {
	margin-right:0;
}
.fnavi li a {
    color: #564714;
    background-color: transparent;
    position: relative;
    text-decoration: none;
    padding: 0 0 0 15px;
    font-size: 114.2%;
    letter-spacing: -1px;
}
.fnavi li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #564714;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.footer_cnt {
    max-width: 1220px;
    min-height: 201px;
    margin: 0 auto;
	padding:24px 0 20px 300px;
    position: relative;
}
.footer_cnt:before {
    content: "";
    display: block;
    background: url("/shared/images/footer/foot_map_bg.png") top left no-repeat;
    width: 273px;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer_cnt ul {
    margin: 0 0 14px;
}
.footer_cnt ul li {
    display: inline-block;
    margin: 0 11px 0 0;
}
.footer_cnt ul li a {
    display: block;
    color: #564714;
    background-color: #fef2b8;
    text-decoration: none;
    font-size: 114.2%;
    padding: 2px 10px 3px;
    margin: 0 5px 0 0;
}
.footer_cnt address {
    font-size: 128.5%;
	margin:0 0 5px;
	font-style:normal;
}
.footer_cnt address span {
    display: block;
    font-size: 88.8%;
	margin:0 1em 0 0;
}
.copyright {
	text-align:center;
    color: #1A1A1A;
    background-color: #F6BF66;
    font-size: 114.2%;
    padding: 7px 0 8px;
}

/* ==================================================
layout
================================================== */
#tmp_wrap_main {
    background: url("/shared/images/cnt_l_img.png") left top no-repeat,url("/shared/images/cnt_r_img.png") right top no-repeat;
    background-color: #FFF9DE;
    padding: 30px 0 70px;
}
#tmp_wrap_main.column_rnavi #tmp_main {
    width: 1220px;
    margin: 0 auto;
}
/* col_rgt_navi
============================== */
.wrap_col_rgt_navi {
	float:right;
}
.column_rnavi .wrap_col_main {
	width:100%;
	float:left;
}
.format_free .wrap_col_rgt_navi {
	width:334px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-362px;
}
.format_free .column_rnavi .col_main {
	margin-right:362px;
}
/* tabiiro
============================== */
.tmp_tabiiro {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.tmp_tabiiro .tabiiro_left,.tmp_tabiiro .tabiiro_right{
    width: 590px;
}
.tmp_tabiiro .tabiiro_left{
    margin-right: 40px;
}
/* ==================================================
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: 0 2px 0 70px;
	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/images/icon/pdf_icon.png") left 2px no-repeat;
}
a.icon_word {
    background: url("/shared/images/icon/word_icon.png") left 2px no-repeat;
}
a.icon_excel {
    background: url("/shared/images/icon/excel_icon.png") left 2px no-repeat;
}


/* plugin 
============================== */
.plugin {
 margin:0 0 26px;
 padding:13px 20px 10px 27px;
 border:1px solid #cecece;
 clear:both;
}
.plugin .plugin_img {
 margin:0 16px 8px 0 !important;
    float: left;
}
.plugin .plugin_img img {
 vertical-align:top;
}
.plugin p {
 margin:0 !important;
    font-size: 87.5%;
    letter-spacing: 1px;
}

/* ==================================================
CMS-library
================================================== */
/* update
============================== */
#tmp_update {
	margin:0 0 0.5em 16px;
	text-align:right;
	float: right;
    font-size: 114.2%;
    letter-spacing: 1px;
}
/* social_plugins
============================== */
#tmp_social_plugins {
	float:right;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 9px;
	padding:0 0 10px;
	float:left;
	height:30px;
}
#tmp_social_plugins .social_media_btn.facebook_btn {
	width:92px;
}
#tmp_social_plugins .social_media_btn.facebook_btn .fb_iframe_widget {
	left:-16px;
}
#tmp_social_plugins .social_media_btn.twitter_btn {
	position:relative;
	z-index:1;
}
.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 40px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:12px 7px 10px;
	color:#564714;
	background:url("/shared/images/faq_ttl_bg.png") top left no-repeat;
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
}
.column_cnt #tmp_inquiry_ttl {
	background:url("/shared/images/faq_ttl_bg2.png") top center no-repeat;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:16px 26px 7px;
    border: 2px solid #FED176;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
#tmp_inquiry_cnt p {
	margin-bottom:3px !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
    display: block;
	margin:17px auto 0;
    background: #564714 url("/shared/images/white_arrow.png") 11px 15px no-repeat;
    border: none;
    cursor: pointer;
    width: 232px;
    color: #FFFFFF;
    border-radius: 4px;
    letter-spacing: -1px;
    padding: 7px 25px 7px;
    font-weight: bold;
    position: relative;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 40px;
	clear:both;
}
#tmp_feedback_ttl {
	padding:12px 7px 10px;
	color:#564714;
	background:url("/shared/images/feedback_ttl_bg.png") top left no-repeat;
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
}
.column_cnt #tmp_feedback_ttl {
	background:url("/shared/images/feedback_ttl_bg2.png") top center no-repeat;
}
#tmp_feedback_ttl p,
#tmp_feedback_cnt p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:1px 26px 20px;
    border: 2px solid #C3E084;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
#tmp_feedback_cnt fieldset {
	margin:10px 0 0 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 3px 0;
	font-weight:bold;
	clear:both;
	width:100%;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 7px 0 13px;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
	max-width:100%;
}
#tmp_feedback_cnt .submit input[type="submit"],
#tmp_feedback_cnt .submit input[type="button"] {
    background: #564714 url("/shared/images/white_arrow.png") 11px 15px no-repeat;
    border: none;
    cursor: pointer;
    width: 232px;
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 7px 25px 7px;
}
/* ==================================================
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 #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 .pnavi .ptop a span,
.color_yellow .pnavi .ptop a span,
.color_black .pnavi .ptop a span {
	text-indent:0 !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index:auto !important;
	text-indent:0 !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;
}
.color_blue #footstep .trace_ttl,
.color_yellow #footstep .trace_ttl,
.color_black #footstep .trace_ttl {
	width:auto !important;
	height:auto !important;
	margin-right:8px !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;
}

/* bg:yellow
/* text:black
/* link:blue
================================================== */
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color:#000000 !important;
	background-color:#FFFF00 !important;
	border-color:#000000 !important;
}
.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color:#0000FF !important;
	background-color:transparent !important;
}
.color_yellow #tmp_wrap_main h1 {
	border:3px solid black !important;
}
.color_yellow #tmp_wrap_main h2 {
	border-bottom:1px solid black !important;
	border-left:3px solid black !important;
}
.color_yellow #tmp_wrap_main h3 {
	border-left:3px solid black !important;
}
/* for google box */
.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:black !important;
	list-style-image:none !important;
}
.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* bg:black
/* text:yellow
/* link:white
================================================== */
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#000000 !important;
	border-color:#FFFF00 !important;
}
.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_black #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_black #tmp_wrap_main h2 {
	border-left:3px solid yellow !important;
	border-bottom:1px solid yellow !important;
}
.color_black #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* for google box */
.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color:#000000 !important;
	border-color:yellow !important;
	list-style-image:none !important;
}
.color_black #tmp_wrap_main #tmp_gmap_box a {
	color:#7777CC !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_search: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 */
}
