@charset "utf-8";


table.user_schedule tr:nth-child(odd) th,
table.user_schedule_2 tr:nth-child(odd) th {
	text-align: center;
	background: rgba(232,244,212,1.00);
}

table.user_schedule tr:nth-child(even) th {
	text-align: center;
	background: rgba(207,233,253,1.00);
}

table.user_schedule_2 tr:nth-child(even) th {
	text-align: center;
	background: rgba(253,232,207,1.00);
}

.user .schedule_img {
	width: 50%;
}

/*table.user_schedule .day {
	background: rgba(232,244,212,1.00);
}

table.user_schedule .sat {
	background: rgba(207,233,253,1.00);
}

table.user_schedule .sun {
	background: rgba(253,207,207,1.00);
}*/

.kengaku {
	font-size: 1.8em;
	text-align: center;
}

.kengaku .tel {
	font-size: 1.9em;
}

@media (min-width:576px) {
	
	
	
}

@media (min-width:768px){
	
	
	
}