@charset "utf-8";

/******************** cast ********************/
ul#schedule_date {
	display: table;
	margin: 10px auto 10px;
	clear: both;
	width: 100%;
	text-align: center;
	_zoom: 1;
	overflow: hidden;
	list-style-type: none;
	position: relative;
}
ul#schedule_date li {
	color: #fff;
	text-align: center;
	font-weight: bold;
    background: #74d0da;
	display: inline-block;
	width: 110px;
	line-height: 38px;
	margin-right: 10px;
	_zoom: 1;
	overflow: hidden;
}
ul#schedule_date li.current {
	padding-left: 10px;
}
ul#schedule_date li a {
	color: #fff;
	background: #b9bfc4;
	display: inline-block;
	width: 110px;
	line-height: 38px;
	padding-left: 3px;
}
ul#schedule_date li a:hover {
    background: #74d0da;
}

ul.schedule {
	min-height: 660px;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.schedule li {
	margin: 5px;
    padding: 0 10px;
	width: 210px;
	height: 430px;
}
ul.schedule dl {
}
ul.schedule dt {
	text-align: center;
}
ul.schedule dt img {
	width: 210px;
	height: 315px;
	object-fit: cover;
    vertical-align: bottom;
}
ul.schedule dt .new {
	background: #5ecddd;
    width: 120px;
    height: 18px;
    line-height: 18px;
    display: block;
    font-size: 10px;
	font-family: "Comic Sans MS", "cursive";
	letter-spacing: 0.2em;
	position: relative;
	top: -18px;
	margin: 0 45px -18px;
}
ul.schedule dt a .new {
    color: #fff;
}
ul.schedule dd {
    padding: 3px 0 0;
}
ul.schedule dd a {
	color: #12bccf;
	font-weight: bold;
	line-height: 160%;
    font-size: 16px;
}
ul.schedule .size {
	display: block;
	color: #888;
	margin: 2px 0 7px;
    font-size: 12px;
	line-height: 100%;
}
ul.schedule .type {
 	display: block;
    font-size: 12px;
	line-height: 110%;
}
ul.schedule .shift {	
	display: block;
	line-height: 28px;
    font-weight: bold;
	color: #bd994c;
	font-size:	16px;
}


/********************
* 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
********************/