@charset "utf-8";

/******************** top ********************/
#concept {
	margin-bottom: 40px;
}
.event {
    margin: -10px auto 40px;
}
/******************** schedule ********************/
ul#schedule_date {
	display: flex;
	justify-content: center;
	margin: 0px auto 5px;
	width: 100%;
	text-align: center;
	_zoom: 1;
	overflow: hidden;
	list-style-type: none;
	position: relative;
}
ul#schedule_date li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fd0;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: inline-block;
	width: 110px;
	line-height: 30px;
	margin-right: 8px;
	_zoom: 1;
	overflow: hidden;
	border: 1px solid #fff;
}
ul#schedule_date li.current {
	padding-left: 5px;
}
ul#schedule_date li a {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: block;
	width: 110px;
	line-height: 30px;
	padding-left: 5px;
}
ul#schedule_date li a:hover {
	color: #fd0;
	background: #000;
}
/********************/
#schedule_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 15px auto 40px;
}
ul.schedule, ul.schedule.new, ul.schedule_newface {
	padding: 10px;
	margin: 10px 9px;
	border-left: 3px solid #fff;
	line-height: 120%;
	border: 1px solid #ffde00;
	background: url("/wp-content/uploads/2025/06/today_bg.png") no-repeat right bottom;
	text-align: left;
}
ul.schedule_newface {
	border: 1px solid #f00;
	background: #370000 url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule.new {
	background: url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule img, ul.schedule.new img, ul.schedule_newface img {
	margin-bottom: 8px;
	width: 160px;
	height: 240px;
	object-fit: cover;
}
li.name a {
	font-weight: bold;
	color: #fd0;
}
li.name a:hover {
	color: #c00;
}
img.covid {
    width: 50px  !important;
    height: auto !important;
    border: none  !important;
    position: relative !important;
    top: 41px !important;
    right: 135px !important;
    margin: 0 -25px -100px !important;
}
/******************** schedule newface ********************/
h3.newface {
	font-size: 20px;
	letter-spacing: 0.1em;
}
/******************** iframe ********************/
.iframe {
	display: flex;
	justify-content: space-between;
}
.iframe iframe {
	width: 585px;
	height: 500px;
	overflow-y: auto;
	border: 3px solid #ffe273;
}
.iframe iframe.shame {
	height: 1010px;
}
.iframe iframe.realtime {
	margin-bottom: 30px;
}



/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
	background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  

/* リスト区切り文字 */
:after {
    content: "";
    margin : 0 1.5em;
}
:last-child:after {
    content : none;
}



/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/