@charset "utf-8";

/* ==================================================
layout
================================================== */
noscript p {
	text-align:center;
}
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background-color:transparent;
}
* html body {
	text-align:center;
}
/* wrapper
============================== */
#tmp_wrapper {
	width:100%; /* デザインによって変更 */
}
#tmp_wrapper2 {
	min-width:980px;
	background:url(/shared/site_kyuukyuu/images/main/main_bg.jpg) no-repeat top center;
	padding-top:12px;
	clear:both;
}
#tmp_wrapper3 {
	width:980px;
	margin:0 auto;
}
* html #tmp_wrapper3 {
	text-align:left;
}
/* format_top */
#tmp_top_wrapper {
	min-width:980px;
	background:url(/shared/site_kyuukyuu/images/header/header_bg.jpg) repeat-x left top;
}
#tmp_top_wrapper2 {
	min-width:980px;
	background:url(/shared/site_kyuukyuu/images/main/main_top_bg.jpg) no-repeat center 94px;
}
#tmp_top_wrapper3 {
	width:980px;
	margin:0 auto;
}
* html #tmp_top_wrapper3 {
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 0 40px;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding-top:29px;
	padding-bottom:10px;
}
/* contents
============================== */
#tmp_wrap_contents {
	background-color:#FFFFFF;
	padding:10px 19px;
}
#tmp_contents,
#tmp_maincontents {
	width:100%; /* 変更しない */
}
#tmp_contents {
	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; /* 変更しない */
}
.format_top .col_main {
	padding:0;
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-280px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:280px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:260px; /* デザインによって変更 */
	margin-right:-280px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:260px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:280px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:210px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:240px; /* デザインによって変更 */
	margin-right:-272px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .column_full .col_main {
	margin-left:210px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:272px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:210px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	border-top:3px solid #2E96E2;
	min-width:980px;
}
#tmp_header {
	width:980px;
	margin:0 auto;
	padding:11px 0 5px;
}
/* primary
============================== */
#tmp_means_primary {
	margin:0 0 17px;
}
#tmp_hlogo {
	padding-top:4px;
	width:410px;
	float:left;
}
#tmp_hlogo p {
	width:410px;
	height:62px;
	position:relative;
	z-index:1;
}
#tmp_hlogo p a {
	display:block;
	width:410px;
	height:62px;
	background: url(/shared/site_kyuukyuu/images/header/hlogo.gif) no-repeat left top;
}
#tmp_hlogo p span {
	display:block;
	width:410px;
	height:62px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:540px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
