@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
* html body {
	text-align:center; /* 変更しない */
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	color:inherit;
	background-color:#FFFFFF;
	min-width:1200px;
}
* html #tmp_wrapper {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both; /* 変更しない */
	position:relative;
}
#tmp_main {
	clear:both; /* 変更しない */
	width:1200px;
	margin:0 auto;
}
.format_top #tmp_main {
	width:auto;
	padding-top:8px;
}
/* contents
============================== */
#tmp_contents {
	width:100%; /* 変更しない */
	padding:0 0 10px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
	float:left;
}
.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:0; /* デザインによって変更 */
}
/* top
============================== */
.format_top #tmp_main_menu {
	width:30%;
	float:left;
}
.format_top #tmp_main_cnt {
	width:67%;
	float:right;
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-306px; /* デザインによって変更 */
	margin-bottom:20px;
}
.format_free .wrap_col_nm2 {
	margin-right:306px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:220px; /* デザインによって変更 */
	margin-right:-276px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	color:inherit;
	background-color:#F4F5F9;
	border-radius:4px;
}
.format_fl .col_lft_navi {
	margin:30px 0 0;
}
.format_free .column_full .col_lft_navi {
	width:276px;
	background-color:transparent;
	color:inherit;
}
.format_free .wrap_col_rgt_navi {
	width:279px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	color:inherit;
	background-color:transparent;
}
.format_free .column_full .col_main {
	margin-left:308px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:250px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	width:1200px;
	margin:0 auto;
	padding:0 0 15px;
	color:inherit;
	background:url(/shared/images/header/header_bg.jpg) left 200px bottom no-repeat;
	position:relative;
	min-height:53px;
	z-index:10;
}
.format_free #tmp_header {
	padding-bottom:8px;
}
#tmp_hlogo {
	float:left;
	margin:0 0 0 -6px;
	width:165px;
	height:0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	background:url(/shared/images/header/logo.png) left top no-repeat;
	width:165px;
	height:176px;
}
#tmp_hlogo a {
	display:block;
	position:relative;
}
#tmp_hlogo span {
	display:block;
	height:156px;
	padding:10px;
	overflow:hidden;
	position:relative;
	z-index:-1;
}
#tmp_means {
	float:right;
	width:100%;
}
#tmp_means_primary {
	margin:0 0 0 165px;
	max-width:1035px;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_means ul {
	min-width:497px;
	float:right;
	font-size:114.2%;
	margin:0 0 5px;
}
#tmp_means li {
	margin:18px 15px 0 0;
	float:left;
	list-style:none;
}
.format_free #tmp_means li {
	margin-top:10px;
}
#tmp_means li:last-child {
	margin-right:0;
}
#tmp_means li a {
	background:url(/shared/images/icon/list_icon.png) left center no-repeat;
	color:#444444;
	padding:5px 0 5px 25px;
	font-weight:bold;
	text-decoration:none;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
