@charset "utf-8";

/* ==================================================
top main
================================================== */
/* mainvs
================================================== */
#tmp_mainvs {
	position: relative;
    z-index: 1;
	background:url(/shared/templates/seaside_top/images/main/visual_bg.png) no-repeat top center;
	padding:0 0 143px;
}
#tmp_mainvs.videog {
	padding-bottom:97px;
}
#tmp_mainvs::before {
	content:"";
	position:absolute;
	left:0;
	bottom:14px;
	width:100%;
	height:70px;
	background:url(/shared/templates/seaside_top/images/main/visual_en.png) repeat-x top center;
	z-index:1;
}
#tmp_mainvs::after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:60px;
	background:url(/shared/templates/seaside_top/images/main/visual_bg_btm.png) no-repeat top center;
	-webkit-background-size:100% 60px;
	-moz-background-size:100% 60px;
	background-size:100% 60px;
	z-index:2;
}
#tmp_mainvs .mv_inner {
	position: relative;
	z-index: 2;
}
.no_javascript #tmp_mainvs .mv_inner {
	padding-bottom: 40px;
}
#tmp_mainvs .movie_wrap{
	color: #222222;
	background-color: #ffffff;
	padding: 10px;
	box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-webkit-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
}
#tmp_mv_img {
	position: relative;
	z-index: 1;
	opacity: 1;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}
#tmp_mv_img img {
	width: 100%;
	height: auto;
}
#tmp_mv_ytb,
#tmp_mv_video {
	width: 100%;
}
#tmp_mainvs .video_foreground{
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
#tmp_mainvs #tmp_mv_video {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.video_foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#tmp_mainvs .video_control {
	position: relative;
	float: right;
}
.video_control ul{
	display: inline-block;
	list-style: none;
}
.video_control ul li,
.video_control p.change_mv_btn{
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 8px 10px 0 rgba(8, 24, 53, 0.15);
	-webkit-box-shadow: 0 8px 10px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 8px 10px 0 rgba(8, 24, 53, 0.15);
}
.imageg .video_control p.change_mv_btn{
	margin-bottom:-40px;
}
.video_control_inner a {
    position: relative;
    display: inline-block;
	min-height: 40px;
	font-size: 77.8%;
	line-height: 1.2;
    text-decoration: none;
	color: #222222;
	background-color: #ffffff;
}
.video_control ul li.play_control a,
.video_control ul li.mute_control a{
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.video_control a#tmp_pause_button{
	background-image: url(/shared/templates/seaside_top/images/icon/stop_control.png);
}
.video_control a#tmp_play_button{
	background-image: url(/shared/templates/seaside_top/images/icon/start_control.png);
}
.video_control a#tmp_mute_button{
	background-image: url(/shared/templates/seaside_top/images/icon/mute_control.png);
}
.video_control a#tmp_unmute_button{
	background-image: url(/shared/templates/seaside_top/images/icon/unmute_control.png);
}
.video_control_inner a:hover,
.video_control_inner a :focus{
	text-decoration: underline;
}
.video_control_inner a span{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	z-index: -1;
	text-indent: -9999px;
}
.video_control_inner li.subtitle_guide a{
	padding: 11px 10px 10px 35px;
    background-image: url(/shared/templates/seaside_top/images/icon/subtitle_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 9px;
}
.video_control_inner .change_mv_btn a{
	width: 128px;
    padding: 3px 14px 0 16px;
}
.video_control_inner .change_mv_btn a.switch_movie{
    padding-right: 15px;
}
.video_control_inner #tmp_pause_button,
.video_control_inner #tmp_mute_button {
	display: none;
}
.videog #tmp_mv_img {
	display: none;
}
.videog .tmp_mv_img,
.videog .switch_movie{
	visibility: hidden;
	height: 0;
}
.videog #tmp_mv_video {
	display: block;
}
.imageg .tmp_mv_img {
	opacity: 1 !important;
	z-index: 1 !important;
}
.imageg .tmp_mv_img {
	display: block;
}
.movie_control #tmp_pause_button,
.movie_control #tmp_unmute_button {
	display: none;
}
.video_g #tmp_mv_video {
	display: none;
}
.video_g #tmp_pause_button,
.video_g #tmp_play_button,
.video_g #tmp_mute_button,
.video_g #tmp_unmute_button {
	display: none;
}
.video_g .tmp_mv_img {
	display: none;
}
.imageg .movie_controls,
.imageg #tmp_mv_video{
	display: none;
}
/* anchor_navi
================================================== */
#tmp_anchor_navi {
	padding:40px 0 55px;
	clear:both;
}
#tmp_anchor_navi ul,
#tmp_anchor_navi ul li,
#tmp_anchor_navi ul li a {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#tmp_anchor_navi ul {
	list-style:none;
	font-size:111.1%;
	margin:0 -15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
