@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}

body #tmp_contents p em {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size: 105%;
}

a:link {
	color: #003377;
}

body {
    font-size: 112.5%;
    font-weight: 500;
	color:#222222;
	background-color:transparent;
}


/* Styles
================================================== */
/* text */
.txt_red {
	color: #B81212;	/* Setting by CMS sheets */
}
.txt_green {
	color: #1B594A;	/* Setting by CMS sheets */
}
.txt_big {
	font-size: 130%;	/* Setting by CMS sheets */
}
.txt_small {
	font-size: 86%;	/* Setting by CMS sheets */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color: inherit;
	background-color: #F6DCDC;	/* Setting by CMS sheets */
}
td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FFFED5;	/* Setting by CMS sheets */
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EAF4FF;	/* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 980px;
	margin: 0 auto;
}
.container {
	padding: 0 10px;
	margin: 0 auto;
	width: 980px;
}
.format_top #tmp_main{
	background-color: #141a28;
	color: #ffffff;
	overflow: hidden;
}
/* free
================================================== */
.format_free #tmp_wrap_main{
	position: relative;
	overflow: hidden;
}
.format_free #tmp_wrap_main:before,
.format_free #tmp_wrap_main:after {
    content: '';
    position: absolute;
    top: 0;
    width: calc((100% - 960px) / 2);
    height: 100%;
    color: #ffffff;
    background-color: #141a28;
    background-repeat: repeat-y;
    background-size: 520px auto;
    -webkit-background-size: 520px auto;
    -moz-background-size: 520px auto;
    z-index: -1;
}
.format_free #tmp_wrap_main:before {
    left: 0;
    background-image: url(/shared/templates/night_event_free/images/pattern_bgr_left.png);
    background-position: top right;
}
.format_free #tmp_wrap_main:after {
    right: 0;
    background-image: url(/shared/templates/night_event_free/images/pattern_bgr_rgt.png);
    background-position: top left;
}
.format_free  #tmp_wrap_main .container{
	padding: 0 38px;
	background-color: #ffffff;
	max-width: 1040px;
	width: 100%;
	border: 2px solid #0cf7cc;;
	color: #222222;
}
#tmp_wrapper2 {
	padding:30px 38px 30px;
	background-color: #ffffff;
	width: 1040px;
	margin:0 auto;
	border: 2px solid #0cf7cc;
	color: #222222;
}
/* regulation
================================================== */
#tmp_wrap_regulation {
	color:#333333;
	background-color:#fbf4e7;
	border-bottom:2px solid #595960;
}
#tmp_regulation {
    width: 960px;
    margin: 0 auto;
	padding:0 0 3px;
	background:url(/shared/site_rn/images/regulation/regulation_bg.jpg) no-repeat right top;
}
#tmp_regulation p {
	float:right;
	width:121px;
}
#tmp_regulation p a {
	display:block;
	text-align:center;
	background:#ffffff url(/shared/site_rn/images/regulation/chiba_logo.jpg) no-repeat center top;
	border:2px solid #e4d4b3;
	border-top:none;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
#tmp_regulation p span {
	display:block;
	height:40px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* header
