@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:#F8F2EB;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
}
#tmp_wrap_header,
#tmp_wrap_footer,
#tmp_wrap_copyright {
	min-width:980px;
	padding-left:10px;
	padding-right:10px;
}
#tmp_header,
#tmp_footer,
#tmp_copyright {
	width:980px;
	margin:0 auto;
	text-align:left;
}
.format_top #tmp_wrap_header,
#tmp_wrap_publicity {
	min-width:960px;
	padding-left:20px;
	padding-right:20px;
}
.format_top #tmp_header,
#tmp_publicity {
	width:960px;
	margin:0 auto;
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 30px 0;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding-top:20px;
}
#tmp_wrap_main2 {
	width:940px;
	margin:0 auto;
	text-align:left;
}
/* contents
============================== */
#tmp_wrap_contents {
	padding:10px 13px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents {
	padding:0 0 10px;
}
#tmp_maincontents {
	width:100%; /* 変更しない */
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-220px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:220px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-220px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:220px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-214px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:220px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:214px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-214px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:214px; /* デザインによって変更 */
}
/* smartphonelink
============================== */
#tmp_smartphonelink {
	display:none;
	padding:10px 0;
	text-align:center;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px),only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
#tmp_smartphonelink {
	display:block;
}
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	background:url(/shared/images/header/header_bg.jpg) repeat-x left top;
}
#tmp_header {
	padding:12px 0 14px;
	background:url(/shared/images/header/header_img.jpg) no-repeat left top;
}
#tmp_header_cnt {
	clear:both;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo p {
	margin:2px 0 0 5px;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	vertical-align:top;
}
#tmp_means {
	width:578px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
