@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333333;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #333333;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #c01213;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #28771c;
	/* 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 {
	position: relative;
	min-width: 1220px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 10px 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}


/* header
================================================== */

#tmp_header {
	border-top: 3px solid #ffc002;
	border-bottom: 1px solid #c6c6c6;
}
#tmp_header .header_wrapper{
	padding: 21px 0 18px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/shared/site_kihrc/images/main/hlogo.png) no-repeat;
	background-size: 100% auto;
	width: 332px;
	height: 50px;
}
#tmp_hlogo a {
	display: block;
	width: 332px;
	height: 50px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 332px;
	height: 50px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

/* format top */
#tmp_regulation{
	padding: 0 10px;
	background-color: #ffc700;
	min-height: 33px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}
#tmp_regulation > p{
	margin: 0 auto;
	background: transparent url(/shared/site_kihrc/images/main/top_logo.png) no-repeat center 3px;
	width: 70px;
	height: 26px;
	color: inherit;
}
#tmp_regulation > p > a{
	display: block;
	width: 70px;
	height: 26px;
}
#tmp_regulation > p > a > span{
	position: relative;
	display: block;
	width: 70px;
	height: 26px;
	z-index: -1;
	text-indent: -9999px;
}
.format_top #tmp_header{
	border: none;
}
.format_top #tmp_header .header_wrapper{
	padding: 25px 0 30px;
}
.format_top #tmp_hlogo{
	float: none;
}
.format_top #tmp_hlogo h1,
.format_top #tmp_hlogo p{
	margin: 0 auto;
	background-image: url(/shared/site_kihrc/images/main/top_hlogo.png);
	width: 450px;
	height: 70px;
}
.format_top #tmp_hlogo a,
.format_top #tmp_hlogo h1 span,
.format_top #tmp_hlogo p span{
	width: 450px;
	height: 70px;
}
.format_top #tmp_footer .footer_cnt{
	max-width: 100%;
}
.format_top #tmp_footer .footer_gmap{
	margin-right: 0;
	text-align: right;
}

/* 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{
	border-top: 1px solid #000000;
}
#tmp_footer .container{
	position: relative;
}
#tmp_footer .pnavi{
	position: absolute;
	right: 64px;
    bottom: -37px;
	z-index: 99;
}
#tmp_footer .pnavi a{
	display: block;
	width: 40px;
	height: 40px;
	background: #FFFFFF url(/shared/site_kihrc/images/icon/fbacktop_icon.png) no-repeat center center;
	border: 1px solid #0484dd;
	border-radius: 50%;
	font-size: 88.9%;
	line-height: 1.5;
	text-indent: -9999px;
	color: inherit;
	overflow: hidden;
	text-decoration: none;
}
#tmp_footer .pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
}
#tmp_footer .footer_cnt{
	display: flex;
	margin: 0 auto;
	padding: 27px 0 24px;
	max-width: 972px;
}
#tmp_footer .footer_intro{
	flex: 1 auto;
	padding-right: 30px;
	width: 100%;
}
#tmp_footer .footer_logo{
	display: block;
	margin-bottom: 16px;
	background: transparent url(/shared/site_kihrc/images/main/flogo.png) no-repeat;
	width: 300px;
	height: 50px;
	font-weight: bold;
	font-size: 155.6%;
	line-height: 1.4;
	color: #333333;
}
#tmp_footer .footer_logo > span{
	display: inline-block;
	position: relative;
	width: 300px;
	height: 45px;
	text-indent: -9999px;
	z-index: -1;
}
#tmp_footer .footer_address{
	margin-bottom: 14px;
}
#tmp_footer .footer_address address{
	font-style: normal;
	font-size: 88.9%;
	line-height: 1.4;
}
#tmp_footer .footer_info{
	margin-bottom: 15px;
}
#tmp_footer .footer_info > p{
	font-size: 88.9%;
	line-height: 1.4;
}
#tmp_footer .footer_info > p.info_ttl{
	font-size: 100%;
	font-weight: bold;
}
#tmp_footer .fnavi li{
	list-style: none;
	font-size: 88.9%;
	line-height: 1.5;
}
#tmp_footer .fnavi a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
}
#tmp_footer .fnavi li:not(:last-of-type){
	margin-bottom: 8px;
}
#tmp_footer .footer_gmap{
	flex-shrink: 0;
	padding-top: 4px;
    margin-right: 3px;
	width: 48.14%;
}
#tmp_footer .copyright{
	padding: 14px 10px 12px;
	background-color: #ffc700;
	font-size: 77.8%;
	line-height: 1.7;
	color: #333333;
	text-align: center;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/shared/site_kihrc/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/shared/site_kihrc/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_kihrc/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_kihrc/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_kihrc/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_kihrc/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
/* pankuzu */
#tmp_pankuzu{
	padding: 18px 0 16px;
	font-size: 77.8%;
	line-height: 1.4;
	color: #333333;
}
#tmp_pankuzu a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
}

