@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #ffffff url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(0, 0, 0, 0.8); }

/* ******************** フッタ ******************** */
footer { background-color:  rgba(0, 0, 0, 0.8); }

/* ******************** タイムテーブル ******************** */

table.time-table {
	width: auto !important;
	margin: 0 auto 1em auto;
	border-collapse: collapse;
	border: 1px #999999 solid;
}

table.time-table caption {
	text-align: left;
}

table.time-table thead {
	margin: 0;
	padding: 0;
}

table.time-table th {
	padding: 0.5em 2em;
	color: #336699;
	text-align: center;
	vertical-align: middle;
	border: 1px #999999 solid;
}

table.time-table td {
	padding: 0.5em 1em;
	text-align: center;
	vertical-align: middle;
	border: 1px #999999 solid;
}

table.time-table td.time {
	white-space: nowrap;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#topics p.area {
	padding: 0.5em 2%;
	color: #ffffff;
	font-size: 1.5rem;
}

#topics ul.schedule li {
	display: table;
	width: 100%;
}
#topics ul.schedule li::before {
	display: none;
}

#topics ul.schedule span {
	display: table-cell;
}
#topics ul.schedule span.date {
	width: 10em;
	vertical-align: middle;
}

#topics ul.schedule span.date + span {
	padding: 0 1em;
}
