@charset "UTF-8";

/* ===========CSS Information===========

 File Name :/appointment/css/appointment.css
 Description :診療時間・ご予約
 Latest :Update: 2011.05.10
 Version :1.13
 
=================================== */


#appointment #contents #alpha h2.title{
	background: url(../images/title.gif);
}
#appointment #contents #alpha h3{
	height: 22px;
	_height: 34px;
	margin: 0 0 0.6em 0!important;
	background-repeat: no-repeat!important;
	background-position: 0px 1.0em!important;
	text-indent: -9999px;
}
#appointment #contents #alpha #timeTable h3{
	background: url(../images/h3_time_table.gif);
}
#appointment #contents #alpha #calendar h3{
	background: url(../images/h3_calendar.gif);
}
#appointment #contents #alpha #cancel h3{
	background: url(../images/h3_cancel.gif);
}


/*----- TimeTable -----*/
#appointment #contents #alpha #timeTable{
	margin: 0 0 0.6em 0;
}
#appointment #contents #alpha #timeTable table{
	border-top: #d38c93 1px solid;
}
#appointment #contents #alpha #timeTable table th{
	padding: 0.4em 1.4em 0.4em 1.0em;
	font-size: 113%;
	border-bottom: #d38c93 1px solid;
}
#appointment #contents #alpha #timeTable table td{
	padding: 0.4em 1.0em 0.4em 0;
	font-size: 133%;
	border-bottom: #d38c93 1px solid;
}
#appointment #contents #alpha #timeTable table td span{
	padding: 0 0 0 1.0em;
	font-size: 75%;
}
#appointment #contents #alpha #timeTable table .odd th,
#appointment #contents #alpha #timeTable table .odd td{
	background: #faece9;
}

#appointment #contents #alpha #calendar{
	margin: 0 0 24px 0;
}

