@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;
	font-size:105%;
}
body {
	font-size:100%;
}
a:link {
	color:#005fa8;
}
a:hover,
a:focus {
	text-decoration:none;
}

/*Edge*/
/* @supports ( -ms-accelerator:true )
{
	html{
		overflow: hidden;
		height: 100%;
	}
	body{
		overflow: auto;
		height: 100%;
	}
} */
/*Ie 10/11*/
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	html{
		overflow: hidden;
		height: 100%;
	}
	body{
		overflow: auto;
		height: 100%;
	}
} */
/* Styles
================================================== */
/* text */
.txt_red {
	color:#B31400; /* Setting by CMS sheets */
}
.txt_green {
	color:#065c00; /* 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:#FCECEC; /* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* 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 {
	min-width:1340px;
	margin:0 auto;
}
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.close_btn {
	display: none;
}
/* 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:300px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-340px;
}
.format_free .column_rnavi .col_main {
	margin-right:340px;
}
/* header
================================================== */
#tmp_header {
	position: relative;
	z-index: 100;
	background-color: #005fa8;
	color: #ffffff;
	box-shadow: 0px 1px 10px 1px rgba(0, 42, 75, 0.4);
	-webkit-box-shadow: 0px 1px 10px 1px rgba(0, 42, 75, 0.4);
	-moz-box-shadow: 0px 1px 10px 1px rgba(0, 42, 75, 0.4);
}
.fixed_menu #tmp_header {
	position: fixed;
	top: -70px;
	/* opacity: 0; */
	visibility: hidden;
	left: 0;
	right: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	z-index: 100;
}
.fixed_menu.display #tmp_header {
	top: 0;
	/* opacity: 1; */
	visibility: visible;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.disp_pc .fixed_menu #tmp_header {
	position: relative !important;
	transition: none !important;
}
#tmp_hlogo {
	float: left;
	padding: 24px 0 13px;
}
.fixed_menu #tmp_hlogo {
	padding-top:13px;
}
#tmp_hlogo p,
#tmp_hlogo h1 {
	display: block;
	float: left;
	width: 304px;
	height: 70px;
	background: #005fa8 url(/shared/site_desupport/images/logo.png) no-repeat left center;
	background-size: auto 70px;
	text-indent: -99999px;
	color: #ffffff;
}
#tmp_hlogo a {
	display: block;
	width: 304px;
	height: 70px;
	color: #ffffff !important;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width: 304px;
	height: 70px;
	position:relative;
	z-index:-1;
	overflow:hidden;
	color: #ffffff;
	background-color: #005fa8;
}
.fixed_menu #tmp_hlogo p,
.fixed_menu #tmp_hlogo h1 {
	width: 226px;
	height: 44px;
	background: #005fa8 url(/shared/site_desupport/images/logo.png) no-repeat left center;
	color: #ffffff;
	background-size: auto 44px;
}
.fixed_menu #tmp_hlogo p span,
.fixed_menu #tmp_hlogo h1 span {
	width: 226px;
	height: 44px;
}
#tmp_rgt_header,
.top_function {
	float: right;
}
.fixed_menu .top_function {
	display: none;
}
#tmp_means {
	display: block;
	float: left;
	padding: 28px 0 0;
}
#tmp_means li {
	float: left;
	list-style: none;
	padding-right: 20px;
}
#tmp_means li:first-child {
	padding-left: 0;
}
#tmp_means li a {
	padding-left: 23px;
	display: block;
	text-decoration: none;
	color: #000000;
}
#tmp_means li a.setting_size {
	background: #005fa8 url(/shared/site_desupport/images/icon/setting_size.png) no-repeat 0 3px;
	background-size: 19px 12px;
	-webkit-background-size: 19px 12px;
	-moz-background-size: 19px 12px;
	color: #ffffff;
	font-size: 87.5%;
}
#tmp_search{
	position: relative;
	float: left;
	padding: 20px 0 0;
}
#tmp_search .lbl_search {
	position: absolute;
	top: 26px;
	left: 7px;
	width: 24px;
	height: 24px;
	background: transparent url(/shared/site_desupport/images/icon/icon_search.png) no-repeat left center;
	text-indent: -99999px;
}
#tmp_search .lbl_search label{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#tmp_search #tmp_wrap_query,
#tmp_search .query_submit {
	float: left;
	text-align: right;
}
#tmp_search #tmp_query {
	width: 222px;
	padding: 0 5px 0 35px;
	min-height: 36px;
	border: none;
	outline: none;
	color: #626262;
	background: #FFFFFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#tmp_search #tmp_func_sch_btn {
	width: 79px;
	min-height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 11px;
	text-indent: 11px;
	border-color: transparent;
	color: #222222;
	background: #dedede;
	cursor: pointer;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus,
