
div.schedule h2 {
	background-color: #611313;
	color: #f1e6dc;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 25px;
	padding: 15px 0 12px 0;
	text-align: center;
}

div.schedule table td {
	border: 1px solid #8eb271;
	text-align: center;
	vertical-align: top;
	width: 16%;
}

div.schedule table tr.y td {
	background-color: #c4d7b5;
	border-bottom: none;
	text-align: center;
	width: auto;
}

div.schedule table td a {
	color: black;
	display: block;
	min-height: 140px;
	text-decoration: none;
}

div.schedule table td a span {
	display: block;
}

div.schedule table td a span.time {
	background-color: #611313;
	color: #f1e6dc;
}

div.schedule table td a span.title {
	font-weight: bold;
	line-height: 1.2em;
	min-height: 2.5em;
	padding: 10px 0 5px 0;
}

div.schedule table td a span.icon-beginner {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
	width: 13px;
}

div.schedule table td a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

div.schedule table td.close {
	padding: 5px;
	vertical-align: middle;
}

div.schedule table td.holiday {
	background-color: #cac1b2;
	line-height: 1.2em;
	padding: 5px;
	vertical-align: middle;
	width: 2%;
}

div.schedule table td.close span.time {
	display: block;
	font-size: 85%;
}

div.schedule table td.holiday table td {
	border: none;
	font-size: 150%;
	line-height: 3em;
}

/***********************************************************************************************/
body#entry h1#entrytitle {
	background: url(../images/blogtitle_bg.gif) no-repeat center bottom;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 30px 0;
	text-align: center;
}

body#entry div.entryschedule {
	border-bottom: 1px solid #d2c4a7;
	border-top: 1px solid #d2c4a7;
	padding: 10px 20px;
}

body#entry div.entryschedule table th {
	background-color: #c4d7b5;
	color: #460700;
	font-weight: normal;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

body#entry div.entryschedule table td {
	background-color: white;
	padding: 5px 20px;
	text-align: center;
}

body#entry div.entryschedule table td.n {
	white-space: nowrap;
}

body#entry div.entryschedule table td ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

body#entry div.entryschedule table td ul li {
	margin: 5px 10px 5px 0;
}

body#entry div.entryschedule table td ul li:last-child {
	margin-right: 0;
}

body#entry div.entryschedule table td ul li a.link-btn {
	display: block;
	min-width: 50px;
	padding: 10px 35px 10px 30px;
	word-break: break-all;
}

body#entry div.body p.beginner span {
	float: left;
	margin-right: 5px;
	width: 13px;
}

body#entry div.body p.lessonguide span {
	border-bottom: 1px solid #f39903;
	border-top: 1px solid #f39903;
	color: #f39903;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
}

body#entry div.body p.lessonguide span em {
	font-size: 18px;
}

body#top p.lessonguide em {
	color: #f39903;
	font-size: 20px;
	font-weight: 600;
}

/***********************************************************************************************/

body#top div.calendar {
	text-align: center;
}

body#top div.calendar img {
	height: auto;
	width: 100%;
}

body#top div.calendar iframe {
	height: 700px;
}

body#top table.lesson-table th {
	background-color: #611313;
	border-right: 1px solid #f1e6dc;
	color: #f1e6dc;
	padding: 20px;
	text-align: center;
}

body#top table.lesson-table td {
	background-color: white;
	border-bottom: solid 1px #611313;
	border-right: 1px solid #611313;
	padding: 10px 20px;
	text-align: left;
}

body#top table.lesson-table th:last-child,
body#top table.lesson-table td:last-child {
	border-right: none;
}

body#top table.lesson-table td.n {
	white-space: nowrap;
}

body#top table.lesson-table td span.img img {
	vertical-align: middle;
}

body#top table.lesson-table td a.link-btn {
	background: #5d841a url(../images/link_btn_s.png) no-repeat right 8px center;
	border-radius: 3px;
	color: #efe5dc;
	font-style: normal;
	padding: 10px 25px 10px 15px;
	text-decoration: none;
}