@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#FFFFFF;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"],
textarea {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
	border:1px solid #999999;
}
/* wrapper
============================== */
#tmp_wrapper {
	min-width:980px;
}
#tmp_wrapper2 {
	background-color:#f2f2ed;
}
#tmp_wrapper3 {
	width:960px;
	margin:0 auto;
	padding:0 10px;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 0 32px;
	clear:both; /* 変更しない */
}
.format_top #tmp_wrap_main {
	padding:35px 0 32px;
}
#tmp_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
    padding: 0 0 29px;
}
/* contents
============================== */
#tmp_wrap_contents {
	padding:0 20px 20px;
	background-color:#FFFFFF;
    margin: 0 0 40px;
}
#tmp_wrap_contents.hanyo {
    background-color: transparent;
	padding:0;
}
#tmp_contents {
	width:100%; /* 変更しない */
}
#tmp_wrap_contents .thum_img {
    margin: 0 -20px;
}
#tmp_wrap_contents .thum_img img {
	max-width:100%;
	height:auto;
}
/* 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 #tmp_main_menu {
	width:300px;
	float:left;
}
.format_top #tmp_main_cnt {
	width:630px;
	float:right;
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-300px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:300px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:300px; /* デザインによって変更 */
	margin-right:-330px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
    margin-left: 330px;
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_header {
	width:960px;
	margin:0 auto;
    padding: 17px 0 5px;
}
#tmp_hlogo {
	float:left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
}
#tmp_hlogo a {
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
}
#tmp_means {
	width:412px;
	color:inherit;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