================================================== */
.hlogo_wrap{
	float: left;
	width: 518px;
}
.setting_wrap{
	width: 120px;
	float: right;
}
.setting_action{
	position: relative;
	float: right;
}
.setting_action .setting_btn{
	padding: 2px 5px 2px 41px;
	min-width: 120px;
	font-size: 83.3%;
	text-decoration: none;
	display: block;
	border: 1px solid #595960;
	color: #FFFFFF;
	background: #595960 url(/shared/site_night_event/images/icon/icon_setting.png) 15px 6px no-repeat;
}
.setting_action .setting_btn:hover,
.setting_action .setting_btn:focus{
	text-decoration: underline;
}
.mean_sub{
	position: absolute;
	top: 42px;
	right: 0;
	z-index: 100;
	display: none;
}
.mean_sub #tmp_mean{
	position: relative;
	padding: 25px 10px 22px 18px;
	width: 802px;
	min-height: 82px;
	color: #ffffff;
	background-color: #21293c;
	border: 1px solid #595960;
}
.mean_sub #tmp_mean:after,
.mean_sub #tmp_mean:before {
	bottom: 100%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mean_sub #tmp_mean:after {
	right: 51px;
	border-color: rgba(33, 41, 60, 0);
	border-bottom-color: #21293c;
	border-width: 8px;
	margin-left: -8px;
}
.mean_sub #tmp_mean:before {
	right: 50px;
	border-color: rgba(89, 89, 96, 0);
	border-bottom-color: #595960;
	border-width: 9px;
	margin-left: -9px;
}
#tmp_header {
	background-color: #141a28;
	color: #FFFFFF;
}
.header_main{
	padding: 15px 0 18px;
	border-bottom: 1px solid #595960;
}
#tmp_header .container{
	width: 100%;
	max-width: 980px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 518px;
	height: 58px;
}
#tmp_hlogo a {
	display: block;
	width: 518px;
	height: 58px;
}
/* mean
================================================== */
#tmp_mean .mean_row{
	margin: 0 -20px;
}
#tmp_mean .mean_col{
	padding: 4px 20px;
	float: left;
	width: 50%;
}
#tmp_mean .mean_col:last-child{
	border-left: 1px solid #8f8f8f;
}
.changestyle_area {
	display: inline-block;
	vertical-align: top;
}
.change_list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.change_list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 0;
}
.change_list li a {
	padding:5px 2px;
	width: 38px;
	height:38px;
	vertical-align: middle;
	display:table-cell;
	text-decoration: none;
	line-height: 1;
	color: #222222;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 77.8%;
	font-weight: bold;
	text-align: center;
}
#tmp_fsize .change_list li a {
	width: 48px;
	border-color: transparent;
}
#tmp_fsize_big {
	font-size: 100%;
	font-weight: bold;
}
#tmp_fsize_default {
	font-size: 88.8%;
}
#tmp_fsize_big,
#tmp_fsize_small {
	background-color: #d3dae8;
}
.change_list li a:hover,
.change_list li a:focus{
	text-decoration: underline;
}
.change_ttl{
	margin-right: 12px;
	padding-top: 6px;
    font-size: 88.9%;
	color: #FFFFFF;
	background-color: #21293c;
	float: left;
}
.change_inner{
	overflow: hidden;
}
#tmp_fsize li.change_ttl{
	min-height: 22px;
}
#tmp_color {
	padding-left: 15px;
}
#tmp_color li.change_ttl{
	min-height: 24px;
}
#tmp_color_default {
	width: 48px;
}
#tmp_color_blue {
	color: #ffff00;
	background-color: #00008b;
	border-color: #FFFFFF;
}
#tmp_color_yellow {
	color: #222222;
	background-color: #ffff00;
	border-color: #FFFFFF;
}
#tmp_color_black {
	color: #ffff00;
	background-color: #000000;
	border-color: #FFFFFF;
}
.usability_btn{
	list-style: none;
	padding-left: 10px;
}
.usability_btn,
.usability_btn li{
	display: inline-block;
	vertical-align: top;
}
.usability_btn li a{
	padding: 8px 5px;
	display: block;
	min-width: 120px;
	font-size: 77.9%;
	line-height: 1.3;
	text-align: center;
	color: #FFFFFF;
	background-color: #595960;
	border: 2px solid #595960;
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
	text-decoration: none;
}
.usability_btn li a:hover,
.usability_btn li a:focus{
	background-color: #21293c;
}

/* gnavi
================================================== */
#tmp_gnavi{
	color: #FFFFFF;
	background-color: #141a28;
	position: relative;
}
#tmp_gnavi:before,
#tmp_gnavi:after {
	content: '';
	position: absolute;
	width: calc((100% - 960px)/2);
	height: 100%;
	top: 0;
	color: #FFFFFF;
	background-color: #141a28;
	background-repeat: no-repeat;
	background-size: 520px auto;
	-webkit-background-size: 520px auto;
	-moz-background-size: 520px auto;
	z-index: 1;
}
.format_free #tmp_gnavi:before,
.format_free #tmp_gnavi:after {
	display: none;
}
#tmp_gnavi:before {
	left: 0;
	background-image: url(/shared/site_night_event/images/main/stars_gnavi_lft.png);
	background-position: top right;
}
#tmp_gnavi:after {
	right: 0;
	background-image: url(/shared/site_night_event/images/main/stars_gnavi_rgt.png);
	background-position: top left;
}
.gnavi {
	margin: 0 auto;
	padding: 3px 0 20px;
	max-width: 1692px;
	clear: both;
}

