@charset "utf-8";

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

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

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

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

a:hover {
	text-decoration: none;
}

body {
	font-size: 112.5%;
	color: #222222;
	font-weight: 500;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}


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


/* text */

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

.txt_green {
	color: #006858;
	/* 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: #fdd6e8;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #ffffbf;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #dff3f4;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #f4f5f9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #e2ebd0;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #e9e0f3;
	/* Setting by CMS sheets */
}

td.bg_cream,
th.bg_cream {
	color: inherit;
	background-color: #fbf3de;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

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

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
	width: 100%;
}


/* 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: 240px;
	/* デザインによって変更 */
}

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

.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: -288px;
	/* デザインによって変更 */
}

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

.show_sp {
	display: none;
}


/* header
================================================== */
#tmp_wrap_header {
	border-bottom: 5px solid #288126;
}
#tmp_header {
	display: flex;
	position: relative;
}
#tmp_hlogo {
	flex-shrink: 0;
	padding: 14px 0;
	margin-left: -2px;
	width: 206px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: transparent url(/shared/site_roseifukushi/images/icon/hlogo.png) no-repeat;
	width: 206px;
	height: 60px;
	font-size: 200%;
}
#tmp_hlogo a {
	display: block;
	width: 206px;
	height: 60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 206px;
	height: 60px;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}
#tmp_hnavi_s{
	position: static;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	flex: 1;
	margin-top: 9px;
	padding-left: 20px;
	z-index: inherit;
	text-align: left;
}
#tmp_hnavi_s > ul{
	display: flex;
	gap: 10px 16px;
}
#tmp_hnavi_s > ul > li{
	list-style: none;
}
#tmp_hnavi_s > ul > li > a{
	display: block;
	padding: 6px 2px 4px;
	height: 100%;
	font-size: 77.8%;
	line-height: 1.2;
	color: inherit;
	word-break: break-all;
	text-decoration: none;
	text-align: center;
}
#tmp_hnavi_s > ul > li > a > span{
	display: inline-block;
	padding-top: 41px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	color: inherit;
}
#tmp_wrap_header .close_btn a {
	background-color: #FFFFFF;
	color: #222222;
}

/* rmenu */
#tmp_hnavi_rmenu {
	padding: 0 1px;
	background-repeat: no-repeat;
	background-image: url(/shared/site_roseifukushi/images/icon/navi_ic_line.png),url(/shared/site_roseifukushi/images/icon/navi_ic_line.png);
	background-position: left top, right top;
}
#tmp_hnavi_rmenu > a{
	position: relative;
	min-width: 94px;
}
#tmp_hnavi_rmenu > a > span{
	padding-left: 2px;
	background-image: url(/shared/site_roseifukushi/images/icon/navi_ic_rmenu.png);
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active {
	background-color: #288126;
	color: #FFFFFF;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_rmenu > a.active > span{
	background-image: url(/shared/site_roseifukushi/images/icon/navi_ic_rmenu_close.png);
}
#tmp_sma_rmenu {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 98;
    text-align: left;
}
#tmp_sma_rmenu .menu_wrap {
    display: flex;
    justify-content: flex-end;
	padding-right: 1px;
}
#tmp_sma_rmenu .menu_inner {
	max-width: 580px;
	color: #ffffff;
	background-color: #288126;
	border: 5px solid #288126;
}
#tmp_sma_rmenu .func_cate{
	list-style: none;
	display: flex;
	gap: 3px 3px;
}
#tmp_sma_rmenu .func_cate li a {
	display: block;
	color: #222222;
	background-color:#ffffff;
	padding: 12px 16px 8px 31px;
	background-repeat:no-repeat;
	background-position: 10px center;
	font-size: 88.9%;
	text-decoration: none;
	text-align: right;
	transition: background-color 0.3s ease-in-out;
}
#tmp_sma_rmenu .func_cate li.setting_fsize a{
	min-width: 223px;
	background-image: url(/shared/site_roseifukushi/images/icon/navi_ic_fsize.png);
}
#tmp_sma_rmenu .func_cate li.setting_read a{
	padding-left: 29px;
	background-image: url(/shared/site_roseifukushi/images/icon/navi_ic_read.png);
}
#tmp_sma_rmenu .func_cate li.setting_furi a{
	padding-right: 21px;
	background-image: url(/shared/site_roseifukushi/images/icon/navi_ic_furi.png);
}
#tmp_hnavi_s > ul > li > a:hover > span {
	text-decoration: underline;
}
#tmp_sma_rmenu .func_cate li a:hover{
	background-color: #fbf58c;
}
#tmp_sma_rmenu .close_btn {
	display: none;
}


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

