@charset "utf-8";
/* 
CSS Information
 File name:      therapist.css
 Author:         Administrator
 Style Info:     /therapist.html
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #therapist
***********************************/
#content .lead {
	margin-bottom: 20px;
	text-align: center;
}

#content .lead strong {
	font-size: 108%;
	color: #f08;
}


/* schedule 搾り込みボタン */
#therapist ol.btn.date {
	padding: 10px 10px 5px;
	background-color: #9092e5;
}
#therapist ol.btn.date li a {
	background: url(../img/common/s_off.png) center top no-repeat;
	background-size: 100% 100%;
	color: #000;
	font-weight: bold;
	border: none;
	border-radius: 0;
	height: 35px;
	line-height: 35px;
}
#therapist ol.btn.date li a:hover,
#therapist ol.btn.date li.current a {
	background: url(../img/common/s_on.png) center top no-repeat;
	background-size: 100% 100%;
	color: #fff;
}/*
#therapist ol.btn.date li:first-child a {
	height: 75px;
	line-height: 75px;
	background: url(../img/common/b_off.png) center top no-repeat;
}
#therapist ol.btn.date li:first-child a:hover,
#therapist ol.btn.date li.current:first-child a {
	background: url(../img/common/b_on.png) center top no-repeat;
}*/