@charset "utf-8";

@media screen and (max-width:780px){


.banner-column{
display: block;
    width: calc(100% - 15px);
    margin: 0 auto;
}
.banner-column div{
width:100%;
height: 240px;
}
.banner-column div:first-child{
margin-right:0px;
margin-bottom:15px;
}
.banner-column div img{
width:100%;
}






.sticky-label{
top:0px;
z-index:0;
}



.index-banner{
width:calc(100% - 15px);
padding:0;
margin:0 auto;
}

.index-banner ul{
display:block;
}

.index-banner ul li{
width:100%;
margin-bottom:5px;
}

.guide-banner{
width:calc(100% - 15px);
padding:0;
margin:30px auto;
}

.guide-banner ul{
display:block;
}

.guide-banner ul li{
width:100%;
margin-bottom:5px;
}




.container{
  aspect-ratio:18/9;
  aspect-ratio:18/9.5;
  }



/*過去のシーズン*/

.archive{
background:#333333;margin:30px auto;
}
.archive .imgspace{
width:100%;float:none;
}
.archive .imgspace img{
width:100%;
}
.archive .rightspace{
float:none;width:100%;
}
.archive .rightspace p.copy{
background:#db1b43;color:white;padding:20px;font-size:1.4em;font-weight:bold;
}
.archive .rightspace p.txt{
padding:25px;color:white;
}



@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
	
.pc{display:none!important;}
.sp{display:block!important;}
.noResize{ width:auto!important; height:auto;}


.donna-midashi{
	width:100%;
}

.img-100per{
	width:100%;
}

/*[[ ヘッダー]]*/
#header{
	width:100%;
	height:60px;
	background: url("../img/header_bg.png") repeat-x top center;
	border-bottom:1px solid #ddd;
	position:fixed;
	top:0;
	left:0;
	z-index:7000;
}
#header-body{
	width:100%;
	height:60px;
	margin:0 auto;
}

#header-logo{
	position:relative;
	margin:10px auto 0 auto;
	float:none;
	z-index:9999;
}

#header-body h1{
	position:relative;
	margin:0 auto;
	text-align:center;
	background:#FFF;
	display:block!important;
	z-index:103;
}


/*[[ ナビ ]]*/

/*icon
-----------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #ED004A;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}


/*navi
-----------------------------------*/
.header_sp{
	display:block;
}

.drawer-nav{
	float:none;
	width:100%;
}

.box,
.drawer-menu,
.menu{
	width:100%;
}

.drawer-nav{
	position:fixed;
	top:0;
	width:100%;
	margin:0 auto;
	padding-top:12px;
	overflow: hidden;
	z-index: 101;
}

.drawer-menu{
	width:100%;
	margin: 10% 0 0 0;
}

nav ul#nav{
	display:block;
}

nav ul#nav li{
	width:100%;
	text-align:center;
	display:block;
}

nav ul#nav li a,
.drawer-nav.fixed a{
	height:auto;
	padding:15px 5%;
}

.sidebars * {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}


.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}


.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 3%;
}



/*グロナビドロップダウン*/
ul#nav{
	float:none;
	width:100%;
	padding:0;
	background: none;
}
ul#nav li.pmenu{
	float:none;
	background: none;
	border-bottom:1px solid #EEE;
}

ul#nav li#menu00,
ul#nav li#menu01,
ul#nav li#menu02,
ul#nav li#menu03,
ul#nav li#menu04,
ul#nav li#menu05,
ul#nav li#menu06,
ul#nav li#menu07{width:auto;padding-top:0;}

ul#nav li a{
	padding:5px 0;
	background:#FFF;
	display:block;
	color:#000!important;
}

ul#nav li a span{
	text-align:center!important;
	display:block;
}


.menu ul{
	display:none;
}

.menu ul li {
  margin:auto;
  padding:auto;
  float: none;
  width: 100%;
  height: auto;
  line-height:1.0!important;
  background:#FFF;
}


/*[[ スライダー]]*/

.top-slider-date{
	font-size:16px;
}




/*[[ マーキー]]*/

#maquee{
	width:100%;
	height:23px;
	background: url("../img/maquee_bg.jpg") repeat-x top center;
	padding-top:2px;
	color:#ffffff;
	overflow:hidden;
}
#maquee a{
	color:#7f0035;
}