/*pnavi*/
.pnavi{
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 100;
	top: -37px;
	margin-bottom: -37px;
}
.pnavi a,
.pnavi span{
	display: inline-block;
}
.pnavi a{
	padding: 30px 16px 2px;
	width: 160px;
	font-size: 88.9%;
	color: inherit;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:  url(/shared/site_roseifukushi/images/icon/icon_back_top.png), url(/shared/site_roseifukushi/images/icon/pnavi_bg.png);
	background-position: center 11px, center top;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}
.pnavi span {
	color: #FFFFFF;
	background-color: #288126;
}
.pnavi a:hover {
	background-image: url(/shared/site_roseifukushi/images/icon/icon_back_top_hv.png), url(/shared/site_roseifukushi/images/icon/pnavi_bg.png);
}
.pnavi a:hover span{
	text-decoration: underline;
}
/* footer
================================================== */
#tmp_footer {
	color: #ffffff;
	background-color: #288126;
	clear: both;
}
.fnavi,
.directional_button {
	list-style:none;
	display: flex;
	flex-wrap: wrap;
}
.fnavi li,
.footer_cnt address p,
.directional_button li {
	line-height: 1.8;
}
.footer_inner {
	padding-top: 46px;
	padding-bottom: 56px;
	border-top: 1px solid transparent;
}
.footer_front {
	padding-right: 4px;
	display: flex;
	align-items: flex-start;
}
.footer_front .footer_info{
	flex: 1;
	padding-right: 10px;
}
.footer_aside {
	margin-bottom: 33px;
}
.footer_logo {
	font-size: 177.8%;
	margin-bottom: 5px;
}
.footer_front .footer_nav{
	width: 45.2%;
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}
/* fnavi  */
.fnavi {
	margin: 0;
	gap: 14px 0;
	justify-content: flex-end;
}
.fnavi li {
	padding-left: 21px;
}
.fnavi li:nth-child(2n+1) {
	width: 51.6%;
}
.fnavi li:nth-child(2n) {
	width: 48.4%;
}
.fnavi li a{
	display: inline-block;
	padding: 3px 0 3px 23px;
	color: inherit;
	background: transparent url(/shared/site_roseifukushi/images/icon/fnavi_arrow.png) no-repeat 0 8px;
	text-decoration: none;
}
.fnavi li a:hover{
	text-decoration: underline;
	background-image: url(/shared/site_roseifukushi/images/icon/fnavi_arrow_hv_yl.png);
}
/* footer_cnt */
.footer_cnt address {
	margin: 0 0 11px;
	font-style: normal;
}
/* directional_button */
.directional_button {
	gap: 13px;
}
.directional_button li a{
	display: block;
	padding: 12px 52px 10px 25px;
	color: inherit;
	background: transparent url(/shared/site_roseifukushi/images/icon/fnavi_arrow.png) no-repeat right 16px center;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.directional_button li a:hover {
	color: #333333;
	background-color: #fbf58c;
	background-image: url(/shared/site_roseifukushi/images/icon/fnavi_arrow_hv.png);
	border-color: #288126;
}
/* copyright */
.copyright_wrap {
	padding: 10px 0;
	color: #ffffff;
	background-color: #145313;
	border-top: 1px solid #145313;
}
.copyright {
	text-align: center;
	font-size: 88.9%;
}

/* ==================================================
splide control common
================================================== */
.splide_common {
    display: flex;
    flex-direction: column-reverse;
}
.splide_common .splide {
    max-width: none !important;
}
.splide_common .splide__controls {
    display: flex;
	justify-content: center;
	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: #333333;
}
.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 #333333;
	background-color: transparent;
}
.splide_common .splide__arrows {
	position: absolute;
	top: 0;
	bottom: 0;
}
.splide_common .splide__arrows:has(.splide__arrow--prev),
.splide_common .splide__arrow--prev {
	left: 0;
}
.splide_common .splide__arrows:has(.splide__arrow--next),
.splide_common .splide__arrow--next {
	right: 0;
}
.splide_common .splide__arrow {
	width: 74px;
	height: 74px;
	margin: auto 0;
	border: 1px solid #288126;
	border-radius: 50%;
	background-color: #288126;
	box-shadow: 1.231px 1.576px 4px 0 #BFBFBF;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 1;
	transform: none;
	text-indent: -9999px;
	overflow: hidden;
	color: #FFFFFF;
	transition: background 0.3s ease-in-out;
}
.splide_common .splide__arrow::before {
	content: "";
	width: 16px;
	height: 32px;
	margin: auto 0;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: calc(50% - 12px);
	bottom: 0;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	transition: background 0.3s ease-in-out;
}
.splide_common .splide__arrow:hover {
	background-color: #FBF58C;
	opacity: 1;
}
.splide_common .splide__arrow:hover::before {
	background-color: #288126;
}
.splide_common .splide__arrow:focus,
.splide_common .splide.is-focus-in .splide__arrow:focus {
	outline-color: #000000;
}
.splide_common .splide__arrow--next {
	transform: scale(-1, 1);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	position: relative;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	color: inherit;
}
.splide_common .splide__progress .progress_current {
	min-width: 40px;
	top: 0;
	font-size: 177.78%;
	font-weight: 500;
	text-align: right;
}
.splide_common .splide__progress .progress_total {
	min-width: 40px;
	margin-left: 14px;
	padding-left: 10px;
	border-color: #333333;
	top: -4px;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	height: 92%;
	border-left: 1px solid;
	border-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(26deg);
}
.no_javascript .splide_common .splide {
    visibility: visible;
}
.no_javascript .splide_common .splide__list,
.splide_common .splide.no-splide .splide__list {
	justify-content: center;
    flex-wrap: wrap;
}
.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_blue #tmp_wrapper .splide_common .splide__arrow {
	background-color: #00008B !important;
}
.color_black #tmp_wrapper .splide_common .splide__arrow {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow {
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow::before,
.color_black #tmp_wrapper .splide_common .splide__arrow::before {
	background-color: #FFFFFF !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow::before {
	background-color: #0000FF !important;
}