/* hnavi */
#tmp_hnavi {
	float:left;
	list-style:none;
	list-style-image:none;
	margin-right:49px;
}
#tmp_hnavi li {
	margin:0 20px 0 0;
	float:left;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 5px;
	clear:both;
}
/* tertiary
============================== */
/* search */
#tmp_search {
	float:left;
}
#tmp_search dt {
	margin:0 2px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:178px;
	min-height:22px;
	border:1px solid #9A9A9A;
}
* html #tmp_query {
	width:180px;
}
/* func_txt */
#tmp_func_txt {
	margin:1px 0 0 0;
	float:left;
	width:220px;
	line-height:0.1;
	font-size:0.1%;
}
#tmp_func_txt dt {
	margin:0 4px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 2px 0 0;
	float:left;
}
/* func_clr */
#tmp_func_clr {
	margin:1px 0 0 0;
	float:left;
	width:178px;
	line-height:0.1;
	font-size:0.1%;
}
#tmp_func_clr dt {
	margin:0 7px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 2px 0 0;
	float:left;
}
#tmp_means_secondary .hnavi_home {
    float:right;
	margin:1px 6px 0 0;
}
/* format_top header
============================== */
.format_top #tmp_header {
	padding-top:0;
	padding-left:0;
	padding-right:0;
}
/* header_primary */
#tmp_header_primary {
	position:relative;
	height:94px;
}
.format_top #tmp_hlogo {
	float:left;
	padding-top:32px;
}
.format_top #tmp_hlogo h1 img {
	vertical-align:top;
}
.format_top #tmp_means {
	width:215px;
}
.format_top #tmp_hnavi {
	float:none;
	margin-right:0;
}
.format_top #tmp_search {
	margin:0 23px 0 0;
}
/* header_secondary */
#tmp_header_secondary {
	clear:both;
}
/* header_tertiary */
#tmp_header_tertiary {
	padding:13px 0 9px 140px;
}
#tmp_header_tertiary img {
	vertical-align:top;
}
.format_top #tmp_search {
	padding-top:0;
	margin-right:23px;
}
/* sma
============================== */
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	clear:both;
}
#tmp_gnavi {
	float:left;
	width:794px;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	float:left;
}
#tmp_gnavi2 {
	float:right;
}
#tmp_gnavi2 ul {
	list-style:none;
}
#tmp_wrap_gnavi img {
	vertical-align:top;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	background:url(/shared/site_kyuukyuu/images/navi/pankuzu/pankuzu_bg.jpg) no-repeat left top;
	padding:10px;
	clear:both;
}
/* lnavi
============================== */
#tmp_lnavi {
	border:4px solid #ABCEEE;
	padding:1px;
	background-color:#FFFFFF;
	color:inherit;
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	font-weight:bold;
	color:#000000;
	background:#D5E6F7 url(/shared/site_kyuukyuu/images/navi/lnavi/lnavi_ttl_bg.jpg) no-repeat right bottom;
	padding:13px 10px 12px;
	font-size:115%;
}
#tmp_lnavi_ttl a {
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
#tmp_lnavi_cnt {
	padding:0 5px 4px;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt ul li {
	border-bottom:1px dotted #CCCCCC;
	background: url(/shared/site_kyuukyuu/images/icon/navi_icon.gif) no-repeat 5px 14px;
	padding:12px 0 11px 15px;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_ttl h2 {
	font-size:130%;
}
#tmp_emergency_cnt {
	padding:10px;
}
#tmp_emergency_cnt ul {
	margin-left:20px;
}
#tmp_emergency_cnt ul li {
	margin-bottom:0.3em;
}
/* 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;
}
/* 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 #AABBCC;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#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;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #AABBCC;
	clear:both;
}
#tmp_feedback_ttl {
	padding:3px 7px;
	color:inherit;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt fieldset {
	line-height:1.2;
}
#tmp_feedback_cnt dt,
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd,
#tmp_feedback_cnt fieldset {

	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p,
#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;
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer,
#tmp_wrap_footer_cnt {
	min-width:980px;
	clear:both;
}
#tmp_wrap_copyright {
	min-width:980px;
	padding:5px 0;
	color:#FFFFFF;
	background-color:#244FA8;
}
#tmp_footer,
#tmp_footer_cnt,
#tmp_copyright,
#tmp_footer_telno {
	width:980px;
	margin:0 auto;
	clear:both;
}
#tmp_wrap_footer {
	color:inherit;
	background-color:#EBEBEB;
}
#tmp_wrap_footer_cnt {
	padding:15px 0;
	color:inherit;
	background-color:#77B1DD;
}
#tmp_footer {
	padding:5px 0 12px;
}
#tmp_copyright {
	padding:5px 0;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding-left:5px;
	float:left;
	list-style:none;
}
#tmp_fnavi li {
	margin:5px 18px 0 0;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi li a {
	background:url(/shared/site_kyuukyuu/images/icon/navi_icon.gif) no-repeat 2px 3px;
	padding-left:13px;
}
/* fnavi_btn
============================== */
#tmp_fnavi2 {
	float:right;
	list-style:none;
}
#tmp_fnavi2 li {
	margin:5px 18px 0 0;
	white-space:nowrap;
	float:left;
}
#tmp_fnavi2 li a {
	background: url(/shared/site_kyuukyuu/images/icon/navi_icon2.gif) no-repeat 2px 3px;
	padding-left:13px;
}
#tmp_fnavi2 li.last {
	margin-right:0;
}
/* footer_cnt
============================== */
#tmp_footer_cnt address span {
	font-size:115%;
	font-weight:bold;
	margin-right:5px;
}
#tmp_footer_cnt address {
	padding:0 5px;
	font-style:normal;
	text-align:left;
}
#tmp_footer_telno span {
	margin-right:1em;
}
#tmp_footer_telno img {
	vertical-align:bottom;
	margin-left:30px;
}
#tmp_copyright {
	text-align:center;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#B81919; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#357337; /* デザインによって変更 */
	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;
}