/* primary
============================== */
#tmp_means_primary {
    margin: 0 0 7px;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 1px 5px 0;
	clear:both;
    float: right;
}
/* search */
#tmp_search dt {
	margin:0 5px 0 0;
	float:left;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width: 213px;
	min-height: 24px;
	margin: 0 7px 0 0;
	border: 1px solid #b4b4b4;
}
#tmp_func_sch_btn {
	min-width: 66px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #151515;
	border: none;
	border-radius: 12px;
	padding: 2px;
	margin: 0;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	clear:both;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
	float:left;
    margin: 4px 0 0;
}
#tmp_hnavi li {
	margin:0 24px 0 0;
	float:left;
}
#tmp_hnavi li a {
    font-size: 85.5%;
    padding: 0 0 0 18px;
	color:#151515;
	text-decoration:none;
}
#tmp_hnavi li.hnavi_moji a {
	background:url(/shared/site_potabiyori/images/header/icn_moji.gif) no-repeat 0 0.1em;
}
#tmp_hnavi li.hnavi_read a {
	background:url(/shared/site_potabiyori/images/header/icn_onsei.gif) no-repeat 0 0.1em;
}
#tmp_hnavi .last {
	margin-right:0;
}
#tmp_means_primary .saitama_pref {
	float:right;
}
/* ==================================================
ttl
================================================== */
#tmp_title {
    margin: 0 0 13px;
}
#tmp_title h1 {
    margin: 0 !important;
    font-size: 100% !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_wrap_gnavi {
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_gnavi {
	width:960px;
	margin:0 auto;
	padding:0 10px;
	clear:both;
}
#tmp_gnavi ul {
	list-style:none;
}
#tmp_gnavi li {
	float:left;
}
#tmp_gnavi a {
	display:block;
	text-decoration:none;
	border-bottom:4px solid #FFFFFF;
}
.cate001 #tmp_gnavi .gnavi001 a,
#tmp_gnavi .gnavi001 .active a,
#tmp_gnavi .gnavi001 a:hover,
#tmp_gnavi .gnavi001 a:focus {
	border-bottom:4px solid #CD70D8;
}
.cate002 #tmp_gnavi .gnavi002 a,
#tmp_gnavi .gnavi002 .active a,
#tmp_gnavi .gnavi002 a:hover,
#tmp_gnavi .gnavi002 a:focus {
	border-bottom:4px solid #8DC21F;
}
.cate003 #tmp_gnavi .gnavi003 a,
#tmp_gnavi .gnavi003 .active a,
#tmp_gnavi .gnavi003 a:hover,
#tmp_gnavi .gnavi003 a:focus {
	border-bottom:4px solid #EA6DA4;
}
.cate004 #tmp_gnavi .gnavi004 a,
#tmp_gnavi .gnavi004 .active a,
#tmp_gnavi .gnavi004 a:hover,
#tmp_gnavi .gnavi004 a:focus {
	border-bottom:4px solid #FF8A00;
}
.cate005 #tmp_gnavi .gnavi005 a,
#tmp_gnavi .gnavi005 .active a,
#tmp_gnavi .gnavi005 a:hover,
#tmp_gnavi .gnavi005 a:focus {
	border-bottom:4px solid #00B8EE;
}
/* pankuzu
============================== */
#tmp_wrap_pankuzu {
	clear:both;
}
#tmp_pankuzu {
	width:960px;
	margin:0 auto;
    text-align: right;
    padding: 10px 0 8px;
    font-size: 78.5%;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lmenu {
	clear:both;
}
#tmp_lmenu p {
	margin:0 0 0.8em;
}
#tmp_lmenu p.bnr,
#tmp_lmenu .bnr_area p:last-child {
	margin:0 0 29px;
}
#tmp_lmenu .bnr_area:last-child p:last-child {
	margin:0;
}
#tmp_lmenu p.ttl {
    margin: 19px 0 12px;
    clear: both;
}
#tmp_lmenu .list {
	margin:0;
	list-style:none;
}
#tmp_lmenu .list li {
	float:left;
	margin:0 10px 10px 0;
}
#tmp_lmenu .list li:nth-child(even) {
	margin:0;
}
#tmp_lmenu .list li p {
	margin:0;
}
#tmp_lmenu .wrap_news p.more {
	text-align:right;
    margin: 5px 0 0;
}
#tmp_lmenu .wrap_news p.more a {
	color:#151515;
	text-decoration: none;
}
#tmp_lmenu .wrap_news {
	padding: 0 0 8px;
	font-size: 85.7%;
	margin: 0 0 10px;
}
#tmp_lmenu .wrap_news p {
	margin:0;
}
#tmp_lmenu .wrap_news .news {
	background-color:#FFFFFF;
    margin: 0;
    padding: 5px 4px;
}
#tmp_lmenu .wrap_news .news ul {
	list-style:none;
	margin:0;
}
#tmp_lmenu .wrap_news .news ul li {
    padding: 8px 7px;
    border-top: 1px dotted #999999;
}
#tmp_lmenu .wrap_news .news ul li:first-child {
    border-top:none;
}
#tmp_lmenu .wrap_news .news ul li a {
	color:#151515;
	padding: 3px 0 0 0;
	display: block;
	font-size: 107%;
	line-height: 1.5;
}
#tmp_lmenu .wrap_news .cycle_news ul li {
	display:table;
	width:100%;
	box-sizing:border-box;
}
#tmp_lmenu .wrap_news .cycle_news ul li p {
	display:table-cell;
	vertical-align:top;
}
#tmp_lmenu .wrap_news .cycle_news ul li img {
	max-width:72px;
	height:auto;
}
#tmp_lmenu .wrap_news .cycle_news ul li .news_img {
	width:90px;
}
#tmp_lmenu .wrap_news .cycle_news ul li .list {
    line-height: 1.2;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	clear:both;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.pnavi .ptop a {
	background:url(/shared/site_potabiyori/images/main/page_top.gif) no-repeat right top;
	width:96px;
	height:12px;
	display:inline-block;
}
.ptop {
	text-align:right;
	clear:both;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
    padding: 2px 0 7px;
	float:left;
}
#tmp_custom_update .social_media_btn {
    margin: 0 19px 0 10px;
}
#tmp_custom_update .social_media_btn:last-child {
    margin: 0 6px 0 10px;
}
#tmp_social_plugins .twitter_btn {
}
#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;
    margin: 0 0 19px;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
    margin: 4px 2px 6px 10px;
    float: right;
    font-size: 86.5%;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
    margin: 0 0 40px;
	padding:10px;
	border:1px solid #d1cfcf;
	background-color:#f2f2ed;
	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:2px solid #e0e0d3;
	background-color:#f7f7f6;
	clear:both;
    padding: 20px 20px 10px;
}
#tmp_inquiry_ttl {
    padding: 0 1px 2px;
	color:inherit;
	border-bottom:1px solid #9d9d9d;
}
#tmp_inquiry_ttl p {
	font-weight:bold;
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
    padding: 14px 0;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .submit {
	margin:0.3em 0 0;
}
#tmp_inquiry_cnt .inquiry_btn {
    padding: 14px 36px 13px 25px;
	color:inherit;
	text-align:center;
	cursor:pointer;
	background:#e0e0d3 url(/shared/site_potabiyori/images/icon/inquiry_btn_icn.gif) no-repeat right center;
}
#tmp_inquiry_cnt .inquiry_btn tt {
    font-size: 100%;
	font-weight:bold;
}
*:first-child+html #tmp_inquiry_cnt .inquiry_btn {
	padding-right:0;
	padding-left:0;
}
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	clear:both;
}
/* PCスマホ切替表示 ▼変更しない
============================== */
#tmp_model_change {
	display:none;
}
@media screen and (max-width : 480px) {
#tmp_model_change {
	display:block;
}
}
/* ==================================================
footer
================================================== */
#tmp_wrap_footer {
	color:inherit;
	background-color:#e5e5df;
}
#tmp_footer {
	width:960px;
	margin:0 auto;
    padding: 32px 0 10px;
	clear:both;
}
#tmp_footer #tmp_footer_navi {
    margin: 0 0 24px;
}
#tmp_footer #tmp_footer_navi .footer_box {
	float:left;
    width: 220px;
    margin-right: 25px;
}
#tmp_footer #tmp_footer_navi .footer_box:last-child {
	margin:0;
}
#tmp_footer #tmp_footer_navi .footer_box a {
	text-decoration:none;
	color:#151515;
}
#tmp_footer #tmp_footer_navi .footer_box p {
	font-size:93%;
	font-weight:bold;
	margin:0 0 6px;
}
#tmp_footer #tmp_footer_navi .footer_box:last-child p {
	margin:0 0 5px;
}
#tmp_footer #tmp_footer_navi .footer_box p a {
}
#tmp_footer #tmp_footer_navi .footer_box ul {
	list-style:none;
    font-size: 93%;
}
#tmp_footer #tmp_footer_navi .footer_box ul li {
    margin: 0 0 7px 14px;
}
#tmp_footer #tmp_footer_cnt {
}
#tmp_footer #tmp_footer_cnt ul {
	margin:0;
	list-style:none;
}
#tmp_footer #tmp_footer_cnt ul li {
	float:left;
	margin:0 30px 0 0;
}
#tmp_footer #tmp_footer_cnt ul li:last-child {
	margin:0;
}
#tmp_wrap_copyright {
    padding: 20px 0;
    font-size: 85.7%;
	background-color:#FFFFFF;
}
#tmp_copyright {
	text-align:center;
	clear:both;
}
/* ==================================================
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:#C51F1F; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#17721E; /* デザインによって変更 */
	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
============================== */
.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/site_potabiyori/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;
}
/* ==================================================
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
============================== */
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FDE8E6; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* デザインによって変更 */
}
td.bg_gray,
th.bg_gray {
	color:inherit;
	background-color:#EBEDEB; /* デザインによって変更 */
}
/* ==================================================
widget skip
================================================== */
#tmp_contents .skip_end {
	margin:0;
}
#tmp_fb_skip a,
#tmp_fb_end,
#tmp_tw_skip a,
#tmp_tw_end {
	position:absolute;
	width:100%;
	left:-9999px;
	background:#FFFFFF !important;
	display:block;
}
#tmp_fb_skip a:focus,
#tmp_tw_skip a:focus {
	position:relative;
	left:0;
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#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 fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
#tmp_footer #tmp_footer_navi:after,
#tmp_lmenu .list:after,
#tmp_lmenu .wrap_news .news ul li:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
