@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:#333333;
	background:url(/shared/images/wrapper/body_bg.jpg) repeat center top;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	color:#333333;
	background:url(/shared/images/wrapper/body_bg.jpg) repeat center top;
}
#tmp_wrapper2 {
	min-width:1060px;
	color:inherit;
	background:url(/shared/images/wrapper/wrapper_bg.png) no-repeat center bottom;
}
* html #tmp_wrapper2 {
	text-align:center; /* 変更しない */
}
#tmp_wrapper3 {
	width:1060px; /* デザインによって変更 */
	margin:0 auto;
}
* html #tmp_wrapper3 {
	text-align:left;
}
/* main
============================== */
/* シャドウ画像を使用 */
#tmp_container {
	margin:0 0 12px;
	padding:0 0 5px;
	/*background:url(/shared/images/wrapper/shadow_bg.png) repeat-x center bottom;*/
	clear:both;
}
/* シャドウをCSS3表示 */
#tmp_wrap_main {
	padding:17px 50px 0 50px;
	color:inherit;
	background-color:#FFFFFF;
	-webkit-box-shadow:0 5px 5px -4px rgba(0,0,0,0.3); /* Webkit */
	-moz-box-shadow:0 5px 5px -4px rgba(0,0,0,0.3); /* Mozilla */
	box-shadow:0 5px 5px -4px rgba(0,0,0,0.3); /* CSS3 */
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding-top:13px;
	padding-bottom:25px;
}
/* contents
============================== */
#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; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
}
/* top
============================== */
.format_top .column_full .wrap_col_nm {
	margin-right:-300px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_nm2 {
	margin-right:300px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_lft_navi {
	width:260px; /* デザインによって変更 */
	margin-right:-260px; /* デザインによって変更 */
}
.format_top .column_full .wrap_col_rgt_navi {
	width:276px; /* デザインによって変更 */
}
.format_top .column_full .col_main {
	margin-left:287px; /* デザインによって変更 */
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-300px;
}
.format_free .wrap_col_nm2 {
	margin-right:300px;
}
.format_free .wrap_col_lft_navi {
	width:246px; /* デザインによって変更 */
	margin-right:-246px; /* デザインによって変更 */
}
.format_free .wrap_col_rgt_navi {
	width:276px; /* デザインによって変更 */
}
.format_free .column_full .col_main {
	margin-left:285px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:285px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-300px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:300px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_header {
	margin:0 0 5px;
	padding:10px 50px 0 50px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	width:506px;
	height:94px;
	background:url(/shared/images/header/hlogo.png) no-repeat left top;
}
#tmp_hlogo a {
	display:block;
	width:506px;
	height:94px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	width:506px;
	height:94px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_means {
	width:421px;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
	padding:14px 0 0;
}
/* hnavi */
#tmp_snavi {
	list-style:none;
	padding:0 0 5px;
	float:right;
}
#tmp_snavi li {
	margin:0 5px 5px 0;
	float:left;
}
#tmp_snavi li a {
	display:block;
	padding:3px 11px 3px 10px;
	-webkit-border-radius:5px; /* Webkit */
	-moz-border-radius:5px; /* Mozilla */
	border-radius:5px; /* CSS3 */
	color:#FFFFFF;
	background-color:#555555;
	text-decoration:none;
}
#tmp_snavi li.mobile {
	margin-right:0;
	float:right;
}
#tmp_snavi li.foreign {
	margin-right:14px;
}
#tmp_snavi li.foreign a {
	padding-right:6px;
	padding-left:7px;
}
#tmp_snavi li.mobile a {
	padding:3px 9px 1px;
	border:1px solid #58BDEC;
	color:#333333;
	background-color:#D0E7EE;
}
/* secondary
============================== */
#tmp_means_secondary {
	clear:both;
}
/* search */
#tmp_search {
	margin:0 10px 10px 0;
	float:left;
}
#tmp_search dt {
	padding:3px 4px 0 0;
	float:left;
}
#tmp_search dd,
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:153px;
	min-height:24px;
	margin:0 2px 0 0;
	border:1px solid #AAAAAA;
}
* html #tmp_query {
	width:155px;
}
#tmp_func_sch_btn {
	min-width:50px;
	min-height:26px;
	border:none;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	color:#FFFFFF;
	background-color:#444444;
	/*text-align:center;*/
	font-weight:bold;
	cursor:pointer;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	padding:4px 0 0 0;
	float:right;
}
#tmp_hnavi li {
	margin:0 10px 6px 0;
	float:left;
}
*:first-child+html #tmp_hnavi li {
	white-space:nowrap;
}
#tmp_hnavi li a {
	display:inline-block;
	padding:0 0 0 10px;
	background:url(/shared/images/header/hnavi_icon.png) no-repeat left 0.4em;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	padding:0 40px 0 52px;
	position:relative;
	z-index:100;
	background:url(/shared/images/navi/gnavi/gnavi_bg.gif) repeat-x left top;
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	float:left;
	position:relative;
}
#tmp_gnavi li img {
	vertical-align:top;
}
/* drop_down_hidden */
#tmp_gnavi .drop_down_hidden {
	display:none;
	position:absolute;
	top:91px;
	left:1px;
	z-index:101;
	width:361px;
	color:inherit;
	background-color:#FFFFFF;
	border:4px solid #C4CCE3;
}
#tmp_gnavi #tmp_glist1 .drop_down_hidden {
	display:none !important;
}
#tmp_gnavi .drop_down_hidden ul {
	margin:0 -1px 0 0;
	padding:6px 0 6px 0;
	width:370px;
}
#tmp_gnavi .drop_down_hidden li {
	width:179px;
	float:left;
	margin:0 0 0 -1px;
	padding:0 1px 0 0;
	border:1px solid #C4CCE3;
	border-top:none;
	border-bottom:none;
}
#tmp_gnavi .drop_down_hidden li a {
	margin:0 -1px 0 1px;
	display:block;
	padding:8px 10px 8px 21px;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 0.7em;
}
#tmp_gnavi .drop_down_hidden li a:hover {
	background-color:#FBF7EE !important;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	margin:0 0 17px;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	border-bottom:5px solid #B5D7E6;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:19px 12px 14px;
	font-weight:bold;
	color:inherit;
	background:#B5D7E6 url(/shared/images/navi/lnavi/lnavi_ttl_bg.jpg) no-repeat left top;
	border-bottom:1px solid #FFFFFF;
}
#tmp_lnavi_ttl a {
	color:#000000;
	background-color:transparent;
}
#tmp_lnavi_cnt {
	margin:0 0 1px;
	padding:5px 12px 0;
	color:inherit;
	background-color:#FBF7EE;
}
#tmp_lnavi_cnt ul {
	list-style:none;
	margin:0 -12px;
}
#tmp_lnavi_cnt li {
	padding:13px 12px 11px 25px;
	border-top:1px solid #AAAAAA;
	background:url(/shared/images/icon/list_icon.gif) no-repeat 10px 1em;
}
#tmp_lnavi_cnt li:first-child {
	border-top:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:10px;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 15px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding:0 0 0 15px;
	border:none;
	background-position:left 0.1em;
}
/* btn_list */
.col_lft_navi #tmp_smenu_cnt {
	padding:10px 10px 0;
}
/* event_cal
============================== */
#tmp_event_cal {
	margin:0 0 10px;
	background-color:#FFFFFF;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	padding:15px 19px 0 0;
	border-bottom:5px solid #F5AB18;
	line-height:1.2;
	font-weight:bold;
	clear:both;
}
#tmp_event_cal_ttl .event_cal_link {
	display:inline-block;
	margin:0 0 -5px;
	padding:0 11px 6px 19px;
	border-bottom:5px solid #F2CA84;
	float:left;
}
#tmp_event_cal_ttl .event_cal_link a {
	color:#333333;
	background-color:transparent;
	text-decoration:none;
}
#tmp_event_cal_ttl .event_cal_link .br {
	display:block;
}
#tmp_event_cal_ttl .year_month {
	float:right;
	padding:6px 0 0;
}
#tmp_event_cal_ttl .month {
	font-size:186%;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	padding:10px 23px 20px;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #AAAAAA;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 11px;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#FBF2EE;
	padding:2px 0 0;
	line-height:1.2;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	padding:5px 0 4px;
	color:#333333;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today,
