@charset "UTF-8";

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

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

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

/* ******************** body 要素 ******************** */
body {
	background: #000000 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); }

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

#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.info {
	float: none;
	top: 0;
	width: 5em;
	text-align: center;
	vertical-align: middle;
}

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