#slides-body{
	width:100%;
	height:383px;
	background: url("../img/slide_bg.gif") repeat-x top center;
}

#gallery{
	/* The width of the gallery */
	width:950px;
	overflow:hidden;
	margin:0 auto;
}



.ttl_season{
	width:100%;
	height:auto;
}

.ttl_season img{
	width:100%;
	height:auto;
}


/*[[ ラップ]]*/
#wrap{
	width:94%;
	margin:0 auto;
	padding:0;
	
}

.toppage #wrap{
	width:100%;
	margin:0 auto;
	padding:25px 0;
	
}

/*[[トップ左カラム]]*/
#top-left{
	width:100%;
	margin-bottom:10%;
	padding:0 3%;
	float:none;
}

#top-left h2{
	display:inline-block;
}

#top-left .fright{
	float:right;
	padding-top:2px;
	text-align:right;
}

/*[[トップ右カラム]]*/
#top-right{
	width:100%;
	padding:3%;
	float:none;
}

#top-left iframe,
#top-right embed,
iframe{
	width:100%;
}

#top-right h3{
	font-size:14px;
}

#top-right .box_bana_square div{
	width:48%;
}

#top-right .box_bana_square div img{
	width:100%;
	height:auto;
}

#top-right .box_bana_square div .blinking{
	width:auto!important;
}

#top-right .box_bana_long{
	width:100%;
}

#top-right .box_bana_long img{
	width:100%;
	height:auto;
}



/*[[スケジュール表]]*/

.page_sche{
zoom:57%;
width:100%;
}

.box_sche{
	width:calc(100% - 40px);
	height:auto;
	overflow:scroll;
zoom:100%;
margin:0 auto;
}
.top-sche-table tr td{width:16%;}
.attention{
	margin-bottom:15px;
	color:#F00;
	clear:both;
}

.sche-hyo{
	width:250px;
	background:#fff;
	padding:10px;
	text-align:center;
	min-height:350px;
}
.sche-hyo p{
	text-align:center;
	display:block;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
.sche-hyo ul li{
	text-align:center;
	font-size:1.05em;
	margin:12px;
	position:relative;
}

.jikoku{
	display:inline-block;
	padding:1px 4px 2px 4px;
	border:1px solid #909090;
	line-height:100%;
}
.sche-hyo ul li:after{
content:"・";
position:absolute;
left:45%;
top:17px;
font-size:1em;
}
.sche-hyo ul li:last-child:after{
content:none;
}


/*[[タイトル-550px]]*/
.title-550{
	width:100%;
	height:auto;
}
.title-550 img{
	width:100%;
}
/*[[タイトル-950px]]*/
.title-950{
	width:100%;
	height:auto;
}
.title-550 img{
	padding:2px;
}

/*[[新着情報]]*/
#news-frame{
	width:100%;
	clear:both;
}

.date{
	width:100%;
	float:none;
	/*color:gray;
	padding-top:5px;*/
}
.feed{
	width:100%;
	float:none;
}


/*[[ スケジュール ]]*/

.top-sche-table{
	width:100%;
	color:#222;
}
.top-sche-table tr:nth-child(2n){
	background:#e5e5e5;
}
.top-sche-table tr td{
	text-align:center;
	font-size:1.0em;
	padding:3px 0;
	border:1px solid #aaa;
}
.top-sche-table tr{
	background:none;
}
td.times{
	width:89px;
}
td.bordernone,tr.bordernone{
	border-top:none!important;
	border-left:none!important;
	border-right:none!important;
	background:none!important;
}

.top-sche-block .time{
	float:left;
	width:540px;
	padding:10px 0 0 0;
	text-align:left;
}
.timebox{
	padding:5px;
	background:white;
	border:1px solid #666;
	float:left;
	margin-right:5px;
	text-align:center;
	font-size:10px;
}

.expand{
	padding:0 10px;
}


/*[[ プログラム紹介 ]]*/

.program-link{
	width:100%;
	height:auto;
	margin-top:20px;
}
.program-link a{
	padding-top:40%;
	padding-top:60%;
	background-size:cover!important;
	background-position:center!important;
	background-repeat:no-repeat!important;
}
 