#tmp_event_cal_cnt .calendar .cal_today a {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#F5F5BE !important;
}
#tmp_event_cal_cnt .calendar td.sun a,
#tmp_event_cal_cnt .calendar td.cal_sun a {
	color:#D11818;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a,
#tmp_event_cal_cnt .calendar td.cal_sat a {
	color:#034B87;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.cal_holiday a {
	color:inherit;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.cal_selday a {
	color:inherit;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 10px 0 14px;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -14px;
	padding:0 0 0 14px;
	background:url(/shared/images/navi/event/cal_prev.png) no-repeat left 0.2em;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 10px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 14px 0 0;
	background:url(/shared/images/navi/event/cal_next.png) no-repeat right 0.2em;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
#tmp_kanko_bnr {
/*	margin:-128px 0 0 -7px;   * 20181105 */  
	margin:-113px 0 0 -7px;
	position:relative;
	z-index:10;
	text-align:center;
}
#tmp_smenu {
	margin:0 0 22px;
}
#tmp_smenu_cnt {
	padding:15px 15px 5px;
	color:inherit;
	background-color:#F4E8D1;
}
.format_top #tmp_smenu_cnt {
	padding-bottom:10px;
}
#tmp_syokumachi_bnr {
	margin:-5px -4px 9px 0;
	text-align:center;
}
.col_rgt_navi ul.bnr_list,
.col_lft_navi ul.bnr_list {
	list-style:none;
	text-align:center;
}
.col_rgt_navi ul.bnr_list li,
.col_lft_navi ul.bnr_list li {
	padding:0 0 10px;
}
.col_rgt_navi ul.bnr_list li img,
.col_lft_navi ul.bnr_list li img {
	vertical-align:top;
}
.col_rgt_navi ul.btn_list,
.col_lft_navi ul.btn_list {
	list-style:none;
}
.col_rgt_navi ul.btn_list li,
.col_lft_navi ul.btn_list li {
	padding:0 0 10px;
}
.format_top .col_rgt_navi ul.btn_list li {
	padding:0 0 5px 106px;
}
.col_rgt_navi ul.btn_list .btn01 {
	background:url(/shared/images/navi/rnavi/top_rnavi_btn_img01.jpg) no-repeat left top;
}
.col_rgt_navi ul.btn_list .btn02 {
	background:url(/shared/images/navi/rnavi/top_rnavi_btn_img02.jpg) no-repeat left top;
}
.col_rgt_navi ul.btn_list .btn03 {
	background:url(/shared/images/navi/rnavi/top_rnavi_btn_img03.jpg) no-repeat left top;
}
.col_rgt_navi ul.btn_list .btn04 {
	background:url(/shared/images/navi/rnavi/top_rnavi_btn_img04.jpg) no-repeat left top;
}
.col_rgt_navi ul.btn_list .btn05 {
	background:url(/shared/images/navi/rnavi/top_rnavi_btn_img05.jpg) no-repeat left top;
	letter-spacing:-1px;
}
.col_rgt_navi ul.btn_list li p,
.col_lft_navi ul.btn_list li p {
	color:inherit;
	background:#FFFFFF url(/shared/images/navi/rnavi/btn_list_bgl.jpg) no-repeat left top;
}
.format_top .col_rgt_navi ul.btn_list li p {
	min-height:50px;
}
.col_rgt_navi ul.btn_list li a,
.col_lft_navi ul.btn_list li a {
	display:block;
	padding:16px 14px 14px 15px;
	color:#000000;
	background:transparent url(/shared/images/navi/rnavi/btn_list_bgr.jpg) no-repeat right top;
	border-right:1px solid #F1D08D;
	border-bottom:1px solid #F1D08D;
	text-decoration:none;
}
.col_rgt_navi ul.btn_list .btn01 a {
	padding-top:7px;
	padding-bottom:4px;
}
*:first-child+html .col_rgt_navi ul.btn_list ul li a {
	padding-bottom:13px;
}
* html .col_rgt_navi ul.btn_list ul li a {
	padding-bottom:13px;
}
*:first-child+html .col_rgt_navi ul.btn_list .btn01 a {
	padding-bottom:3px;
}
* html .col_rgt_navi ul.btn_list .btn01 a {
	padding-bottom:3px;
}
.col_rgt_navi ul.btn_list li a span,
.col_lft_navi ul.btn_list li a span  {
	display:block;
	padding:0 0 0 15px;
	background:url(/shared/images/icon/link_icon.png) no-repeat left 0.3em;
}
.format_top .col_rgt_navi ul.btn_list li a span.br  {
	display:block;
	padding:0;
	background:none;
}
.format_top .col_rgt_navi ul.btn_list li a span.spbr  {
	display:inline;
	padding:0;
	background:none;
}
/* pnavi
============================== */
.pnavi {
	margin:20px 0 0 0;
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
	min-width:239px;
	float:right;
	text-align:center;
}
.pnavi .ptop a {
	display:block;
	padding:15px 20px 11px;
	color:#333333;
	background-color:#B5D7E6;
	text-decoration:none;
}
.pnavi .ptop a span {
	display:inline-block;
	padding:0 0 0 15px;
	background:url(/shared/images/navi/pnavi/pnavi_icon.png) no-repeat left 0.5em;
}
.ptop {
	text-align:right;
	clear:both;
}
/* ==================================================
main
================================================== */
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
/* gallery
============================== */
#tmp_gallery {
/*	margin:0 -30px 30px -29px;   * 20181105 */  
	margin:0 -30px 15px -29px;
	width:1019px;
	height:350px;
	overflow:hidden;
	position:relative;
}
#tmp_gallery ul {
	list-style:none;
}
#tmp_gallery img {
	vertical-align:bottom;
}
#tmp_gallery a {
	display:block;
}
#tmp_gallery .prev,
#tmp_gallery .next {
	margin:-15px 0 0 0;
	position:absolute;
	top:50%;
	z-index:20;
}
#tmp_gallery .prev {
	left:30px;
}
#tmp_gallery .next {
	right:29px;
}
#tmp_gallery #tmp_wrap_gallery_cntrol {
	position:absolute;
	right:323px;
	bottom:19px;
	z-index:20;
}
#tmp_gallery .list_order {
	float:left;
}
#tmp_gallery .list_order li {
	float:left;
	margin:0 3px 0 0;
}
#tmp_gallery #tmp_gallery_player {
	float:left;
	margin:0 3px 0 0;
}
/* emergency
============================== */
#tmp_emergency {
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#B12323;
	border:2px solid #B12323;
	clear:both;
}
*:first-child+html #tmp_emergency {
	background-image:url(/shared/images/main/emergency/emergency_bg.gif);
	background-position:left top;
	background-repeat:repeat;
}
* html #tmp_emergency {
	background-image:url(/shared/images/main/emergency/emergency_bg.gif);
	background-position:left top;
	background-repeat:repeat;
}
#tmp_emergency_ttl {
	float:left;
	width:60px;
	margin:0 -68px 0 0;
	padding:25px 5px 24px 3px;
	position:relative;
	z-index:1;
}
#tmp_emergency_ttl h2 {
	font-size:100%;
	color:#FFFFFF;
	background-color:transparent;
	text-align:center;
}
#tmp_emergency_cnt {
	margin:0 0 0 70px;
	padding:11px 13px 0 13px;
	color:#333333;
	background-color:#FDF0F0;
}
#tmp_emergency_cnt ul {
	list-style:none;
}
#tmp_emergency_cnt ul li {
	margin:0 0 12px;
	padding:0 0 0 10px;
	background:url(/shared/images/icon/list_icon.gif) no-repeat left 0.2em;
}
#tmp_emergency_cnt .read_all {
	margin:-4px 0 10px 0;
}
#tmp_emergency_cnt .read_all ul li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	background:none;
	line-height:1.6;
}
#tmp_emergency_cnt .read_all ul li a {
	display:inline-block;
	padding:0 0 0 25px;
}
#tmp_emergency_cnt .read_all ul li.list_icon a {
	background:url(/shared/templates/top/images/list_icon.gif) no-repeat left 0.1em;
}
#tmp_emergency_cnt .read_all ul li.rss_icon a {
	background:url(/shared/templates/top/images/rss_icon.gif) no-repeat left 0.1em;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	color:#FFFFFF;
	background-color:#B12323;
	clear:both;
}
*:first-child+html #tmp_emergency_s {
	background-image:url(/shared/images/main/emergency/emergency_s_bg.gif);
	background-position:left top;
	background-repeat:repeat;
}
* html #tmp_emergency_s {
	background-image:url(/shared/images/main/emergency/emergency_s_bg.gif);
	background-position:left top;
	background-repeat:repeat;
}
#tmp_emergency_s_ttl {
	float:left;
	width:60px;
	margin:0 -70px 0 0;
	padding:20px 5px 18px;
	position:relative;
	z-index:1;
}
#tmp_emergency_s_ttl h2 {
	font-size:100%;
	color:#FFFFFF;
	background-color:transparent;
	text-align:center;
}
#tmp_emergency_s_cnt {
	margin:0 0 0 70px;
	padding:10px 0 0 13px;
	color:#333333;
	background-color:#FFFFFF;
}
#tmp_emergency_s_cnt ul {
	list-style:none;
}
#tmp_emergency_s_cnt ul li,
#tmp_emergency_s_cnt p {
	margin:0 0 12px;
}

