@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", "メイリオ", sans-serif;
	font-size:105%;
	font-weight: bold;
}
a:link {
	color:#003377;
}
body {
	font-size:100%;
}
/* Styles
================================================== */
/* text */
.txt_red {
	color:#BA1414; /* Setting by CMS sheets */
}
.txt_green {
	color:#275F1F; /* Setting by CMS sheets */
}
.txt_normal {
	color:#333333; /* デザインによって変更 */
	background:transparent; /* 変更しない */
	font-size:100%;
}
.txt_pink {
	color:#B83370; /* デザインによって変更 */
	background:transparent; /* 変更しない */
	font-size:114.3%;
}
.txt_big {
	font-size:130%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:86%; /* Setting by CMS sheets */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* bgcolor */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#F6DCDC; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FFFED5; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#EAF4FF; /* デザインによって変更 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1280px;
	margin:0 auto;
}
.col_main {
	padding:10px 0;
}
.container {
	width: 960px;
	margin: 0 auto;
}
#tmp_contents {
	margin-top: 30px;
}
/* col_rgt_navi
================================================== */
.column_rnavi{
	padding: 0 0 220px;
	background: transparent url(/shared/templates/shisei_100th_free/images/bg_bottom_rnavi.png) left bottom repeat-x;
}
.column_rnavi {
	color: #222222;
	background-color: #FFFFFF;
}
.column_rnavi .wrap_col_main {
	margin: 0 -293px 0 0;
	width:100%;
	float:left;
}
.column_rnavi .col_main {
	margin: 0 293px 0 0;
	padding: 0 0 15px;
}
.wrap_col_rgt_navi {
	float: right;
	position: relative;
	margin: -83px 0 0;
}
.type_simple .wrap_col_rgt_navi {
	margin-top: -111px;
}
.col_rgt_navi {
	width: 256px;
}
/* regulation
================================================== */
#tmp_regulation {
	width:100%;
	min-width:960px;
	border-bottom: 2px solid #165c7e;
}
#tmp_regulation .container {
	padding-top:5px;
	background:url(/shared/images/regulation/regulation_bg.jpg) no-repeat 670px bottom;
}
#tmp_regulation p {
	float:right;
	width:87px;
	height:38px;
}
#tmp_regulation p a {
	display:block;
	width:87px;
	height:38px;
	background:url(/shared/images/regulation/chiba_logo.jpg) no-repeat left top;
}
#tmp_regulation p span {
	display:block;
	width:87px;
	height:38px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* header
================================================== */
#tmp_header {
	padding:13px 10px 16px;
}
#tmp_header .container {
	position:relative;
}
#tmp_hlogo {
	float:left;
	padding-left:128px;
	padding-top:5px;
}
.format_top #tmp_hlogo {
	padding-top:3px;
	padding-left:4px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:301px;
	height:23px;
	background:#ffffff url(/shared/site_shisei100th/images/header/hlogo.png) no-repeat;
}
#tmp_hlogo a {
	display:block;
	width:301px;
	height:23px;
}
#tmp_hlogo span {
	display:block;
	width:301px;
	height:23px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