.programlink-bottom{
	width:100%;
	margin-bottom:30px;
}

.programlink-bottom .em14,
.status2 .em14{
	margin-bottom:15px;
}

.programlink-bottom .em15,
.status2 .em15,
.programlink-bottom .yobi{
	font-size:1em!important;
}

.programlink-bottom .em2,
.status2 .em2{
	font-size:1.5em!important;
}

.programlink-bottom .em3,
.status2 .em3{
	margin-bottom:15px;
	font-size:2em!important;
	line-height:1.2!important;
}


#mainimage{
	width:106%;
	height:auto;
	margin-left:-3%;
	/*position:relative;*/
}

#mainimage img{
	width:100%;
	height:auto;
}

/*#catch3{
	color:white;
	font-size:2.2em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝R", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom:15px;
}*/
.status2{
	width:106%;
	margin-left:-3%;
}
.hyodai{
	width:100%;
}
#catch{
	font-size:1.4em;
	position:relative;
	top:0;
	margin:0!important;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);

}



.spdate{
text-align:center;
margin:15px auto;
}

.box_program_thea img{
	width:70%;
	margin:0 auto 15px auto;
	display:block;
}

.box_program_director img{
	width:70%!important;
	margin:0 auto;
	display:block;
}

.box_youtube{
	width:100%;
}

.box_youtube iframe{
	width:100%;
	height:auto;
}

.ouen{
	width:100%;
	padding:20px;
}

.ouen2{
	width:100%;
}

.ouen .em2{
	font-size:1.5em!important;
}

.map{
	margin:0 auto;
	display:block;
}

/*
.block-680 img.button-ticket{
	position:absolute;
	top: 169px;
	left: 324px;
}
.block-680 img.button-prof{
	position:absolute;
	top: 169px;
	left: 484px;
}*/

/*[[ プログラム詳細ページ ]]*/

.sche-date{
	float:none;
	width:100%;
	margin:3% 0;
}
.day{
	width:100%;
}
.sche-date .time{
	width:100%;
}

.price-block{
	width:100%;
}
.price-info{
	width:100%;
	margin:0;
}

.pg-block{
	float:left!important;
	width:50%;
	min-height:5em;
}


/*[[ 劇団紹介ページ ]]*/

.pc{ display:none;}
.sp{ display:block;}

.ttl_thea{
	margin:30px 0!important;
	border:1px solid #D1D1D1;
}

.box_thea img{
	width:100%;
/*	max-width:450px;*/
	height:auto;
	margin:0 auto 20px auto;
	display:block;
}

.box_thea .button01{
	width:100%;
	margin:30px auto;
}

.director-ph{
	width:100%;
	padding:0;
	text-align:center;
}

.director-ph img{
	width:auto;
	margin-bottom:0!important;
}


/*[[ チケット予約ページ ]]*/

.ticket-table1{
	width:100%;
}

.ticket-table1 tr td{
	width:100%!important;
	display:block!important;
	border-top:0;
}

.ticket-block{
	width:100%;
}

.ticket-block img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.box_ticket1,
.box_ticket2{
	width:100%;
	margin-left:0;
}

.redbox{
	width:100%;
}

.block-950 .reduce img{
	width:100%;
	max-width:350px;
	height:auto;
}


/*[[ リンクページ ]]*/
.links,
.links2{
	width:100%;
}


/*[[ げきかん ]]*/

.contents-white{
	width:100%;
	margin-top:3%;
}

.contents-white img{
	width:100%;
	height:auto;
}

.gekikan-index-button{
  width:100%;
  font-size:0.5em;
}

.gekikan-index-button a {
width: 100%; /* 横幅 */
}

.gekikan-index-page{
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
  width:100%;
  border:10px solid black;
  margin:0px auto 40px auto;
  text-align:center;
  color:white;
  padding:50px 0;
text-decoration:none;
text-align:center;
font-size:1em;
font-weight:bold;
text-shadow: 0px 0px 7px #000; 
line-height:1.8em;
}

.gekikan-fukidashi{
	top:-10px;
	right:-10px;
	width:30%!important;
	height:auto;
}

.gekikan-kiji{
	width:100%;
	padding:20px;
}