/* kokutai_count_t
============================== */
#kokutai_wrap_count_t {
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    width: 100%;
	margin: 0 0 15px 0;
	position: relative;
}
#kokutai_wrap2_count_t {
	margin: 0 auto;
	color: inherit;
	clear: both;
    border:1px solid #aeaeae;
}
#kokutai_count_t {
	margin: 6px;
	color: inherit;
	clear: both;
    border:7px solid #008ccf;
}
#kokutai_count_t ul {
	list-style: none;
	width: 100%;
    margin: 0 auto;
    display: inline-block;
}
#kokutai_count_t li {
    font-weight:bold;
 }
#kokutai_count_t .kokutai_count_logo_t {
    width: 100%;
    text-align: center;
    display: block;
    margin: -10px 0 10px;
}
#kokutai_count_t .kokutai_count_cnt_t1,
#kokutai_count_t .kokutai_count_cnt_t2 {
	width: calc((100% - 140px) / 2);
    text-align: center;
    margin-top: -135px;
}
#kokutai_count_t .kokutai_count_cnt_t1 {
    float: left;
}
#kokutai_count_t .kokutai_count_cnt_t2 {
    float: right;
}
#kokutai_count_t .kokutai_count_cnt_t1 img,
#kokutai_count_t .kokutai_count_cnt_t2 img {
	margin-top: 5px;
}
#kokutai_count_t .kokutai_count_cnt_t1 .kokutai_counter,
#kokutai_count_t .kokutai_count_cnt_t2 .kokutai_counter {
	color: #008ccf;
    font-size: 3.8em;
    display: inline-block;
}
#kokutai_count_t .kokutai_count_cnt_t1 span,
#kokutai_count_t .kokutai_count_cnt_t2 span {
    margin: 0 2px;
    letter-spacing: -1.1px;
}
#kokutai_count_t_link {
    text-align: center;
    background-color: #008ccf;
    padding-top: 5px;
    font-size: 1.2em;
}
#kokutai_count_t_link a {
    color: #ffffff;
    text-shadow:1px 1px 0 #4e5b61, -1px 1px 0 #4e5b61, 1px -1px 0 #4e5b61, -1px -1px 0 #4e5b61;
}
#kokutai_count_t_link a span {
    background-image: url(/shared/images/kokutai/top/top_ico_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}


