@charset "UTF-8";
/* css consultation [time] */


#schedule table {
	border: none;
}

#schedule table td {
	border: none;
	border-bottom: 2px solid #00ada9;
}

#schedule table td .midashi {
	font-size: 20px;
	font-weight: bold;
	color:#666;
	padding: 0 0 10px 0;
}

#schedule table td .time {
	font-size: 20px;
	font-weight: bold;
	color:#00ada9;
	padding: 0 15px 10px 0;
}





/* PC */
@media print, screen and (min-width: 960px) {

#schedule table td .photoarea {
	width:20%;
	float: left;
}

#schedule table td .txtarea {
	width:78%;
	float: left;
	margin: 10px 0 0 10px;
	font-size:15px;
}
/*---------------------------------------------------- */
/* Section */
/*---------------------------------------------------- */



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 700px) {

#schedule table td .photoarea {
	width:30%;
	float: left;
}

#schedule table td .txtarea {
	float: left;
	margin: 20px 0 0 10px;
	font-size:15px;
}


}


/* SP */
@media screen and (max-width: 699px) {
#schedule table td .photoarea {
	width:80%;
}

#schedule table td .txtarea {
	margin: 10px 0 0 0px;
	font-size:15px;
}

}