/* top */
.format_top #tmp_header {
	padding:0;
	background-image:url(/shared/images/header/header_img_top.jpg);
	height:319px;
}
.used_javascript .header_top #tmp_header {
	background:none;
}
.format_top #tmp_hlogo {
	margin-top:11px;
}
.format_top #tmp_hlogo h1 {
	margin:0 0 0 15px;
}
.format_top #tmp_means {
	width:607px;
	margin-top:8px;
}
/* primary
============================== */
#tmp_means_primary {
	margin-bottom:8px;
}
/* func_txt */
#tmp_func_txt {
	float:left;
	padding-right:11px;
}
#tmp_func_txt dt {
	float:left;
	padding-right:4px;
}
#tmp_func_txt dd {
	float:left;
	padding-right:3px;
}
/* secondary
============================== */
#tmp_means_secondary {
	clear:both;
}
/* search */
#tmp_search {
	margin:0 9px 0 0;
	float:left;
}
.format_top #tmp_search {
	margin-right:9px;
}
#tmp_search dt {
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:183px;
	min-height:20px;
	margin:0 6px 0 0;
	border:1px solid #333333;
}
* html #tmp_query {
	width:185px;
}
#tmp_func_sch_btn {
	vertical-align:top;
}
/* hnavi */
#tmp_header .hnavi {
	list-style:none;
	list-style-image:none;
	float:left;
}
#tmp_header .hnavi li {
	margin:0 7px 0 0;
	float:left;
}
.format_top #tmp_header .hnavi li {
	margin-right:10px;
}
#tmp_header .hnavi .last {
	margin-right:0;
}
#tmp_means_secondary .hnavi {
	padding-top:1px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	min-width:960px;
	padding-left:20px;
	padding-right:20px;
	background:url(/shared/images/navi/gnavi/gnavi_bg.jpg) repeat-x left top;
	clear:both; /* 変更しない */
}
#tmp_gnavi {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	float:left;
	position:relative;
	z-index:1;
}
#tmp_gnavi a {
	display:block;
	height:50px;
	background-image:url(/shared/images/navi/gnavi/gnavi.jpg);
	background-repeat:no-repeat;
}
/* lang_en */
.lang_en_top #tmp_gnavi a,
.lang_en #tmp_gnavi a {
	background-image:url(/shared/images/navi/gnavi/gnavi_en.jpg);
}
/* lang_zh-cn */
.lang_zh-cn_top #tmp_gnavi a,
.lang_zh-cn #tmp_gnavi a {
	background-image:url(/shared/images/navi/gnavi/gnavi_zh-cn.jpg);
}
/* lang_pt */
.lang_pt_top #tmp_gnavi a,
.lang_pt #tmp_gnavi a {
	background-image:url(/shared/images/navi/gnavi/gnavi_pt.jpg);
}
#tmp_glist1 a {
	background-position:left top;
	width:83px;
}
#tmp_glist1.active a,
#tmp_glist1 a:hover,
#tmp_glist1 a:focus {
	background-position:left bottom;
}
*:first-child+html #tmp_glist1 a:active {
	background-position:left bottom;
}
* html #tmp_glist1 a:active {
	background-position:left bottom;
}
#tmp_glist2 a {
	background-position:-83px top;
	width:111px;
}
#tmp_glist2.active a,
#tmp_glist2 a:hover,
#tmp_glist2 a:focus {
	background-position:-83px bottom;
}
*:first-child+html #tmp_glist2 a:active {
	background-position:-83px bottom;
}
* html #tmp_glist2 a:active {
	background-position:-83px bottom;
}
#tmp_glist3 a {
	background-position:-194px top;
	width:79px;
}
#tmp_glist3.active a,
#tmp_glist3 a:hover,
#tmp_glist3 a:focus {
	background-position:-194px bottom;
}
*:first-child+html #tmp_glist3 a:active {
	background-position:-194px bottom;
}
* html #tmp_glist3 a:active {
	background-position:-194px bottom;
}
#tmp_glist4 a {
	background-position:-273px top;
	width:111px;
}
#tmp_glist4.active a,
#tmp_glist4 a:hover,
#tmp_glist4 a:focus {
	background-position:-273px bottom;
}
*:first-child+html #tmp_glist4 a:active {
	background-position:-273px bottom;
}
* html #tmp_glist4 a:active {
	background-position:-273px bottom;
}
#tmp_glist5 a {
	background-position:-384px top;
	width:129px;
}
#tmp_glist5.active a,
#tmp_glist5 a:hover,
#tmp_glist5 a:focus {
	background-position:-384px bottom;
}
*:first-child+html #tmp_glist5 a:active {
	background-position:-384px bottom;
}
* html #tmp_glist5 a:active {
	background-position:-384px bottom;
}
#tmp_glist6 a {
	background-position:-513px top;
	width:191px;
}
#tmp_glist6.active a,
#tmp_glist6 a:hover,
#tmp_glist6 a:focus {
	background-position:-513px bottom;
}
*:first-child+html #tmp_glist6 a:active {
	background-position:-513px bottom;
}
* html #tmp_glist6 a:active {
	background-position:-513px bottom;
}
#tmp_glist7 a {
	background-position:-704px top;
	width:159px;
}
#tmp_glist7.active a,
#tmp_glist7 a:hover,
#tmp_glist7 a:focus {
	background-position:-704px bottom;
}
*:first-child+html #tmp_glist7 a:active {
	background-position:-704px bottom;
}
* html #tmp_glist7 a:active {
	background-position:-704px bottom;
}
#tmp_glist8 a {
	background-position:-863px top;
	width:97px;
}
#tmp_glist8.active a,
#tmp_glist8 a:hover,
#tmp_glist8 a:focus {
	background-position:-863px bottom;
}
*:first-child+html #tmp_glist8 a:active {
	background-position:-863px bottom;
}
* html #tmp_glist8 a:active {
	background-position:-863px bottom;
}
#tmp_gnavi ul li span {
	display:block;
	height:50px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_glist1 span {
	width:83px;
}
#tmp_glist2 span {
	width:111px;
}
#tmp_glist3 span {
	width:79px;
}
#tmp_glist4 span {
	width:111px;
}
#tmp_glist5 span {
	width:129px;
}
#tmp_glist6 span {
	width:191px;
}
#tmp_glist7 span {
	width:159px;
}
#tmp_glist8 span {
	width:97px;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:5px 3px 10px;
	clear:both;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	background:#5E452D url(/shared/images/navi/lnavi/lnavi_ttl_bg.jpg) repeat-x left top;
	color:#FFFFFF;
	padding:7px 10px;
}
#tmp_lnavi_ttl p {
	background:url(/shared/images/navi/lnavi/lnavi_ttl_icon.gif) no-repeat left 10px;
	padding-left:12px;
}
#tmp_lnavi_ttl a,
#tmp_lnavi_ttl a:link {
	color:#FFFFFF;
}
#tmp_lnavi_cnt {
	border:1px solid #AB8A69;
	border-top:none;
	background-color:#FFFFFF;
	color:inherit;
	padding:0 9px 9px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt ul li {
	border-bottom:1px dotted #B49F8B;
	padding:8px 0 8px 17px;
	background:url(/shared/images/navi/lnavi/list_icon.gif) no-repeat 5px 0.7em;
}
/* lnavi_list */
.lnavi_list {
	clear:both;
	margin-bottom:10px;
}
.lnavi_list_cnt {
	border:1px solid #AB8A69;
	border-top:none;
	background-color:#FFFFFF;
	color:inherit;
	padding:7px 7px 0;
}
.lnavi_list_cnt ul {
	margin-left:20px;
	list-style-image:url(/shared/images/navi/lnavi/list_icon.gif);
}
.lnavi_list_cnt ul li {
	margin-bottom:8px;
}
/* lnavi_list2 */
.lnavi_list2 {
	clear:both;
	margin-bottom:10px;
}
.lnavi_list2_cnt {
	border:1px solid #D39F6B;
	border-top:none;
	background-color:#FFFFFF;
	color:inherit;
	padding:7px 7px 0;
}
.lnavi_list2_cnt ul {
	margin-left:20px;
	list-style-image:url(/shared/images/navi/lnavi/list_icon.gif);
}
.lnavi_list2_cnt ul li {
	margin-bottom:8px;
}
/* switch_menu */
#tmp_lnavi_cnt .switch_menu {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px 0;
}
#tmp_lnavi_cnt .switch_menu li {
	margin-bottom:0;
	font-weight:bold;
	padding:7px 0 7px 15px;
	border-bottom:1px dashed #B49F8B;
	background:url(/shared/images/navi/lnavi/list_icon.gif) no-repeat 3px 0.7em;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding:7px 0 7px 25px;
	text-indent:-23px;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list .switch {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_menu .noicon_list .switch img {
	margin:0 5px 0 0;
	vertical-align:top;
}
#tmp_lnavi_cnt .switch_menu .switch_cnt {
	margin-top:8px;
}
.used_javascript #tmp_lnavi_cnt .switch_menu .switch_cnt {
	display:none;
}
#tmp_lnavi_cnt .switch_menu .switch_cnt li {
	text-indent:0;
	border-bottom:none;
	font-weight:normal;
	padding:3px 0 3px 13px;
	background:url(/shared/images/navi/lnavi/list_icon.gif) no-repeat left 0.3em;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:12px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.jpg) no-repeat left top;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:10px 4px 0 4px;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:left;
}
/* 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 #AB8A6A;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:10px 0 9px;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#F7E2DD;
	color:inherit;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	display:block;
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFF99 !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#D11818;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#0C457E;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.1;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 16px;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:inline-block;
	margin:0 0 0 -16px;
	padding:0 0 0 16px;
	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:inline-block;
	padding:0 16px 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
============================== */
/* navi_btn */
.navi_btn {
	list-style:none;
	list-style-image:none;
}
.navi_btn li {
	margin-bottom:10px;
}
.navi_btn li img {
	vertical-align:top;
}
/* banner_btn */
#tmp_banner_btn {
	border:1px solid #AB8A69;
	padding:8px 5px 6px 8px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_banner_btn li {
	margin-bottom:6px;
}
#tmp_banner_btn li.last {
	margin-bottom:0;
}
/* rnavi_kanko */
#tmp_wrap_rnavi_kanko {
	background:url(/shared/images/navi/rnavi/kanko_bg_btm.gif) no-repeat left bottom;
	margin-bottom:10px;
}
#tmp_rnavi_kanko {
	background:url(/shared/images/navi/rnavi/kanko_bg.jpg) no-repeat left top;
	padding:0 5px 5px;
}
#tmp_rnavi_kanko_ttl h2 {
	margin-bottom:9px;
}
#tmp_rnavi_kanko_cnt {
	padding:7px 4px 0 7px;
}
#tmp_rnavi_kanko_cnt ul {
	margin-left:15px;
	list-style:none;
	list-style-image:url(/shared/images/navi/lnavi/list_icon.gif);
}
#tmp_rnavi_kanko_cnt ul li {
	margin-bottom:8px;
}
#tmp_rnavi_news {
	margin-bottom:10px;
	border:1px solid #8AAC68;
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_rnavi_news_cnt {
	padding:0 9px 5px;
	text-align:center;
}
/* rnavi_koho */
#tmp_rnavi_koho {
	border:1px solid #AB8A69;
	background:#FFFFFF url(/shared/images/navi/rnavi/koho_bg.jpg) no-repeat left top;
	padding:6px 14px 9px 6px;
	margin-bottom:10px;
}
#tmp_rnavi_koho_ttl {
	margin-bottom:5px;
}
#tmp_rnavi_koho_txt {
	float:left;
	width:55px;
	padding-top:3px;
}
#tmp_rnavi_koho_pht {
	float:right;
	width:110px;
}
#tmp_rnavi_koho_txt h2 {
	margin-bottom:5px;
}
#tmp_rnavi_koho_txt p {
	margin:0 0 5px 3px;
	line-height:1.4;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
	padding-right:6px;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