.gnavi ul {
	list-style: none;
	margin: 0 -9px;
	display: flex;
	justify-content: space-between;
}

.gnavi li {
	padding: 0 9px;
	width: 100%;
}
.gnavi li p {
	display: table;
	width:100%;
}
.gnavi a {
	display: table-cell;
	vertical-align: middle;
	padding: 16px 36px 9px 6px;
	height: 82px;
	text-decoration: none;
	font-size: 111.1%;
	color: #FFFFFF;
	background: #141a28 url(/shared/site_night_event/images/icon/icon_arr_pc.png) right 15px top 36px no-repeat;
	border-bottom: 1px solid #0cf7cc;
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #21293c;
}
#tmp_hnavi_s li a {
	color: #ffffff;
	background-color: #141a28;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin:0 0 15px;
	font-size: 88.9%;
}
/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 15px;
}
#tmp_update {
    text-align: right;
	font-size: 88.9%;
}
/* social
================================================== */
#tmp_sp_social {
	margin:0 0 28px;
	clear:both;
}
#tmp_sp_social .social_media_btn {
	float:left;
}
#tmp_sp_social .social_media_btn.line_btn {
	margin:0 30px 0 0;
}
#tmp_sp_social .social_media_btn.facebook_btn {
	margin:0 27px 0 0;
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
/* pnavi */
.pnavi,
.pnavi a {
	width: 105px;
	height: 100px;
}
.pnavi {
	display: none;
	position: absolute;
	right: 5px;
    top: -46px;
	z-index: 99;
}
.pnavi .ptop a {
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
	font-size: 1rem;
    text-align: left;
	white-space: nowrap;
	color: inherit;
    background: transparent url(/shared/site_night_event/images/icon/pagetop.png) no-repeat;
    z-index: 98;
	transition: 0.2s background-image ease-in-out;
	-moz-transition: 0.2s background-image ease-in-out;
	-webkit-transition: 0.2s background-image ease-in-out;
}
.pnavi .ptop a:hover,
.pnavi .ptop a:focus{
	background-image: url(/shared/site_night_event/images/icon/pagetop_hvr.png);
}
.pnavi_fixed.pnavi {
	position: fixed;
	bottom: 10px;
	top: auto;
	right: 50%;
	margin-right: -490px;
}
/* footer
================================================== */
#tmp_footer {
	color: #FFFFFF;
	background-color: #141a28;
	border-top: 1px solid transparent;
}
.footer_wrap {
	position: relative;
}
.footer_wrap:before,
.footer_wrap:after {
	content: '';
	position: absolute;
	width: calc((100% - 960px)/2);
	height: 100%;
	top: 0;
	color: #FFFFFF;
	background-color: #141a28;
	background-repeat: no-repeat;
	background-size: 520px auto;
	-webkit-background-size: 520px auto;
	-moz-background-size: 520px auto;
}
.footer_wrap:before {
	left: 0;
	background-image: url(/shared/site_night_event/images/main/bg_star_lft.png);
	background-position: top right;
}
.footer_wrap:after {
	right: 0;
	background-image: url(/shared/site_night_event/images/main/bg_star_rgt.png);
	background-position: top left;
}
.format_free .footer_wrap:before{
	background-image: url(/shared/site_night_event/images/main/bg_star_lft.png);
}
.format_free .footer_wrap:after {
	background-image: url(/shared/site_night_event/images/main/bg_star_rgt.png);
}
#tmp_footer .container{
	position: relative;
}
.footer_contents{
	padding: 70px 0 90px;
}
.footer_contents .footer_info{
	float: left;
	padding: 0 30px 0 0;
	width: 476px;
}
.footer_contents .footer_main{
	overflow: hidden;
}
.footer_contents .copyright{
	padding-right: 20px;
	text-align: right;
	font-size: 77.7%;
	letter-spacing: 0.03em;
}
.footer_logo{
	margin: 20px 0 35px;
}
.footer_logo span.logo_ttl {
	display: block;
	width: 446px;
	height: auto;
}
.footer_logo p img{
	width: 100%;
	height: auto;
}
.footer_cnt address{
	font-size: 88.9%;
}
/* fnavi  */
.fnavi {
	margin: 0 0 65px;
	color: inherit;
	list-style: none;
}

