@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#222222;
	background-color:#f3f3f3;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
body.lang_en,
body.lang_en input,
body.lang_en select,
body.lang_en textarea {
	font-family:Arial;
}
/* wrapper
============================== */
#tmp_wrapper2 {
	width:1240px; /* デザインによって変更 */
	margin:0 auto;
	clear:both;
}
/* main
============================== */
#tmp_wrap_main {
	padding:10px 0 40px;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding-top:36px;
}
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_wrap_contents {
	padding:24px 40px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents {
	width:100%; /* 変更しない */
	padding:0 0 10px;
}
/* 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; /* 変更しない */
}
/* free
============================== */
.format_free .wrap_col_lft_navi {
	width:224px; /* デザインによって変更 */
	margin-right:-256px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:256px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	color:inherit;
	background-color:#FFFFFF;
	min-width:1240px;
}
#tmp_header {
	width:1240px;
	margin:0 auto;
}
#tmp_hlogo {
	float:left;
	padding:12px 0 0 3px;
}
.lang_en #tmp_hlogo {
	padding-top:26px ;
}
#tmp_means {
	float:right;
	margin-bottom:25px;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	float:right;
	margin:0 0 10px;
}
/* func_txt */
#tmp_func_txt {
	margin:22px 18px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 7px 0 0;
	padding:3px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_func_txt dd {
	margin:0 4px 0 0;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px 7px;
	display:block;
	text-decoration:none;
	color:#222222;
	background-color:#FFFFFF;
	border:1px solid #666666;
}
/* func_clr */
#tmp_func_clr {
	margin:22px 18px 5px 0;
	float:left;
}
#tmp_func_clr dt {
	margin:0 7px 0 0;
	padding:3px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_func_clr dd {
	margin:0 4px 0 0;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px 6px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#222222;
	background-color:#FFFFFF;
	border:1px solid #666666;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
	border:1px solid #00008B;
}
#tmp_yellow {
	color:#222222;
	background-color:#FFFF00;
	border:1px solid #FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
	border:1px solid #000000;
}
/* top_btn */
#tmp_header .top_btn {
	float:right;
	margin-right:4px;
}
#tmp_header .top_btn a {
	display:block;
	text-decoration:none;
	padding:12px 15px 10px 22px;
	background:#085d0f url(/shared/management/images/icon/triangle_icon2.png) no-repeat 13px 18px;
	color:#FFFFFF;
	-webkit-border-radius:0 0 5px 5px;/* Webkit */
	-moz-border-radius:0 0 5px 5px;/* Mozilla */
	border-radius:0 0 5px 5px;/* CSS3 */
}
/* secondary
============================== */
#tmp_means_secondary {
	float:right;
	clear:both;
}
/* search */
#tmp_search {
	float:left;
	margin-right:24px;
}
#tmp_search dt {
	margin:0 7px 0 0;
	float:left;
	font-weight:bold;
}
#tmp_search dt img {
	vertical-align:top;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:164px;
	min-height:28px;
	border:1px solid #666666;
	box-sizing:border-box;
}
#tmp_func_sch_btn {
	min-width:76px;
	min-height:28px;
	border:1px solid #666666;
	background-color:#666666;
	color:#FFFFFF;
	padding:1px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	float:right;
}
#tmp_hnavi li {
	margin:0 4px 0 0;
	text-align:center;
}
#tmp_hnavi li a {
	display:block;
	min-width:88px;
	padding:4px 0 2px;
	border:1px solid #666666;
	color:#222222;
	text-decoration:none;
}
#tmp_hnavi li span {
	display:inline-block;
	background: url(/shared/management/images/icon/triangle_icon.png) no-repeat left center;
	padding-left:10px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	color:#FFFFFF;
	background-color:#026f30;
	min-width:1240px;
	clear:both;
}
#tmp_wrap_gnavi2 {
	width:1240px;
	margin:0 auto;
}
#tmp_gnavi {
	float:left;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	min-width:248px;
	float:left;
	font-size:143%;
	text-align:center;
}
#tmp_gnavi a {
	display:block;
	padding:20px 0;
	color:#FFFFFF;
	background-color:#026f30;
	text-decoration:none;
}
#tmp_gnavi span {
	display:block;
	padding:0 10px;
	border-right:1px solid #dcdcdc;
	padding:6px 0;
}
#tmp_gnavi #tmp_glist1 span {
	border-left:1px solid #dcdcdc;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	background-image:url(/shared/site_ftbc/images/navi/gnavi_on.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
