#attention {
	border: 1px #f00 solid;
	padding: 10px;
	margin-bottom: 30px;
}
#attention p.msg {
	font-size: 110%;
	font-weight: bold;
	margin-bottom:10px;
}
#attention ul {
	list-style-type: square;
	margin: 10px 20px;
}
#timetable_box,
#form_box,
#calendar_box {
	float:left;
}

/* カレンダー */
table.rsv_calendar {
	width:180px;
	margin-bottom:30px;
}
table.rsv_calendar caption{
	font-weight:bold;
	margin-bottom:5px;
}
table.rsv_calendar td,
table.rsv_calendar th {
	text-align:center;
}
table.rsv_calendar td#today {
	background-color:#eee; /* 今日の背景色 */
}
table.rsv_calendar td#current {
	background-color:#ffebae; /* クリックした日の背景色 */
}
table.rsv_calendar td input { /* カレンダー内inputボタン */
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
	color: #09c;
	text-decoration: underline;
}
table.rsv_calendar td input:hover {
	color: #8bc; /* リンクホバー色 */
	background: none;
}

/* タイムテーブル */
table#timetable{
	border-collapse:collapse;
	border-spacing: 0px;
}
table#timetable th {
	padding: 3px;
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	text-align:center;
	border: 1px solid #000;
	font-size:12px;
}
table#timetable td {
	padding: 3px;
	border: 1px solid #000;
	font-size:12px;
	line-height:13px;
}
table#timetable td input { /* タイムテーブル内inputボタン */
	width:18px;
	height:18px;
	padding:0;
	margin:3px 3px 0 0;
	line-height:0;
	text-align:center;
	vertical-align:middle;
	float:left;
}
table#timetable td.exist{ /* データが存在するセル */
	background-color:#CCFFCC; /* 背景色 */
	cursor:default;
}
table#timetable td.exist img{
	float:left;
	margin-top:3px;
}
table#timetable th#origin{ /* 見出し部分 */
	width:40px;
	/*height:20px;*/
}
table#timetable th.cts {
	width:90px; /* 中身の横幅 */
}
table#timetable tbody tr {
	/*height:50px; 中身の縦幅*/
}

/* 登録フォーム */
input[type="text"], select{
	margin-bottom:5px;
}