/* ==================================================
layout
================================================== */
.format_top{
	color: #333333;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 10px 0 21px;
	font-size: 88.89%;
}

/* print, update, pageid
================================================== */
#tmp_custom_update{
	margin-bottom: 21px;
	text-align: right;
}
#tmp_print,
#tmp_pageid,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
#tmp_print {
	margin-top: 0;
}
#tmp_print a {
	display: block;
	padding: 2px 9px 2px 25px;
	background: #288126 url(/shared/site_roseifukushi/images/icon/icon_print.png) no-repeat 8px 2px;
	border: 1px solid #288126;
	border-radius: 9px;
	color: #ffffff;
	font-size: 66.67%;
	line-height: 1.2;
	text-decoration: none;
}
#tmp_pageid,
#tmp_update {
	font-size: 77.78%;
	letter-spacing: 0.08em;
}
#tmp_pageid {
	margin-left: 13px;
}
#tmp_update {
	margin-left: 8px;
	margin-right: -2px;
}
.no_javascript #tmp_print {
	display: none;
}

/* gmap
================================================== */
#tmp_gmap_link {
	margin: 76px auto 62px;
	text-align: center;
	clear: both;
}
#tmp_gmap_link p {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
	max-width: 440px;
}
#tmp_gmap_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 10px 8px 12px;
	background-color: #288126;
	border: 1px solid #288126;
	box-shadow: 1.231px 1.576px 4px 0 #bfbfbf;
	border-radius: 5px;
	font-size: 100%;
	color:#ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
}
#tmp_gmap_link span {
	position:relative;
	display: inline-block;
	padding: 4px 22px 4px 0;
	background: transparent url(/shared/site_roseifukushi/images/icon/arrow_link_rgt_wh.png) no-repeat right center;
	color: inherit;
	transition: image-color 0.3s ease-in-out;
}

/* inquiry & feedback
================================================== */
#tmp_inquiry,
#tmp_feedback{
	margin: 40px 0 30px;
	background-color: #ffffff;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	color: #222222;
	overflow: hidden;
	clear:both;
}
#tmp_inquiry_ttl,
#tmp_feedback_ttl{
	padding: 20px 19px 15px;
	border-bottom: 1px solid #d5d5d5;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p,