#tmp_header #tmp_free_head {
	float:right;
	min-width:497px;
}
#tmp_header #tmp_head_search {
	clear:both;
}
#tmp_head_search #tmp_form_search {
	background:#444444;
	color:#FFFFFF;
	border-radius:24px;
	display:block;
	min-width:343px;
	float:left;
	margin-right:15px;
}
#tmp_head_search #tmp_form_search p {
	display:block;
	float:left;
}
#tmp_head_search #tmp_form_search img {
	margin:4px 10px 0 14px;
	display:block;
	float:left;
	width:16px;
}
#tmp_head_search #tmp_form_search #tmp_query {
	border:none;
	margin:2px 7px 2px 0;
	min-width:248px;
	max-width:580px;
	padding:0 3px;
	display:block;
	float:left;
}
#tmp_head_search #tmp_form_search #tmp_func_sch_btn {
	border:none;
	background-color:transparent;
	color:#FFFFFF;
	font-weight:bold;
	font-size:114.2%;
	height:1.2em;
	cursor:pointer;
	margin-right:8px;
	margin-top:2px;
}
#tmp_head_search #tmp_head_search_item {
	text-align:center;
	min-width:103px;
	float:left;
	margin-right:16px;
}
#tmp_head_search #tmp_head_search_item a {
	background:#747474;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:114.2%;
	padding:0 10px;
}
#tmp_head_search #tmp_head_search_item a span {
	background:url(/shared/images/icon/white_icon.png) left center no-repeat;
	padding:0 0 0 18px;
}
#tmp_head_search #tmp_head_search_item a:hover,
#tmp_head_search #tmp_head_search_item a:focus,
#tmp_head_search #tmp_head_search_item a:active {
	background:#545454;
	text-decoration:underline;
}
.head_search {
	float:right;
	margin:0 8px 0 0;
	min-width:221px;
	font-size:85.7%;
}
.head_search p {
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
}
.head_search p:last-child {
	border-left:1px solid #FFFFFF;
}
.head_search p a {
	background-color:#747474;
	color:#FFFFFF;
	display:table-cell;
	text-decoration:none;
	margin:0 auto;
	min-width:64px;
	min-height:56px;
	padding:0 21px;
	vertical-align:middle;
	height:56px;
}
.head_search p:first-child a {
	border-radius:0 0 0 6px;
}
.head_search p:last-child a {
	border-radius:0 0 6px 0;
}
.head_search p a:hover,
.head_search p a:focus,
.head_search p a:active {
	background-color:#545454;
	text-decoration:underline;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	color:inherit;
	background-color:#00809B;
	clear:both;
}
#tmp_gnavi ul {
	width:1046px;
	margin:0 auto;
	list-style:none;
	padding:0 0 0 154px;
}
#tmp_gnavi li {
	width:134px;
	border-right:1px dotted  #FFFFFF;
	float:left;
	margin:4px 0;
}
#tmp_gnavi #tmp_glist1 {
	width:100px;
}
#tmp_gnavi #tmp_glist2,
#tmp_gnavi #tmp_glist4,
#tmp_gnavi #tmp_glist7 {
	width:147px;
}
#tmp_gnavi #tmp_glist3,
#tmp_gnavi #tmp_glist5,
#tmp_gnavi #tmp_glist6 {
	width:120px;
}
#tmp_gnavi a {
	display:block;
	padding:20px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:transparent;
	font-size:114.2%;
	margin:0 3px;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/gnavi_on.jpg) bottom center no-repeat;
	color:#00809B;
}
#tmp_gnavi #tmp_glist1.active a,
#tmp_gnavi #tmp_glist1 a:hover,
#tmp_gnavi #tmp_glist1 a:focus {
	background:#FFFFFF url(/shared/images/navi/gnavi_home_on.jpg) bottom center no-repeat;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	width:1035px;
	margin:0 auto 17px;
	padding:5px 0 5px 165px;
	clear:both;
}
.format_fl #tmp_pankuzu {
	margin-bottom:50px;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
	border-radius:4px;
}
#tmp_lnavi_ttl {
	padding:13px 14px;
	font-weight:bold;
	color:inherit;
	background-color:#DFF3F5;
	border-radius:4px;
}
#tmp_lnavi_ttl a {
	color:#333333;
	background-color:transparent;
	text-decoration:none;
	display:block;
	background:url(/shared/images/icon/green_arrow.png) right center no-repeat;
	padding-right:10px;
}
#tmp_lnavi_cnt {
	padding:12px 11px 0;
	border-top:none;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	margin:0 0 10px;
	background:url(/shared/images/main/line_dot_gray.gif) left bottom repeat-x;
}
#tmp_lnavi_cnt li:last-child {
	margin-bottom:0;
}
#tmp_lnavi_cnt li a {
	color:#333333;
	background:url(/shared/images/icon/list_icon.png) no-repeat left 0.1em;
	text-decoration:none;
	display:block;
	padding:3px 0 9px 25px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	position:absolute;
	right:0;
	bottom:0;
	background:url(/shared/images/footer/go_to_top.jpg) center no-repeat;
}
.pnavi .ptop,
.pnavi .ptop a,
.pnavi .ptop aspan {
	display:block;
	width:60px;
	height:60px;
}
.ptop span {
	position:relative;
	z-index:-1;
	display:block;
	overflow:hidden;
}
.pnavi.en {
	width:120px;
	background:url(/shared/images/footer/go_to_top_en.jpg) center no-repeat;
}
.pnavi.en .ptop,
.pnavi.en .ptop a,
.pnavi.en .ptop aspan {
	width:120px;
	height:60px;
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:8px;
	border:3px solid #AE1515;
	background-color:#FFFFFF;
	color:inherit;
	border-radius:8px;
	display:table;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	display:table-cell;
	vertical-align:middle;
	background-color:#AE1515;
	color:#FFFFFF;
	min-width:177px;
	font-size:114.2%;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
	text-align:center;
}
#tmp_emergency_cnt {
	padding:2px 12px;
	background-color:#FFFFFF;
	color:inherit;
	display:table-cell;
	vertical-align:middle;
	border-radius:0 6px 6px 0;
	width:610px;
}
#tmp_emergency_cnt ul {
	margin-left:24px;
}
#tmp_emergency_cnt ul li {
	line-height:1.6;
	list-style:url(/shared/images/main/red_yajirushi.png);
}
#tmp_safety {
	width:100%;
	display:table;
	border-radius:5px;
	margin:0 0 50px;
}
#tmp_safety #tmp_safety_ttl {
	background:url(/shared/images/main/emergency_bg.png) right top no-repeat;
	background-size:24px 100%;
	padding-right:23px;
	min-width:130px;
	vertical-align:top;
}
#tmp_safety #tmp_safety_ttl h2 {
	background:#FDD5D5;
	color:#AE1515;
	border-radius:5px 0 0 5px;
	font-size:114.2%;
	padding:4px 0 3px 18px;
}
#tmp_safety #tmp_safety_ttl,
#tmp_safety #tmp_safety_cnt {
	display:table-cell;
}
#tmp_safety #tmp_safety_cnt {
	background:#FDD5D5;
	color:inherit;
	border-radius:0 5px 5px 0;
	vertical-align:middle;
	padding:0 3px 0 12px;
}
#tmp_safety #tmp_safety_cnt li {
	list-style:url(/shared/images/icon/red_icon.png);
	margin:0 15px;
	float:left;
	font-weight:bold;
}
#tmp_safety #tmp_safety_cnt li:last-child {
	margin-right:0;
}
#tmp_emergency_cnt ul li a,
#tmp_safety #tmp_safety_cnt li a {
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* 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_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#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:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 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:2px solid #747474;
	clear:both;
	border-radius:6px 6px 0 0;
}
#tmp_inquiry_ttl {
	padding:11px 11px 4px;
	color:#FFFFFF;
	background-color:#747474;
	border-bottom:1px solid #747474;
	font-size:142.8%;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:15px 14px 8px;
}

