@charset "utf-8";

/* タイトル調整 */
.timetable-item__ttl span {
	margin-top: 15px;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
}

.col01 .timetable-item__ttl span {
	margin-top: 20px;
	font-size: 1.2rem;
}

.col02 .timetable-item__ttl span,
.timetable-time .col01 .col02in01 span {
	margin-top: 15px;
	font-size: 1rem;
}

.col03 .timetable-item__ttl span {
	font-size: 1rem;
}

.conference-ttl span {
	font-size: 0.6em;
	margin-top: 15px;
	line-height: 1.5;
	font-feature-settings: "palt";
}

/* カレンダー登録ボタン調整 */
.day-theme__panel {
	z-index: 10;
}

.timetable-day {
	display: none;

}

.timetable-day.is-active {
	display: block;
}

span.ss_error_msg.err-txt.entryerror {
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 2.1;
	color: #f83370;
	margin-bottom: 30px;
}

/* @media screen and (min-width: 769px) {
	div.session-list td.txt {
		width: 100%;
	}
} */

/*
* 20xx/xx/xx.shanon.
* タイムテーブル-同一時間エラー時のメッセージ.
*/

.sb_timetable_index #select_error {
	margin-bottom: 20px;
}

.sb_timetable_index .ss_time,
.sb_timetable_index .ss_time2 {
	display: none;
}

.sb_timetable_index .err_exclusion {
	margin-left: 3px;
	margin-bottom: 0;
	color: #F89406;
	font-weight: bold;
}

.session-list table{
	width: 100%;
}
.session-list table td.choice{
	width: 10px;
}
.session-list table td.time{
	width: 0%;
}

main.timetable .css-item-align {
	display: flex;
	flex-direction: column;
	height: 100%;
}
main.timetable ul.session-type {
	margin-top: auto;
}
main.timetable .speak {
	margin-bottom: 20px;
}