#tmp_feedback_ttl h2,
#tmp_feedback_ttl p {
	font-size: 122.22%;
	line-height: 1.4;
	font-weight: bold;
}
.inquiry_cnt_ajax,
#tmp_inquiry_cnt,
#tmp_feedback_cnt{
	padding: 20px 19px 29px;
}
.inquiry_cnt_ajax .inquiry_btn,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback_cnt .submit{
	display: flex;
	justify-content: center;
	margin: 28px auto 0;
}
.inquiry_cnt_ajax .inquiry_btn input,
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_feedback_cnt .submit input {
	display: inline-block;
    background: #ffffff url(/shared/site_roseifukushi/images/icon/arrow_link_rgt.png) no-repeat;
	box-shadow: 1.231px 1.576px 4px 0 #bfbfbf;
    border: 1px solid #2c9721;
    border-radius: 5px;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.4;
    color: #222222;
    text-align: left;
    cursor: pointer;
	white-space: pre-wrap;
}

/* inquiry */
.inquiry_cnt_ajax .inquiry_parts,
#tmp_inquiry_cnt .inquiry_parts {
	overflow-wrap: break-word;
}
.inquiry_cnt_ajax .inquiry_btn input,
#tmp_inquiry_cnt .inquiry_btn input {
    padding: 14px 42px 12px 25px;
	background-position: right 23px center;
	min-width: 256px;
}
#tmp_inquiry .inquiry_memo{
	margin-top: 10px;
}
.no_javascript.custom_koseihogo #tmp_inquiry {
	display: none;
}

/* feedback */
#tmp_feedback{
	margin-top: 30px;
}
#tmp_feedback_cnt fieldset {
	margin: 0 0 0.45em;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin: 0 0 2px;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin: 0 0.5em 0 0;
	float:left;
}
#tmp_feedback_cnt fieldset input {
    position: relative;
    top: 2px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}
#tmp_feedback_cnt fieldset label {
	position: relative;
	cursor: pointer;
}
#tmp_feedback_cnt fieldset label::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	bottom: 0;
	width: 24px;
}
#tmp_feedback_cnt .submit {
	margin-top: 22px;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
    padding: 14px 93px 13px 83px;
    background-position: right 74px center;
    min-width: 221px;
}

/* lnavi
================================================== */
#tmp_rnavi{
	background-color: #FFFFFF;
	border: 1px solid #c7cfd8;
	border-radius: 6px;
	color: #222222;
	overflow: hidden;
}
#tmp_rnavi_ttl{
	padding: 21px 12px 23px 18px;
	background-color: #d0fbfd;
	border-bottom: 3px solid #93ebef;
	font-size: 100%;
	line-height: 1.5;
	font-weight: 600;
}
#tmp_rnavi_ttl a{
	display: block;
	margin: -21px -12px -23px -18px;
	padding: 21px 34px 23px 18px;
	background: transparent url(/shared/site_roseifukushi/images/icon/arrow_link_rgt.png) no-repeat right 12px top 26px;
	color: inherit;
	text-decoration: none;
}
#tmp_rnavi_cnt ul li{
	list-style: none;
	border-bottom: 1px solid #d9e8eb;
	font-size: 88.89%;
	line-height: 1.6;
}
#tmp_rnavi_cnt ul a{
	display: block;
	padding: 16px 36px 15px 13px;
	background: transparent url(/shared/site_roseifukushi/images/icon/arrow_link_rgt_sm.png) no-repeat right 14px top 19px;
	border-left: 5px solid transparent;
	color: #222222;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
#tmp_rnavi_cnt ul li:last-of-type{
	border-bottom: none;
}
#tmp_rnavi_cnt ul li:not(.active) a:hover,
#tmp_rnavi_cnt ul .active a{
	background-color: #fffbcb;
	border-left-color: #288126;
}

