@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body #tmp_contents p em {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:105%;
}
a:link {
    color: #222222;
}
a:hover,
a:focus {
	text-decoration:none;
}
body {
	font-size:112.5%;	/* 18px */
	font-weight:500;
    color: #222222;
    background-color: transparent;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#b81212; /* Setting by CMS sheets */
}
.txt_green {
	color:#1b594a; /* 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:#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 {
	min-width:1280px;
	width: 100%;
	margin:0 auto;
}
.format_top #tmp_wrapper2 {
	padding:0 0 60px;
}
.container {
	width:1240px;
	margin:0 auto;
}
#tmp_header .container {
	width:1280px;
	padding:0 20px;
}
.gnavi .container {
	width:1280px;
	padding:0 20px;
}
#tmp_contents {
	padding:0 0 40px;
}
#tmp_main {
	padding-top:44px;
}
/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_rgt_navi {
	float:right;
}
.wrap_col_main {
	width:100%;
	float:left;
}
.format_top .wrap_col_rgt_navi {
	width:300px;
	margin-right: 20px;
}
.format_top .column_top .wrap_col_main {
	margin-right:-350px;
}
.format_top .column_top .wrap_col_main .container {
	width: 1200px;
	margin: 0 auto;
}
.format_top .column_top .col_main {
	margin-right:350px;
}
.format_free #tmp_wrapper2 .container {
	width: 1200px;
}
.format_free .wrap_col_rgt_navi {
	width:240px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-288px;
}
.format_free .column_rnavi .col_main {
	margin-right:288px;
	padding:0 0 25px;
}
/* header
================================================== */
#tmp_header {
	border-top:13px solid #333333;
	background-color:#00718f;
	color:#ffffff;
}
#tmp_header .container {
	position:relative;
}
#tmp_hlogo {
	position:absolute;
	z-index:1;
	top:-13px;
	left:20px;
	background:url(/shared/site_shouhilife_rn/images/header/hlogo_bg.png) no-repeat top right;
	padding:10px 24px 10px 20px;
}
#tmp_hlogo::before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	left: -50%;
	height:80px;
	background: url(/shared/site_shouhilife_rn/images/header/hlogo_l_bg.png) repeat-x 0 0;
	width: 50vw;
	margin-left: calc(50% - 50vw);
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background:url(/shared/site_shouhilife_rn/images/header/hlogo.png) no-repeat 0 0;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:280px;
	height:50px;
	color: #ffffff;
}
#tmp_hlogo span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	float:right;
}
#tmp_means_func {
	float:right;
	padding:20px 20px 20px 0;
}
#tmp_hnavi_s {
	list-style: none;
	float:left;
	margin:0 50px 0 0;
}
#tmp_hnavi_lmenu {
	font-size:88.89%;
	font-weight:bold;
}
#tmp_hnavi_lmenu .func_title {
	position: relative;
	display:block;
	text-decoration:none;
	color:#ffffff;
	background:url(/shared/site_shouhilife_rn/images/header/hnavi_lmenu_icon.png) no-repeat left center;
	padding: 20px 0 20px 26px;
	margin-top: 8px;
	min-width: 154px;
}
#tmp_hnavi_lmenu a:hover,
#tmp_hnavi_lmenu a:focus {
	text-decoration:underline;
}
#tmp_hnavi_lmenu .func_title.active {
	margin-top: 20px;
	padding: 8px 26px;
	text-align: center;
	border: 1px solid #333333;
	background-color:#f6f6f6;
	background-image: none;
	min-width: 160px;
}
#tmp_hnavi_lmenu .func_title.active:before {
	position: relative;
    top: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    width: 13px;
    color: #FFFFFF;
    background: #f6f6f6 url(/shared/site_shouhilife_rn/images/header/hnavi_lmenu_close.png) no-repeat;
}
#tmp_hnavi_lmenu .func_title.active span {
	padding-left: 10px;
}
#tmp_hnavi_lmenu .func_title.active:after {
	position: absolute;
    left: -1px;
    right: -1px;
    bottom: -12px;
    z-index: 200;
    content: '';
    display: block;
    height: 12px;
    color: #333333;
    background-color: #f6f6f6;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
