@media (orientation: landscape) and (max-height: 450px) {
/* デバイスが横向きの場合の記述 */
.stage {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.ev2024_inbox {
	margin-left: auto;
	margin-right: auto;
}
.ev2024_inbox iframe {
	width: 100%;
	height:  auto;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0px 1px 16px -5px rgba(0,0,0,0.8);
}
.ev2024_border {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-bottom: 1px dashed #1E1E1E;
}		
}

@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

/* ---initial--- */
body {
}
fieldset {
}
.pagetop {
	clear: both;
	text-align: right;
	line-height: 0;
}
.pagetop img {
	margin-left: auto;
}
.plist {
	padding-top:15px;
	text-align: left;
	height:32px;
}

h1, h2, h3, h4, h5, h6, p {
	letter-spacing: 0.03em;
	margin: 0px;
}
h2 {
	font-size: 24px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 12%;
}	
p {
	font-size: 14px;
	line-height: 1.8em;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 3px;
}
input {
	vertical-align: middle;
}
img {
	border: 0;
}
table {
	border: 0;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003399;
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
}
.end {
	font-size: 0;
	line-height: 0;
	clear: both;
}
.plist li {
	font-size: 12px;
	height:14px;
	float:left;
	padding-left: 15px;
}
.plist li a {
	padding-right:25px;
}

.pointer {
	cursor: pointer; /* カーソルオーバー */
}
a .hover_img {
	transition: all 0.5s ease; /*0.5秒かけて要素を変化させる*/
}
a:hover .hover_img {
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
}
.no_pc {
	display:block !important;
}
.no_sp {
	display: none !important;
}
/* ---Base--- */
.stage {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.img_right {
	float:none;
	padding-left:0;
}
.img_left {
	float:none;
	padding-right:0;
}
header {
	background-color:#1e1e1e;
	padding-bottom: 4%;
}
#headmenu {
}
#headmenu ul {
}
#headmenu li{
	text-align:left;
	float:right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:15px;
	padding-right:15px;
	width: 130px;	
	background-image:url(../img/ar_headmenu.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
#headmenu li a {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}
#headmenu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#headmenu_sp {
	display: block;
	padding-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #8B8B8B;
}
#headmenu_sp img {
	width: 60%;
}

#topnavi {
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border-bottom: 1px solid #8B8B8B;
}
#topnavi ul {
	float:none;
}
#topnavi ul li {
	width:33.3%;
	height:auto;
	text-align:center;
	float:left;
	margin-bottom: 1%;
	line-height: 1.2em;
}
#topnavi ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
#topnavi ul li img {
	width: 25%;
	 height: auto;
}
#taifunews {
	background-color:#1e1e1e;	
	padding-top:20px;
	padding-bottom:20px;
}
#taifunews .stage {
	font-size:15px;
	line-height:1.8em;
	border:3px double #B70003;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#taifunews .stage h2 {
	margin-bottom:15px;
}
#taifunews .stage p {
	padding-left:20px;
	padding-right:20px;	
	text-align:left;
	padding-bottom:15px;
}
#taifunews .stage div {
	padding-right:20px;	
	text-align:right;
}


#top {
	/*background-color:#1e1e1e;*/
	background-color:#000000;
}
#top_slide {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:640px;
	overflow:hidden;
}

