@charset "utf-8";

#header {
	background: url(../img/format_mobile_title2.jpg) no-repeat center;
}
    @media screen and (max-width: 339px) {
        #header {
            background: url(../img/format_mobile_title2.jpg) no-repeat center;
        }
    }

#outline {
	background: url(../img/format_backShadow2.jpg) repeat-y center;
}

body {
	background: url(../img/format_background2.jpg);
}






	table.entry_input tr.title td {
		background: #2F496E;
	}

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

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

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

	table.waitingList td.tdTitle {
		border-color: #2F496E;
		background: #2F496E;
	}

#timeTable {
	background-color: #FBF8EE;
}
	#timeTable p.ttTitle {
		background-color: #2F496E;
		color: #FFFFFF;
	}
		#timeTable table.tt td {
			border-bottom: solid 1px #E3D8C8;
		}

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

/*ボタンをCSSにしたCLIENT_ID190以上*/
p.btn_selectTime2 {
    background-color: #014995;
}
    p.btn_selectTime2 a {
        background-color: #014995;
        color:#FFFFFF;
    }