@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
* html body {
	text-align:center;
}
#tmp_header,
#tmp_gnavi,
#tmp_fnavi,
#tmp_footer_cnt,
#tmp_copyright p {
	width:880px; /* デザインによって変更 */
	margin:0 auto;
	clear:both; /* 変更しない */
}
* html #tmp_header,
* html #tmp_gnavi,
* html #tmp_wrap_main,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html #tmp_copyright p {
	text-align:left;
	margin:0;
}
/* contents
============================== */
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	padding:0 0 10px;
}
#tmp_wrap_main {
	width:880px; /* デザインによって変更 */
	margin:0 auto;
	padding:0 10px;
	clear:both; /* 変更しない */
}
* html #tmp_wrap_main {
	width:900px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.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:right; /* 変更しない */
}
/* top
============================== */
.format_top .column_lnavi .wrap_col_nm {
	margin-left:-280px; /* デザインによって変更 */
}
.format_top .column_lnavi .wrap_col_nm2 {
	margin-left:280px; /* デザインによって変更 */
}
.format_top .column_lnavi .wrap_col_lft_navi {
	width:250px; /* デザインによって変更 */
}
.format_top .column_lnavi .wrap_col_lgt_navi {
	width:250px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-230px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:230px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-230px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:230px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:230px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
hg
================================================== */
#tmp_wrap_hg {
	padding:0 0 7px;
	background:url(../images/navi/gnavi/gnavi_bg.gif) repeat-x left bottom;
	min-width:900px;
}
#tmp_hg {
	color:inherit;
	background:#FFFFFF url(../images/header/header_bg.jpg) no-repeat center bottom;
	min-width:880px;
	padding:0 10px;
}
/* ==================================================
header
================================================== */
#tmp_header {
	clear:both;
}
#tmp_hlogo {
	float:left;
	padding:5px 0;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background:url(../images/header/hlogo.gif) no-repeat left top;
	display:block;
	width:331px;
	height:70px;
}
#tmp_hlogo a {
	display:block;
	width:331px;
	height:70px;
}
#tmp_hlogo span {
	display:block;
	width:331px;
	height:70px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:520px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 10px;
}
/* search */
#tmp_search {
	margin:0 10px 0 0;
	padding:7px 5px;
	float:left;
	color:inherit;
	background-color:#DDDDDD;
}
#tmp_search dt {
	margin:0 4px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:150px;
	min-height:20px;
	margin:0 4px 0 0;
	border:1px solid #999999;
}
* html #tmp_query {
	width:152px;
	height:22px;
}
/* hnavi */
#tmp_hnavi {
	padding:9px 0 7px;
	float:left;
	list-style:none;
	list-style-image:none;
}
#tmp_hnavi li {
	margin:0 12px 0 0;
	float:left;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 10px 2px;
	clear:both;
}
/* func_txt */
#tmp_func_txt {
	margin:0 13px 0 0;
	float:left;
}
#tmp_func_txt dt {
	padding:0 4px 0 0;
	float:left;
}
#tmp_func_txt dd {
	padding:0 3px 0 0;
	float:left;
}
/* func_clr */
#tmp_func_clr {
	margin:0 36px 0 0;
	float:left;
}
#tmp_func_clr dt {
	padding:0 6px 0 0;
	float:left;
}
#tmp_func_clr dd {
	padding:0 3px 0 0;
	float:left;
}
/* link */
#tmp_mhlw {
	list-style:none;
	float:left;
}
#tmp_mhlw img {
	vertical-align:top;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
	border-left:1px solid #CCCCCC;
}
#tmp_gnavi li {
	float:left;
	position:relative;
	z-index:1;
}
#tmp_gnavi a,
#tmp_gnavi #tmp_glist2 a {
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#E4E4E4;
	background-image:url(../images/navi/gnavi/gnavi_off.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
* html #tmp_gnavi a {
	width:100%;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus,
#tmp_gnavi #tmp_glist2 a:hover,
#tmp_gnavi #tmp_glist2 a:focus {
	color:#FFFFFF;
	padding-top:11px;
	border-top:none;
	background-color:#295CC2;
	background-image:url(../images/navi/gnavi/gnavi_on.gif);
}
*:first-child+html #tmp_gnavi a:active {
	background-position:left bottom;
}
* html #tmp_gnavi a:active {
	background-position:left bottom;
}
#tmp_glist1 {	/* 80px */
	width:9.14%;
}
#tmp_glist2 {	/* 89px */
	width:10.17%;
}
#tmp_glist3 {	/* 129px */
	width:14.74%;
}
#tmp_glist4 {	/* 89px */
	width:10.17%;
}
#tmp_glist5 {	/* 197px */
	width:22.51%;
}
#tmp_glist6 {	/* 89px */
	width:10.17%;
}
#tmp_glist7 {	/* 89px */
	width:10.17%;
}
#tmp_glist8 {	/* 113px */
	width:12.91%;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	width:875px;
	margin:0 auto;
	padding:2px 0 0;
	clear:both;
}
* html #tmp_pankuzu {
	text-align:left;
}
/* menu
============================== */
#tmp_main_img {
	margin:0 0 10px;
}
#tmp_kankatsu {
	margin:0 0 10px;
	border:1px solid #7397E1;
}
#tmp_kankatsu ul {
	list-style:none;
	list-style-image:none;
}
#tmp_kankatsu_ttl {
	font-weight:bold;
	color:inherit;
	padding:8px;
	background:#E1E9F9 url(../templates/top/images/navi_ttl_bg.gif) repeat-x left top;
}
#tmp_kankatsu_ttl span {
	font-size:100%;
	padding:0 0 0 15px;
	background:url(../templates/top/images/arrow_icon.gif) no-repeat left 0.3em;
}
#tmp_kankatsu_ttl .switch {
	display:none;
}
#tmp_kankatsu .switch_cnt {
	display:block;
}
#tmp_kankatsu_cnt {
	padding:5px;
	background:none;
	background-color:#FFFFFF;
	font-weight:normal;
}
#tmp_kankatsu_cnt .kankatsu_map {
	margin:0 0 10px;
}
/* cnavi
============================== */
#tmp_cnavi_btn p {
	margin-bottom:10px;
}
#tmp_cnavi_list ul {
	list-style:none;
}
#tmp_cnavi_list ul li {
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	color:inherit;
	background:#EEEEEE url(../templates/top/images/navi_btn_bg.gif) repeat-x left top;
}
#tmp_cnavi_list ul li a {
	display:block;
	padding:12px 10px 12px 50px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background-color:transparent;
}
#tmp_cnavi_list ul li.faq a {
	background:url(../images/navi/cnavi/faq_btn_bg.gif) no-repeat 8px 50%;
}
#tmp_cnavi_list ul li.pamphlet a {
	background:url(../images/navi/cnavi/pamphlet_btn_bg.gif) no-repeat 8px 50%;
}
#tmp_cnavi_list ul li.saiyo a {
	background:url(../images/navi/cnavi/saiyo_btn_bg.gif) no-repeat 8px 50%;
}
#tmp_cnavi_list ul li.mayaku a {
	background:url(../images/navi/cnavi/mayaku_btn_bg.gif) no-repeat 8px 50%;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	padding:10px 0;
	clear:both; /* 変更しない */
}
/* update
============================== */
#tmp_update {
	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:1px solid #CCCCCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background:#E9E9E9 url(../templates/free/images/contents/inquiry_ttl_bg.gif) repeat-x left top;
	border-bottom:1px solid #CCCCCC;
}
#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;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	border-top:2px solid #DDDDDD;
	clear:both;
	min-width:900px;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:7px 10px 0;
	list-style:none;
}
#tmp_fnavi li {
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	border-right:1px solid #000000;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi .last {
	margin-right:0;
	border-right:none;
}
#tmp_footer_cnt {
	clear:both;
	padding:5px 10px 3px;
}
#tmp_footer_cnt address {
	font-style:normal;
}
#tmp_fname {
	margin-right:10px;
	float:left;
}
#tmp_finfo {
	float:left;
}
#tmp_copyright {
	clear:both;
	padding:2px 10px;
	color:#FFFFFF;
	background-color:#295CC2;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#BF1111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#22701A; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
