@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#4D4D4D;
	background-color:#FFFFFF;
}
/* wrapper
============================== */
#tmp_wrapper {
	text-align:center;
}
#tmp_wrapper2 {
	width:100%;
	min-width:980px;
	background:url(/shared/site_chinese_s/images/main/bg.jpg) repeat-y center top;
}
#tmp_wrapper3 {
	width:100%;
	min-width:980px;
	background:url(/shared/site_chinese_s/images/main/bg_hdr.jpg) no-repeat center top;
	padding-top:50px;
}
#tmp_wrapper4 {
	width:100%;
	min-width:980px;
	background:url(/shared/site_chinese_s/images/main/bg_ftr.jpg) no-repeat center bottom;
	padding-bottom:58px;
}
#tmp_wrapper5 {
	width:980px;
	margin:0 auto;
}
#tmp_wrapper6 {
	padding:0 10px;
	text-align:left;
}
/* main
============================== */
#tmp_wrap_main {
	clear:both; /* 変更しない */
}
#tmp_wrap_main2 {
	padding:0 16px 5px 18px;
}
.column_lnavi #tmp_wrap_main2 {
	padding:0 14px 5px 18px;
}
/* contents
============================== */
#tmp_maincontents {
	width:100%; /* 変更しない */
	margin-top:18px;
}
#tmp_contents {
	width:100%; /* 変更しない */
	padding:0 0 10px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0 0 10px; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:229px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_top .column_full .col_lft_navi {
	margin-top:18px;
}
.format_top .column_full .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:222px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:229px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:200px; /* デザインによって変更 */
	margin-right:-210px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:200px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:222px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:218px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-220px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:220px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding:23px 12px 18px 151px;
	background:url(/shared/site_chinese_s/images/header/hlogo_bg.jpg) no-repeat left bottom;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1 img,