#tmp_anchor_navi ul li {
	float:left;
	width:33.33333%;
	padding:0 15px;
	text-align:center;
}
#tmp_anchor_navi ul li a {
	-webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	flex-grow:1;
	position:relative;
	text-decoration:none;
	border:1px solid #285fa5;;
	background-color:#285fa5;
	color:#ffffff;
	padding:15px 20px;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
	box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
}
#tmp_anchor_navi ul li a:hover,
#tmp_anchor_navi ul li a:focus {
	text-decoration:underline;
}
#tmp_anchor_navi ul li a::after {
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* main_ttl
================================================== */
.main_ttl {
	margin-bottom:33px;
	padding-top:130px;
	background-repeat:no-repeat;
	background-position:top center;
	text-align: center;
}
.main_ttl h2{
	font-size: 122.2%;
	font-weight: bold;
	color: #222222;
	line-height: 1.4;
}
#tmp_topics .main_ttl {
	background-image:url(/shared/templates/seaside_top/images/main/ttl_en_topics.png);
}
#tmp_bayside .main_ttl {
	background-image:url(/shared/templates/seaside_top/images/main/ttl_en_bayside.png);
}
#tmp_history .main_ttl {
	background-image:url(/shared/templates/seaside_top/images/main/ttl_en_history.png);
}
/* view_list_btn
================================================== */
.view_list_btn {
	font-size: 88.8%;
	text-align:center;
	line-height: 1.4;
	text-align: center;
}
.view_list_btn a {
	display:inline-block;
	min-width:360px;
	padding:18px 10px;
	text-decoration: none;
	color: #222222;
	background-color: #ffffff;
	border:1px solid #deedf4;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
	box-shadow: 0px 4px 10px 0px rgba(8, 24, 53, 0.15);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	position:relative;
}
.view_list_btn a::after {
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-7px;
	background:url(/shared/site_seaside/images/icon/arr_link.png) no-repeat;
	width:8px;
	height:14px;
}
/* topics */
#tmp_topics .view_list_btn a {
	display:block;
	min-width:auto;
}
.view_list_btn a:hover,
.view_list_btn a:focus,
.view_list_btn a:hover span,
.view_list_btn a:focus span {
	text-decoration: underline;
}