.fnavi li {
	margin-bottom: 10px;
	border-bottom: 1px solid #0cf7cc;
}
.fnavi li a{
	position: relative;
	padding: 15px 40px 12px 12px;
	display: block;
	font-size: 88.9%;
	color: #FFFFFF;
	background-color: #141a28;
	text-decoration: none;
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
}
.fnavi li a:after{
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: '';
	width: 12px;
	height: 16px;
	color: inherit;
	background: transparent url(/shared/site_night_event/images/icon/icon_fnavi_pc.png) no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}
.fnavi li a:hover,
.fnavi li a:focus{
	background-color: #21293c;
}
.footer_cnt {
	padding-left: 20px;
}

.footer_cnt address {
	margin: 0 0 5px;
	font-style: normal;
}
.footer_cnt address p{
	margin-bottom: 10px;
}
.footer_cnt address span {
	min-width: 60px;
	position: relative;
	padding: 0 15px 0 0;
	display: inline-block;
}
.footer_cnt address a {
	color:#ffffff;
	background-color:inherit;
}
.footer_cnt address span:after{
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -13px;
	content: '';
	width: 1px;
	height: 24px;
	color: #FFFFFF;
	background-color: #0cf7cc;
}
/* ==================================================
logo_year
================================================== */
/*#tmp_hlogo h1 span.logo_year,
#tmp_hlogo p span.logo_year,
.footer_logo span.logo_year {
	display: inline-block;
	height: 40px;
	position: relative;
	background-color: #141a28;
	color:#ffffff;
	left: 287px;
	top: -66px;
	font-size: 2.1875rem;
	font-weight: 400;
	transform: scaleX(0.8);
}*/
@media all and (-ms-high-contrast: none) {
#tmp_hlogo h1 span.logo_year,
#tmp_hlogo p span.logo_year,
.footer_logo span.logo_year {
	height: 36px;
	top: -58px;
	font-size: 2rem;
}
}
/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 20px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}
div.col2 div.col2L,
div.col2 div.col2R {
	display: table;
	width: 50%;
	float: left;
}
div.col2 div.col2L {
	padding-right: 10px;
}
div.col2 div.col2R {
	padding-left: 10px;
}


