@charset "utf-8";

/* ----------------------------------------
	レッツ英会話スクール

	スケジュールcss
	schedule.css

	create 20140623 T.Y
---------------------------------------- */

/* ---------------------------------------------------------
	約320px未満の画面向けスタイル モバイルファースト
--------------------------------------------------------- */
/* ----- #main_right ----- */
#main_right .schedule_title {
	width: 100%;
	text-align: center;
	margin: 0 auto 5px;
}
#main_right .schedule_title .title {
	font-size: 2rem;
	margin-left: 15px;
	margin-right: 15px;
}
#main_right .schedule_title a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #333333;
}
#main_right .schedule_title a:hover {
	color: #FF6600;
}
#main_right .schedule_box {
	width: 100%;
	margin: 0px auto 30px;
}
#main_right .schedule_box table {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
	border-left: 1px solid #CCCCCC;
}
#main_right .schedule_box table th {
	background-color: #0081CC;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 50px;
}
#main_right .schedule_box table .th_sunday {
	background-color: #FFB0B0;
	color: #FF0004;
}
#main_right .schedule_box table .th_saterday {
	background-color: #CACAFF;
	color: #0000FF;
}
#main_right .schedule_box table td {
	text-align: left;
	width: 50px;
	height: 80px;
	padding: 10px 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#main_right .schedule_box table td strong {
	margin-bottom: 5px;
	display: block;
}
#main_right .schedule_box table .td_sunday {
	color: #FF0000;
}
#main_right .schedule_box table .td_saterday {
	color: #0000FF;
}
#main_right .schedule_box ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	gap: 5px;
}
#main_right .schedule_box ul li {
	display: inline;
	margin-right: 5px;
}
#main_right .schedule_box ul li > span {
	width: 13px;
	height: 18px;
	margin-right: 3px;
	display: inline-block;
}
#main_right .schedule_box .off_box {
	text-align: center;
	color: #333333;
	background-color: #ffcc66;
	border-radius: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
}

#main_right .schedule_box .event_box {
	text-align: center;
	color: #333333;
	background-color: #FF99CC;
	border-radius: 3px;
	padding: 2px 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#main_right .schedule_box .syogaku_box {
	text-align: center;
	border-radius: 3px;
	color: #333333;
	background-color: #FFCC00;
	padding: 2px 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#main_right .schedule_box .chuko_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #66CC99;
	padding: 2px 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#main_right .schedule_box .eiken_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#main_right .schedule_box .toefl_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #59b200;
	padding: 2px 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#main_right .schedule_box .tokubetu_box {
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	background-color: #3399FF;
	padding: 2px 0px;
	margin-bottom: 3px;
	padding-top: 3px;
}
#main_right .schedule_box .today {
/*	background-color: #FFE; */
}


@media screen and (min-width: 370px){
	/*	約370px以上の画面向けスタイル */

}



@media screen and (min-width: 560px){
	/*	約560px以上の画面向けスタイル */

}



@media screen and (min-width: 740px){
	/*	約740px以上の画面向けスタイル second tablet */

}



@media screen and (min-width: 980px){
	/*	約980px以上の画面向けスタイル second tablet  */

	#container .tweet_box {
		top: 178px;
	}

	/* ----- #main_right ----- */
	#main_right .schedule_title {
		width: 100%;
		text-align: center;
		margin: 0 auto 5px;
	}
	#main_right .schedule_title .title {
		font-size: 2.4rem;
		margin: 0 15px;
	}
	#main_right .schedule_title a {
		font-size: 1.6rem;
	}
	#main_right .schedule_title a:hover {
		color: #FF6600;
	}
	#main_right .schedule_box {
		margin: 0px auto 30px;
	}
	#main_right .schedule_box table {
		border-top: 1px solid #CCCCCC;
		width: 100%;
		margin-bottom: 10px;
		border-left: 1px solid #CCCCCC;
	}
	#main_right .schedule_box table th {
		background-color: #0081CC;
		color: #FFFFFF;
		font-weight: normal;
		padding: 10px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		width: 50px;
	}
	#main_right .schedule_box table .th_sunday {
		background-color: #FFB0B0;
		color: #FF0004;
	}
	#main_right .schedule_box table .th_saterday {
		background-color: #CACAFF;
		color: #0000FF;
	}
	#main_right .schedule_box table td {
		padding: 10px 5px;
		text-align: left;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		width: 50px;
		vertical-align: top;
		height: 80px;
	}
	#main_right .schedule_box table .td_sunday {
		color: #FF0000;
	}
	#main_right .schedule_box table .td_saterday {
		color: #0000FF;
	}
	#main_right .schedule_box ul {
	}
	#main_right .schedule_box ul li {
		display: inline;
		margin-right: 5px;
	}
	#main_right .schedule_box .off_box {
		text-align: center;
		color: #333333;
		background-color: #ffcc66;
		border-radius: 3px;
		margin-bottom: 3px;
		padding-top: 3px;
	}

	#main_right .schedule_box .event_box {
		text-align: center;
		color: #333333;
		background-color: #FF99CC;
		border-radius: 3px;
		padding: 2px 0px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#main_right .schedule_box .syogaku_box {
		text-align: center;
		border-radius: 3px;
		color: #333333;
		background-color: #FFCC00;
		padding: 2px 0px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#main_right .schedule_box .chuko_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #66CC99;
		padding: 2px 0px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#main_right .schedule_box .eiken_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #FF0000;
		padding: 2px 0px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#main_right .schedule_box .toefl_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #59b200;
		padding: 2px 0px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#main_right .schedule_box .tokubetu_box {
		text-align: center;
		border-radius: 3px;
		color: #FFFFFF;
		background-color: #3399FF;
		padding: 2px 0px;
		margin-bottom: 3px;
		padding-top: 3px;
	}
	#main_right .schedule_box .today {
	/*	background-color: #FFE; */
	}
}



@media screen and (min-width: 1200px){
	/*	約1200px以上の画面向けスタイル pc(HD) */

}



@media screen and (min-width: 1600px){
	/*	約1600px以上の画面向けスタイル pc(Full HD) */

}

