#menu_inner li:nth-child(5) a img,#menu2_inner li:nth-child(3) a img{opacity:0}
#content_teller{margin-bottom:10px}
#content_sche_inner,#content_sche_w{margin-bottom:20px}
/*content top
-----------------------------------*/

/*content middle
-----------------------------------*/

/*content teller
-----------------------------------*/
#content_sche_inner{
	padding:14px 0 4px 4px;
	border:1px solid #5149c3;
	background:url(../img/top_sche_bg.png) no-repeat right bottom;
}

/*content schedule
-----------------------------------*/
#content_sche_w_inner{
	padding:10px;
	background:#333;
}

#content_sche_w_inner table{
	border-collapse:collapse;
}

#content_sche_w_inner table th,#content_sche_w_inner table td{
	width:120px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #999;
}

#content_sche_w_inner table th,#content_sche_w_inner table td:first-child,.sche_day_line td{
	background:#000;
}

#content_sche_w_inner table th,.sche_day_line td{
	height:30px;
	font-weight:bold;
}
#content_sche_w_inner table th .blue,.sche_day_line td .blue{color:#3cf}
#content_sche_w_inner table th .red,.sche_day_line td .red{color:#f09}

#content_sche_w_inner table td:first-child .name_link{
	display:block;
	width:100px;
	height:133px;
	overflow:hidden;
	margin:10px auto 5px;
}
#content_sche_w_inner table td a{
	color:#fff;
	text-decoration:none;
	-webkit-transition:color .5s;transition:color .5s
}
#content_sche_w_inner table td a:hover{color:#99f}
#content_sche_w_inner table td:first-child .name_link:hover img{opacity:.85}
#content_sche_w_inner table td:first-child .name_link2{
	display:block;
	margin-bottom:5px;
	transition:none;	
}
#content_sche_w_inner table td:first-child .name_link2:hover{color:#fff;}

.request{
	margin:0 auto;
	padding:5px 0;
	display:block;
	width:90px;
	font-weight:bold;
	border-radius:5px;
	background:#f6f;
	box-shadow:0 0 5px 0 #000;
	-webkit-transition:background .5s !important;transition:background .5s !important
}
.request:hover{
	color:#fff !important;
	background:#5149c3;
}

.kan,.tai{font-size:20px}
.kan{color:#0ff}
.tai{color:#ff0}

.content_title .blinking{
	padding:20px 10px 0 0;
	font-size:18px;
	font-weight:bold;
	color:#ff0;
	text-shadow:0 1px 3px #000;
}
/*Animation//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blinking{-webkit-animation:blink 2s ease 0s infinite normal;animation:blink 2s ease 0s infinite normal}
@-webkit-keyframes blink{0%{opacity:0;-webkit-animation-timing-function:step-end}25%,100%{opacity:1}}
@keyframes blink{0%{opacity:0;animation-timing-function:step-end}25%,100%{opacity:1}}