/* update */
#tmp_wrap_custom_update{
	margin-bottom: 19px;
}
#tmp_custom_update,
#tmp_social_plugins{
	display: flex;
	justify-content: flex-end;
	flex-flow: row wrap;
}
#tmp_social_plugins .social_media_btn,
#tmp_update{
	margin-left: 13px;
	font-size: 77.8%;
	line-height:1.2;
}
#tmp_social_plugins .social_media_btn {
	min-height: 28px;
}
#tmp_social_plugins .social_media_btn img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#tmp_update{
	text-align: right;
	padding-top: 2px;
}
/* show hide */
.show_sp{
	display: none;
}

/* scroll table */
.scroll_table {
	overflow-x:auto;
	margin-bottom:30px;
	padding:37px 10px 20px;
	background:#f6f6f6 url(/shared/site_kihrc/images/icon/scroll_table_icon.png) no-repeat right 10px top 7px;
	background-size:113px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	margin:0 0 12px;
	font-size:87.5%;
	line-height:1.2;
	text-align:right;
}
.scroll_table_switch a {
	display:inline-block;
	padding:8px 7px 7px 70px;
	background:#ffffff url(/shared/site_kihrc/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size:50px auto;
	min-width:9em;
	box-shadow: 0 4px 2px 0 rgba(96, 103, 120, 0.45);
	border:1px solid #cdcfde;
	color:#333333;
	text-align:center;
	text-decoration:none;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_kihrc/images/icon/scroll_table_df.png);
}
.scroll_table::-webkit-scrollbar{
	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
	background: #e8e8e8;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #c8c8c8;
}

/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
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_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	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;
}


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

/* for header & footer */
.color_black #tmp_wrapper #tmp_footer .pnavi,
.color_black #tmp_wrapper #tmp_footer .pnavi > p,
.color_blue #tmp_wrapper #tmp_footer .pnavi,
.color_blue #tmp_wrapper #tmp_footer .pnavi > p,
.color_yellow #tmp_wrapper #tmp_footer .pnavi,
.color_yellow #tmp_wrapper #tmp_footer .pnavi > p{
	background-color: transparent !important;
}
.color_black #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #000000 !important;
	background-image: url(/shared/site_kihrc/images/icon/fbacktop_icon_wh.png) !important;
}
.color_blue #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #00008B !important;
	background-image: url(/shared/site_kihrc/images/icon/fbacktop_icon_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-color: #FFFF00 !important;
	background-image: url(/shared/site_kihrc/images/icon/fbacktop_icon_bl.png) !important;
}
.color_black #tmp_wrapper #tmp_footer .footer_logo,
.color_blue #tmp_wrapper #tmp_footer .footer_logo,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo,
.color_black #tmp_wrapper #tmp_footer .footer_logo > span,
.color_blue #tmp_wrapper #tmp_footer .footer_logo > span,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo > span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_black #tmp_regulation > p,
.color_black #tmp_regulation > p *,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_blue #tmp_regulation > p,
.color_blue #tmp_regulation > p *,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_yellow #tmp_regulation > p,
.color_yellow #tmp_regulation > p *{
	width: auto !important;
	height: auto !important;
}
.color_black #tmp_wrapper #tmp_footer .footer_logo > span,
.color_blue #tmp_wrapper #tmp_footer .footer_logo > span,
.color_yellow #tmp_wrapper #tmp_footer .footer_logo > span,
.color_black #tmp_wrapper #tmp_regulation > p > a > span,
.color_blue #tmp_wrapper #tmp_regulation > p > a > span,
.color_yellow #tmp_wrapper #tmp_regulation > p > a > span{
	text-indent: inherit;
	z-index: auto;
}
.color_black #tmp_wrapper #tmp_footer .copyright,
.color_blue #tmp_wrapper #tmp_footer .copyright,
.color_yellow #tmp_wrapper #tmp_footer .copyright{
	border-top: 1px solid;
}
.format_top.color_black #tmp_wrapper #tmp_regulation,
.format_top.color_blue #tmp_wrapper #tmp_regulation,
.format_top.color_yellow #tmp_wrapper #tmp_regulation,
.format_top.color_black #tmp_wrapper #tmp_header,
.format_top.color_blue #tmp_wrapper #tmp_header,
.format_top.color_yellow #tmp_wrapper #tmp_header{
	border-bottom: 1px solid;
}
.color_black.format_top #tmp_hlogo h1,
.color_black.format_top #tmp_hlogo p,
.color_blue.format_top #tmp_hlogo h1,
.color_blue.format_top #tmp_hlogo p,
.color_yellow.format_top #tmp_hlogo h1,
.color_yellow.format_top #tmp_hlogo p{
	text-align: center;
}

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

/* ==================================================
means
================================================== */

/* ==================================================
Emergency
================================================== */

/* ==================================================
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,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}