#tmp_hlogo p img {
	vertical-align:top;
}
#tmp_means {
	width:333px;
	float:right;
	margin-top:10px;
}
#tmp_means img {
	vertical-align:top;
}
/* func_txt
============================== */
#tmp_func_txt {
	float:right;
}
#tmp_func_txt dt {
	float:left;
	margin:0 5px 0 0;
}
#tmp_func_txt dd {
	float:left;
	margin:0 6px 0 0;
}
#tmp_func_txt dd.last {
	float:left;
	margin:0;
}
/* gallery
============================== */
#tmp_gallery {
	margin-bottom:6px;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	float:left;
	position:relative;
	z-index:1;
}
#tmp_gnavi a {
	display:block;
	width:120px;
	height:40px;
	background-image:url(/shared/site_chinese_s/images/navi/gnavi/gnavi.gif);
	background-repeat:no-repeat;
}
#tmp_glist1 a {
	background-position:left top;
}
#tmp_glist1.active a,
#tmp_glist1 a:hover,
#tmp_glist1 a:focus {
	background-position:left bottom;
}
* html #tmp_glist1 a:active {
	background-position:left bottom;
}
#tmp_glist2 a {
	background-position:-120px top;
}
#tmp_glist2.active a,
#tmp_glist2 a:hover,
#tmp_glist2 a:focus {
	background-position:-120px bottom;
}
* html #tmp_glist2 a:active {
	background-position:-120px bottom;
}
#tmp_glist3 a {
	background-position:-240px top;
}
#tmp_glist3.active a,
#tmp_glist3 a:hover,
#tmp_glist3 a:focus {
	background-position:-240px bottom;
}
* html #tmp_glist3 a:active {
	background-position:-240px bottom;
}
#tmp_glist4 a {
	background-position:-360px top;
}
#tmp_glist4.active a,
#tmp_glist4 a:hover,
#tmp_glist4 a:focus {
	background-position:-360px bottom;
}
* html #tmp_glist4 a:active {
	background-position:-360px bottom;
}
#tmp_glist5 a {
	background-position:-480px top;
}
#tmp_glist5.active a,
#tmp_glist5 a:hover,
#tmp_glist5 a:focus {
	background-position:-480px bottom;
}
* html #tmp_glist5 a:active {
	background-position:-480px bottom;
}
#tmp_glist6 a {
	background-position:-600px top;
}
#tmp_glist6.active a,
#tmp_glist6 a:hover,
#tmp_glist6 a:focus {
	background-position:-600px bottom;
}
* html #tmp_glist6 a:active {
	background-position:-600px bottom;
}
#tmp_glist7 a {
	background-position:-720px top;
}
#tmp_glist7.active a,
#tmp_glist7 a:hover,
#tmp_glist7 a:focus {
	background-position:-720px bottom;
}
* html #tmp_glist7 a:active {
	background-position:-720px bottom;
}
#tmp_glist8 a {
	background-position:-840px top;
}
#tmp_glist8.active a,
#tmp_glist8 a:hover,
#tmp_glist8 a:focus {
	background-position:-840px bottom;
}
* html #tmp_glist8 a:active {
	background-position:-840px bottom;
}
#tmp_gnavi ul li span {
	display:block;
	width:120px;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	padding:5px 0;
	clear:both;
	font-size:84%;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
	font-size:90%;
	border:1px solid #221714;
}
#tmp_lnavi_ttl p {
	background:#333333 url(/shared/site_chinese_s/images/navi/lnavi/lnavi_li_bg.gif) repeat-x left bottom;
	color:#FFFFFF;
	display:block;
	padding:0 10px;
	line-height:2;
}
#tmp_lnavi_ttl a {
	color:#FFFFFF;
	background-color:transparent;
}
* html #tmp_lnavi_ttl p {
	width:200px;
}
*:first-child+html #tmp_lnavi_ttl p {
	width:180px;
	display:inline-block;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	list-style-image:none;
}
#tmp_lnavi_cnt ul li {
	background:#333333 url(/shared/site_chinese_s/images/navi/lnavi/lnavi_li_bg.gif) repeat-x left bottom;
	color:#B3B3B3;
	display:block;
	padding:0 10px;
	line-height:2;
}
* html #tmp_lnavi_cnt ul li {
	width:200px;
}
* html #tmp_lnavi_cnt ul li li {
	width:180px;
}
*:first-child+html #tmp_lnavi_cnt ul li {
	width:178px;
	display:inline-block;
}
*:first-child+html #tmp_lnavi_cnt ul li li {
	width:158px;
}
#tmp_lnavi_cnt a {
	color:#B3B3B3;
	background-color:transparent;
}
#tmp_lnavi_cnt .active {
	background-color:#9AC2E2;
	color:#4D4D4D;
	padding:0 10px;
}
#tmp_lnavi_cnt .active a {
	color:#4D4D4D;
	background-color:transparent;
}
#tmp_lnavi_cnt ul ul {
	border:none;
	background-color:#F2F2F2;
	color:inherit;
	padding:0 10px;
	margin:0 -10px;
}
#tmp_lnavi_cnt ul ul li {
	background:url(/shared/site_chinese_s/images/navi/lnavi/lnavi_icon.gif) no-repeat left 8px;
	color:#4D4D4D;
	padding:0 10px 0 15px;
}
#tmp_lnavi_cnt ul ul li a {
	color:#4D4D4D;
	background-color:transparent;
}
#tmp_lnavi_cnt ul ul li.active {
	color:#3C8CC3;
	padding:0 10px 0 15px;
	background:transparent url(/shared/site_chinese_s/images/navi/lnavi/lnavi_icon_on.gif) no-repeat left 8px;
}
#tmp_lnavi_cnt ul ul li.active a {
	color:#3C8CC3;
	background-color:transparent;
}
/* menu_cate */
.menu_cate {
	margin:0 0 13px;
	background:url(/shared/site_chinese_s/images/navi/lnavi/lnavi_cate_bg.gif) repeat-y left top;
}
.menu_cate_ttl img {
	vertical-align:top;
}
.menu_cate_cnt {
	padding:5px 20px 5px 6px;
}
.menu_cate_cnt p {
	color:#FFFFFF;
	background-color:#302926;
	font-size:94%;
	line-height:1.4;
}
/* lnavi_btn */
.lnavi_btn {
	list-style:none;
	list-style-image:none;
}
.lnavi_btn li {
	margin-bottom:18px;
}
.lnavi_btn li img {
	vertical-align:top;
}
/* rnavi
============================== */
#tmp_sch {
	margin-bottom:10px;
}
/* sch_view */
#tmp_sch_view_ttl {
	background-color:#231815;
	color:#F29600;
	font-weight:bold;
	padding:3px 10px 1px;
}
#tmp_sch_view_cnt {
	border-left:1px solid #231815;
	border-right:1px solid #231815;
	border-bottom:1px solid #231815;
	padding:3px 8px 1px 10px;
	position:relative;
	z-index:1;
}
#tmp_sch_view_cnt .sch_view_pic {
	position:absolute;
	top:0;
	left:-11px;
}
#tmp_sch_view_cnt ul {
	list-style:none;
	list-style-image:none;
	position:relative;
	z-index:3;
	width:180px;
}
#tmp_sch_view_cnt ul li {
	float:left;
	margin-bottom:3px;
}
#tmp_sch_view_cnt ul li.first {
	padding-left:45px;
}
#tmp_sch_view_cnt ul li img {
	vertical-align:top;
}
/* sch_map */
#tmp_sch_map_ttl {
	background-color:#231815;
	color:#F29600;
	font-weight:bold;
	padding:3px 10px;
}
#tmp_sch_map_cnt {
	border-left:1px solid #231815;
	border-right:1px solid #231815;
	border-bottom:1px solid #231815;
}
#tmp_sch_map_cnt img {
	vertical-align:top;
}
/* rnavi_box */
.rnavi_box {
	margin-bottom:10px;
}
.rnavi_box_cnt {
	border-left:1px solid #231815;
	border-right:1px solid #231815;
	border-bottom:1px solid #231815;
}
#tmp_twitter_ttl {
	position:relative;
	height:42px;
}
#tmp_twitter_ttl h2 {
	position:absolute;
	top:0;
	left:-4px;
}
.rnavi_box_cnt .box_sec {
	font-size:90%;
	background:url(/shared/site_chinese_s/images/navi/rnavi/box_sec_bg.gif) repeat-x left bottom;
	padding:9px 0 7px;
	margin:0 9px;
	line-height:18px;
}
.rnavi_box_cnt .box_sec h3 {
	font-weight:normal;
	font-size:100%;
	margin-bottom:5px;
}
.rnavi_box_cnt .box_sec .date {
	font-size:94%;
}
.rnavi_box_cnt .box_sec .view {
	text-align:center;
	margin:0 auto 10px;
}
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.ptop {
	clear:both;
	background:url(/shared/site_chinese_s/images/navi/pnavi/ptop.gif) no-repeat left center;
	padding-left:12px;
	font-size:80%;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* cate_ttl
============================== */
#tmp_cate_ttl h1 {
	background:none !important;
	padding:0 !important;
	color:#4D4D4D !important;
	border:none !important;
	margin-bottom:15px !important;
}
#tmp_cate_sch h1 {
	background:none !important;
	padding:0 !important;
	color:#4D4D4D !important;
	border:none !important;
	margin-bottom:5px !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;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	clear:both;
}
/* fnavi
============================== */
#tmp_fnavi {
	padding:6px 10px 5px;
	color:inherit;
	background-color:#E6E6E6;
	list-style:none;
	text-align:center;
}
#tmp_fnavi li {
	margin:0 60px 0 0;
	white-space:nowrap;
	display:inline;
	font-size:90%;
}
#tmp_fnavi li.last {
	margin:0;
}
#tmp_fnavi a:link {
	color:#007EC5;
	background-color:transparent;
}

#tmp_footer_cnt {
	padding:5px 10px;
	clear:both;
	background-color:#333333;
	color:#FFFFFF;
}
#tmp_footer_cnt a {
	background-color:transparent;
	color:#FFFFFF;
}
#tmp_footer_cnt address {
	font-style:normal;
	font-size:90%;
}
#tmp_copyright {
	margin-left:15px;
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background-color: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: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:1%;
	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;
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:36px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.2em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.gif) no-repeat 0 0.4em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.gif) no-repeat 0 0.4em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.gif) no-repeat 0 0.4em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* デザインによって変更 */
}
td.bg_purple,
th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
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_means_secondary:after,
#tmp_search: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_lnavi ul li:after,
.menu_cate:after,
#tmp_sch_view_cnt:after,
.plugin:after,
.pnavi: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 {
	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_means_secondary,
*:first-child+html #tmp_search,
*: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_lnavi ul li,
*:first-child+html .menu_cate,
*:first-child+html #tmp_sch_view_cnt,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*: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 {
	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_means_secondary,
* html #tmp_search,
* 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_lnavi ul li,
* html .menu_cate,
* html #tmp_sch_view_cnt,
* html .plugin,
* html .pnavi,
* 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 {
	display:inline-block; /* 変更しない */
}