.ptop a {
	background:url(/shared/images/navi/pnavi/ptop_icon.gif) no-repeat left 2px;
	padding-left:17px;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
.format_top #tmp_main {
	padding-bottom:20px;
}
/* cate_ttl
============================== */
#tmp_cate_ttl h1 {
	background:none !important;
	padding:0 !important;
	border:none !important;
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:10px;
	clear:both;
}
#tmp_emergency_ttl {
	background:url(/shared/images/main/emergency/emergency_ttl_bg.jpg) repeat-x left top;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px 15px 5px;
	border:1px solid #D36B6B;
	border-top:none;
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* related_btn */
#tmp_emergency_cnt .related_btn {
	padding:4px 0;
}
#tmp_emergency_cnt .related_btn p {
	margin:0 20px 0 0;
	float:left;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	clear:both;
}
#tmp_emergency_s_ttl {
	background:url(/shared/images/main/emergency/emergency_ttl_bg.jpg) repeat-x left top;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:7px 7px 5px;
	border:1px solid #D36B6B;
	border-top:none;
	background-color:#FFFFFF;
	color:inherit;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* update
============================== */
#tmp_update {
	text-align:right;
	margin-bottom:0 !important;
}
/* 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:1px solid #473523;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	background:#5E452D url(/shared/images/main/inquiry/inquiry_ttl_bg.jpg) repeat-x left top;
	color:#FFFFFF;
	font-weight:bold;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 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.3em 0 0;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	padding:16px 0 10px;
	border-top:1px solid #967554;
	border-bottom:1px solid #967554;
	clear:both;
}
#tmp_publicity2 {
	width:800px;
	margin-left:95px;
	text-align:left;
	position:relative;
	z-index:2;
}
#tmp_publicity_ttl {
	margin-bottom:10px;
	clear:both;
}
#tmp_publicity_ttl p {
	float:left;
	margin-right:10px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 10px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_publicity img {
	vertical-align:top
}
#tmp_publicity p.note {
	clear:both;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	background:url(/shared/images/footer/footer_bg.gif) no-repeat bottom center;
}
.format_top #tmp_wrap_footer {
	background:url(/shared/images/footer/footer_bg_top.gif) no-repeat bottom center;
	padding-top:85px;
	margin-top:-85px;
	position:relative;
	z-index:0;
}
* html #tmp_wrap_footer {
	height:1%;
}
#tmp_footer {
	padding:75px 0 10px;
	clear:both;
}
.format_top #tmp_footer {
	padding-top:20px;
}
/* fnavi
============================== */
#tmp_footer .fnavi {
	list-style:none;
}
#tmp_footer .fnavi li {
	float:left;
}
#tmp_footer #tmp_fnavi {
	margin:0 0 15px 10px;
}
#tmp_footer #tmp_fnavi li {
	margin:0 21px 0 0;
	white-space:nowrap;
}
#tmp_footer #tmp_fnavi li a {
	background:url(/shared/images/footer/fnavi_icon.gif) no-repeat left 2px;
	padding-left:15px;
}
#tmp_footer #tmp_fnavi2 li {
	margin:0 10px 0 0;
}
#tmp_footer #tmp_fnavi2 li img {
	vertical-align:top;
}
#tmp_footer_cnt {
	clear:both;
	padding:0 100px 10px 13px;
}
.format_top #tmp_footer_cnt {
	padding-right:120px;
}
#tmp_footer address {
	float:left;
	font-style:normal;
	margin-right:15px;
}
#tmp_wrap_copyright {
	background-color:#5A4025;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
}
#tmp_copyright p {
	margin-left:16px;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#26781D; /* デザインによって変更 */
	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;
}
/* ==================================================
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;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_pink,
th.bg_pink {
	color:inherit;
	background-color:#FBE8E3; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#E1F4FB; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E9F9E3; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_wrap_contents:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_header_cnt: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_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
.lnavi_list:after,
.lnavi_list_ttl:after,
.lnavi_list_cnt:after,
.lnavi_list2:after,
.lnavi_list2_ttl:after,
.lnavi_list2_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_rnavi_kanko:after,
#tmp_rnavi_kanko:after,
#tmp_rnavi_kanko_cnt:after,
#tmp_rnavi_koho:after,
#tmp_rnavi_koho_cnt:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_publicity_ttl:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
#tmp_wrap_copyright:after,
div.col2:after,
div.fixed_col2:after,
div.col3: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_wrap_contents,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_maincontents,
*:first-child+html #tmp_header,
*:first-child+html #tmp_header_cnt,
*: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_lnavi,
*:first-child+html #tmp_lnavi_ttl,
*:first-child+html #tmp_lnavi_cnt,
*:first-child+html .lnavi_list,
*:first-child+html .lnavi_list_ttl,
*:first-child+html .lnavi_list_cnt,
*:first-child+html .lnavi_list2,
*:first-child+html .lnavi_list2_ttl,
*:first-child+html .lnavi_list2_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_rnavi_kanko,
*:first-child+html #tmp_rnavi_kanko,
*:first-child+html #tmp_rnavi_kanko_cnt,
*:first-child+html #tmp_rnavi_koho,
*:first-child+html #tmp_rnavi_koho_cnt,
*: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_publicity_ttl,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_footer_cnt,
*:first-child+html #tmp_wrap_copyright,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3 {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_wrap_contents,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_header_cnt,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_func_txt,
* html #tmp_func_clr,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_means_tertiary,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_wrap_main,
* html #tmp_main,
* html #tmp_lnavi,
* html #tmp_lnavi_ttl,
* html #tmp_lnavi_cnt,
* html .lnavi_list,
* html .lnavi_list_ttl,
* html .lnavi_list_cnt,
* html .lnavi_list2,
* html .lnavi_list2_ttl,
* html .lnavi_list2_cnt,
* html #tmp_event_cal,
* html #tmp_event_cal_ttl,
* html #tmp_event_cal_cnt .cal_navi,
* html #tmp_emergency,
* html #tmp_emergency_ttl,
* html #tmp_emergency_cnt,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html #tmp_wrap_rnavi_kanko,
* html #tmp_rnavi_kanko,
* html #tmp_rnavi_kanko_cnt,
* html #tmp_rnavi_koho,
* html #tmp_rnavi_koho_cnt,
* html .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_publicity_ttl,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html #tmp_wrap_copyright,
* html div.col2,
* html div.fixed_col2,
* html div.col3 {
	display:inline-block; /* 変更しない */
}
@media print {
#tmp_publicity_ttl {
	display:inline-block;
}
}