.profile{
	width:100%;
}
.gekikan-name{
	width:100%;
	height:8em;
	padding:4% 10px 6% 10px;
	background:url("../gekikan/img/name-bg_sp.png") no-repeat center top;
	background-size:contain;
}
.tsuru-name{
	width:100%;
	height:8em;
	padding:4% 10px 6% 10px;
	background:url("../tsurumakinikki/img/tsuru-bg_sp.png") no-repeat center top;
	background-size:contain;
}

.gekikan-name .em11{
	display:block;
	text-align:center;
}

.contents-white .button01{
	width:100%;
}

.box_thea img{
width:100%;
}
.gekidan-ph{
    display: block;
}



/*参観日*/

.sankan-kiji{
	width:100%;
	padding:20px;
}
.sankan-profile{
	width:100%;
}
.sankan-midashi{
	width:100%;
}
.circle{
width:150px!important;
height:150px!important;
border-radius:100px;
}
.box_movies_sankan{
	width:100%;
}

.box_movies_sankan iframe{
	width:100%;
	height:260px;
}

.kiji-left{
	width:100%;
float:none;
}
.kiji-left img{
	width:auto;
height:auto;
max-width:100%;
}
.kiji-right{
	width:100%;
float:none;
text-align:center;
}
.kiji-right iframe{
width:100%;
height:auto;
}
.book{
width:100%;
padding:25px;
margin:10px auto;
}
.int-title{
margin:0;
}

/*[[ げきかんU18 ]]*/

.u18-name{
	width:100%;
	height:auto;
	padding:4% 10px 6% 10px;
	border:3px solid #EB3F8D;
	background:#FFF300;
}

.acMenu dt{
	width:100%;
	}
.acMenu dd{
	width:100%;
	}

.sono{
	width:100%;
}

.name{
	width:100%;
}


/*[[ MOVIES ]]*/
.box_movies{
	width:100%;
}

.box_movies iframe,
.box_movies2 iframe{
	width:100%;
	height:auto;
}


/*[[ ページトップ ]]*/
#pagetop{
	width:100%;
	/*margin:30px auto 0 auto;
	text-align:right;
	padding-bottom:20px;*/
}

/*[[ フッター ]]*/
#footer{
	width:100%;
	background:#fff;
	padding:0 0 30px 0;
	background: url("../img/footer_bg.gif") repeat-x top center #fff;
}
#footer-body{
	width:100%;
	padding:3%;
	/*margin:0 auto;
	color:#222;*/
}
#footer-left{
	width:100%;
	float:none;
	margin-bottom:10%;
	font-size:14px;
}
#footer-right{
	width:100%;
	float:none;
	text-align:center;
}
#footer-right ul li{
	float:left;
	width:50%;
	text-align:center;
}

#footer-right ul li img{
	width:90%;
	height:auto;
	margin:0 auto;
}


/*[[ スペース ]]*/

.spc-2,
.spc-5,
.spc-6,
.spc-9,
.spc-10,
.spc-11,
.spc-12,
.spc-13,
.spc-15,
.spc-16,
.spc-17,
.spc-18,
.spc-20,
.spc-25,
.spc-30,
.spc-50{
	display:none;
}


.m-right10{
	margin-right:0;
}
.m-right15{
	margin-right:0;
}
.m-right20{
	margin-right:0;
}
.m-right50{
	margin-right:0;
}
.m-right80{
	margin-right:0;
}
.m-right100{
	margin-right:0;
}
.m-right30{
	margin-right:0;
}
.m-left20{
	margin-left:0;
}


/*[[ セカンドページ ]]*/

#navilist-body{
height:30px;
width:100%;text-align:center;background:#fff;border-bottom:1px solid #e5e5e5;
}
#navilist{
	width:950px;
	margin:0 auto;
}
#navilist p{font-size:10px;padding-top:7px;letter-spacing:0em;display:block;float:left;}


/*ボタン*/

div.button01 a {
display:block;
padding:10px 0px; 
text-decoration:none;
background-color:#d0104b;
color: #FFFFFF;
text-align:center;
margin:0 auto;
border:1px solid #cc354a;
}
div.button01 a:hover {
background-color:#ad1228;
color:#ffffff;
}

