body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 14px;
	font-size: 1rem;
	font-family: Osaka, "MS PGothic", Sans-Serif !important;
}
.content2 {
	padding: 0 1em;
	margin-bottom: 50px;
}

table.calendar {
	background-color: #ffffff;
	border-top: #ffffff 3px double;
	border-collapse: collapse;
	font-size: 0.75rem;
	width: 100%;
	color: #333333;
}
.lesson_link_box:hover{text-decoration:none;}

.text_ct a {
	text-decoration: none;
}

.text_ct a:hover {
	text-decoration: underline;
}

table.calendar th {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: left;
	padding: 10px 0;
	text-align: center;
	width: 9%;
}

table.calendar.w_class {
	width: 13%;
}

table.calendar td {
	background-color: #fff;
	text-align: left;
	overflow: hidden;
	font-size: 110%;
	vertical-align: middle;
	border: #dcdddd 1px solid;
}

table.calendar td {
	width: 11%;
}

table.calendar p {
	padding: 0 !important;
	margin: 0 !important;
}

a.ablock {
	display: block;
	padding-top: 32768px;
	margin-top: -32768px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	text-align: center;
	min-height: 7em;
	line-height: 100%;
	vertical-align: middle;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff !important;
}

.ablock_inner {
	display: block;
	padding: 6px;
}

a.ablock:hover {
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.ablock span {
	display: block;
}

.ablock span.yoyaku_mark {
	font-size: 60px;
	line-height: 100%;
	font-size: 3rem;
	font-weight: bold;
	padding: 6px 0;
}
/*�@���ԕ\���p */
a.ablock2 {
	display: block;
	padding-top: 32768px;
	margin-top: -32768px;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	font-size: 90%;
	line-height: 100%;
	vertical-align: middle;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff !important;
}

.ablock_inner2 {
	display: block;
	padding: 6px;
}

a.ablock2 .photo2 {
	width: 36px;
	float: left;
}

a.ablock2:hover {
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.ablock2 span {
	display: block;
}

span.yoyaku_mark2 {
	font-size: 20px;
	line-height: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 4px;
	float: right;
}

.pure-button-success, .pure-button-error, .pure-button-warning {
	color: white !important;
	border-radius: 4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button-success {
	background: rgb(28, 184, 65); /* this is a green */
}

.pure-button-error {
	background: rgb(202, 60, 60); /* this is a maroon */
}

.pure-button-warning {
	background: rgb(223, 117, 20); /* this is an orange */
}

.message-red {
	background: #fbd3b1;
	border: 1px solid #f5c69a;
	padding: 10px;
	color: #ce2700;
	margin-bottom: 20px;
}

.month_cal {
	width: 100%;
}

.cal_day {
	text-align: center;
	border: 1px solid #fff;
	height: 40px !important;
	color: #431b02;
}

.cal_yobi {
	width: 14%;
}

.cal_btn {
	width: 100%;
	height: 40px;
	color: #431b02;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%,
		#ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1),
		color-stop(0.99, #DFDFDF), to(#ccc));
}

.else_month {
	opacity: 0.5;
}

.this_saturday {
	background: #cce6ff;
}

.this_sunday {
	background: #ffd3d4;
}
/* �E�B���h�E�T�C�Y����800px�ȉ��Ȃ�㏑��
----------------------------------------------------------------------------------------*/
@media screen and (min-width: 3em) and (max-width: 600px) {
	h1 {
		font-size: 1.4em !important;
	}
	h2 {
		font-size: 1em !important;
	}
	.f80 {
		font-size: 80% !important;
	}
	.middle {
		vertical-align: middle;
	}
	.bold {
		font-weight: bold;
	}
}