#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
	margin:1.1em auto 0;
	width:320px;
	display:block;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:2px solid #F4F5F9;
	clear:both;
	border-radius:6px 6px 0 0;
}
#tmp_feedback_ttl {
	padding:11px 11px 4px;
	color:inherit;
	background-color:#F4F5F9;
	border-radius:2px 2px 0 0;
	font-size:142.8%;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:15px 16px 13px;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 1.6em 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[type="submit"] {
	border:none;
	background:#F4F5F9;
	color:#747474;
	width:320px;
	height:40px;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	width:1200px;
	margin:0 auto 24px;
	clear:both;
	display:table;
}
#tmp_publicity_ttl {
	background:#747474 url(/shared/images/main/koukoku_bg.jpg) right top no-repeat;
	color:inherit;
	width:220px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
#tmp_publicity_ttl a {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration:none;
	font-size:114.2%;
	font-weight:bold;
}
#tmp_publicity_ttl a:hover,
#tmp_publicity_ttl a:hover,
#tmp_publicity_ttl a:hover {
	text-decoration:underline;
}
#tmp_publicity_ttl a span {
	background:url(/shared/images/icon/white_icon.png) left center no-repeat;
	padding:0 0 0 18px;
}
#tmp_publicity_cnt {
	background:#F3F5F8;
	color:inherit;
	display:table-cell;
	vertical-align:middle;
	padding:24px 12px 24px 34px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 16px 0 0;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:middle;
}
/* floating */
.floating_pub {
	background:rgba(0,0,0,0.6);
	position:fixed;
	left:50%;
	bottom:0;
	z-index:5000;
	margin-bottom:0 !important;
	margin-left:-600px !important;
	width:100%;
}
.floating_pub #tmp_publicity_ttl,
.floating_pub #tmp_publicity_cnt {
	background:none;
}
.floating_pub #tmp_publicity_cnt {
	padding:5px 10px;
}
#tmp_publicity_close {
	position:absolute;
	right:5px;
	top:5px;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:0 0 20px;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:300%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:block;
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#FFFFFF;
	background-color:#007F99;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change #tmp_switch_sp_style a span {
	background:url(/shared/images/icon/sp/switch_sp.png) left center no-repeat;
	display:inline-block;
	width:auto;
	padding:5px 0 5px 35px;
}