/*20201215　追記*/
div.col4 {
	width:100%;
}
div.col4 div.col4L, div.col4 div.col4LM, div.col4 div.col4RM{
    display: table;
    width: 23%;
    margin-right: 2%;
    float: left;
}
div.col4 div.col4R{
    display: table;
    width: 23%;
    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; /* 変更しない */
	padding:1px;
	border:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:3px 7px;
	color:inherit;
	font-weight:bold;
	background-color:#DDEEFF;
	border-bottom:1px solid #BBCCDD;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
	padding:10px 10px 0;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.gif) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !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;
}
/* fieldset
============================== */
fieldset.hide_leg legend {
	display:none;
}
/* ==================================================
Google
================================================== */
* html .gcsc-branding {
	width:100% !important;
}
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_html,
a.icon_csv,
a.icon_zip,
a.icon_lzh {
	margin:0 3px;
	padding-left:46px;
	text-indent:0 !important;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.2em;
}
a.icon_html {
	background:url(/shared/system/images/linkicon/icon_html.gif) no-repeat 0 0.2em;
}
a.icon_csv {
	background:url(/shared/system/images/linkicon/icon_csv.gif) no-repeat 0 0.2em;
}
a.icon_zip {
	background:url(/shared/system/images/linkicon/icon_zip.gif) no-repeat 0 0.2em;
}
a.icon_lzh {
	background:url(/shared/system/images/linkicon/icon_lzh.gif) no-repeat 0 0.2em;
}
.icon_external {
		margin-left:5px;
		vertical-align:middle;
}
* html #tmp_main p a.icon_pdf,
* html #tmp_main p a.icon_word,
* html #tmp_main p a.icon_excel,
* html #tmp_main p a.icon_html,
* html #tmp_main p a.icon_csv,
* html #tmp_main p a.icon_zip,
* html #tmp_main p a.icon_lzh {
	height:1%;
}
*:first-child+html #tmp_main p a.icon_pdf,
*:first-child+html #tmp_main p a.icon_word,
*:first-child+html #tmp_main p a.icon_excel,
*:first-child+html #tmp_main p a.icon_html,
*:first-child+html #tmp_main p a.icon_csv,
*:first-child+html #tmp_main p a.icon_zip,
*:first-child+html #tmp_main p a.icon_lzh {
	height:1%;
}

* html #tmp_main table a.icon_pdf,
* html #tmp_main table a.icon_word,
* html #tmp_main table a.icon_excel,
* html #tmp_main table a.icon_html,
* html #tmp_main table a.icon_csv,
* html #tmp_main table a.icon_zip,
* html #tmp_main table a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
* html #tmp_main li a.icon_pdf,
* html #tmp_main li a.icon_word,
* html #tmp_main li a.icon_excel,
* html #tmp_main li a.icon_html,
* html #tmp_main li a.icon_csv,
* html #tmp_main li a.icon_zip,
* html #tmp_main li a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}

*:first-child+html #tmp_main table a.icon_pdf,
*:first-child+html #tmp_main table a.icon_word,
*:first-child+html #tmp_main table a.icon_excel,
*:first-child+html #tmp_main table a.icon_html,
*:first-child+html #tmp_main table a.icon_csv,
*:first-child+html #tmp_main table a.icon_zip,
*:first-child+html #tmp_main table a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
*:first-child+html #tmp_main li a.icon_pdf,
*:first-child+html #tmp_main li a.icon_word,
*:first-child+html #tmp_main li a.icon_excel,
*:first-child+html #tmp_main li a.icon_html,
*:first-child+html #tmp_main li a.icon_csv,
*:first-child+html #tmp_main li a.icon_zip,
*:first-child+html #tmp_main li a.icon_lzh {
	height:auto;
	background-position:0 0.2em ;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E4FDCC; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block;
}
.used_bg_img span {
	position:relative;
	z-index:-1;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_header_primary:after,
#tmp_header_secondary:after,
#tmp_header_tertiary: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,
.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_footer:after,
#tmp_wrap_fnavi:after,
#tmp_fnavi:after,
#tmp_fnavi2:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
div.col4:after,/*20201215　追加*/
.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; /* 変更しない */
}

/* 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_header_primary,
*:first-child+html #tmp_header_secondary,
*:first-child+html #tmp_header_tertiary,
*: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 .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_footer,
*:first-child+html #tmp_wrap_fnavi,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_fnavi2,
*: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 div.col4,/*20201215　追加*/
*:first-child+html .box_faq,
*:first-child+html .box_faq_ttl,
*:first-child+html .box_faq_cnt {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_header_primary,
* html #tmp_header_secondary,
* html #tmp_header_tertiary,
* 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 .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_footer,
* html #tmp_wrap_fnavi,
* html #tmp_fnavi,
* html #tmp_fnavi2,
* html #tmp_footer_cnt,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html div.col4,/*20201215　追加*/
* html .box_faq,
* html .box_faq_ttl,
* html .box_faq_cnt {
	display:inline-block; /* 変更しない */
}
@media screen and (max-width : 480px) {
/* ==================================================
resize_width
================================================== */
#tmp_resize_width {
	width:320px;
	margin:0;
	padding:0;
}
}