/* linkicon
================================================== */
#tmp_main a.pdf,
#tmp_main a.PDF,
#tmp_main a.icon_pdf,
#tmp_main a.word,
#tmp_main a.Word,
#tmp_main a.icon_word,
#tmp_main a.excel,
#tmp_main a.Excel,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align: top;
}
a.pdf,
a.PDF,
a.icon_pdf,
a.word,
a.Word,
a.icon_word,
a.excel,
a.Excel,
a.icon_excel {
	padding: 0 0 2px 29px;
	text-indent:0 !important;
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: 22px auto;
}
li a.pdf,
li a.PDF,
li a.icon_pdf,
li a.word,
li a.Word,
li a.icon_word,
li a.excel,
li a.Excel,
li a.icon_excel {
	background-position: 0 2px;
}
a.pdf,
a.PDF,
a.icon_pdf {
	background-image: url(/shared/system/images/linkicon/icon_pdf.gif);
}
a.word,
a.Word,
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.gif);
}
a.excel,
a.Excel,
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.gif);
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom: 40px;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 16px;
	font-size: 100%;
	line-height:1.2;
}
.scroll_table_switch a {
	display:inline-block;
	padding: 5px 7px 6px 59px;
	background: #FFFFFF url(/shared/site_roseifukushi/images/icon/scroll_table_ex.png) no-repeat 6px center;
	background-size: 49px auto;
	min-width:9em;
	box-shadow: 0 4px 1.5px 0 rgba(96, 103, 120, 0.45);
	border: 1px solid #7f7f7f;
	color: #222222;
	text-align:center;
	text-decoration:none;
}
.scroll_table_switch a.scroll {
	background-image: url(/shared/site_roseifukushi/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: #787878;
}

/* setting hover
================================================== */
.inquiry_cnt_ajax .inquiry_btn input,
#tmp_gmap_link a,
#tmp_inquiry_cnt .inquiry_btn input,
#tmp_feedback_cnt .submit input{
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
#tmp_rnavi_ttl a:hover,
#tmp_print a:hover{
	text-decoration: underline;
}
#tmp_gmap_link a:hover{
	background-color: #fbf58c;
	color: #333333;
}
.inquiry_cnt_ajax .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_feedback_cnt .submit input:hover{
	background-color: #fbf58c;
}
#tmp_gmap_link a:hover span{
	background-image: url(/shared/site_roseifukushi/images/icon/arrow_link_rgt.png);
}
#tmp_rnavi_ttl a:focus-visible,
#tmp_rnavi_cnt ul a:focus-visible{
	outline-offset: -1px;
}

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

.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	padding: 15px 10px;
	font-size: 4rem;
	color: #ffffff;
	background-color: #288126;
	border-bottom: 2px solid #288126;
	text-align: center;
	text-decoration: 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.pdf,
.color_blue #tmp_wrap_main a.PDF,
.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.word,
.color_blue #tmp_wrap_main a.Word,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.excel,
.color_blue #tmp_wrap_main a.Excel,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.pdf,
.color_yellow #tmp_wrap_main a.PDF,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.word,
.color_yellow #tmp_wrap_main a.Word,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.excel,
.color_yellow #tmp_wrap_main a.Excel,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.pdf,
.color_black #tmp_wrap_main a.PDF,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.word,
.color_black #tmp_wrap_main a.Word,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.excel,
.color_black #tmp_wrap_main a.Excel,
.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;
}


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