/* logo_top */
#tmp_header .logo_top {
	position: absolute;
	display:block;
	left: 8px;
	top: -52px;
	background: transparent url(/shared/site_shisei100th/images/header/logo_top.png) no-repeat center center;
	background-size: 100% auto;
	z-index: 5;
}
#tmp_header .logo_top p,
#tmp_header .logo_top span {
	width: 110px;
	height: 110px;
}
#tmp_header .logo_top span {
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
/* logo_top */
.format_top #tmp_header .logo_top {
	top: 52px;
	left: 55px;
}
.format_top #tmp_header .logo_top p,
.format_top #tmp_header .logo_top span {
	width: 239px;
	height: 239px;
}
/* begin search
================================================== */
#tmp_wrap_search{
	float: right;
	letter-spacing: -.4em;
}
.browsing_assistance,
#tmp_search{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	letter-spacing: normal;
}
#tmp_search #tmp_query{
	width: 245px;
	height: 32px;
	border: 2px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0 12px 0 32px;
	font-size: 85.7%;
}
#tmp_search label{
	position: absolute;
	width: 25px;
	height: 25px;
	left: 9px;
	top: 4px;
	background: transparent url(/shared/site_shisei100th/images/icon/icon_search.png) no-repeat center center;
	text-indent: -999999px;
	cursor: pointer;
}
#tmp_search .query_submit,
#tmp_search #tmp_wrap_query{
	display: inline-block;
	vertical-align: middle;
}
#tmp_search #tmp_func_sch_btn{
	display: block;
	min-width: 70px;
	min-height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: none;
	background-color: #ffffff;
	color: #165c7e;
	border:2px solid #165c7e;
	font-weight:bold;
	margin-left: 3px;
	cursor: pointer;
}
#tmp_search #tmp_func_sch_btn:focus,
#tmp_search #tmp_func_sch_btn:hover{
	text-decoration: underline;
}
.browsing_assistance .assistance_btn a{
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 4px 18px 4px 37px;
	background: #165c7e url(/shared/site_shisei100th/images/icon/icon_assistance.png) no-repeat 13px center;
	color: #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: 18px;
}
.browsing_assistance .assistance_btn a:focus,
.browsing_assistance .assistance_btn a:hover{
	text-decoration: underline;
}
/* end search
================================================== */
/* ==================================================
means
================================================== */
.popup_setting{
	display: none;
	position: absolute;
	top: 45px;
	right: 0;
	width: 636px;
	border: 4px solid #bfd858;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 12px 12px 16px 18px;
	z-index: 99;
	background-color: #FFFFFF;
}
.popup_setting:before{
	content: "";
	position: absolute;
	right: 35px;
	top: -15px;
	width: 18px;
	height: 17px;
	background: transparent url(/shared/site_shisei100th/images/icon/arrow_popup_bf.png) no-repeat;
	background-size: 100% auto;
}
.type_default .popup_setting {
	border-color: #70c0ec;
}
.type_default .popup_setting:before{
	background-image: url(/shared/site_shisei100th/images/icon/arrow_popup_bf_b.png);
}
#tmp_means{
	float: left;
}
#tmp_means .setting_color .list_color,
#tmp_means .setting_fontsize .list_fontsize{
	list-style: none;
	display: inline-block;
}
#tmp_means .setting_color,
#tmp_means .setting_fontsize{
	margin-right: 18px;
	margin-bottom: 8px;
}
#tmp_means .setting_color .list_color li a,
#tmp_means .setting_fontsize .list_fontsize li a{
	display: block;
	text-decoration: none;
	padding: 1px 5px 0 6px;
	border: 1px solid #999999;
	color: #000000;
	background-color: #f4f4f4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#tmp_means .setting_color .list_color li a{
	padding: 1px 6px 0 8px;
	border: 1px solid #999999 !important;
	color: #000000 !important;
	background-color: #f4f4f4 !important;
}
#tmp_means .setting_color .list_color li #tmp_darkblue{
	color: #ffff00 !important;
	background-color: #0000ff !important;
	padding: 1px 4px 0px 4px;
}
#tmp_means .setting_color .list_color li #tmp_yellow{
	color: #000000 !important;
	background-color: #ffff00 !important;
	padding: 1px 4px 0px 4px;
}
#tmp_means .setting_color .list_color li #tmp_black{
	color: #ffff00 !important;
	background-color: #000000 !important;
	padding: 1px 4px 0px 4px;
}
#tmp_means .setting_fontsize .fontsize_ttl,
#tmp_means .setting_color .color_ttl{
	display: inline-block;
	font-size: 85.7%;
}
#tmp_means .setting_phonetic .list_phonetic li,
#tmp_means .setting_color .list_color li,
#tmp_means .setting_fontsize .list_fontsize li{
	display: inline-block;
}
#tmp_means .setting_phonetic,
#tmp_means .setting_color,
#tmp_means .setting_fontsize{
	float: left;
}
#tmp_means .setting_phonetic .list_phonetic li a{
	display: block;
	text-decoration: none;
	background: transparent url(/shared/site_shisei100th/images/icon/icon_arrow.png) 2px center no-repeat;
	font-size: 85.7%;
	color: #000000;
	padding: 1px 0 1px 12px;
	margin-right: 12px;
}
.type_default .browsing_assistance #tmp_means .setting_phonetic .list_phonetic li a{
	background-image: url(/shared/site_shisei100th/images/icon/icon_arrow_b.png);
}
#tmp_means .setting_phonetic .list_phonetic li:last-child a{
	margin-right:0;
}
#tmp_means .setting_fontsize ul li a:focus,
#tmp_means .setting_color ul li a:focus,
#tmp_means .setting_phonetic ul li a:focus,
#tmp_means .setting_fontsize ul li a:hover,
#tmp_means .setting_color ul li a:hover,
#tmp_means .setting_phonetic ul li a:hover{
	text-decoration: underline;
}
.popup_setting .animation_stop a {
	font-size: 85.7%;
	padding-left: 12px;
	background: transparent url(/shared/site_shisei100th/images/icon/icon_arrow.png) 2px center no-repeat;
	color: #333333;
	text-decoration: none;
}
.popup_setting .animation_stop a:hover,
.popup_setting .animation_stop a:focus {
	text-decoration: underline;
}
#tmp_means .setting_phonetic .chiba_home_link {
	display: none;
}
/* ==================================================
means
================================================== */
/* gnavi
================================================== */
.gnavi {
	display: none;
	color:inherit;
	clear:both;
}
.gnavi ul {
	list-style:none;
}
.gnavi li {
	width:120px;
	float:left;
}
.gnavi a {
	display:block;
	padding:13px 10px 11px;
	text-align:center;
	text-decoration:none;
}
.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration:underline;
}
#tmp_sma_menu .close_btn{
	display: none;
}
/* social_btn
================================================== */
.social_btn p {
	text-align:center;
	margin:0 0 16px;
}
.social_btn p,
.social_btn p a {
	display:block;
	width:100%;
	height:50px;
}
.social_btn p a {
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat:no-repeat;
	background-position:center center;
}
.social_btn p span {
	display:block;
	width:100%;
	height:50px;
}
.social_btn .social_facebook_btn a {
	border: 1px solid #4267b2;
	background-color: #4267b2;
	color:#ffffff;
	background-image: url(/shared/site_shisei100th/images/navi/facebook.png);
}
.social_btn .social_facebook_btn a:hover,
.social_btn .social_facebook_btn a:focus{
	background-color:#ffffff;
	background-image: url(/shared/site_shisei100th/images/navi/facebook_on.png);
	color: #4267b2;
	transition: all 0.3s;
}
.social_btn .social_instagram_btn a {
	border: 1px solid #7748c4;
	background-color: #7748c4;
	color:#ffffff;
	background-image: url(/shared/site_shisei100th/images/navi/instagram.png);
}
.social_btn .social_instagram_btn a:hover,
.social_btn .social_instagram_btn a:focus{
	background-color:#ffffff;
	background-image: url(/shared/site_shisei100th/images/navi/instagram_on.png);
	color: #7748c4;
	transition: all 0.3s;
}
.social_btn .social_twitter_btn a {
	border: 1px solid #007eb2;
	background-color: #007eb2;
	color:#ffffff;
	background-image:url(/shared/site_shisei100th/images/navi/twitter.png);
}
.social_btn .social_twitter_btn a:hover,
.social_btn .social_twitter_btn a:focus {
	background-color: #ffffff;
	background-image:url(/shared/site_shisei100th/images/navi/twitter_on.png);
	color: #007eb2;
	transition: all 0.3s;
}
.format_top .social_btn p {
	float:left;
	width:219px;
	margin-bottom:0;
}
.format_top .social_btn p.social_twitter_btn {
	margin-right:8px;
}
.format_top .social_btn p.social_facebook_btn {
	float: none;
	margin: 0 auto 10px;
	padding: 0;
	width: auto;
	max-width: 340px;
}
/* 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;
}
/* pnavi
================================================== */
.pnavi{
	position: absolute;
	right: 27px;
	top: -28px;
	z-index: 5;
}
.pnavi a {
	background: transparent url(/shared/site_shisei100th/images/icon/pagetop.png) no-repeat;
	background-size: 100px;
}
.pnavi a,
.pnavi span {
	display: block;
	width: 100px;
	height: 100px;
}
.pnavi span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}
.ptop {
	text-align:right;
	clear:both;
}
/* pankuzu
================================================== */
#tmp_pankuzu {
	color:#222222;
	background-color:transparent;
	font-size:87.5%;
	padding: 28px 0 0;
	font-weight: bold;
}
#tmp_pankuzu a {
	text-decoration:underline;
	color: #222222;
}
#tmp_pankuzu a:hover,
#tmp_pankuzu a:focus,
#tmp_pankuzu a:active {
	text-decoration:none;
}
/* update
================================================== */
#tmp_update {
	float: right;
	margin: 0 0 4px;
}
/* sp_social
================================================== */
#tmp_sp_social {
	margin:0 0 38px;
	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;
}
/* publicity
================================================== */
#tmp_publicity {
	margin:80px 0 89px;
	clear:both;
}
#tmp_publicity_ttl {
	margin-bottom: 34px;
	text-align: center;
}
#tmp_publicity_ttl h2 {
	background:url(/shared/site_shisei100th/images/main/link_ttl.png) no-repeat 0 0;
	margin:0 auto;
}
#tmp_publicity_ttl h2,
#tmp_publicity_ttl span {
	display:block;
	width:200px;
	height:25px;
}
#tmp_publicity_cnt ul {
	list-style: none;
	margin: 0 -32px;
}
#tmp_publicity_cnt li{
	float: left;
	width: 20%;
	margin: 0 0 7px;
	padding: 0 32px;
}
#tmp_publicity_cnt li a {
	display: inline-block;
	width: 140px;
	height: 60px;
}
#tmp_publicity_cnt li a:hover img,
#tmp_publicity_cnt li a:focus img {
	opacity:0.7;
}
/* navi_btn */
#tmp_publicity_cnt .navi_btn {
	display: inline-block;
	padding-top: 10px;
	font-size: 107.2%;
}
#tmp_publicity_cnt .navi_btn a {
	display: inline-block;
	padding: 3px 0 2px 29px;
	background: transparent url(/shared/site_shisei100th/images/icon/arrow_circle_o.png) no-repeat left center;
	background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	color: #000000;
	text-decoration: none;
}
#tmp_publicity_cnt .navi_btn a:hover,
#tmp_publicity_cnt .navi_btn a:focus {
	text-decoration: underline;
}
/* footer
================================================== */
#tmp_footer {
	padding: 0;
	color: inherit;
	background-color: #f5f5f5;
}
#tmp_footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 12px;
}
#tmp_footer .container {
	position: relative;
}
/* fnavi */
.fnavi {
	list-style: none;
	float: left;
	padding: 51px 0 17px 0;
	font-size: 107.2%;
}
.fnavi ul {
	list-style: none;
}
.fnavi li {
	margin: 0 23px 0 0;
	float: left;
}
.fnavi li:last-child {
	margin-right: 0;
}
.fnavi a{
	display: block;
	padding: 3px 0 3px 29px;
	color: #000000;
	text-decoration: none;
	background: transparent url(/shared/site_shisei100th/images/icon/arrow_circle_o.png) no-repeat left center;
	background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
}
.fnavi a:hover,
.fnavi a:focus,
.fnavi a:active{
	text-decoration: underline;
}
/* footer_cnt */
.footer_cnt {
	float: left;
	padding: 9px 0 65px;
}
.footer_cnt .container {
	position: relative;
}
.footer_cnt p.footer_ttl {
	font-weight: bold;
	font-style: normal;
}
.footer_cnt address {
	display: block;
	float: left;
	padding-top: 6px;
	width: 480px;
	height: auto;
	font-style: normal;
	line-height: 1.8;
	font-size: 87.5%;
}
.footer_cnt address a {
	color:#000000;
}
.footer_cnt address a:hover,
.footer_cnt address a:focus {
	text-decoration:underline;
}
.copyright {
	position: absolute;
	bottom: 67px;
	right: 0;
	font-size: 81.2%;
	line-height: 1.8;
	clear: unset;
	text-align: right;
}
/* ==================================================
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:15px solid #FFFFFF;
}
/* col2_pub */
div.col2 {
	width:100%;
	display: table;
}
div.col2 div.col2L {
	width:49%;
	display:table-cell;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	width:49%;
	display:table-cell;
	float:left;
}
/* nestcol2 */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:48%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:48%;
}
/* 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:15px solid #FFFFFF;
}
div.col3 {
	display: table;
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table-cell;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table-cell;
	width:31.7%;
	float:left;
}
/* ==================================================
list_table
================================================== */
table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 24px;
}
table.list_table td {
	vertical-align:top;
	text-align:left;
	padding: 12px 0;
	border-bottom: 1px dotted #cccccc;
}
table.list_table p {
	margin-bottom:0 !important;
}
table.list_table .date {
	width: 100px;
	padding: 12px 10px;
	white-space:nowrap;
}
table.list_table td a {
	text-decoration:none;
}
table.list_table td a:hover,
table.list_table td a:focus {
	text-decoration: underline;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* Do not edit */
}
.used_bg_img span {
	position:relative; /* Do not edit */
	z-index:-1; /* Do not edit */
	overflow:hidden; /* Do not edit */
}