/* 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 {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 20px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R {
	display: table;
	width: 33.333333%;
	float: left;
}
div.col3 div.col3L{
	padding-right: 14px;
}
div.col3 div.col3M{
	padding-left: 7px;
	padding-right: 7px;
}
div.col3 div.col3R {
	padding-left: 14px;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style{
	padding: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #141a28;
}
.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
.disp_pc .footer_contents{
	padding-bottom: 120px;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo h1 span.logo_ttl,
.color_blue #tmp_hlogo p span.logo_ttl,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo h1 span.logo_ttl,
.color_yellow #tmp_hlogo p span.logo_ttl,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo h1 span.logo_ttl,
.color_black #tmp_hlogo p span.logo_ttl,
.color_blue .footer_logo span.logo_year,
.color_yellow .footer_logo span.logo_year,
.color_black .footer_logo span.logo_year,
.color_blue .footer_logo span.logo_ttl,
.color_yellow .footer_logo span.logo_ttl,
.color_black .footer_logo span.logo_ttl {
	width: auto !important;
	height: auto !important;
}
.color_blue #tmp_hlogo h1 span.logo_ttl,
.color_blue #tmp_hlogo p span.logo_ttl,
.color_yellow #tmp_hlogo h1 span.logo_ttl,
.color_yellow #tmp_hlogo p span.logo_ttl,
.color_black #tmp_hlogo h1 span.logo_ttl,
.color_black #tmp_hlogo p span.logo_ttl,
.color_blue .footer_logo span.logo_ttl,
.color_yellow .footer_logo span.logo_ttl,
.color_black .footer_logo span.logo_ttl {
	display:inline-block !important;
	z-index: 1 !important;
	overflow: visible !important;
	text-indent:0 !important;
}
.color_blue #tmp_hlogo h1 span.logo_year,
.color_blue #tmp_hlogo p span.logo_year,
.color_blue .footer_logo span.logo_year,
.color_yellow #tmp_hlogo h1 span.logo_year,
.color_yellow #tmp_hlogo p span.logo_year,
.color_yellow .footer_logo span.logo_year,
.color_black #tmp_hlogo h1 span.logo_year,
.color_black #tmp_hlogo p span.logo_year,
.color_black .footer_logo span.logo_year {
	left:auto !important;
	top:auto !important;
	height: auto !important;
	line-height:1 !important;
}
.color_blue .svg_pattern,
.color_black .svg_pattern,
.color_yellow .svg_pattern,
.color_blue #tmp_point_to_past_events_bg,
.color_yellow #tmp_point_to_past_events_bg,
.color_black #tmp_point_to_past_events_bg,
.color_blue .footer_wrap::before,
.color_blue .footer_wrap::after,
.color_black .footer_wrap::before,
.color_black .footer_wrap::after,
.color_yellow .footer_wrap::before,
.color_yellow .footer_wrap::after {
	display:none !important;
}
/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* color共通
================================================== */
.color_blue.format_free #tmp_wrap_main:before,
.color_blue.format_free #tmp_wrap_main:after,
.color_black.format_free #tmp_wrap_main:before,
.color_black.format_free #tmp_wrap_main:after,
.color_yellow.format_free #tmp_wrap_main:before,
.color_yellow.format_free #tmp_wrap_main:after{
	background-color: transparent !important;
	z-index: 1 !important;
}
.color_blue #tmp_wrapper #tmp_wrapper2,
.color_yellow #tmp_wrapper #tmp_wrapper2,
.color_black #tmp_wrapper #tmp_wrapper2,
.color_blue #tmp_wrapper .header_main,
.color_yellow #tmp_wrapper .header_main,
.color_black #tmp_wrapper .header_main {
	border:none !important;
}
.color_blue #tmp_wrapper #tmp_sma_menu,
.color_yellow #tmp_wrapper #tmp_sma_menu,
.color_black #tmp_wrapper #tmp_sma_menu{
	border-top-width:2px;
	border-top-style:solid;
}
.color_blue #tmp_wrapper.spmenu_open::before {
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper.spmenu_open::before {
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper.spmenu_open::before {
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_blue,
.color_yellow #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_blue,
.color_black #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_blue{
    color: #ffff00 !important;
    background-color: #00008B !important;
    border-color: #ffffff !important;
}
.color_blue #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_yellow,
.color_black #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_yellow{
    color: #222222 !important;
    background-color: #ffff00 !important;
    border-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_yellow{
    color: #222222 !important;
    background-color: #ffff00 !important;
    border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_black,
.color_yellow #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_black,
.color_black #tmp_wrapper #tmp_mean .changestyle_area a#tmp_color_black{
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #ffffff !important;
}
.color_blue #tmp_wrapper #tmp_mean .changestyle_area .list_color a#tmp_fsize_default,
.color_black #tmp_wrapper #tmp_mean .changestyle_area .list_color a#tmp_fsize_default{
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.color_yellow #tmp_wrapper #tmp_mean .changestyle_area .list_color a#tmp_fsize_default{
    color: #222222 !important;
    background-color: #ffffff !important;
    border-color: #000000 !important;
}