/* topics
================================================== */
#tmp_topics{
	padding:0 0 84px;
	clear:both;
}
#tmp_topics .event_cnt{
	display: table;
	width: 100%;
	position:relative;
}
#tmp_topics .event_cnt:before {
	content: '';
	position: absolute;
	top: -73px;
    left: -100px;
	background: url(/shared/templates/seaside_top/images/icon/pattern_wavy.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 184px;
	height: 121px;
	z-index: -1;
}
#tmp_topics .event_cnt:after {
	content: '';
	position: absolute;
	bottom: 42px;
    right: -100px;
	background: url(/shared/templates/seaside_top/images/icon/pattern_wavy.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 184px;
	height: 121px;
	z-index: -1;
}
#tmp_topics .event_news,
#tmp_topics .event_inner{
	display: table-cell;
	vertical-align: top;
}
#tmp_topics .event_inner{
	width: 440px;
}
#tmp_topics .event_news{
	width: 520px;
	padding-right:40px;
}
#tmp_topics .event_news_main {
	padding: 20px 20px 18px 20px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #222222;
	background-color: #ffffff;
}
#tmp_topics .event_news_main a {
	display: block;
	text-decoration: none
}
#tmp_topics .event_news_main a:hover,
#tmp_topics .event_news_main a:focus{
	text-decoration: underline;
}
#tmp_topics .event_news_main a:hover img,
#tmp_topics .event_news_main a:focus img{
	opacity: 0.7;
}
#tmp_topics .event_news_img{
	display: block;
	margin-bottom: 15px;
}
#tmp_topics .event_news_img img{
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_topics .event_news_des{
	font-size: 88.8%;
	line-height: 1.8;
	font-weight: bold;
}
#tmp_topics .event_list{
	margin-bottom: 42px;
}
#tmp_topics .event_list li{
	list-style: none;
	border-bottom: 3px solid #e5e5e5;
}
#tmp_topics .event_list a{
	display: block;
	padding: 15px 20px 10px 0;
	background: transparent url(/shared/site_seaside/images/icon/arr_link.png) no-repeat right center;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	font-size: 88.8%;
	line-height: 1.8;
	color: #222222;
	text-decoration: none;
}
#tmp_topics .event_list a:hover,
#tmp_topics .event_list a:focus{
	text-decoration: underline;
}
#tmp_topics .event_inner > p.noinfo{
	padding:10px 0 20px;
}
/* bayside
================================================== */
#tmp_bayside{
	position: relative;
	padding:75px 0 88px;
	background-image: url(/shared/templates/seaside_top/images/main/bgr_pattern.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-size: cover;
	clear:both;
}
#tmp_bayside:before,
#tmp_bayside:after{
	content: '';
	position: absolute;
	left: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	height: 41px;
}
#tmp_bayside:before{
	top: 0;
	background-image: url(/shared/templates/seaside_top/images/main/event_pattern_top.png);
	background-position: left bottom;
}
#tmp_bayside:after{
	bottom: 0;
	background-image: url(/shared/templates/seaside_top/images/main/event_pattern_bottom.png);
}
#tmp_bayside .chiba_cnt{
	position: relative;
}
#tmp_bayside .chiba_cnt:before,
#tmp_bayside .chiba_cnt:after{
	content: '';
	position: absolute;
	background: url(/shared/templates/seaside_top/images/icon/pattern_wavy.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 184px;
	height: 121px;
	z-index: -1;
}
#tmp_bayside .chiba_cnt:before{
	left: -97px;
	top: -60px;
}
#tmp_bayside .chiba_cnt:after{
	right: -97px;
	bottom: -20px;
}
#tmp_bayside .chiba_banner{
	margin-bottom: 30px;
}
#tmp_bayside .chiba_banner_map,
#tmp_bayside .chiba_banner_map span {
	display:block;
	width:960px;
	height:480px;
}
#tmp_bayside .chiba_banner_map {
	background:url(/shared/templates/seaside_top/images/main/bayside_map.jpg) no-repeat 0 0;
}
#tmp_bayside .chiba_banner_map span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
#tmp_bayside .chiba_list{
	margin: 0 -10px;
}
#tmp_bayside .chiba_list li{
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 20%;
	list-style: none;
}
#tmp_bayside .chiba_list a{
	display: block;
	padding: 17px 14px 16px 60px;
	border:1px solid #deedf4;
	background: #ffffff url(/shared/templates/seaside_top/images/icon/icon_umbrella.png) no-repeat 14px center;
	-webkit-background-size: 38px auto;
	-moz-background-size: 38px auto;
	background-size: 38px auto;
	-webkit-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	color: #222222;
}
#tmp_bayside .chiba_list a:hover,
#tmp_bayside .chiba_list a:focus{
	text-decoration: underline;
}
#tmp_bayside .chiba_list li:nth-child(5n){
	clear: right;
}
#tmp_bayside .chiba_list li:nth-child(5n+1){
	clear: left;
}
/* history
================================================== */
#tmp_history {
	padding: 36px 0 80px;
	border-bottom: 1px solid #e5e5e5;
}
#tmp_history .history_cnt{
	padding-bottom: 80px;
}
#tmp_history .history_art{
	position: relative;
	margin-bottom: 30px;
}
#tmp_history .history_art:before{
	content: '';
	position: absolute;
	left:-82px;
	top:-60px;
	background: url(/shared/templates/seaside_top/images/icon/pattern_wavy.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 184px;
	height: 121px;
	z-index: -1;
}
#tmp_history .history_art_banner{
	position: relative;
}
#tmp_history .history_art_banner:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: transparent url(/shared/templates/seaside_top/images/main/pattern_blur.png) no-repeat left bottom;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	height: 69px;
	z-index: 1;
}
#tmp_history .history_art_banner img{
	max-width: 100%;
	height: auto;
}
#tmp_history .history_art_subttl{
	margin-bottom: 34px;
	padding-bottom: 13px;
	background: url(/shared/templates/seaside_top/images/icon/subttl_pattern.png) no-repeat center bottom;
	-webkit-background-size: 221px auto;
	-moz-background-size: 221px auto;
	background-size: 221px auto;
	font-size: 166.6%;
	font-weight: bold;
	text-align: center;
}
#tmp_history .history_art_des{
	padding: 0 128px;
}
#tmp_history .history_art_txt{
	line-height: 1.7;
	margin:0 0 35px;
}
/* history_btn */
#tmp_history .history_btn{
	position: relative;
}
#tmp_history .history_btn:after{
	content: '';
	position: absolute;
	bottom: 77px;
    right: -99px;
	background: url(/shared/templates/seaside_top/images/icon/pattern_wavy.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 184px;
	height: 121px;
	z-index: -1;
}
#tmp_history .history_btn br {
	display:none;
}
#tmp_history .history_btn a{
	display: block;
	padding: 32px 30px 30px;
	background-color: #fbf5ca;
	width: 100%;
	-webkit-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	border: 3px solid #c7baa7;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 111.1%;
	font-weight: bold;
	text-align: center;
}
#tmp_history .history_btn span{
	display: inline-block;
	padding: 10px 10px 10px 68px;
	background: url(/shared/templates/seaside_top/images/icon/icon_notebook.png) no-repeat 13px center;
	-webkit-background-size: 46px auto;
	-moz-background-size: 46px auto;
	background-size: 46px auto;
	text-align: left;
}
#tmp_history .history_btn a:hover span,
#tmp_history .history_btn a:focus span{
	text-decoration: underline;
}
/* related_links
================================================== */
#tmp_related_links{
	padding: 33px 0 0;
	margin-bottom:20px;
}
#tmp_related_links .related_ttl {
	margin-bottom: 21px;
}
#tmp_related_links .related_ttl h2 {
	display: inline-block;
	padding-right: 180px;
	background: url(/shared/templates/seaside_top/images/main/ttl_en_related.png) no-repeat right center;
	font-size: 122.2%;
	font-weight: bold;
}
#tmp_related_links .related_list{
	margin: 0 -10px -20px;
}
#tmp_related_links .related_list li{
	float: left;
	padding: 0 10px 20px;
	width: 25%;
	list-style: none;
}
#tmp_related_links .related_list a{
	display: block;
	padding: 20px 26px 16px 19px;
	width: 100%;
	background: #ffffff url(/shared/site_seaside/images/icon/arr_link.png) no-repeat right 10px center;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
	-webkit-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	-moz-box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	box-shadow: 0 4px 10px 0 rgba(8, 24, 53, 0.15);
	border: 1px solid #deedf4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 88.8%;
	line-height: 1.4;
	color: #222222;
	text-decoration: none;
}
#tmp_related_links .related_list a:hover,
#tmp_related_links .related_list a:focus{
	text-decoration: underline;
}
#tmp_related_links .related_list li:nth-child(4n){
	clear: right;
}
#tmp_related_links .related_list li:nth-child(4n+1){
	clear: left;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_mainvs .movie_wrap,