/* ==================================================
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 #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_rmenu {
	display:none;
}

/* ==================================================
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_wrapper .wrap_col_rgt_navi,
.color_yellow #tmp_wrapper .wrap_col_rgt_navi,
.color_black #tmp_wrapper .wrap_col_rgt_navi {
	margin: 0;
}
.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;
}
.color_blue #tmp_lnavi,
.color_yellow #tmp_lnavi,
.color_black #tmp_lnavi {
	margin-top: 30px;
}
.color_blue .lbl_search,
.color_yellow .lbl_search,
.color_black .lbl_search {
	display: inline-block;
}
.color_blue #tmp_search label,
.color_yellow #tmp_search label,
.color_black #tmp_search label,
.color_blue .pnavi,
.color_yellow .pnavi,
.color_black .pnavi {
	position: static;
}
/* 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;
	text-shadow: none;
}
.color_yellow #tmp_sma_menu .close_btn a:before,
.color_yellow #tmp_hnavi_s .sma_menu_open span:before,
.color_yellow #tmp_hnavi_s .sma_menu_open:before,
.color_yellow #tmp_hnavi_s .sma_menu_open:after,
.color_yellow #tmp_hnavi_s .sma_menu_search:before,
.color_yellow #tmp_hnavi_s .sma_menu_search:after,
.color_yellow #tmp_hnavi_s .sma_menu_open:before,
.color_yellow #tmp_hnavi_s .sma_menu_open:after,
.color_yellow #tmp_contents h2:before,
.color_yellow #tmp_page_title:before,
.color_yellow #tmp_page_title:after,
.color_black #tmp_sma_menu .close_btn a:before,
.color_black #tmp_hnavi_s .sma_menu_open span:before,
.color_black #tmp_hnavi_s .sma_menu_open:before,
.color_black #tmp_hnavi_s .sma_menu_open:after,
.color_black #tmp_hnavi_s .sma_menu_search:before,
.color_black #tmp_hnavi_s .sma_menu_search:after,
.color_black #tmp_hnavi_s .sma_menu_open:before,
.color_black #tmp_hnavi_s .sma_menu_open:after,
.color_black #tmp_contents h2:before,
.color_black #tmp_page_title:before,
.color_black #tmp_page_title:after,
.color_blue #tmp_sma_menu .close_btn a:before,
.color_blue #tmp_hnavi_s .sma_menu_open span:before,
.color_blue #tmp_hnavi_s .sma_menu_open:before,
.color_blue #tmp_hnavi_s .sma_menu_open:after,
.color_blue #tmp_hnavi_s .sma_menu_search:before,
.color_blue #tmp_hnavi_s .sma_menu_search:after,
.color_blue #tmp_hnavi_s .sma_menu_open:before,
.color_blue #tmp_hnavi_s .sma_menu_open:after,
.color_blue #tmp_contents h2:before,
.color_blue #tmp_page_title:before,
.color_blue #tmp_page_title:after {
	display: 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;
}
/* 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;
	width:auto !important;
	height:auto !important;
	overflow:visible !important;
	text-indent:inherit !important;
	white-space:normal !important;
}

.color_blue #tmp_mainvisual .slick-slide.slick-middle .circle.slide_block:before,
.color_blue #tmp_mainvisual .slick-slide.slick-middle .circle.slide_block:after,
.color_yellow #tmp_mainvisual .slick-slide.slick-middle .circle.slide_block:before,
.color_yellow #tmp_mainvisual .slick-slide.slick-middle .circle.slide_block:after,
.color_black #tmp_mainvisual .slick-slide.slick-middle .circle.slide_block:before,
.color_black #tmp_mainvisual .slick-slide.slick-middle .circle.slide_block:after {
	display: none;
}

/* 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;
}
/* logo_top */
.color_blue #tmp_header #tmp_hlogo,
.color_yellow #tmp_header #tmp_hlogo,
.color_black #tmp_header #tmp_hlogo {
	padding-left: 0 !important;
	padding-bottom: 10px !important;
	font-size: 125.1%;
	float: none;
}
.color_blue #tmp_header .container,
.color_yellow #tmp_header .container,
.color_black #tmp_header .container {
	padding-right: 125px;
}
.color_blue #tmp_header .logo_top,
.color_yellow #tmp_header .logo_top,
.color_black #tmp_header .logo_top {
	top:40px;
	position: static;
}
.color_blue.format_top #tmp_header .logo_top,
.color_yellow.format_top #tmp_header .logo_top,
.color_black.format_top #tmp_header .logo_top {
	top:52px;
	position: static;
}
/* hlogo */
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_blue #tmp_hlogo a,
.color_blue #tmp_hlogo span,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_yellow #tmp_hlogo a,
.color_yellow #tmp_hlogo span,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_black #tmp_hlogo a,
.color_black #tmp_hlogo span {
	width:auto !important;
	height:auto !important;
	overflow:visible !important;
}
/* content_menu */
.color_blue #tmp_wrapper .section_content_menu .container_content_menu:before,
.color_yellow #tmp_wrapper .section_content_menu .container_content_menu:before,
.color_black #tmp_wrapper .section_content_menu .container_content_menu:before {
	display:none !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;
}
.color_yellow #tmp_mainvisual .gallery_slide a.mv_link{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_mainvisual .gallery_slide a.mv_link{
	background-color: #FFFF00 !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_yellow #tmp_mainvisual .gallery_slide a.mv_link{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_confetti_cannon {
	background-color: transparent !important;
}
.color_yellow #tmp_confetti_cannon canvas {
	background-color: transparent !important;
}
.color_yellow #tmp_mainvisual .balloon_block {
	background-color: transparent !important;
}
.color_yellow #tmp_mainvisual .balloon_block .balloon {
	background-color: transparent !important;
}
.color_yellow #tmp_mainvisual .balloon_block .balloon:after {
	display: none;
}
.color_yellow #tmp_mainvisual .slick-dots li a {
	background-color: #000000 !important;
}
.color_yellow #tmp_mainvisual .slick-dots li a:hover,
.color_yellow #tmp_mainvisual .slick-dots .slick-active a {
	background-color: #0000FF !important;
}
.color_yellow .section_facebook .link_social .link_tw:before,
.color_yellow .section_facebook .link_social .link_inter:before {
	background: transparent !important;
}
.color_yellow .list_content_menu .overlay_hover:before,
.color_yellow .list_content_menu .overlay_hover:after {
	background: transparent !important;
}
.color_black #tmp_mainvisual .gallery_slide a.mv_link{
	background-color: #000000 !important;
}
.color_black #tmp_confetti_cannon {
	background-color: transparent !important;
}
.color_black #tmp_confetti_cannon canvas {
	background-color: transparent !important;
}
.color_black #tmp_mainvisual .balloon_block {
	background-color: transparent !important;
}
.color_black #tmp_mainvisual .balloon_block .balloon {
	background-color: transparent !important;
}
.color_black #tmp_mainvisual .balloon_block .balloon:after {
	display: none;
}
.color_black #tmp_mainvisual .slick-dots li a {
	background-color: #ffffff !important;
}
.color_black #tmp_mainvisual .slick-dots li a:hover,
.color_black #tmp_mainvisual .slick-dots .slick-active a {
	background-color: #0000FF !important;
}
.color_black .section_facebook .link_social .link_tw:before,
.color_black .section_facebook .link_social .link_inter:before {
	background: transparent !important;
}
.color_black .list_content_menu .overlay_hover:before,
.color_black .list_content_menu .overlay_hover:after {
	background: transparent !important;
}
.color_blue #tmp_mainvisual .gallery_slide a.mv_link{
	background-color: #0000FF !important;
}
.color_blue #tmp_confetti_cannon {
	background-color: transparent !important;
}
.color_blue #tmp_confetti_cannon canvas {
	background-color: transparent !important;
}
.color_blue #tmp_mainvisual .balloon_block {
	background-color: transparent !important;
}
.color_blue #tmp_mainvisual .balloon_block .balloon {
	background-color: transparent !important;
}
.color_blue #tmp_mainvisual .balloon_block .balloon:after {
	display: none;
}
.color_blue #tmp_mainvisual .slick-dots li a {
	background-color: #FFFF00 !important;
}
.color_blue #tmp_mainvisual .slick-dots li a:hover,
.color_blue #tmp_mainvisual .slick-dots .slick-active a {
	background-color: #ffffff !important;
}
.color_blue .section_facebook .link_social .link_tw:before,
.color_blue .section_facebook .link_social .link_inter:before {
	background: transparent !important;
}
.color_blue .list_content_menu .overlay_hover:before,
.color_blue .list_content_menu .overlay_hover:after {
	background: transparent !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
	font-size:75% !important;
}
/* big
================================================== */
.fsize_big {
	font-size:125% !important;
}
.fsize_big .list_content_menu .block_content .text_item {
	font-size: 87.5%;
}
.fsize_big .overlay_content .item_link a {
	font-size:71.4% !important
}
.fsize_big #tmp_hnavi_s .text {
	font-size:71.4% !important;
}
/* biggest(doubled)
================================================== */
.fsize_big2 {
	font-size:175% !important;
}
.fsize_big2 .list_content_menu .block_content .text_item {
	font-size:71.5%
}
.fsize_big2 .overlay_content .item_link a {
	font-size:50%;
}
.fsize_big2 #tmp_hnavi_s .text {
	font-size:50%
}
.fsize_big2 #tmp_search label {
	top: 10px;
}
.fsize_big2 #tmp_sma_menu #tmp_search label {
	top: 4px;
}
/* ==================================================
No javascript
================================================== */
.no_javascript .popup_setting{
	display: none;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_regulation:after,
#tmp_regulation .container:after,
#tmp_header:after,
#tmp_header .container:after,
#tmp_hnavi:after,
#tmp_fnavi:after,
#tmp_publicity_cnt ul:after,
#tmp_publicity_cnt:after,
.new_information .btn_link:after,
.section_content_news:after,
.list_content_menu .row_content_menu:after,
.section_facebook .link_social:after,
.section_news:after,
.new_information .news_content li:after,
#tmp_sp_social:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_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_wrap_custom_update:after,
#tmp_custom_update: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:after,
#tmp_footer:after,
#tmp_footer .container:after,
.fnavi:after,
.footer_cnt:after,
.footer_bt:after,
#tmp_publicity:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.format_top .social_btn:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