/* anzen
============================== */
#tmp_anzen {
	margin:0 0 16px;
	padding:15px 20px 7px;
	background-color:#F8F2E7;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	clear:both;
}
#tmp_anzen_ttl {
	border-bottom:1px solid #7C5958;
}
#tmp_anzen_ttl h2 {
	/*margin:0 0 0 -3px;*/
	padding:0 0 3px;
	font-size:100%;
}
#tmp_anzen_cnt {
	padding:9px 0 0;
	border-top:1px solid #FFFFFF;
}
#tmp_anzen_cnt ul {
	list-style:none;
}
#tmp_anzen_cnt ul li {
	margin:0 0 12px;
}
#tmp_anzen_cnt ul li a {
	display:inline-block;
	padding:0 0 0 14px;
	color:#333333;
	background:transparent url(/shared/images/icon/link_icon.png) no-repeat left 0.3em;
}
/* about,jigyo 後で調整
============================== */
.top_lnavi {
	margin:0 0 16px;
	clear:both;
}
.top_lnavi_ttl {
	margin:0 0 15px;
	border-bottom:5px solid #005AAB;
}
.top_lnavi_ttl h2 {
	font-size:114%;
	display:inline-block;
	margin:0 0 -5px;
	padding:0 10px 1px;
	border-bottom:5px solid #58BDEC;
}
*:first-child+html .top_lnavi_ttl h2 {
	display:inline;
}
* html .top_lnavi_ttl h2 {
	display:inline;
}
.top_lnavi_cnt {
	padding:12px 10px 16px;
	background-color:#E0EFF3;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
}
.top_lnavi_cnt .top_lnavi_menu {
	border-bottom:1px solid #EEEEEE;
}
.top_lnavi_cnt .top_lnavi_menu_cnt {
	min-height:40px;
	padding:8px 90px 8px 6px;
	border-bottom:1px solid #58BDEC;
}
.top_lnavi_cnt .top_lnavi_menu ul.menu_list {
	list-style:none;
}
.top_lnavi_cnt .top_lnavi_menu ul.menu_list li {
	margin:0 0 12px;
}
/* about */
#tmp_about .menu01 .top_lnavi_menu_cnt {
	background:url(/shared/images/navi/lnavi/about_img01.gif) no-repeat right 3px;
}
#tmp_about .menu02 .top_lnavi_menu_cnt {
	background:url(/shared/images/navi/lnavi/about_img02.jpg) no-repeat right center;
}
#tmp_about .menu02 .top_lnavi_menu_cnt ul.menu_list {
	padding-top:20px;
	margin-bottom:23px;
}
#tmp_about .menu03 .top_lnavi_menu_cnt {
	background:url(/shared/images/navi/lnavi/about_img03.jpg) no-repeat right center;
}
#tmp_about .menu03 .top_lnavi_menu_cnt ul.menu_list {
	padding-top:9px;
}
/* jigyo */
#tmp_jigyo {
	margin-bottom:26px;
}
#tmp_jigyo .menu01 .top_lnavi_menu_cnt {
	background:url(/shared/images/navi/lnavi/jigyo_img01.gif) no-repeat right 0;
}
#tmp_jigyo .menu01 .top_lnavi_menu_cnt ul.menu_list {
	padding-top:5px;
}
#tmp_jigyo .menu02 .top_lnavi_menu_cnt {
	background:url(/shared/images/navi/lnavi/jigyo_img02.gif) no-repeat right 0;
}
#tmp_jigyo .menu02 .top_lnavi_menu_cnt ul.menu_list {
	padding-top:13px;
}
/* jinko
============================== */
#tmp_jinko {
	margin:0 0 22px;
}
#tmp_jinko_ttl {
	margin:0 0 4px;
}
#tmp_jinko_ttl strong {
	float:left;
}
#tmp_jinko_ttl span {
	float:right;
}
#tmp_jinko_cnt table {
	margin:0 0 10px;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #9A9A9A;
}
#tmp_jinko_cnt table th {
	width:54px;
	color:inherit;
	background-color:#EFEFEF;
}
#tmp_jinko_cnt table th,
#tmp_jinko_cnt table td {
	padding:3px 20px;
	border:1px solid #9A9A9A;
}
#tmp_jinko_cnt .link_icon a {
	display:inline-block;
	padding:0 0 0 15px;
	background:url(/shared/images/icon/link_icon.png) no-repeat left 0.4em;
}
/* quick
============================== */
#tmp_quick {
	margin:-3px -3px 18px -3px;
}
#tmp_quick_cnt table {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:separate;
	border-spacing:3px;
}
#tmp_quick_cnt table td {
	width:33%;
	border-right:1px solid #9A9A9A;
	border-bottom:1px solid #9A9A9A;
	text-align:center;
	vertical-align:top;
}
#tmp_quick_cnt table #tmp_quick_ttl {
	padding-bottom:9px;
	padding:9px 0;
	background:url(/shared/images/main/quick/quick_ttl_bg.jpg) no-repeat left top;
	border:none;
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px; /* Mozilla */
	border-radius:3px; /* CSS3 */
	vertical-align:middle;
}
#tmp_quick_cnt table #tmp_quick_ttl h2 {
	font-size:114%;
	line-height:1.2;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 19px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 19px;
}
#tmp_social_plugins .twitter_btn {
	width:120px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:19px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 20px;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:14px 10px 1px 56px;
	font-weight:bold;
	color:#FFFFFF;
	background:#747474 url(/shared/images/main/inquiry/inquiry_ttl_bg.gif) no-repeat left top;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
	padding:7px 15px;
	border:1px solid #747474;
	border-top:none;
}
#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 #007FBB;
	clear:both;
}
#tmp_feedback_ttl {
	padding:4px 10px 3px 13px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3C56A5;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:10px 15px;
}
#tmp_feedback_cnt dt {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt dd {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt dd p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	clear:both;
}
#tmp_feedback_cnt .submit input {
	min-width:200px;
	padding:10px 0 8px;
	font-size:114%;
	font-weight:bold;
	background:-webkit-gradient(linear, center top, center bottom, from(#F6FBFF), to(#EAF5FF)); /* Webkit */
	background:-moz-linear-gradient(center top, #F6FBFF, #EAF5FF); /* Mozilla */
	background:linear-gradient(to bottom, #F6FBFF, #EAF5FF); /* CSS3 */
	background-color:#F6FBFF;
	border:1px solid #B5DEF4;
	cursor:pointer;
}
/* ==================================================
banner
================================================== */
#tmp_wrap_publicity {
	width:1060px;
	margin:0 auto;
	clear:both;
}
#tmp_publicity {
	padding:15px 195px 15px 200px;
	clear:both;
}
#tmp_publicity2 {
	background:url(/shared/images/publicity/publicity_ttl_bg.png) no-repeat left top;
}
#tmp_publicity_ttl {
	float:left;
	width:160px;
}
#tmp_publicity_ttl .publicity_wrap_ttl {
	padding:12px 15px;
}
#tmp_publicity_ttl .publicity_ttl {
	margin:0 0 4px;
	font-size:114%;
	font-weight:bold;
}
#tmp_publicity_ttl a {
	display:inline-block;
	padding:0 0 0 16px;
	background:url(/shared/images/icon/link_icon.png) no-repeat left 0.4em;
}
#tmp_publicity_cnt {
	margin:0 0 -5px;
	float:right;
	width:500px;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 5px 0 0;
	padding:0 0 5px;
	float:left;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* 切替ボタン