/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 640px) {
#tmp_model_change {
	display:block;
}
}
.disp_pc .mb_ttl {
	/* display:none !important; */
}
.disp_pc #lbCenter,
.disp_pc #lbBottomContainer {
	left:50% !important;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	border-top:2px solid #00809B;
	padding:9px 0 0;
	clear:both;
}
#tmp_footer .footer_center {
	width:1200px;
	margin:0 auto;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:6px 0 5px;
	list-style:none;
	font-size:87.5%;
	margin:0 0 5px;
}
#tmp_fnavi li {
	margin:0 26px 0 0;
	white-space:nowrap;
	background:url(/shared/images/icon/green_icon.png) left center no-repeat;
	padding:8px 0 8px 12px;
	float:left;
}
#tmp_fnavi li a {
	color:#333333;
	text-decoration:none;
}
#tmp_fnavi #tmp_fnavi_map {
	background:#F3F5F8;
	color:inherit;
	border-radius:8px;
	font-size:116.6%;
	padding:0 4px 0 15px;
	margin-bottom:0.6em;
}
#tmp_fnavi #tmp_fnavi_map a {
	background:url(/shared/images/icon/koutsuu_icon.jpg) left center no-repeat;
	padding:6px 8px 6px 18px;
	display:block;
}
#tmp_fnavi #tmp_fnavi_map2 {
	background:#F3F5F8;
	color:inherit;
	border-radius:8px;
	font-size:116.6%;
	padding:0 4px 0 15px;
}
#tmp_fnavi #tmp_fnavi_map2 a {
	background:url(/shared/images/icon/cyousha_icon.jpg) left center no-repeat;
	padding:6px 8px 6px 18px;
	display:block;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer_cnt {
	clear:both;
	background:url(/shared/images/footer/footer_bg.jpg) right bottom no-repeat;
	position:relative;
}
#tmp_footer_cnt address {
	margin:0 0 18px;
	font-style:normal;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_copyright {
	clear:both;
	background-color:#00809B;
	color:#FFFFFF;
	padding:15px 0 0;
	font-size:85.7%;
	width:100%;
}
#tmp_copyright p {
	padding:0 0 15px;
}
/* ==================================================
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:#E3004D; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007F1F; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_blue {
	color:#005FBF; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_y_green {
	color:#5F7F00; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_orange {
	color:#B25900; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_yellow {
	color:#927000; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_r_purple {
	color:#BF008C; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_gray {
	color:#666666; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき18px相当 */
}
.txt_big2 {
	font-size:171.4%; /* body 14pxのとき24px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
.marker_yellow {
	background:url(/shared/images/main/word_bg.png) left center no-repeat;
	background-size:17px 100%;
	padding:0 0 0 17px;
	margin:8px 20px 3px 5px;
	font-weight:bold;
	display:inline-block;
}
.marker_yellow a {
	color:inherit;
	background-color:#F3F5F8;
	padding:2px 14px 2px 4px;
}

/* 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:2px solid #DFF3F4;
	clear:both; /* 変更しない */
	border-radius:6px 6px 0 0;
}
.box_faq .box_faq_ttl {
	padding:11px 11px 4px;
	color:inherit;
	font-weight:bold;
	background-color:#DFF3F4;
	font-size:142.8%;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:12px 3px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:1.1em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.png) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.6em !important; /* 変更しない */
}
/* ==================================================
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.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 {
	margin:0 3px;
	padding-left:28px;
	text-indent:0 !important;
}
a.pdf,
a.PDF,
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat top left;
}
a.word,
a.Word,
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat top left;
}
a.excel,
a.Excel,
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat top left;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FDD6E8; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFFBF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#DFF3F4; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#F4F5F9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E2EBD0; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#E9E0F3; /* デザインによって変更 */
}
td.bg_cream,
th.bg_cream {
	color:inherit;
	background-color:#FBF3DE; /* デザインによって変更 */
}
@media screen and (max-width : 640px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
link hover
================================================== */
/* red */
#tmp_emergency_cnt ul li a:hover,
#tmp_emergency_cnt ul li a:focus,
#tmp_emergency_cnt ul li a:active,
#tmp_safety #tmp_safety_cnt li a:hover,
#tmp_safety #tmp_safety_cnt li a:focus
#tmp_safety #tmp_safety_cnt li a:active {
	color:#AE1515;
	text-decoration:underline;
}
/* blue */
#tmp_means li a:hover,
#tmp_means li a:focus,
#tmp_means li a:active,
#tmp_fnavi li a:hover,
#tmp_fnavi li a:focus,
#tmp_fnavi li a:active,
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus,
#tmp_lnavi_ttl a:active,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus,
#tmp_lnavi_cnt li a:active,
#tmp_model_change li a hover,
#tmp_model_change li a:focus,
#tmp_model_change li a:active {
	color:#00809B;
	text-decoration:underline;
}
/* lightbox
============================== */
#lbOverlay {
    background-color: #6a6a6a;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#lbCenter, #lbBottomContainer {
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}
#lbCenter {
	top:-50px !important;
}
#lbBottomContainer {
	top:530px !important;
}
.lbLoading {
    background: #ffffff url(/shared/images/icon/gdoverlay/loading.gif) no-repeat scroll center center;
}
#lbImage {
    background-repeat: no-repeat;
    border: 10px solid #ffffff;
    left: 0;
    position: absolute;
    top: 0;
	width:1000px !important;
	height:560px !important;
	background-size:cover !Important;
}
#lbImage > div{
	width:1000px !important;
	height:560px !important;
}
#lbPrevLink, #lbNextLink {
    display: block;
    outline: medium none;
    position: absolute;
    top: 50%;
    margin-top:-40px;
    width: 45px;
	height:80px;
}
#lbLinkHref {
	display:block !important;
	width:100%;
	height:100%;
}
#lbPrevLink {
    background: transparent url(/shared/images/icon/gdoverlay/prevlabel.png) no-repeat scroll left center;
    left: 10px;
}
#lbNextLink {
    background:transparent url(/shared/images/icon/gdoverlay/nextlabel.png) no-repeat scroll left center;
    right: 10px;
}
#lbBottom {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: none solid solid;
    border-width: 10px;
    color: #666666;
    font-size: 71.4%;
    line-height: 1.4;
    padding: 4px 14px 4px;
    text-align: left;
}
#lbCloseLink {
    background: transparent url(/shared/images/icon/gdoverlay/closelabel.png) no-repeat scroll right top;
    color: #000000;
    display: block;
    float: right;
    height: 48px;
    margin: 5px 0;
    outline: medium none;
    width: 44px;
}
#lbPrevLink span,
#lbNextLink span,
#lbCloseLink span {
	z-index:-1;
	display:block;
	position:relative;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