.color_blue #tmp_gnavi:before,
.color_blue #tmp_gnavi:after,
.color_black #tmp_gnavi:before,
.color_black #tmp_gnavi:after,
.color_yellow #tmp_gnavi:before,
.color_yellow #tmp_gnavi:after{
	display: none !important;
}
.color_blue .footer_wrap:before,
.color_blue .footer_wrap:after,
.color_black .footer_wrap:before,
.color_black .footer_wrap:after,
.color_yellow .footer_wrap:before,
.color_yellow .footer_wrap:after {
	background-color: transparent !important;
}
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p a span,
.color_blue #tmp_hlogo p a span,
.color_black #tmp_hlogo p a span,
.color_black #tmp_hlogo p a span,
.color_yellow #tmp_hlogo p a span,
.color_yellow #tmp_hlogo p a span {
	z-index: auto !important;
	text-indent: 0 !important;
}
.color_blue #tmp_regulation:after,
.color_black #tmp_regulation:after,
.color_yellow #tmp_regulation:after,
.color_blue #tmp_regulation:before,
.color_black #tmp_regulation:before,
.color_yellow #tmp_regulation:before {
	display: none;
}
.color_blue #tmp_wrapper #tmp_regulation p span,
.color_yellow #tmp_wrapper #tmp_regulation p span,
.color_black #tmp_wrapper #tmp_regulation p span{
	width: auto !important;
	min-height: 38px;
}
.color_blue #tmp_mainvisual .slick-prev,
.color_blue #tmp_mainvisual .slick-next,
.color_blue #tmp_mainvisual .slick-prev a,
.color_blue #tmp_mainvisual .slick-next a,
.color_yellow #tmp_mainvisual .slick-prev,
.color_yellow #tmp_mainvisual .slick-next,
.color_yellow #tmp_mainvisual .slick-prev a,
.color_yellow #tmp_mainvisual .slick-next a,
.color_black #tmp_mainvisual .slick-prev,
.color_black #tmp_mainvisual .slick-next,
.color_black #tmp_mainvisual .slick-prev a,
.color_black #tmp_mainvisual .slick-next a{
	width: auto !important;
}
.color_blue #tmp_mainvisual .slick-dots .slick-active button,
.color_blue #tmp_mainvisual .slick-dots .slick-active a,
.color_black #tmp_mainvisual .slick-dots .slick-active button,
.color_black #tmp_mainvisual .slick-dots .slick-active a{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_mainvisual .slick-dots .slick-active button,
.color_yellow #tmp_mainvisual .slick-dots .slick-active a{
	background-color: #000000 !important;
}
.color_blue .mean_sub #tmp_mean:after {
	border-bottom-color: #00008B;
}
.color_black .mean_sub #tmp_mean:before,
.color_blue .mean_sub #tmp_mean:before,
.color_yellow .mean_sub #tmp_mean:after {
	border-bottom-color: #FFFF00;
}
.color_black .mean_sub #tmp_mean:after,
.color_yellow .mean_sub #tmp_mean:before {
	border-bottom-color: #000000;
}
.color_yellow #tmp_mainvisual .btn_slides a:before,
.color_yellow #tmp_mainvisual .btn_slides a:after{
	background-color: #000000;
}
.color_yellow #tmp_mainvisual .btn_slides.start a:after{
    border-left: 9px solid #000000;
}
.color_blue #tmp_mainvisual .btn_slides a:before,
.color_blue #tmp_mainvisual .btn_slides a:after,
.color_black #tmp_mainvisual .btn_slides a:before,
.color_black #tmp_mainvisual .btn_slides a:after{
	background-color: #FFFF00;
}
.color_blue #tmp_mainvisual .btn_slides.start a:after,
.color_black #tmp_mainvisual .btn_slides.start a:after{
    border-left: 9px solid #FFFF00;
}
.color_blue .pnavi,
.color_black .pnavi,
.color_yellow .pnavi,
.color_blue .ptop,
.color_black .ptop,
.color_yellow .ptop,
.color_blue .pnavi a,
.color_black .pnavi a,
.color_yellow .pnavi a{
	height: auto;
	width: auto;
}
.color_black .ptop a,
.color_blue .ptop a,
.color_yellow .ptop a{
	text-indent:0;
}
.color_blue #tmp_wrapper .change_list li a.link_default,
.color_black #tmp_wrapper .change_list li a.link_default,
.color_yellow #tmp_wrapper .change_list li a.link_default{
	color: #222222 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
}
.color_blue #tmp_wrapper .change_list li a.link_blue,
.color_black #tmp_wrapper .change_list li a.link_blue,
.color_yellow #tmp_wrapper .change_list li a.link_blue{
	color: #ffff00 !important;
    background-color: #0000ff !important;
    border-color: #FFFFFF !important;
}
.color_blue #tmp_wrapper .change_list li a.link_black,
.color_black #tmp_wrapper .change_list li a.link_black,
.color_yellow #tmp_wrapper .change_list li a.link_black{
	color: #ffff00 !important;
    background-color: #000000 !important;
    border-color: #FFFFFF !important;
}
.color_blue #tmp_wrapper .change_list li a.link_yellow,
.color_black #tmp_wrapper .change_list li a.link_yellow,
.color_yellow #tmp_wrapper .change_list li a.link_yellow{
	color: #222222 !important;
    background-color: #ffff00 !important;
    border-color: #FFFFFF !important;
}
.color_blue #tmp_wrapper .gnavi a,
.color_black #tmp_wrapper .gnavi a,
.color_yellow #tmp_wrapper .gnavi a,
.color_blue .section_events .event_box_btn a,
.color_black .section_events .event_box_btn a,
.color_yellow .section_events .event_box_btn a,
.color_blue .other_list a,
.color_black .other_list a,
.color_yellow .other_list a {
	position:relative;
}
.color_blue .section_events .event_box_btn a::after,
.color_black .section_events .event_box_btn a::after,
.color_yellow .section_events .event_box_btn a::after,
.color_blue .other_list a::after,
.color_black .other_list a::after,
.color_yellow .other_list a::after {
	content:'';
	position:absolute;
	right:10px;
	bottom:10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 13px 13px;
}
.color_blue .section_events .event_box_btn a::after,
.color_black .section_events .event_box_btn a::after,
.color_blue .other_list a::after,
.color_black .other_list a::after {
	border-color: transparent transparent #ffffff transparent;
}
.color_yellow .section_events .event_box_btn a::after,
.color_yellow .other_list a::after {
	border-color: transparent transparent #000000 transparent;
}
.color_blue #tmp_wrapper .gnavi a:hover,
.color_black #tmp_wrapper .gnavi a:hover,
.color_yellow #tmp_wrapper .gnavi a:hover,
.color_blue .fnavi li a:hover,
.color_black .fnavi li a:hover,
.color_yellow .fnavi li a:hover,
.color_blue .section_events .event_box_btn a:hover,
.color_black .section_events .event_box_btn a:hover,
.color_yellow .section_events .event_box_btn a:hover,
.color_blue .other_list a:hover,
.color_black .other_list a:hover,
.color_yellow .other_list a:hover {
	text-decoration:underline;
}
.color_blue #tmp_wrapper .gnavi a::before,
.color_black #tmp_wrapper .gnavi a::before,
.color_yellow #tmp_wrapper .gnavi a::before,
.color_blue .gnavi_sp ul li a::before,
.color_black .gnavi_sp ul li a::before,
.color_yellow .gnavi_sp ul li a::before,
.color_blue #tmp_mainvisual .gallery_box .mainvisual_cap a::before,
.color_black #tmp_mainvisual .gallery_box .mainvisual_cap a::before,
.color_yellow #tmp_mainvisual .gallery_box .mainvisual_cap a::before,
.color_blue .fnavi li a::before,
.color_black .fnavi li a::before,
.color_yellow .fnavi li a::before {
	content:'';
	position:absolute;
	top:50%;
	right:13px;
	width:2px;
	height:10px;
	border-left:2px solid;
	margin-top:-3px;
}
.color_blue #tmp_mainvisual .gallery_box .mainvisual_cap a::before,
.color_black #tmp_mainvisual .gallery_box .mainvisual_cap a::before,
.color_yellow #tmp_mainvisual .gallery_box .mainvisual_cap a::before {
	margin-top:-6px;
}
.color_blue #tmp_wrapper .gnavi a::after,
.color_black #tmp_wrapper .gnavi a::after,
.color_yellow #tmp_wrapper .gnavi a::after,
.color_blue .gnavi_sp ul li a::after,
.color_black .gnavi_sp ul li a::after,
.color_yellow .gnavi_sp ul li a::after {
	background-image:none;
	content:'';
	position:absolute;
	top:50%;
	right:10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.color_blue #tmp_mainvisual .gallery_box .mainvisual_cap a::after,
.color_black #tmp_mainvisual .gallery_box .mainvisual_cap a::after,
.color_yellow #tmp_mainvisual .gallery_box .mainvisual_cap a::after {
	background-image:none;
	content:'';
	position:absolute;
	top:50%;
	right:10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	margin-top:-3px;
}
.color_blue .gnavi_sp ul li a::after,
.color_black .gnavi_sp ul li a::after,
.color_yellow .gnavi_sp ul li a::after {
	margin-top:0;
}
.color_blue .fnavi li a::after,
.color_black .fnavi li a::after,
.color_yellow .fnavi li a::after {
	background-image:none;
	content:'';
	position:absolute;
	top:50%;
	right:10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top:-3px;
}
.color_blue .footer_cnt address span::after,
.color_black .footer_cnt address span::after {
	background-color:#FFFF00 !important;
	color:000000 !important;
}
.color_yellow .footer_cnt address span::after {
	background-color:#000000 !important;
	color:ffffff !important;
}
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo h1 span.logo_year,
.color_blue #tmp_wrapper #tmp_hlogo p span.logo_year,
.color_blue #tmp_wrapper .footer_logo,
.color_blue #tmp_wrapper .footer_logo span.logo_year,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span.logo_year,
.color_yellow #tmp_wrapper #tmp_hlogo p span.logo_year,
.color_yellow #tmp_wrapper .footer_logo,
.color_yellow #tmp_wrapper .footer_logo span.logo_year,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo h1 span.logo_year,
.color_black #tmp_wrapper #tmp_hlogo p span.logo_year,
.color_black #tmp_wrapper .footer_logo,
.color_black #tmp_wrapper .footer_logo span.logo_year {
	font-size: 1.2rem;
	font-weight: bold;
}
.model_sp.color_blue #tmp_wrapper .hlogo_wrap,
.model_sp.color_yellow #tmp_wrapper .hlogo_wrap,
.model_sp.color_black #tmp_wrapper .hlogo_wrap{
	width: 250px;
	margin-right: -250px;
}
.color_blue #tmp_wrapper .footer_logo p,
.color_yellow #tmp_wrapper .footer_logo p,
.color_black #tmp_wrapper .footer_logo p {
	width:auto !important;
}
.color_yellow #tmp_wrapper #tmp_hlogo h1 img, 
.color_yellow #tmp_wrapper #tmp_hlogo p img, 
.color_yellow #tmp_wrapper .footer_logo p img{
	 background-color: #141a28 !important;
	 padding:5px !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size: 75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size: 125% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size: 175% !important;
}
.fsize_small #tmp_wrapper .setting_action .setting_btn{
	background-size: 14px auto;
	background-position: 15px center;
}
.fsize_big2 #tmp_wrapper .setting_action .setting_btn{
	background-position: 15px center;
	min-width: 150px;
}
.fsize_big .mean_sub{
	top: 48px;
}
.fsize_big .tint_change,
.fsize_big .usability_btn{
	padding-left: 8px;
}
.fsize_big2 .gnavi a{
	height: 112px;
	background-position: right 15px center;
}
.fsize_big2 .mean_sub{
	top: 54px;
}
.fsize_big2 .mean_sub #tmp_mean{
	padding-left: 5px;
	padding-right: 5px;
	width: 906px;
}
.fsize_big2 .change_ttl{
	margin-right: 5px;
}
.fsize_big2 .tint_change,
.fsize_big2 .usability_btn{
	padding-left: 0;
}
.no_javascript .pnavi{
	display: block;
}
/* for modern browser */
/* ==================================================
clearfix
================================================== */
.container:after,
#tmp_wrap_regulation:after,
#tmp_regulation:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_sp_social: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,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.header_main:after,
#tmp_gnavi .gnavi:after,
.footer_contents:after,
.footer_contents .footer_inner:after,
#tmp_mean:after,
.action_button:after,
#tmp_wrap_regulation:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}