div.button02 a {
display:block;
padding:10px 0px; 
text-decoration:none;
background-color:#e40000;
color: #FFFFFF;
text-align:center;
margin:0 auto;
border:1px solid #777777;
}
div.button02 a:hover {
background-color:#b90000;
color:#ffffff;
}


div.button03 a {
display:block;
padding:10px 0px; 
text-decoration:none;
background-color:#356e3c;
color: #FFFFFF;
text-align:center;
margin:0 auto;
border:1px solid #777777;
}
div.button03 a:hover {
background-color:#1d3b21;
color:#ffffff;
}


/*[[ セカンドページ左カラム ]]*/
#left-240{
	width:240px;
	padding-right:30px;
	float:left;
}

/*[[ セカンドページ右カラム ]]*/
#right-680{
	width:680px;
	float:left;
}
/*[[ セカンドページページフッターSNS ]]*/
.pagefoot-sns{
	padding-top:20px;
	width:100%;
}


/*[[ セカンドページ前面950px ]]*/
#column-950{
	width:950px;
}


/*[[ セカンドページタイトル ]]*/

#sec-title-bg{
	width:100%;
	height:auto;
	background: url("../img/sec_title_bg.jpg") repeat-x top center;
}
#sec-title{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:7% 0;
	color:white;
}
#sec-title h2{
	padding-top:0;
	font-size:1.7em;
	text-shadow: 1px 1px 4px #790c24;
	letter-spacing:0em;
}


#pagetitle{
	width:100%;
	height:96px;
	background: url("../img/sec_title_bg.jpg") repeat-x top center;
}

#pagetitle-body{
	width:950px;
	height:95px;
	background: url("../img/sec_titleimg_bg.gif") no-repeat top right;
	margin:0 auto;
}

/*[[ 400pxブロック ]]*/
.block-400{
	width:100%;
}
/*[[ 680pxブロック ]]*/
.block-680{
	width:100%;
}
/*[[ 710pxブロック ]]*/
.block-710{
	width:100%;
}
/*[[ 800pxブロック ]]*/
.block-800{
	width:100%;
}
/*[[ 850pxブロック ]]*/
.block-850{
	width:100%;
}
/*[[ 950pxブロック ]]*/
.block-950{
	width:100%;
}

.ls-10{
	letter-spacing: 0.1em;
}

.sp-center{text-align:center!important;}
.about-prof div{padding-top:0px;}

.about-copy{
	width:680px;
	padding:25px 0;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	line-height:220%;
	letter-spacing: 0em;
}

.special-ticket p{
	margin-right:0;
}

.multilingual-info{
	width:100%;
}

/*コンテンツ
-------------------------------------------*/

#sec-title {
    width: 100%;
    height: auto;
	padding-left:3%;
}


#navilist-body{
	height:auto;
}

#navilist {
    width: 94%;
	margin:0 auto;
}

#navilist p {
    font-size: 12px;
    padding: 7px 0;
    letter-spacing: 0em;
    display: block;
    float: none;
}

#navilist img{
	display:none;
}


.fleft,
.fright{
    float:none;
	margin-bottom:10px;
}


.about-prof {
    width: 100%;
}

.about-prof img{
	width:100%;
	height:auto;
	max-width:200px;
	margin:0 auto 10px auto;
	display:block;
}

.about-contents{
	width:100%;
}

.box_concept img{
	width:100%;
	height:auto;
}


.m_center{margin-left:auto!important; margin-right:auto!important; display:block;}
.ml30{ margin-left:0;}
.mb10{margin-bottom:10px;}

.m-right10,
.m-right15,
.m-right20,
.m-right30,
.m-right50,
.m-right80,
.m-right100{
	margin-right:0;
}

.m-left20{
	margin-left:0;
}

.em25{font-size:1.5em;}
.em3{font-size:2em;}

/*[[新着情報移動]]*/
.top-news-2024{
	width:100%;
	margin-bottom:10%;
	padding:0 3%;
	float:none;
}
.top-news-2024 h2 {
    display: inline-block;
}
.top-news-2024 .fright {
    float: right;
    padding-top: 2px;
    text-align: right;
}


}




#feed a{
font-size:13px!important;
color:white;
white-space: nowrap;
overflow:visible;
}

.img-100p{
	width:100%;
}





.news-img,.news-img img{width:100%;}