/* accessibility for header footer
================================================== */
.color_black #tmp_hlogo,
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo {
	width: auto;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto;
	height: auto !important;
}
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p{
	font-size: 150%;
}
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	z-index: inherit !important;
	text-indent: inherit !important;
}
.color_black #tmp_hnavi_s > ul > li > a,
.color_blue #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_hnavi_s > ul > li > a {
	border: 1px solid;
	border-bottom: none;
}
.color_black #tmp_sma_rmenu .menu_wrap,
.color_blue #tmp_sma_rmenu .menu_wrap,
.color_yellow #tmp_sma_rmenu .menu_wrap,
.color_black #tmp_hnavi_s .wrap_sma_sch,
.color_blue #tmp_hnavi_s .wrap_sma_sch,
.color_yellow #tmp_hnavi_s .wrap_sma_sch {
	background-color: transparent !important;
}
.color_black #tmp_sma_rmenu .menu_wrap,
.color_blue #tmp_sma_rmenu .menu_wrap,
.color_yellow #tmp_sma_rmenu .menu_wrap {
	padding-right: 0;
}
.color_black #tmp_wrapper .pnavi,
.color_blue #tmp_wrapper .pnavi,
.color_yellow #tmp_wrapper .pnavi {
	top: 0;
	margin-bottom: 0;
}
.color_black #tmp_wrapper .pnavi a,
.color_blue #tmp_wrapper .pnavi a,
.color_yellow #tmp_wrapper .pnavi a {
	width: auto;
	border: 1px solid;
	border-bottom: none;
	padding: 10px 20px;
}
.color_black #tmp_wrapper .directional_button li a:hover,
.color_blue #tmp_wrapper .directional_button li a:hover,
.color_yellow #tmp_wrapper .directional_button li a:hover {
	text-decoration: underline;
}
.fsize_small #tmp_sma_rmenu .func_cate li.setting_fsize a {
	min-width: unset;
}
.fsize_small .fnavi li a {
	background-position: left top;
}
.color_black #tmp_sma_rmenu .func_cate li a:hover,
.color_blue #tmp_sma_rmenu .func_cate li a:hover,
.color_yellow #tmp_sma_rmenu .func_cate li a:hover{
	text-decoration: underline;
}
/* accessiblity end
================================================== */
/* color */
.color_black #tmp_wrapper #tmp_gmap_link a,
.color_black #tmp_wrapper .inquiry_cnt_ajax .inquiry_btn input,
.color_black #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input,
.color_black #tmp_wrapper #tmp_feedback_cnt .submit input,
.color_blue #tmp_wrapper #tmp_gmap_link a,
.color_blue #tmp_wrapper .inquiry_cnt_ajax .inquiry_btn input,
.color_blue #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input,
.color_blue #tmp_wrapper #tmp_feedback_cnt .submit input{
    box-shadow: 1.231px 1.576px 4px 0 #ffff00;
}
.color_yellow #tmp_wrapper #tmp_gmap_link a,
.color_yellow #tmp_wrapper .inquiry_cnt_ajax .inquiry_btn input,
.color_yellow #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input,
.color_yellow #tmp_wrapper #tmp_feedback_cnt .submit input{
    box-shadow: 1.231px 1.576px 4px 0 #000000;
}
.color_black #tmp_wrapper #tmp_rnavi_cnt ul li:not(.active) a:hover,
.color_black #tmp_wrapper #tmp_rnavi_cnt ul .active a,
.color_blue #tmp_wrapper #tmp_rnavi_cnt ul li:not(.active) a:hover,
.color_blue #tmp_wrapper #tmp_rnavi_cnt ul .active a,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt ul li:not(.active) a:hover,
.color_yellow #tmp_wrapper #tmp_rnavi_cnt ul .active a,
.color_black #tmp_wrapper #tmp_gmap_link a:hover,
.color_black #tmp_wrapper .inquiry_cnt_ajax .inquiry_btn input:hover,
.color_black #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input:hover,
.color_black #tmp_wrapper #tmp_feedback_cnt .submit input:hover,
.color_blue #tmp_wrapper #tmp_gmap_link a:hover,
.color_blue #tmp_wrapper .inquiry_cnt_ajax .inquiry_btn input:hover,
.color_blue #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input:hover,
.color_blue #tmp_wrapper #tmp_feedback_cnt .submit input:hover,
.color_yellow #tmp_wrapper #tmp_gmap_link a:hover,
.color_yellow #tmp_wrapper .inquiry_cnt_ajax .inquiry_btn input:hover,
.color_yellow #tmp_wrapper #tmp_inquiry_cnt .inquiry_btn input:hover,
.color_yellow #tmp_wrapper #tmp_feedback_cnt .submit input:hover{
	text-decoration: underline;
}
.color_blue #tmp_wrapper table.col2 td.col2L,
.color_blue #tmp_wrapper table.col3 td.col3L,
.color_blue #tmp_wrapper table.col3 td.col3M,
.color_black #tmp_wrapper table.col2 td.col2L,
.color_black #tmp_wrapper table.col3 td.col3L,
.color_black #tmp_wrapper table.col3 td.col3M,
.color_yellow #tmp_wrapper table.col2 td.col2L,
.color_yellow #tmp_wrapper table.col3 td.col3L,
.color_yellow #tmp_wrapper table.col3 td.col3M {
	border-color: transparent !important;
}
/* fsize */
.fsize_small #tmp_wrapper #tmp_print a{
	background-position: 8px 0;
}
.fsize_small #tmp_wrapper a.pdf,
.fsize_small #tmp_wrapper a.PDF,
.fsize_small #tmp_wrapper a.icon_pdf,
.fsize_small #tmp_wrapper a.word,
.fsize_small #tmp_wrapper a.Word,
.fsize_small #tmp_wrapper a.icon_word,
.fsize_small #tmp_wrapper a.excel,
.fsize_small #tmp_wrapper a.Excel,
.fsize_small #tmp_wrapper a.icon_excel,
.fsize_small #tmp_wrapper li a.pdf,
.fsize_small #tmp_wrapper li a.PDF,
.fsize_small #tmp_wrapper li a.icon_pdf,
.fsize_small #tmp_wrapper li a.word,
.fsize_small #tmp_wrapper li a.Word,
.fsize_small #tmp_wrapper li a.icon_word,
.fsize_small #tmp_wrapper li a.excel,
.fsize_small #tmp_wrapper li a.Excel,
.fsize_small #tmp_wrapper li a.icon_excel{
	background-position: 0 0;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu: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,
.inquiry_cnt_ajax: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 */
}