@charset "utf-8";

/* =============================================
schedule
============================================= */
/* mama */
#schedule .timetable tbody td.mama {
	width: 21.6%;
	max-width: 175px;
	padding-left: 32px;
	}

/* papa */
#schedule .timetable tbody td.papa {
	width: 38%;
	max-width: 165px;
	padding-right: 150px;
	}

/* child */
#schedule .timetable tbody td.child1 {
	width: 19.4%;
	max-width: 300px;
	}
#schedule .timetable tbody td.child2 {
	width: 21%;
	max-width: 170px;
	padding-right: 20px;
	}
#schedule .timetable tbody tr:nth-of-type(n+5) td.child1::before { /*開始*/
	content: '';
	}
#schedule .timetable tbody tr:nth-of-type(n+21) td.child1::before { /*終了*/
	content: none;
	}
#schedule .timetable tbody tr:nth-of-type(n+5) td.child2::before { /*開始*/
	content: '';
	}
#schedule .timetable tbody tr:nth-of-type(n+21) td.child2::before { /*終了*/
	content: none;
	}

/* comment */
#schedule .timetable tbody td p.comment01 {
	top: -100px;
	left: -126px;
	}
#schedule .timetable tbody td p.comment02 {
	bottom: 30px;
	right: 20px;
	}
#schedule .timetable tbody td p.comment03 {
	width: 155px;
	bottom: -15px;
	left: 130px;
	}
#schedule .timetable tbody td.child p.comment03.comment.tail_b_left::after {
	top: auto;
	bottom: 15%;
	}
#schedule .timetable tbody td p.comment04 {
	top: -5px;
	left: -165px;
	}
#schedule .timetable tbody td p.comment05 {
	top: -10px;
	right: 20px;
	}

/* comment */
#schedule .timetable tbody td.papa p.comment.comment01 {
	padding: 15px 6px;
	top: 10px;
	left: auto;
	right: 15px;
	}
#schedule .timetable tbody td.papa p.comment.comment01::after {
	top: 20%;
	}
#schedule .timetable tbody td.child1 p.comment.comment02 {
	padding: 18px 4px;
	top: -12px;
	bottom: auto;
	left: -160px;
	right: auto;
	}
#schedule .timetable tbody td.child1 p.comment.comment02::after {
	top: 45%;
	}
#schedule .timetable tbody td.papa p.comment.comment03 {
	width: 145px;
	bottom: 22px;
	left: 150px;
	}
#schedule .timetable tbody td.papa p.comment.comment03::after {
	background-image: url(../img/tail_02c.png);
	top: 70%;
	}
#schedule .timetable tbody td.child p.comment.comment04 {
	top: -10px;
	left: -156px;
	}
#schedule .timetable tbody td.child p.comment.comment04::after {
	top: 24%;
	}
#schedule .timetable tbody td.mama p.comment.comment05 {
	padding: 15px 3px;
	top: auto;
	bottom: -48px;
	left: -126px;
	}
#schedule .timetable tbody td.mama p.comment.comment05::after {
	top: 85%;
	}

/* point */
#schedule .timetable tbody td .point1 {
	top: 12px;
	left: -126px;
	}
#schedule .timetable tbody td .point2 {
	top: 12px;
	left: 145px;
	}

/* ellipsis */
#schedule .timetable tbody tr.ellipsis td.non_ellipsis::after {
	content: none;
	}

/* img */
#schedule .timetable figure.img01 {
	bottom: -52px;
	left: 30px;
	}
#schedule .timetable figure.img02 {
	bottom: 86px;
	right: 22px;
	}
#schedule .timetable figure.img03 {
	bottom: -25px;
	left: -110px;
	}
