@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;
}
