@charset "utf-8";

	table.entry_input tr.title td {
		background: #009F64;
	}

		table.entry_input tr.note p {
			background: #E3F3EC;
		}

		table.entry_input tr.note2 p {
			background: #E3F3EC;
		}

	h2.list1 {
		background: #E3F3EC;
	}
	h2.list2 {
		background: #E3F3EC;
	}

	table.waitingList td.tdTitle {
		border-color: #00643F;
		background: #00643F;
	}

#timeTable {
	background-color: #EDF5F1;
}
	#timeTable p.ttTitle {
		background-color: #009F64;
		color: #FFFFFF;
	}
		#timeTable table.tt td {
			border-bottom: solid 1px #73A290;
		}

	h2.middle {/*ページ中間部に出現するh2*/
		color: #00643F;
		margin-top: 50px;
		margin-bottom: 0.5em;
		max-width: 420px;
		width: 95%;
		padding-bottom: 0.4em;
		padding-top: 0.4em;
		background-color: #EDF5F1;
		border-bottom: 2px #C1DDCF solid;
		border-top: 2px #C1DDCF solid;
	}

/*システムステータスボタンの色を、予約受付中と終了時とで色を変える*/
        body.start_am #systemStatus input.system_status_btn {
            background-color:#82C6FF;
            border: 1px #BDBDBD outset;
        }
        body.start_pm #systemStatus input.system_status_btn {
            background-color:#82C6FF;
            border: 1px #BDBDBD outset;
        }
        body.stop_am #systemStatus input.system_status_btn {
            background-color:#FF9797;
            border: 1px #BDBDBD outset;
        }
        body.stop_pm #systemStatus input.system_status_btn {
            background-color:#FF9797;
            border: 1px #BDBDBD outset;
        }