#tmp_hnavi_lmenu .func_title.active {
	color: #333333;
}
#tmp_hnavi_mmenu a,
#tmp_hnavi_mmenu a:link {
	color:#ffffff;
	background-color: #333333;
}
#tmp_hnavi_rmenu a,
#tmp_hnavi_rmenu a:link {
	color:#333333;
	background-color: #ffffff
}
.func_cate {
    position: absolute;
    top: 70px;
    z-index: 100;
    padding: 5px;
    border: 1px solid #333333;
    width: 276px;
    min-height: 54px;
	background-color: #f6f6f6;
    color: #222222;
	display: none;
}
.func_cate ul {
    background-color: #ffffff;
    color: inherit;
    padding: 0 6px;
	list-style: none;
}
.func_cate ul li{
	border-bottom: 1px solid #e5e5e5;
}
.func_cate ul a {
    display: block;
    text-decoration: none;
    padding: 12px 4px 12px 27px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto !important;
}
.func_cate ul .func_change a{
	background-image: url(/shared/site_shouhilife_rn/images/header/hnavi_ac_icon.png);
}
.func_cate ul .func_read a{
	background-image: url(/shared/site_shouhilife_rn/images/header/hnavi_voice_icon.png);
}
.func_cate ul .func_furigana a{
	background-image: url(/shared/site_shouhilife_rn/images/header/hnavi_furi_icon.png);
}
#tmp_sma_lmenu .sma_lmenu_ttl,
#tmp_sma_menu .close_btn {
	display: none;
}
.func_cate ul a:hover,
.func_cate ul a:focus,
#tmp_header .head_home_btn a:hover,
#tmp_header .head_home_btn a:focus {
	background-color:#e0f9ff;
	text-decoration:none !important;
}

