@charset "shift_jis";
/* CSS Document */

#top_menu #menu01 {
	background-position: 0px -55px;
}



/*===================================
   box
===================================*/

#box img {
	float: left;
}



/* flash */
#flash {
	height: 500px;
	margin-bottom: 10px;
	position:relative;
	clear: both;
}
#flash_movie {
	padding-left:50px;
	padding-top:10px;
}

#flash #flash_t img {
    position: absolute;
    height: 40px;
    width: 570px;
    top: 0px;
    left: 0px;
}
#flash #flash_b img {
    position: absolute;
    height: 295px;
    width: 680px;
    bottom: -80px;
    right: 0px;
}
#flash #flash_l img {
    position: absolute;
    height: 540px;
    width: 100px;
    bottom: -80px;
    left: 0px;
}
#flash #flash_r img {
    position: absolute;
    height: 285px;
    width: 210px;
    top: 0px;
    right: 0px;
}

/* info */

#info_wrapper {
	position: relative;
	margin-bottom: 5px;
	background-image:url(../img/top/top_news_bg.png);
	width: 780px;
	height: 850px;
	margin-top: -70px;
}
#info_container {
	float: right;
	margin-top:210px;
	width: 555px;
	height: 645px;
	overflow-y: scroll;
	background-color: #000;
}
.info {
	padding: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.info_title {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	background-color: #750000;
	padding-left: 10px;
	margin-bottom: 8px;
}
.info_photo {
	margin-right: 10px;
}
.info .c_both {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #be0101;
	height: 10px;
}

#info_gif {
	position: absolute;
	padding-top: 450px;
	float: left;
}
#info_left {
	position: absolute;
	padding-top: 212px;
	float: left;
}

/* schedule
-----------------------------*/

#sche_title {
	position: absolute;
	margin-top: -202px;
}
#sche_wrapper {
	position: relative;
	margin-bottom: 10px;
	float: left;
}
#sche_container {
	width: 780px;
	height: 2070px;
	overflow: auto;
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.top_sche {
	text-align: center;
	width: calc(100%/4 - 6px);
	line-height: 12pt;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../img/top/schedule_bg.png);
    margin: 0 5px 5px 0;
}
.top_sche_photo {
	width: 174px;
	margin: 0 auto 6px;
}
.top_sche_photo img{
	width: 100%;
}
#top_sche_name {
	font-size:24px;
	color: #C00;
}
.top_sche_time {
	background-image: url(../img/top/schedule_time.png);
	margin: 5px 5px 0px;
	font-weight: bold;
	color: #eeca00;
	font-size: 16px;
	padding: 5px 0;
}