@charset "UTF-8";
/* CSS Document */

/* -----------------------------------------------------------------
 * お知らせ
 * -------------------------------------------------------------- */
#information .lead {
	margin-bottom: 0;
}

#information .panel-body {
	padding: 15px;
}

ul.dateList {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: left;
}

ul.dateList li time {
	margin-right: 10px;
	display: inline-block;
	font-weight: bold;
}
ul.dateList li p {
	display: inline-block;
}

/* -----------------------------------------------------------------
 * スケジュール（次回予定 / 参加してくれた施設）
 * -------------------------------------------------------------- */
#schedule h2 {
	margin-top: 10vh;
}

#schedule table th {
	width: 9em;
}

#schedule table td {
	text-align: left;
}

/* -----------------------------------------------------------------
 * ローディング画像
 * -------------------------------------------------------------- */
.loading {
	background: url(/img/spinner.gif) no-repeat center center;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	width: 100%;
	height: 40px;
}

/* -----------------------------------------------------------------
 * もっと見る機能用
 * -------------------------------------------------------------- */
 section#nextevent button,
 section#pastevent button {
 	display: none;
}