#tmp_func_sch_btn:active {
	opacity: 0.9;
	-moz-transition: 0.3s all;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

#tmp_setting li a:hover,
#tmp_setting li a:focus{
	text-decoration: underline;
}
.wrap_mc_spmenu{
	display: none;
}

#tmp_toiawase {
	float: left;
	padding: 20px 0 0;
	margin: 0 0 0 20px;
}
.toiawase_link a {
	display: inline-block;
	border: 1px solid #b3cfe5;
	background: #005fa8 url(/shared/site_desupport/images/icon/icon_toiawase.png) no-repeat 19px 10px;
	color: #ffffff;
	padding: 6px 17px 6px 42px;
	text-decoration: none;
	font-size: 87.5%;
}
.toiawase_link a:hover,
.toiawase_link a:focus,
.toiawase_link a:active {
	background: #ffffff url(/shared/site_desupport/images/icon/icon_toiawase_hv.png) no-repeat 19px 10px;
	color: #005fa8;
}
#tmp_hnavi_s li a,
#tmp_hnavi_s li span {
	color: #ffffff;
	background-color: #005fa8;
}
/* gnavi
================================================== */
.gnavi {
	color:#ffffff;
	clear:both;
	background-color: #005fa8;
}
.gnavi ul {
	list-style:none;
	padding: 10px 0 9px;
	float: right;
}
.fixed_menu .gnavi ul {
	padding: 13px 0 9px;
}
.gnavi li {
	float:left;
	width: auto;
	margin-left: 1px;
}
.gnavi a {
	position: relative;
	display: block;
	background-color: #005fa8;
	color: #ffffff;
	font-size: 112.5%;
	padding: 10px 51px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-left: none;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	background-color: #004173;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.gnavi a:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	background-color: #80afd4;
	left: -1px;
	top: 10px;
}
.gnavi li:last-child a:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 24px;
	background-color: #80afd4;
	right: -1px;
	top: 10px;
}
/* rnavi_func
================================================== */
.rnavi_func{
	margin-bottom: 30px;
}
.rnavi_func .rnavi_ttl {
	border-top: 4px solid #03a364;
	border-bottom: 2px solid #005fa8;
	font-size: 112.5%;
	font-weight: bold;
	padding: 16px 0 14px;
}
.rnavi_func .rnavi_ttl a{
	display: block;
	padding: 0 0 0 29px;
	text-decoration: none;
	color: #222222;
	background: #ffffff url(/shared/templates/desupport_free/images/icon/arrow_blue.png) no-repeat 10px 8px;
}
.rnavi_func .rnavi_ttl a:hover,
.rnavi_func .rnavi_ttl a:focus{
	text-decoration: underline;
}
.rnavi_func .rnavi_cnt ul{
	list-style: none;
}
.rnavi_func .rnavi_cnt ul li a{
	display: block;
	list-style: none;
	color: #222222;
	text-decoration: none;
	padding: 17px 15px 14px 30px;
	border-bottom: 1px solid #dfeaf0;
	background: #ffffff url(/shared/templates/desupport_free/images/icon/arrow_blue.png) no-repeat 10px 22px;
}
.rnavi_func .rnavi_cnt ul li.active a,
.rnavi_func .rnavi_cnt ul li a:hover,
.rnavi_func .rnavi_cnt ul li a:focus,
.rnavi_func .rnavi_cnt ul li a:active{
	background-color: #e1f4fc;
}
/* cnavi
================================================== */
.cnavi {
	list-style: none;
}
.cnavi ul {
	list-style:none;
	list-style-image:none;
}
.cnavi li {
	margin:0 0 10px;
}
.cnavi li img {
	width: 100%;
	height: auto;
}
.cnavi a {
	display: block;
	color: #000000;
	background-color: transparent;
}
.cnavi li.active img,
.cnavi li a:hover img,
.cnavi li a:focus img {
	opacity: 0.7;
}
/* pnavi
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
.pnavi {
	display: none;
	position: absolute;
	z-index: 9999;
	right: 50%;
	margin-right: -600px;
	margin-top: -25px;
	border-radius: 3px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.no_javascript .pnavi {
	display: block;
}
.pnavi a {
	display: block;
	width: 54px;
	height: 54px;
	background: transparent url(/shared/site_desupport/images/icon/icon_pagetop.png) no-repeat;
	z-index: 500;
	cursor: pointer;
	opacity: 1;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}
.pnavi a:hover,
.pnavi a:focus{
	opacity: 0.9;
	text-decoration: underline;
}
/* footer
================================================== */
#tmp_footer {
	position: relative;
	background: #ededed;
	border-top: #03a364 solid 3px;
	padding-bottom: 30px;
}
.format_free #tmp_footer {
	margin-top: 40px;
}
#tmp_footer:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 12px;
}
.fnavi {
	margin: 0;
	background-color: #ffffff;
}
.fnavi li {
	float: left;
	list-style: none;
	padding: 17px 38px 14px 0;
}
.fnavi a {
	display: inline-block;
	padding-left: 13px;
	background: #ffffff url(/shared/site_desupport/images/icon/icon_arrow_blue.png) no-repeat 0 4px;
	text-decoration: none;
	color: #000000;
	font-size: 87.5%;
}
.fnavi li:last-child {
	margin-right:0;
}
.fnavi li a:hover,
.fnavi li a:focus,
.fnavi li a:active{
	text-decoration: underline;
}
.footer_info {
	padding-top: 24px;
}
#tmp_footer .footer_info .container {
	position: relative;
	padding-left: 21px;
}
.footer_info p.footer_title {
	font-weight: bold;
	font-size: 112.5%;
}
.footer_info address {
	font-style: normal;
	line-height: 1.9;
	font-size: 87.5%;
}
.footer_info address span {
	margin-left: 0.8em;
}
.footer_logo {
	float: left;
	padding-left: 21px;
}
.footer_logo a {
	display: inline-block;
	width: 200px;
	height: auto;
	cursor: pointer;
	background-color: #ffffff;
	color: #000000;
}
.copyright {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #222222;
	line-height: 1;
	clear: both;
}
.copyright p {
	font-size: 75%;
}
.footer_bt {
	margin-top: 5px;
}
/* ==================================================
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:50%;
	margin-right:0;
	padding-right:8px;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:50%;
	float:left;
	padding-left: 8px;
}
/* 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:33.3%;
	margin-right:0;
	padding-right: 8px;
	float:left;
}
div.col3 div.col3M{
	padding-left: 8px;
}
div.col3 div.col3R {
	display:table;
	width:33.3%;
	float:left;
	padding-left: 8px;
}

/* ==================================================
アニメーションfadein
================================================== */
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ==================================================
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;
	background-color: #005fa8;
	text-align: center;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.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;
}