============================== */
#tmp_model_change ul {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	width:100%; /* 変更しない */
	list-style:none; /* 変更しない */
	list-style-image:none; /* 変更しない */
	margin:20px 0;
	border-bottom:1px solid #AABBCC;
	clear:both; /* 変更しない */
}
#tmp_model_change li {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	width:100%; /* 変更しない */
	font-size:143%;
	font-weight:bold;
}
#tmp_model_change li a {
	display:-webkit-box; /* 変更しない */
	display:-moz-box; /* 変更しない */
	display:box; /* 変更しない */
	-webkit-box-flex:1; /* 変更しない */
	-moz-box-flex:1; /* 変更しない */
	box-flex:1; /* 変更しない */
	-webkit-box-align:center; /* 変更しない */
	-moz-box-align:center; /* 変更しない */
	box-align:center; /* 変更しない */
	-webkitbox-pack:center; /* 変更しない */
	-moz-box-pack:center; /* 変更しない */
	box-pack:center; /* 変更しない */
	-webkit-box-sizing:border-box; /* 変更しない */
	-moz-box-sizing:border-box; /* 変更しない */
	box-sizing:border-box; /* 変更しない */
	text-align:center;
	text-decoration:none;
	padding:16px 10px;
	color:#333333;
	background-color:#DDEEFF;
}
#tmp_model_change li a span {
	display:block; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_model_change li a.active {
	color:inherit;
	background-color:#BBCCDD;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	width:1060px;
	margin:0 auto;
	clear:both;
}
* html #tmp_wrap_footer {
	text-align:left;
}
#tmp_footer {
	padding:7px 90px 0.6em;
	color:#000000;
	background-color:transparent;
	clear:both;
}
/* fnavi
============================== */
#tmp_fnavi {
	list-style:none;
	margin:0 0 8px;
}
#tmp_fnavi li {
	margin:0 20px 0 0;
	padding:0 0 10px;
	float:left;
}
#tmp_fnavi li a {
	display:inline-block;
	padding:0 0 0 11px;
	background:url(/shared/images/footer/fnavi_icon.png) no-repeat left 0.4em;
}
#tmp_fnavi .last {
	margin-right:0;
}
#tmp_footer_cnt {
	clear:both;
}
#tmp_footer_cnt address {
	font-style:normal;
	float:left;
	margin:0 0.6em 0 0;
}
#tmp_footer_cnt address p {
	float:left;
}
#tmp_footer_cnt address p.address_ttl {
	margin:0 0.6em 0 0;
	font-size:114%;
	font-weight:bold;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block;
}
#tmp_footer_cnt address span.spbr {
	display:inline;
}
/* fnavi2
============================== */
#tmp_fnavi2 {
	list-style:none;
	padding:14px 0 0 0;
	float:left;
}
#tmp_fnavi2 li {
	margin:0 6px 0 0;
	float:left;
}
#tmp_fnavi2 li a {
	display:block;
	padding:4px 6px 3px;
	border:1px solid #58BDEC;
	-webkit-border-radius:5px; /* Webkit */
	-moz-border-radius:5px; /* Mozilla */
	border-radius:5px; /* CSS3 */
	color:#000000;
	background-color:#D0E7EE;
	text-decoration:none;
}
#tmp_fnavi2 .last {
	margin-right:0;
}
/* copyright
============================== */
#tmp_wrap_copyright {
	color:#000000;
	background-color:#FFFFFF;
	border-top:5px solid #AFD6E3;
	clear:both;
}
#tmp_copyright {
	width:1060px; /* デザインによって変更 */
	margin:0 auto;
	padding:5px 0 3px;
	text-align:center;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	/*overflow:hidden;*/ /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#841111; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#13460E; /* デザインによって変更 */
	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;
}
/* box_faq
============================== */
/* ==================================================
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;
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* 不要 */
/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FDECF0; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBF4D9; /* デザインによって変更 */
}
td.bg_green,
th.bg_green {
	color:inherit;
	background-color:#E8F7E9; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_maincontents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_search dl:after,
#tmp_search dl dd:after,
#tmp_snavi: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_cnt .read_all:after,
#tmp_emergency_cnt .read_all ul:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt dd:after,
#tmp_publicity:after,
#tmp_publicity2:after,
#tmp_publicity_ttl:after,
#tmp_publicity_ttl .publicity_wrap_ttl:after,
#tmp_publicity_cnt:after,
#tmp_publicity_cnt ul:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_fnavi2:after,
#tmp_footer_cnt:after,
#tmp_footer_cnt address:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.top_lnavi:after,
.top_lnavi_ttl:after,
.top_lnavi_cnt:after,
.top_lnavi_cnt .top_lnavi_menu:after,
.top_lnavi_cnt .top_lnavi_menu_cnt:after,
#tmp_anzen:after,
#tmp_anzen_ttl:after,
#tmp_anzen_cnt:after,
#tmp_jinko:after,
#tmp_jinko_ttl:after,
#tmp_jinko_cnt:after,
#tmp_quick:after,
#tmp_quick_ttl:after,
#tmp_quick_cnt:after,
#tmp_gallery #tmp_gallery_cntrol:after,
#tmp_gallery .list_order: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_means_secondary,
*:first-child+html #tmp_search,
*:first-child+html #tmp_search dl,
*:first-child+html #tmp_search dl dd,
*:first-child+html #tmp_snavi,
*:first-child+html #tmp_hnavi,
*:first-child+html #tmp_gnavi,
*:first-child+html #tmp_gnavi ul,
*:first-child+html #tmp_main,
*:first-child+html #tmp_wrap_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_cnt .read_all,
*:first-child+html #tmp_emergency_cnt .read_all ul,
*:first-child+html #tmp_emergency_s,
*:first-child+html #tmp_emergency_s_ttl,
*:first-child+html #tmp_emergency_s_cnt,
*:first-child+html #tmp_wrap_custom_update,
*:first-child+html #tmp_custom_update,
*:first-child+html #tmp_social_plugins,
*:first-child+html .plugin,
*:first-child+html .pnavi,
*:first-child+html #tmp_inquiry,
*:first-child+html #tmp_inquiry_ttl,
*:first-child+html #tmp_inquiry_cnt,
*:first-child+html #tmp_feedback,
*:first-child+html #tmp_feedback_ttl,
*:first-child+html #tmp_feedback_cnt,
*:first-child+html #tmp_feedback_cnt dd,
*:first-child+html #tmp_publicity,
*:first-child+html #tmp_publicity2,
*:first-child+html #tmp_publicity_ttl,
*:first-child+html #tmp_publicity_ttl .publicity_wrap_ttl,
*:first-child+html #tmp_publicity_cnt,
*:first-child+html #tmp_publicity_cnt ul,
*:first-child+html #tmp_footer,
*:first-child+html #tmp_fnavi,
*:first-child+html #tmp_fnavi2,
*:first-child+html #tmp_footer_cnt,
*:first-child+html #tmp_footer_cnt address,
*:first-child+html div.col2,
*:first-child+html div.fixed_col2,
*:first-child+html div.col3,
*:first-child+html .top_lnavi,
*:first-child+html .top_lnavi_ttl,
*:first-child+html .top_lnavi_cnt,
*:first-child+html .top_lnavi_cnt .top_lnavi_menu,
*:first-child+html .top_lnavi_cnt .top_lnavi_menu_cnt,
*:first-child+html #tmp_anzen,
*:first-child+html #tmp_anzen_ttl,
*:first-child+html #tmp_anzen_cnt,
*:first-child+html #tmp_jinko,
*:first-child+html #tmp_jinko_ttl,
*:first-child+html #tmp_jinko_cnt,
*:first-child+html #tmp_quick,
*:first-child+html #tmp_quick_ttl,
*:first-child+html #tmp_quick_cnt,
*:first-child+html #tmp_gallery #tmp_gallery_cntrol,
*:first-child+html #tmp_gallery .list_order {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html .col_nm,
* html * html #tmp_contents,
* html #tmp_maincontents,
* html #tmp_header,
* html #tmp_means,
* html #tmp_means_primary,
* html #tmp_means_secondary,
* html #tmp_search,
* html #tmp_search dl,
* html #tmp_search dl dd,
* html #tmp_snavi,
* html #tmp_hnavi,
* html #tmp_gnavi,
* html #tmp_gnavi ul,
* html #tmp_main,
* html #tmp_wrap_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_cnt .read_all,
* html #tmp_emergency_cnt .read_all ul,
* html #tmp_emergency_s,
* html #tmp_emergency_s_ttl,
* html #tmp_emergency_s_cnt,
* html #tmp_wrap_custom_update,
* html #tmp_custom_update,
* html #tmp_social_plugins,
* 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,
* html #tmp_publicity2,
* html #tmp_publicity_ttl,
* html #tmp_publicity_ttl .publicity_wrap_ttl,
* html #tmp_publicity_cnt,
* html #tmp_publicity_cnt ul,
* html #tmp_footer,
* html #tmp_fnavi,
* html #tmp_fnavi2,
* html #tmp_footer_cnt,
* html #tmp_footer_cnt address,
* html div.col2,
* html div.fixed_col2,
* html div.col3,
* html .top_lnavi,
* html .top_lnavi_ttl,
* html .top_lnavi_cnt,
* html .top_lnavi_cnt .top_lnavi_menu,
* html .top_lnavi_cnt .top_lnavi_menu_cnt,
* html #tmp_anzen,
* html #tmp_anzen_ttl,
* html #tmp_anzen_cnt,
* html #tmp_jinko,
* html #tmp_jinko_ttl,
* html #tmp_jinko_cnt,
* html #tmp_quick,
* html #tmp_quick_ttl,
* html #tmp_quick_cnt,
* html #tmp_gallery #tmp_gallery_cntrol,
* html #tmp_gallery .list_order {
	display:inline-block; /* 変更しない */
}