/* search */
#tmp_search {
	margin:0 50px 0 0;
	float:left;
}
#tmp_search .wrap_sch_box {
	width:288px;
	position:relative;
	padding: 4px 65px 3px 40px;
	border:1px solid #333333;
	background-color:#ffffff;
	color:#222222;
}
#tmp_search .wrap_sch_box .sch_ttl {
	position:absolute;
	top:7px;
	left:11px;
	background:url(/shared/site_shouhilife_rn/images/header/search_icon.png) no-repeat;
	width:19px;
	height:19px;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_query {
	width:100%;
	min-height:22px;
	border:none;
	outline:none;
}
#tmp_func_sch_btn{
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 2px 2px;
	color: #FFFFFF;
	background-color: #333333;
	border: 2px solid #333333;
	min-width: 60px;
	min-height: 38px;
	letter-spacing: 4px;
	text-indent: 4px;
	text-align: center;
	font-size: 88.8%;
	cursor: pointer;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus {
	text-decoration:underline;
}
#tmp_header .head_home_btn {
	float:right;
	font-size:88.89%;
	font-weight:bold;
	line-height:1;
}
#tmp_header .head_home_btn a {
	display:block;
	text-align:center;
	text-decoration:none;
	padding:10px 20px 10px 60px;
	color: #333333;
	background: #ffffff url(/shared/site_shouhilife_rn/images/header/head_home_icon.png) no-repeat 6px 6px;
	border: 1px solid #333333;
	-webkit-background-size:37px auto;
	-moz-background-size:37px auto;
	background-size:37px auto;
}
/* gnavi
================================================== */
.gnavi {
	background:url(/shared/site_shouhilife_rn/images/header/gnavi_bg.jpg) repeat-x left bottom;
	padding:0 0 10px;
	clear:both;
}
.gnavi > .container > ul {
	list-style:none;
	font-size:111.11%;
	font-weight:bold;
}
.gnavi > .container > ul > li {
	width:20%;
	float:left;
	padding:5px 3px 5px 5px;
	line-height:1;
}
.gnavi > .container > ul > li > a {
	display:block;
	padding:10px 5px;
	text-decoration:none;
	position:relative;
	color:#333333;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}
.gnavi > .container > ul > li .more_btn {
	display: none;
}
.gnavi > .container > ul > li.glist1 > a::before,
.gnavi > .container > ul > li.glist2 > a::before,
.gnavi > .container > ul > li.glist3 > a::before,
.gnavi > .container > ul > li.glist4 > a::before,
.gnavi > .container > ul > li.glist5 > a::before,
.gnavi > .container > ul > li.glist5 > a::after {
	content:"";
	position:absolute;
	left:-5px;
	top:15px;
	width:2px;
	height:30px;
	background:#037f9e;
	color:#ffffff;
}
.gnavi > .container > ul > li.glist5 > a::after {
	left:auto;
	right:-5px;
}
.gnavi > .container > ul > li > a > span {
	display:block;
	padding:11px 0 10px 67px;
	background-position:13px center;
	background-repeat:no-repeat;
}
.gnavi > .container > ul > li.glist1 a.gnavi_link span {
	background-image:url(/shared/site_shouhilife_rn/images/header/gnavi_icon1.png);
	background-position: 12px center;
}
.gnavi > .container > ul > li.glist2 a.gnavi_link span {
	background-image:url(/shared/site_shouhilife_rn/images/header/gnavi_icon2.png);
	background-position: 15px 1px;
	padding-left:73px;
}
.gnavi > .container > ul > li.glist3 a.gnavi_link span {
	background-image:url(/shared/site_shouhilife_rn/images/header/gnavi_icon3.png);
	background-position: 13px 0;
	padding-left: 71px;
}
.gnavi > .container > ul > li.glist4 a.gnavi_link span {
	background-image:url(/shared/site_shouhilife_rn/images/header/gnavi_icon4.png);
	background-position: 13px 0;
	padding-left: 71px;
}
.gnavi > .container > ul > li.glist5 a.gnavi_link span {
	background-image:url(/shared/site_shouhilife_rn/images/header/gnavi_icon5.png);
	background-position: 11px 2px;
	padding-left:60px;
}
.gnavi > .container > ul > li.nav_active > a,
.gnavi > .container > ul > li > a:hover,
.gnavi > .container > ul > li > a:focus {
	background-color:#e0f9ff;
}
.gnavi > .container > ul > li > a.ac_switch {
	display:none;
}
/* drop_down */
.gnavi .drop_down_hidden {
	display: none;
	position: absolute;
	width: 100%;
	left:0;
	right:0;
	margin:auto;
	top: auto;
	z-index: 10;
	padding:36px 0;
	background-color:#e0f9ff;
	border-top:2px solid #e0f9ff;
	border-bottom:2px solid #e0f9ff;
}
ul.drop_down {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	background-color:#ffffff;
	color:inherit;
	padding:20px 0;
	margin:0 30px;
	font-size:90%;
	width:1180px;
	margin:0 auto;
	list-style: none;
}
ul.drop_down > li {
	width:33.33333%;
	padding:0 24px;
	margin-bottom: 5px;
	border-right: 2px solid #037f9e;
}
ul.drop_down > li:nth-child(3n) {
	border-right: none;
}
ul.drop_down > li .menu_ttl {
	border-bottom:2px solid #222222;
	background-color:#f6f6f6;
	font-weight:bold;
	text-align:center;
}
ul.drop_down > li .menu_ttl a {
	display:block;
	text-decoration:none;
	color:#333333;
	background-color:transparent;
	padding:13px 20px;
	position:relative;
}
ul.drop_down > li .menu_list {
	list-style:none;
	font-weight:normal;
}
ul.drop_down > li .menu_list > p {
	border-bottom:1px solid #e6e6e6;
}
ul.drop_down > li .menu_list > p a {
	display:block;
	text-decoration:none;
	color:#333333;
	background-color:transparent;
	padding:15px 32px 15px 16px;
	position:relative;
}
ul.drop_down > li .menu_ttl a::after,
ul.drop_down > li .menu_list > p a::after {
	content:"";
	position:absolute;
	top:50%;
	right:12px;
	width:5px;
	height:9px;
	margin-top:-5px;
	background: url(/shared/site_shouhilife_rn/images/icon/arrow_icon_black_s.png) no-repeat;
}
ul.drop_down > li .menu_ttl a:hover,
ul.drop_down > li .menu_ttl a:focus {
	text-decoration:underline;
}
ul.drop_down > li .menu_list > p a:hover,
ul.drop_down > li .menu_list > p a:focus {
	text-decoration:none;
	background-color:#e0f9ff;
}
.no_javascript #tmp_gnavi ul.drop_down {
	display: none;
}
.gnavi ul.drop_down{
	display: none;
}
.gnavi .drop_down_hidden ul.drop_down{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* lnavi
================================================== */
#tmp_lnavi {
	border:2px solid #00718f;
}
#tmp_lnavi_ttl {
	padding:13px 16px;
	font-size:122.22%;
	font-weight:bold;
	border-bottom:2px solid #00718f;
	background-color:#00718f;
	color:#ffffff;
}
#tmp_lnavi_ttl a {
	display:block;
	text-decoration:none;
	background-color:#00718f;
	color:#ffffff;
	margin:-13px -18px;
	padding: 14px 26px 11px 18px;
	position:relative;
}
#tmp_lnavi_ttl a::after {
	content:"";
	position:absolute;
	right:15px;
	top:54%;
	background:url(/shared/site_shouhilife_rn/images/icon/arrow_icon_white.png) no-repeat;
	width:6px;
	height:11px;
	margin-top:-6px;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	text-decoration: underline;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt ul li {
	border-bottom:1px solid #e6e6e6;
}
#tmp_lnavi_cnt ul li:last-child {
	border-bottom:none;
}
#tmp_lnavi_cnt ul li a {
	display:block;
	text-decoration:none;
	padding: 16px 23px 14px 18px;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	position:relative;
}
#tmp_lnavi_cnt ul li a::after {
	content:"";
	position:absolute;
	right:12px;
	top:51%;
	background:url(/shared/site_shouhilife_rn/images/icon/arrow_icon_blue.png) no-repeat;
	width:6px;
	height:11px;
	margin-top:-6px;
}
#tmp_lnavi_cnt ul li.nav_active a,
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li a:focus {
	background-color:#e0f9ff;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size:77.78%;
	padding:18px 0 0;
	margin:0 0 23px;
}
/* update
================================================== */
#tmp_update {
	float:right;
	font-size:77.78%;
	line-height:1.2;
	margin:-25px 0 5px;
	position:relative;
}
/* inquiry
================================================== */
#tmp_inquiry {
	border:1px solid #037f9e;
    margin: 0 0 40px;
    clear: both;
}
#tmp_inquiry_ttl {
    padding: 17px 19px 14px;
    color: inherit;
    background-color: #f6f6f6;
	border:1px solid #f6f6f6;
    font-weight: bold;
    font-size: 122.222%;
}
#tmp_contents #tmp_inquiry_ttl p {
    margin: 0;
}
#tmp_inquiry_cnt {
    padding: 19px 15px;
}
#tmp_inquiry_cnt p {
    margin: 0 0 0.15em;
}
#tmp_inquiry_cnt .inquiry_parts p span {
	display:inline-block;
	margin-right:1em;
}
#tmp_inquiry_cnt p a {
    color: #003d93;
    background-color: transparent;
}
#tmp_inquiry_cnt .inquiry_btn {
    margin: 32px auto;
    text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn input {
    min-width: 268px;
    cursor: pointer;
    padding: 6px 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #222222;
    background: #ffffff url(/shared/templates/free_rn/images/icon/icon_arrow.png) no-repeat right center;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
    -moz-box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
    box-shadow: 0 0 7px 0 rgba(21, 21, 21, 0.2);
}
#tmp_inquiry_cnt .inquiry_btn input:hover,
#tmp_inquiry_cnt .inquiry_btn input:focus,
#tmp_inquiry_cnt .inquiry_btn input:active {
    background-color: #e0f9ff;
    border-color: #005a71;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi
