@charset "UTF-8";

/* BASE */

#news-list,
#news-page,
#events-campaigns {
	margin-right: 20px;
}
#news, #events, #campaigns {
	background: #FFF;
	padding: 30px;
	margin-bottom: 20px;
	word-break: break-all;
}
#news h2 , #events h2 , #campaigns h2 {
  line-height: 1;
}

/* NEWS */

#news ul li {
	clear: both;
}
#news h2 {
	margin-bottom: 30px;
}
#news h3 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
	margin-right: 10px;
}
#news time {
	color: #999;
	font-size: 81.25%;
	font-family: 'Monda', sans-serif;
}
#news ul li p {
	font-size: 0.9em;
	overflow: hidden;
	margin-bottom: 30px;
}
#news ul li span {
	background: #4DA7D8;
	color: #FFF;
	font-size: 12px;
	padding: 3px;
	white-space: nowrap;
}
#info-list .important,
#news-list .important {
	color: #4DA7D8;
}
#info-list #news ul li a {
  display: block;
}
#info-list #news ul li + li {
	margin-top: 25px;
}
#info-list #news ul li .news-data {
	margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#info-list #news ul li span.news-category {
	display: inline-block;
	line-height: 1.25;
	padding: 5px 5px 4px;
	min-width: 110px;
	box-sizing: border-box;
	text-align: center;
}
#info-list #news ul li span.news-category.important {
  color: #fff;
	background-color: #D84D4D;
}

/* NEWS PAGE */

#news-page header h2 {
	float: none;
	display: inline;
	margin-right: 10px;
}
#news-page .entry {
	clear: both;
	margin-top: 20px;
}
#news-page h3 {
	font-size: 110%;
	display: inline;
}
#news-page strong {
	color: #FF8B60;
	font-weight: normal;
}
#news-page #news img.cms {
	/* float: left;
	margin-right: 10px; */
	display: block;
	margin-bottom: 20px;
}
#news-page a {
	color:  #4DA7D8;
}

/* CAMPAIGNS EVENTS */

#events li,
#campaigns li {
	clear: both;
}
#events li .thumb,
#campaigns li .thumb {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: center;
}
#events li img,
#campaigns li img {
}

#events h2,
#campaigns h2 {
	margin-bottom: 30px;
}
#campaigns li p,
#events li p {
	font-size: 90%;
	margin-bottom: 30px;
	overflow: hidden;
}
#campaigns li h3,
#events li h3 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}
#campaigns li p,
#events li p {
	font-size: 90%;
	margin-bottom: 30px;
	overflow: hidden;
}
#campaigns li time,
#events li time {
	color: #999;
	font-size: 0.8em;
	margin-left: 0.5em;
}

/* CAMPAIGNS EVENTS LIST */

body.events #theatres {
	background: #F1BD32;
	color: #FFF;
}
body.events #theatres a:hover {
	color: #4DA7D8;
}

/* NEWS CAMPAIGNS */

#events-campaigns #news ul li a {
  display: block;
}
#events-campaigns #news ul li + li {
	margin-top: 25px;
}
#events-campaigns #news ul li .news-data {
	margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#events-campaigns #news ul li span.news-category {
	display: inline-block;
	line-height: 1.25;
	background-color: #4DA7D8;
	padding: 5px 5px 4px;
	min-width: 110px;
	box-sizing: border-box;
	text-align: center;
}
#events-campaigns #news ul li span.news-category.important {
	background-color: #D84D4D;
}

/* clearfix */

#events:after,
#campaigns:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* RESPONSIVE */

@media only screen and (max-width: 480px) {
	
	/* DISPLAY */
	#mypage-aside,
	#theatres-ad {
		display: none;
	}
	
	/* aside */
	#local {
		margin-bottom: 0px;
	}
	
	/* BASE */
	#news, #events, #campaigns {
		margin-bottom: 5px;
	}
	
	/* news */
	#news ul li p {
		margin-top: 0;
	}
	#events li .thumb,
	#campaigns li .thumb {
		float: none;
	}
  
  /* NEWS CAMPAIGNS */
  #info-list #news ul li a h3,
  #events-campaigns #news ul li a h3 {
    font-size: 0.875em;
  }
  
}