/* gnavi_s */
#tmp_gnavi_s {
	float:right;
}
#tmp_gnavi_s ul {
	list-style:none;
	padding:20px 0 20px 0;
}
#tmp_gnavi_s ul li {
	min-width:140px;
	float:left;
	text-align:center;
	margin-right:8px;
	font-size:128.6%;
}
#tmp_gnavi_s ul li:last-child {
	margin-right:0;
}
#tmp_gnavi_s a {
	display:block;
	padding:6px 0;
	color:#FFFFFF;
	background-color:#026f30;
	text-decoration:none;
	border:1px solid #FFFFFF;
	-webkit-border-radius:3px;/* Webkit */
	-moz-border-radius:3px;/* Mozilla */
	border-radius:3px;/* CSS3 */
}
#tmp_gnavi_s span {
	background:url(/shared/management/images/icon/triangle_icon2.png) no-repeat left center;
	padding-left:10px;
	display:inline-block;
}
#tmp_gnavi_s .active a,
#tmp_gnavi_s a:hover ,
#tmp_gnavi_s a:focus {
	border-color:#ecc800;
}
#tmp_gnavi_s .active span,
#tmp_gnavi_s a:hover span,
#tmp_gnavi_s a:focus span {
	background-image:url(/shared/management/images/icon/triangle_icon3.png);
}
/* dropdownmenu */
#tmp_gnavi li ul {
	float:none;
	padding:0;
	margin:0;
	text-align:left;
}
#tmp_gnavi .drop_down_hidden {
	display:none;
	position:absolute;
	top:auto;
	z-index:999;
	background-color:#026F30;
	color:inherit;
	padding:10px 15px;
}
#tmp_gnavi ul .drop_down_hidden li {
	list-style:none;
	font-size:70%;
	float:none;
	vertical-align:top;
	padding:0;
	text-align:left;
	width:218px;
	min-width:0;
	min-width:initial;
}
#tmp_gnavi ul .drop_down_hidden li a {
	letter-spacing: normal;
	display:block;
	color:#FFFFFF;
	background:url(/shared/management/images/icon/navi_icon4.png) left center no-repeat !important;
	text-align:left;
	font-weight:normal;
	padding:5px 10px 5px 15px !important;
	border:none !important;
}
#tmp_gnavi ul .drop_down_hidden li a:hover,
#tmp_gnavi ul .drop_down_hidden li a:active,
#tmp_gnavi ul .drop_down_hidden li a:focus {
	background-color:transparent !important;
	text-decoration:underline;
}
#tmp_gnavi ul .drop_down_hidden li span {
	position:relative;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 32px;
	clear:both;
	line-height:1.2;
}
#tmp_lnavi_ttl {
	padding:5px;
	font-weight:bold;
	background: url(/shared/site_ftbc/images/navi/lnavi_ttl_bg.gif) repeat left top;
}
#tmp_lnavi_ttl p {
	display:block;
	background-color:#FFFFFF;
	color:inherit;
	padding:13px 5px;
}
#tmp_lnavi_ttl a {
	display:block;
	padding:4px 5px 3px 15px;
	color:#026f30;
	background:url(/shared/site_ftbc/images/icon/navi_icon.png) no-repeat 2px 8px;
	text-decoration:none;
}
#tmp_lnavi_ttl a:hover {
	text-decoration:underline;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	padding:16px 0 13px 25px;
	border-bottom:1px solid #cacaca;
	background:url(/shared/site_ftbc/images/icon/navi_icon.png) no-repeat 12px 20px;
}
#tmp_lnavi_cnt li a {
	text-decoration:none;
	color:#222222;
	background-color:transparent;
}
#tmp_lnavi_cnt li a:hover {
	text-decoration:underline;
}
#tmp_lnavi_cnt ul ul {
	border-top:1px solid #cacaca;
	margin:12px 0 0 -25px;
	padding:12px 0 0;
}
#tmp_lnavi_cnt ul ul li {
	padding:3px 0 3px 42px;
	border-bottom:none;
	background-position:29px 8px;
}
/* branch
============================== */
#tmp_branch {
	background-color:#ddefe5;
	color:inherit;
	border-top:4px solid #026f30;
	border-bottom:4px solid #026f30;
	padding:20px 0 20px 24px;
	margin:30px 0 32px;
	clear:both;
}
#tmp_branch ul {
	list-style:none;
	font-size:128.6%;
}
.lang_en #tmp_branch ul {
	list-style:none;
	list-style-image:none;
	font-size:100%;
	margin:0;
}
#tmp_branch ul li {
	float:left;
	width:275px;
	margin:0 4px 0 0;
	background:#FFFFFF url(/shared/templates/ftbc_top/images/branch_btn_bg.gif) no-repeat right bottom;
}
.lang_en #tmp_branch ul li {
	margin:0 4px 0 0;
}
#tmp_branch ul li a {
	display:block;
	text-decoration:none;
	color:#222222;
	background:url(/shared/management/images/icon/triangle_icon4.png) no-repeat 16px center;
	padding:18px 10px 17px 30px;
}
/* cnavi
============================== */
#tmp_cnavi {
	margin:0 0 32px;
	clear:both;
}
#tmp_cnavi ul {
	list-style:none;
	font-size:128.6%;
}
.lang_en #tmp_cnavi ul {
	list-style:none;
	list-style-image:none;
	font-size:114.3%;
	margin:0;
}
#tmp_cnavi ul li {
	float:left;
	width:278px;
	display:table;
	line-height:1;
	margin-right:16px;
}
.lang_en #tmp_cnavi ul li {
	margin:0 16px 0 0;
}
#tmp_cnavi #tmp_clist4 {
	margin-right:0;
}
#tmp_cnavi ul li a {
	display:table-cell;
	vertical-align:middle;
	height:60px;
	text-decoration:none;
	padding:0 10px 0 50px;
	color:#FFFFFF;
	background:url(/shared/management/images/icon/square_icon.png) no-repeat 29px center;
}
#tmp_cnavi #tmp_clist1 a {
	background-color:#017576;
}
#tmp_cnavi #tmp_clist2 a {
	background-color:#026f30;
}
#tmp_cnavi #tmp_clist3 a {
	background-color:#008024;
}
#tmp_cnavi #tmp_clist4 a {
	background-color:#5c8200;
}
#tmp_cnavi ul li a:hover {
	text-decoration:underline;
}
/* read_all
============================== */
.read_all {
	list-style:none !important;
	margin:0.4em 0 0 !important;
	float:right;
	font-size:114.3%;
}
.read_all li {
	float:left;
	margin:0 !important;
}
.read_all .list {
	margin:0 20px 0 0 !important;
}
.read_all a {
	display:inline-block !important;
	color:#222222 !important;
	text-decoration:none;
}
.read_all .list a {
	background:url(/shared/management/images/icon/navi_icon3.png) no-repeat left center !important;
	padding-left:10px !important;
}
.read_all .rss a {
	background:url(/shared/management/images/icon/rss_icon.png) no-repeat left center !important;
	padding-left:20px !important;
}
.read_all a:hover {
	text-decoration:underline;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* custom_func
============================== */
#tmp_custom_func {
	padding:10px 5px 8px;
	clear:both;
}
#tmp_wrap_custom_update {
	float:right;
}
/* pankuzu */
#tmp_pankuzu {
	float:left;
}
#tmp_sma_pankuzu {
	display:none;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .twitter_btn {
	width:120px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:18px 24px;
	border:1px solid #a4a4a4;
	clear:both;
}
.plugin .plugin_img {
	margin:0 23px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	border:1px solid #b0b0b0;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:13px 20px;
	color:inherit;
	font-weight:bold;
	background-color:#f3f3f3;
}
#tmp_inquiry_ttl p {
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:10px 20px 15px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:0.8em 0 0;
	padding:5px 30px 5px 34px;
	color:#222222;
	background:#FFFFFF url(/shared/management/images/icon/navi_icon2.png) no-repeat 25px center;
	border:1px solid #aeaeae;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #b0b0b0;
	clear:both;
}
#tmp_feedback_ttl {
	padding:13px 20px;
	color:inherit;
	font-weight:bold;
	background-color:#f3f3f3;
}
#tmp_feedback_ttl p {
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 20px 15px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	padding:5px 30px 5px 34px;
	color:#222222;
	background:#FFFFFF url(/shared/management/images/icon/navi_icon2.png) no-repeat 25px center;
	border:1px solid #aeaeae;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	color:inherit;
	background-color:#FFFFFF;
	min-width:1240px;
	clear:both;
}
#tmp_footer {
	position:relative;
	width:1240px;
	margin:0 auto;
	padding:25px 0 20px;
	background:url(/shared/management/images/footer/footer_bg.png) no-repeat right bottom;
}
/* pnavi
============================== */
#tmp_footer #tmp_pnavi {
	position:absolute;
	bottom:0;
	right:0;
}
#tmp_footer #tmp_pnavi p {
	width:45px;
}
#tmp_footer #tmp_pnavi p a {
	display:block;
	width:45px;
	height:74px;
	background:url(/shared/site_ftbc/images/navi/ptop.png) no-repeat left top;
}
#tmp_footer #tmp_pnavi p span {
	display:block;
	padding-top:30px;
	width:45px;
	height:22px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_footer #tmp_pnavi.float_pnavi {
	display:none;
	position:fixed;
	bottom:37px;
    left:87%;
	text-align:right;
	z-index:9999;
}
#tmp_footer #tmp_pnavi.page_bottom {
    position:fixed;
    right:auto;
    margin:0;
    bottom:37px;
    left:87%;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:0 0 20px;
	list-style:none;
}
#tmp_fnavi li {
	float:left;
	line-height:1.1;
}
#tmp_fnavi li a {
	display:inline-block;
	text-decoration:none;
	padding:0 15px;
	color:#222222;
	background-color:transparent;
	border-right:1px solid #999999;
}
#tmp_fnavi li:first-child a {
	border-left:1px solid #999999;
}
#tmp_fnavi li a:hover {
	text-decoration:underline;
}
/* footer_cnt
============================== */
#tmp_footer_cnt {
	clear:both;
}
#tmp_footer_cnt address {
	font-style:normal;
}
#tmp_footer_cnt address p.ttl {
	font-size:107%;
	margin-bottom:5px;
}
#tmp_footer_cnt address p span {
	margin:0 2em 0 0;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	color:#FFFFFF;
	background-color:#007238;
	min-width:1240px;
	clear:both;
}
#tmp_copyright {
	width:1240px;
	margin:0 auto;
	padding:10px 0;
	background:url(/shared/management/images/footer/footer_bg2.png) no-repeat right top;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#bf1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721e; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
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 {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
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;
}
/* img_cap ▼変更しない
============================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	border:1px solid #b0b0b0;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:13px 20px;
	color:inherit;
	font-weight:bold;
	background-color:#f3f3f3;
}
.box_faq .box_faq_ttl p {
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 20px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:14px !important; /* 変更しない */
	list-style-image:url(/shared/management/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 14px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#ffeaea; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#fff9ca; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Cookie Policy
================================================== */
#tmp_local_storage {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 20px;
	background: rgba(0,0,0,0.80);
	z-index: 10000;
	box-sizing: border-box;
}

#tmp_local_storage a {
	color: #00C157;
}

#tmp_local_storage ul {
    margin-top: 1em;
    list-style: none;
}

#tmp_local_storage ul li {
	margin: 0.5em 0;
}

#tmp_local_storage ul li a {
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 1em 3em 1em 1em;
	background: #aacf52 url(/shared/images/icon/icon_arrow.png) no-repeat center right;
	border-radius: 3px;
}
#tmp_local_storage ul li a:hover {
    opacity: .85;
}
@media screen and (min-width: 1024px) {
    #tmp_local_storage p, #tmp_local_storage ul {
        display: table-cell;
        vertical-align: middle;
        font-size: 85.7%;
    }
    #tmp_local_storage section {
        display: table;
        width: 1024px;
        margin: 0 auto;
    }
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_gallery_tag:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_wrap_gnavi:after,
#tmp_wrap_gnavi2:after,
#tmp_gnavi ul:after,
#tmp_gnavi_s ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_cnavi:after,
#tmp_cnavi ul:after,
#tmp_branch:after,
#tmp_branch ul:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_custom_func: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,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