================================================== */
.pnavi {
	background-color:#f6f6f6;
	color:#222222;
	font-size:88.89%;
	clear:both;
}
.pnavi .ptop {
	text-align:center;
	line-height:1;
}
.pnavi .ptop a {
	display:block;
	padding:29px 30px 15px;
	text-decoration:none;
	color:#222222;
	background:transparent url(/shared/site_shouhilife_rn/images/footer/pnavi_icon.png) no-repeat center 15px;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus {
	text-decoration:underline;
}
/* footer
================================================== */
#tmp_footer {
	padding:22px 0 20px;
	background-color:#3e3e3e;
	color:#ffffff;
	clear:both;
}
#tmp_footer .container {
	width:1200px;
}
/* fnavi  */
.fnavi {
	list-style:none;
	margin:0 0 45px;
	font-size:88.89%;
}
.fnavi li {
	margin:0 52px 0 0;
	float:left;
}
.fnavi li a {
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	color:#ffffff;
	background:#3e3e3e url(/shared/site_shouhilife_rn/images/icon/arrow_icon_white.png) no-repeat left 0.3em;
	padding-left:15px;
}
.fnavi a:hover,
.fnavi a:focus {
	text-decoration:underline;
}
#tmp_foot_cnt {
	margin:0 0 50px;
	clear:both;
}
#tmp_foot_cnt .foot_cntL {
	float:left;
	width:700px;
}
#tmp_foot_cnt .foot_cntR {
	float:right;
	width:484px;
	padding-top:8px;
}
#tmp_foot_cnt address {
	font-style:normal;
}
#tmp_foot_cnt address .foot_pref {
	font-weight:bold;
	font-size:155.56%;
	margin:0 0 2px;
	letter-spacing:0.05em;
}
#tmp_foot_cnt address .foot_add {
	font-size:88.89%;
}
/* foot_sodandial */
#tmp_foot_sodandial,
#tmp_foot_sodandial a,
#tmp_foot_sodandial span {
	width:484px;
	height:80px;
	color: #ffffff;
}
#tmp_foot_sodandial {
	border:1px solid #ffffff;
	background:url(/shared/site_shouhilife_rn/images/footer/dial.png) no-repeat center center;
}
#tmp_foot_sodandial a[href^="tel:"]{
    pointer-events: none;
}
/* copyright */
.copyright {
	text-align: right;
	font-size:66.67%;
	clear:both;
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	width:50%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
/* col3
================================================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width:33.33%;
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}

/* ==================================================
accessibility
================================================== */

/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}
.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style{
	padding: 15px 10px;
	font-size: 4rem;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #037f9e;
	text-align: center;
	text-decoration: 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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !important;
}
/* for Firefox3.0 */
.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color:transparent !important;
}
/* for google box common */
#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color:#FFFFFF !important;
}
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span {
	width: 460px;
	height: auto;
    text-indent: 0;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 15px 10px;
    text-align: left;
}
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p span,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p span {
	width: auto;
}
.color_black #tmp_header,
.color_yellow #tmp_header,
.color_blue #tmp_header {
	border: none;
}
.color_black #tmp_hlogo:before,
.color_yellow #tmp_hlogo:before,
.color_blue #tmp_hlogo:before {
	content: none;
}
/* bg:blue
/* text:yellow
/* link:white
================================================== */
.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color:#FFFF00 !important;
	background-color:#00008B !important;
	border-color:#FFFF00 !important;
}
.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color:#FFFFFF !important;
	background-color:transparent !important;
}
.color_blue #tmp_wrap_main h1 {
	border:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h2 {
	border-bottom:1px solid yellow !important;
	border-left:3px solid yellow !important;
}
.color_blue #tmp_wrap_main h3 {
	border-left:3px solid yellow !important;
}
/* 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_hnavi_lmenu .func_title.active:after {
	background-color: #00008B !important;
    border-left: 1px solid #FFFF00 !important;
    border-right: 1px solid #FFFF00 !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;
}
.color_black #tmp_hnavi_lmenu .func_title.active:after {
	background-color: #000000 !important;
    border-left: 1px solid #FFFF00 !important;
    border-right: 1px solid #FFFF00 !important;
}
.color_yellow #tmp_hnavi_lmenu .func_title.active:after {
	background-color: #FFFF00 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #000000 !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;
}
.color_black #tmp_hnavi_lmenu .func_title.active:after {
	background-color: #000000 !important;
    border-left: 1px solid #FFFF00 !important;
    border-right: 1px solid #FFFF00 !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
.fsize_big #tmp_hnavi_lmenu .func_title.active:after {
	bottom: -9px;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 #tmp_hnavi_lmenu .func_title.active:after {
	bottom: -9px;
}
.fsize_big2 .func_cate {
	top: 80px;
}
.fsize_big2 #tmp_search .wrap_sch_box .sch_ttl {
	top: 17px;
}
.fsize_big2 #tmp_func_sch_btn {
	padding-bottom: 4px;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_means_func:after,
.gnavi:after,
.gnavi ul:after,
.drop_down:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_footer:after,
#tmp_foot_cnt:after,
.fnavi: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 */
}