#infomation {
	background-color:#1e1e1e;
	padding-bottom:8%;
	padding-left: 5%;
	padding-right: 5%;
}
#infomation p {
	color:#FFFFFF;
	text-align:left;
	padding-top:4%;
	padding-bottom:4%;
	margin-left: 0;
}
#infomation img {
	width: 100%;
	height: auto;
}
.br_infomation {
	display: none;
}
.go_info {
	margin-left: 0;
	padding-top: 4%;
}
.go_info a {
	border: 1px solid #FFFFFF;	
	color:#FFFFFF;
	padding-top:4%;
	padding-bottom: 4%;
	display:block;
	width:250px;
	height:auto;
	text-decoration:none;
	font-size:18px;
	margin-left: auto;
	margin-right: auto;	
}
.go_info a:hover {
	background-color:rgba(255,255,255,0.20);	
}
#news {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:8%;
	padding-bottom:4%;
}
#news .stage {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}	
#news h2 {
	padding-top: 4%;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 24px;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 1em;
}
#news h3 {
	text-align:left;
	width: 100%;	
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:3%;
}
#news h4 {
	text-align:left;
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
	margin-bottom:3%;
}
#news p {
	text-align:left;
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
}
.news_text {
	float: none;
	height: auto;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.news_photo {
	float: none;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.news_photo li {
	float: none;
	width: 100%;
	max-width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4%;
}
.news_photo img {
	border: none;
	width: 90%;
	height: auto;
	margin-bottom: 2%;
}

#schedule {
	padding-top:8%;
	padding-bottom:12%;	
}
#schedule .stage {
}	
#schedule h2 {
	padding-top: 2%;
	margin-bottom:8%;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 24px;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 1em;
}
#schedule .schedule_area {
}
#schedule .schedule_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: double 3px #747474;
	background-color: rgba(255,255,255,0.70);
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 8%;
	text-align:left;
	overflow: hidden;
}
#schedule .schedule_text {
	float: none;
	width: 100%;
	height: auto;
	padding-bottom: 4%;
}
#schedule .schedule_text h3 {
	text-decoration:none;
	padding-right:0;
	padding-bottom:4%;;
	border-bottom: 3px dotted #747474;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 4%;
	text-align:left;
}
#schedule .schedule_text p {
	margin-bottom: 4%;
	line-height: 1.5em;
	word-break: break-all;
}
#schedule .schedule_text ul {
}
#schedule .schedule_text li {
	font-size: 15px;
	line-height: 1.6em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2%;
}
#schedule .schedule_photo {
	float:none;
	width: 60%;
	height: auto;
	text-align:center;
	line-height:1.2em;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#schedule .schedule_photo section {
	margin-bottom: 6%;
}

#schedule .schedule_photo span {
	font-size:15px;
}
#schedule .schedule_photo img {
	width: 96%;
	height: auto;
	margin-bottom: 2%;
}

.schedule_ex {
	padding-top: 2%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4%
}
.schedule_ex p {
	font-size: 15px;
	line-height: 1.8em;
}

.go_schedule {
	padding-top: 4%;
}
.go_schedule a {
	border: 1px solid #1e1e1e;	
	color:#1e1e1e;
	padding-top:4%;
	padding-bottom: 4%;
	display:block;
	width:70%;
	height:auto;
	text-decoration:none;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;	
}
.go_schedule a:hover {
	background-color:rgba(0,0,0,0.15);	
}
#program {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:8%;
	padding-bottom:10%;
	padding-left: 0;
	padding-right: 0;
}
#program h2 {
	padding-top: 4%;
	margin-bottom:8%;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 24px;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 1em;
}
.program_area {
	width:95%;
	margin-left:auto;
	margin-right: 0;
}
.autoplay2 img {
	width:90%;
	height: auto;
}
.go_program {
	padding-top: 8%;
}
.go_program a {
	border: 1px solid #1e1e1e;	
	color:#1e1e1e;
	padding-top:4%;
	padding-bottom: 4%;
	display:block;
	width:70%;
	height:auto;
	text-decoration:none;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;	
}
.go_program a:hover {
	background-color:rgba(0,0,0,0.15);	
}
#access {
	background-color:#1e1e1e;
	padding-top:35px;
	padding-bottom:50px;	
}
#access h2 {
	padding-top: 2%;
	margin-bottom:8%;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	font-size: 24px;
	letter-spacing: -0.1em;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;
}
#access p {
	color:#FFFFFF;
}
.access_left {
	float: none;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.access_right {
	float: none;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}
.access_left img {
	width: 96%;
	height: auto;
}
.access_right p {
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
	margin-bottom: 2%;
}
.access_right dl {
	color: #FFFFFF;
	text-align: left;
	border-top: 3px double #FFFFFF;
	margin-bottom: 5%;
}
.access_right dt {
	padding-top: 1%;
}
.access_right dd {
	border-bottom: 3px double #FFFFFF;
	padding-bottom: 1%;
}
.access_right dd span {
	display: inline-block;
}
.ac_sp1 {
	width: 170px;
}
.ac_sp2 {
	width: 140px;
}
.ac_sp3 {
	width: 140px;
}
.line {
	font-weight:bold;
	border-top: 3px double #727272;
	padding-top:2px;
}
.stop {
	padding-left:13px;
	padding-bottom:2px;
}
.go_access {
	padding-top: 8%;
	text-align:center;
}
.go_access a {
	border: 1px solid #FFFFFF;	
	color:#FFFFFF;
	padding-top:4%;
	padding-bottom: 4%;
	display:block;
	width:70%;
	height:auto;
	text-decoration:none;
	font-size:18px;
	margin-left: auto;
	margin-right: auto;
}
.go_access a:hover {
	background-color:rgba(255,255,255,0.20);	
}

#fnavi {
	border-top: 1px solid #FFFFFF;
	background-color:#1e1e1e;
	text-align:center;
	padding-top:8%;
	padding-bottom: 4%;
	height:auto;	
}
#fnavi ul {
	padding-left:0;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#fnavi ul li {
	float:none;
	padding-left:0;
	padding-bottom: 4%;
	color:#FFFFFF;
}
#fnavi ul li span {
	display: none;
}
#fnavi ul li a {
	color:#FFFFFF;	
	text-decoration:none;
	display: block;
	background-color:#707070;
	width: 80%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;
}
#fnavi ul li a:hover {
	text-decoration:underline;
}
#fnavi ul li span {
	padding-left:20px;
}
footer {
	border-top: solid 1px #FFFFFF;
	background-color:#1e1e1e;
	height: auto;
}
footer p {
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
footer p small {
	font-size: 10px;
}
.icon_left {
	float:left;
	margin-right:10px;
}


/*■■■■sub-page■■■■*/

#subnavi {
	height:220px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:940px;
}
#subnavi ul {
	float:left;
}
#subnavi ul li {
	width:140px;
	height:220px;
	text-align:center;
	float:left;
}
#subnavi ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.navi_title {
	float:left;
}
#subtop {
	padding-top:25px;
	background-color:#1e1e1e;	
}
.subpage {
}
.subpage .stage {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.subpage h2 {
	padding-top: 4%;
	text-align: center;
}
.subpage h3 {
	text-align: center;
	margin-bottom:4%;
	font-size: 18px;
	font-weight: bold;
}


/*------------------*/
#page_infomation {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
	text-align:left;
}
#page_infomation h2 {
	margin-bottom: 8%;
}
#page_infomation h3 {
	text-align:left;
	margin-bottom:20px;
	font-size: 18px;		
}
#page_infomation p {
	text-align:left;
	margin-bottom:35px;
}
.infomation_photo img {
	border:5px solid #FFFFFF;
	margin-bottom:20px;
}
.infomation table {
	margin-right:auto;
}
#page_infomation td {
	width: 90%;
	display:block;
	border: none;
	padding-right:5%;
	padding-left:5%;
	padding-top: 6%;
	padding-bottom:0;
	height:auto;
}
#page_infomation tr {
	border-bottom:1px dotted #888888;
}
.info_tx {
	padding-top: 0 !important;
	padding-bottom: 6% !important;
}