/* hlogo */
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo span,
.color_blue #tmp_hlogo p a,
.color_blue #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo span,
.color_yellow #tmp_hlogo p a,
.color_yellow #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo span,
.color_black #tmp_hlogo p a,
.color_black #tmp_hlogo h1 {
	z-index: auto !important;
	text-indent: 0 !important;
	width: auto !important;
	font-size: 100% !important;
}

/* search */
.color_blue #tmp_search #tmp_query,
.color_yellow #tmp_search #tmp_query,
.color_black #tmp_search #tmp_query {
	border: 1px solid transparent;
}

/* 募集概要 */
.color_blue #tmp_contents .wrap_box_special td,
.color_yellow #tmp_contents .wrap_box_special td,
.color_black #tmp_contents .wrap_box_special td {
	border-color: transparent !important;
}

/* pnavi */
.color_blue .pnavi,
.color_blue .pnavi a,
.color_yellow .pnavi,
.color_yellow .pnavi a,
.color_black .pnavi,
.color_black .pnavi a {
	width: auto;
	height: auto;
	white-space: normal;
	text-indent: 0;
}


/* 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_query::-webkit-input-placeholder{
	color: #FFFF00;
}
.color_blue #tmp_query::-moz-placeholder {
	color: #FFFF00;
}
.color_blue #tmp_query:-ms-input-placeholder {
	color: #FFFF00;
}
.color_blue #tmp_query::-ms-input-placeholder {
	color: #FFFF00;
}
.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;
}
.color_blue #tmp_wrapper .slick-dots .slick-active a {
	background: yellow !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_query::-webkit-input-placeholder{
	color: #000000;
}
.color_yellow #tmp_query::-moz-placeholder {
	color: #000000;
}
.color_yellow #tmp_query:-ms-input-placeholder {
	color: #000000;
}
.color_yellow #tmp_query::-ms-input-placeholder {
	color: #000000;
}
.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;
}
.color_yellow #tmp_wrapper .slick-dots .slick-active a {
	background: black !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_query::-webkit-input-placeholder{
	color: #FFFF00;
}
.color_black #tmp_query::-moz-placeholder {
	color: #FFFF00;
}
.color_black #tmp_query:-ms-input-placeholder {
	color: #FFFF00;
}
.color_black #tmp_query::-ms-input-placeholder {
	color: #FFFF00;
}
.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;
}
.color_black #tmp_wrapper .slick-dots .slick-active a {
	background: yellow !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
.fsize_big .pnavi,
.fsize_big .pnavi a,
.fsize_big #tmp_hnavi_s li a, #tmp_hnavi_s li span,
.fsize_big #tmp_hlogo h1,
.fsize_big #tmp_hlogo p,
.fsize_big #tmp_hlogo a {
	font-size: 81.3% !important;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 .pnavi,
.fsize_big2 .pnavi a,
.fsize_big2 #tmp_hnavi_s li a, #tmp_hnavi_s li span,
.fsize_big2 #tmp_hlogo h1,
.fsize_big2 #tmp_hlogo p,
.fsize_big2 #tmp_hlogo a {
	font-size: 59.1% !important;
}
.fsize_big2 .gnavi a{
	padding-left: 30px;
	padding-right: 30px;
}
.fsize_big2 #tmp_wrap_query {
	margin-right: -85px;
	padding-right: 85px;
}
.fsize_big2 #tmp_search #tmp_query {
	width: 260px;
	padding-bottom: 4px;
}
.fsize_big2 #tmp_search #tmp_func_sch_btn {
	width: 90px;
}
.fsize_big2 #tmp_sma_menu #tmp_search #tmp_query {
	width: 100%;
}
.fsize_big2 #tmp_sma_menu #tmp_search #tmp_func_sch_btn {
	width: auto;
	padding: 5px 3px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_header .container:after,
#tmp_header .top_function:after,
#tmp_hnavi:after,
#tmp_setting:after,
#tmp_means:after,
#tmp_gsearch: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 ul:after,
#tmp_footer .container:after,
.footer_top:after,
.footer_bt: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 */
}