#lbNumber {
    color: #000000;
    background-color:transparent;
}
#lbCaption {
    color: #000000;
    background-color:transparent;
    font-size: 171.4%;
    font-weight: bold;
    padding: 2px 0 4px 1px;
}
/* ==================================================
ReadSpeaker 
================================================== */
.format_top #tmp_readspeaker.rsfloating {
	width:1200px !important;
	margin:0 auto !important;
	padding:40px 0 0 !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm: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_gnavi:after,
#tmp_gnavi 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_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_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_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,
#tmp_safety:after,
#tmp_publicity:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html .col_nm,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_means,
*:first-child+html #tmp_means_primary,
*:first-child+html #tmp_func_txt,
*:first-child+html #tmp_func_clr,
*:first-child+html #tmp_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_means_tertiary,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_wrap_main,
*:first-child+html #tmp_main,
*:first-child+html #tmp_main_menu,
*:first-child+html #tmp_main_cnt,
*:first-child+html #tmp_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html #tmp_event_cal,
*:first-child+html #tmp_event_cal_ttl,
*:first-child+html #tmp_event_cal_cnt .cal_navi,
*:first-child+html #tmp_emergency,
*:first-child+html #tmp_emergency_ttl,
*:first-child+html #tmp_emergency_cnt,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt fieldset,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}