/*------------------*/
#page_access {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
	text-align:left;
}
#page_access h2 {
}
#page_access h3 {
	font-size: 18px;		
}	
.page_access_left {
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.page_access_right {
	float: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}
.page_access_left img {
	width: 100%;
	height: auto;
}
.page_access_right p {
	text-align: left;
	font-size: 15px;
	margin-bottom: 2%;
}
.page_access_right dl {
	text-align: left;
	border-top: 3px double #B6B6B6;
	margin-bottom: 5%;
}
.page_access_right dt {
	padding-top: 1%;
}
.page_access_right dd {
	border-bottom: 3px double #B6B6B6;
	padding-bottom: 1%;
}
.page_access_right dd span {
	display: inline-block;
}
#map_canvas {
	border:3px double #B6B6B6;
	width:96%;
	height:500px;
	margin-left: auto;
	margin-right: auto;
}




/*------------------*/
#page_link {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
	text-align:left;
}
#page_link h2 {
}
#page_link h3 {
	text-align:left;
	margin-bottom:20px;
	font-size: 18px;		
}
#page_link p {
	text-align:left;
	margin-bottom:35px;
}
#page_link table {
	margin-right:auto;
}
#page_link td {
	width: 90%;
	display:block;
	border: none;
	padding-right:5%;
	padding-left:5%;
	padding-top: 6%;
	padding-bottom:0;
	height:auto;
}
#page_link tr {
	border-bottom:1px dotted #888888;
}
#page_link td a {
	font-size: 16px;
	line-height: 0;
}
.link_tx {
	padding-top: 0 !important;
	padding-bottom: 6% !important;
}
/*------------------*/
#page_event {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
	text-align:left;
}
#page_event h2 {
}
#page_event h3 {
	text-align:left;
	margin-bottom:20px;
	font-size: 18px;		
}
#page_event p {
	text-align:left;
	margin-bottom:35px;
}



/*------------------*/
#page_schedule {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
	text-align:left;
}
#page_schedule .stage {
	width: 100%;
}
#page_schedule h2 {
}