.color_black #tmp_mainvs .movie_wrap,
.color_yellow #tmp_mainvs .movie_wrap {
	padding:0;
	border:10px solid;
}
.color_blue .video_control_inner a,
.color_black .video_control_inner a,
.color_yellow .video_control_inner a{
	border: 1px solid;
}
.color_blue .video_control a#play_button,
.color_black .video_control a#play_button {
    background-image: url(/shared/templates/seaside_top/images/icon/start_control_wht.png) !important;
}
.color_blue .video_control a#pause_button,
.color_black .video_control a#pause_button{
	background-image: url(/shared/templates/seaside_top/images/icon/stop_control_wht.png) !important;
}
.color_blue .video_control a#mute_button,
.color_black .video_control a#mute_button {
    background-image: url(/shared/templates/seaside_top/images/icon/mute_control_wht.png) !important;
}
.color_blue .video_control a#unmute_button,
.color_black .video_control a#unmute_button {
    background-image: url(/shared/templates/seaside_top/images/icon/unmute_control_wht.png) !important;
}
.color_yellow .video_control a#play_button{
    background-image: url(/shared/templates/seaside_top/images/icon/start_control.png) !important;
}
.color_yellow .video_control a#pause_button{
	background-image: url(/shared/templates/seaside_top/images/icon/stop_control.png) !important;
}
.color_yellow .video_control a#mute_button{
    background-image: url(/shared/templates/seaside_top/images/icon/mute_control.png) !important;
}
.color_yellow .video_control a#unmute_button{
    background-image: url(/shared/templates/seaside_top/images/icon/unmute_control.png) !important;
}
.color_yellow #tmp_anchor_navi ul li a::after {
    border-top-color:#000;
    border-right-color:#000;
}
.color_blue #tmp_topics,
.color_black #tmp_topics,
.color_yellow #tmp_topics,
.color_blue #tmp_bayside,
.color_black #tmp_bayside,
.color_yellow #tmp_bayside,
.color_blue #tmp_history,
.color_black #tmp_history,
.color_yellow #tmp_history {
	border-top:1px solid;
}
.color_blue #tmp_mainvs:after,
.color_black #tmp_mainvs:after,
.color_yellow #tmp_mainvs:after,
.color_blue #tmp_mainvs:before,
.color_black #tmp_mainvs:before,
.color_yellow #tmp_mainvs:before,
.color_yellow #tmp_wrapper #tmp_bayside:before,
.color_yellow #tmp_wrapper #tmp_bayside:after,
.color_black #tmp_wrapper #tmp_bayside:before,
.color_black #tmp_wrapper #tmp_bayside:after,
.color_blue #tmp_wrapper #tmp_bayside:before,
.color_blue #tmp_wrapper #tmp_bayside:after{
	display: none;
}
.color_blue #tmp_bayside .chiba_banner_map,
.color_black #tmp_bayside .chiba_banner_map,
.color_yellow #tmp_bayside .chiba_banner_map,
.color_blue #tmp_bayside .chiba_banner_map span,
.color_black #tmp_bayside .chiba_banner_map span,
.color_yellow #tmp_bayside .chiba_banner_map span {
	background-color:transparent !important;
}
.color_blue #tmp_bayside .chiba_banner_map,
.color_black #tmp_bayside .chiba_banner_map,
.color_yellow #tmp_bayside .chiba_banner_map {
	background-image:url(/shared/templates/seaside_top/images/main/bayside_map.jpg) !important;
}
/* ==================================================
accessibility style change:no-javascript
================================================== */
.no_javascript #tmp_mainvs .video_foreground{
	padding-top: 0;
}
.no_javascript #tmp_mainvs .video_control{
	display: none;
}
/* ==================================================
font - bold -
================================================== */
.main_ttl h2,
#tmp_topics .event_news_des,
#tmp_history .history_art_subttl,
#tmp_history .history_btn a,
#tmp_related_links .related_ttl h2 {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ==================================================
clearfix
================================================== */
#tmp_anchor_navi ul:after,
#tmp_bayside .chiba_list:after,
#tmp_related_links .related_list:after{
	content: '';
	display: table;
	clear: both;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}
/* ==================================================
IE9
================================================== */
@media all and (min-width:0\0) and (min-resolution: .001dpcm){
	#tmp_mainvs .video_foreground {
		padding-top: 0;
	}
	#tmp_mainvs .video_control {
		display: none;
	}
}