.txt_blue {
	color:#0067BF;
	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相当 */
}
p.indent1 {
	text-indent:1em;
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
.space_rgt1 {
	padding-right: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:100%;
	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:100%;
	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:10px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:10px 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_red,
th.bg_red {
	color:inherit;
	background-color:#FCE2E9; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBD0; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#DDDDDD; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
smartphone
================================================== */
#tmp_smartphonelink,
#tmp_mhlw_s,
#tmp_snavi,
#tmp_sma_menu .wrap_sma_sch,
#tmp_model_change {
	display:none;
}
#tmp_smartphonelink {
	padding:10px 0;
	text-align:center;
}
.format_smartphone #tmp_model_change {
	display:block;
}
#tmp_model_change {
	clear:both;
	padding:10px;
	color:inherit;
	background-color:#EEEEEE;
}
#tmp_model_change ul {
	clear:both;
	display:table;
	list-style:none;
	list-style-image:none;
	width:100%;
}
#tmp_model_change li {
	display:table-cell;
	width:50%;
	text-align:center;
}
#tmp_model_change li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:8px 10px;
}
#tmp_model_change li #tmp_switch_pc_style {
	margin-right:1px;
	color:#FFFFFF;
	background-color:#295CC2;
	background-image:-moz-linear-gradient(center top, #295CC2, #052975 15%, #295CC2);/* Firefox */
	background-image:-webkit-gradient(linear, center top, center bottom, from(#295CC2), to(#295CC2), color-stop(15%, #052975));/* Safari,Chrome */
}
#tmp_model_change li #tmp_switch_sp_style {
	margin-left:1px;
	color:#FFFFFF;
	background-color:#666666;
	background-image:-moz-linear-gradient(center top, #666666, #333333 85%, #666666);/* Firefox */
	background-image:-webkit-gradient(linear, center top, center bottom, from(#666666), to(#666666), color-stop(85%, #333333));/* Safari,Chrome */
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents: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_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,
.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 dd: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,
#tmp_kankatsu:after,
#tmp_kankatsu_ttl:after,
#tmp_cnavi_btn:after,
#tmp_cnavi_list: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_maincontents,
*: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_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 .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 dd,
*: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 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,
*:first-child+html #tmp_kankatsu,
*:first-child+html #tmp_kankatsu_ttl,
*:first-child+html #tmp_cnavi_btn,
*:first-child+html #tmp_cnavi_list {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* 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 #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 .plugin,
* html .pnavi,
* html #tmp_inquiry,
* html #tmp_inquiry_ttl,
* html #tmp_inquiry_cnt,
* html #tmp_feedback,
* html #tmp_feedback_ttl,
* html #tmp_feedback_cnt,
* html #tmp_feedback_cnt dd,
* html #tmp_publicity_cnt,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt,
* html #tmp_kankatsu,
* html #tmp_kankatsu_ttl,
* html #tmp_cnavi_btn,
* html #tmp_cnavi_list {
	display:inline-block; /* 変更しない */
}