#page_schedule .schedule_area {
}
#page_schedule .schedule_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: double 3px #747474;
	background-color: rgba(255,255,255,0.70);
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 8%;
	text-align:left;
	overflow: hidden;
}
#page_schedule .schedule_text {
	float: none;
	width: 100%;
	height: auto;
	padding-bottom: 4%;
}
#page_schedule .schedule_text h3 {
	text-decoration:none;
	padding-right:0;
	padding-bottom:4%;;
	border-bottom: 3px dotted #747474;
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 4%;
	text-align:left;
}
#page_schedule .schedule_text p {
	margin-bottom: 4%;
	line-height: 1.5em;
	word-break: break-all;
}
#page_schedule .new p {
	margin-left:15px;
	font-size:15px;
}

#page_schedule .schedule_text ul {
}
#page_schedule .schedule_text li {
	font-size: 15px;
	line-height: 1.6em;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2%;
}
#page_schedule .schedule_photo {
	float:none;
	width: 60%;
	height: auto;
	text-align:center;
	line-height:1.2em;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#page_schedule .schedule_photo section {
	margin-bottom: 6%;
}

#page_schedule .schedule_photo span {
	font-size:15px;
}
#page_schedule .schedule_photo img {
	width: 100%;
	height: auto;
	margin-bottom: 2%;
}

.schedule_ex {
	padding-top: 2%;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 4%
}
.schedule_ex p {
	font-size: 15px;
	line-height: 1.8em;
}


/*------------------*/
#page_program {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:35px;
	padding-bottom:50px;
	text-align:left;
}
#page_program h2 {
}
#page_program h3 {
	display: none;
}
#page_program p {
	text-align:left;
	margin-bottom:15px;
	line-height:1.8em;
}
.program_photo {
	margin-bottom: 4%;
}
.pro_area {
	padding-top:25px;
	padding-bottom:25px;
	border-bottom: 3px dotted #5C2E00;
	text-align: center;
}
.pro_area p {
	padding-left: 0;
}
#p001 {
	border-top: 3px dotted #5C2E00;
}
pro_area img {
	margin-left: auto;
	margin-right: auto;
	
}
.player {
	text-align: center !important;
	background-color: #F4C699;
	border-radius: 8px;
	padding-top: 2%;
	padding-bottom: 1.5%;
	line-height: 1.3em !important;
}
.story {
}



/*------------------*/
#page_rebuilding {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:50px;
	padding-bottom:50px;
	text-align:left;
}
#page_rebuilding h2 {
}
#page_rebuilding h3 {
	color:rgba(0,0,0,1.00);
	font-size:28px;
	text-align:center;
	margin-bottom:35px;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
#page_rebuilding h4 {
	color:rgba(0,0,0,1.00);
	font-size:18px;
	margin-bottom:10px;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.rebuilding_box {
	margin-left: 25px;
	margin-right: 25px;
	background-color: rgba(255,255,255,0.80);
	padding-top:75px;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:45px;
}
.rebuilding_box p {
	font-size:16px;
	color:rgba(0,0,0,1.00);
	text-align:left;
	margin-bottom:15px;
	line-height:2em;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;	
}
.rebuilding_box .photo {
	float:right;
	text-align:center;
	line-height:1.2em;
	padding-left:30px;
}
.rebuilding_box .photo img {
	margin-left:auto;
	border:3px solid #FFFFFF;
}
.rebuilding_box .photo span {
	font-size:11px;
}
.rebuilding_inbox {
	border:3px double #979285;
	padding-top:25px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
	margin-bottom:25px;
	background-color:#FFFFFF;
}
.rebuilding_inbox p {
}

.rebuilding_photo img {
	border:5px solid #FFFFFF;
	margin-bottom:0px;
}
.rebuilding_photo p {
	text-align:center;
	font-size:12px;
}


/*------------------*/
#page_ev2024 {
	background-image:url(../img/bt_a4.png);
	background-position:center top;
	background-repeat:repeat;
	padding-top:16%;
	padding-bottom:20%;
	text-align:center;
	font-family:"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;		
}
#page_ev2024 h2 {
	margin-bottom:12%;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0;
}
#page_ev2024 h3 {
	margin-bottom:12%;
	font-size: 18px;
	font-weight: bold;
}
#page_ev2024 p {
	margin-bottom:12%;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
}
.ev2024_box {
	padding-top: 20%;
	margin-bottom: 24%;
}
.ev2024_inbox {
	margin-left: auto;
	margin-right: auto;
}
.ev2024_inbox iframe {
	width: 100%;
	height:  auto;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0px 1px 16px -5px rgba(0,0,0,0.8);
}
.ev2024_border {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-bottom: 1px dashed #1E1E1E;
}	
/*------------------*/
	
}

