@charset "utf-8";
/*  ===========================================================

	LEC水戸校【提携校】
		Last Update 2024/04/20	

			Written by O.K.

===========================================================  */

/* =======================================

	Calendar CSS

========================================== */

.calendar_this{
	max-width: 100%;
	width: 20em;
	border: 2px solid #333;
	margin: 0 auto 0.5em;
}
.calendar_this th{
	width: calc( 100% / 7 );
	text-align: center;
	border: 1px solid #333;
	border-bottom: 2px solid #333;
}
.calendar_this td{
	width: calc( 100% / 7 );
	text-align: center;
	border: 1px solid #333;
	color: #000;
}
.calendar_this th.youbi_0,
.calendar_this td.youbi_0{
	background-color: #fdd;
	color: #f00;
}
.calendar_this th.youbi_6,
.calendar_this td.youbi_6{
	background-color: #ddf;
	color: #00f;
}
.calendar_this th.youbi_2{
	background-color: #9f9;
}
.calendar_this td.youbi_2{
	background-color: #666;
	color: #999;
}
.calendar_this td.fes{
	background-color: #666;
	color: #999;
}
.calendar_this td.fes1{
	background-color: #fdd;
	color: #f00;
}
.calendar_this td.gray.fes{
	background-color: transparent;
	color: transparent;
}
.calendar_this td.gray.fes1{
	background-color: transparent;
	color: transparent;
}
.calendar_this td.gray{
	color: transparent;
}
.calendar_this td.today{
	font-weight: bold;
	background: #ff9;
}
.calendar_this td.bis{
	background-color: #fff;
	color: #000;
}
.calendar_this td.gray.bis{
	background-color: #fff;
	color: #999;
}
.calendar_this td.youbi_0.bis{
	background-color: #fdd;
	color: #f00;
}
.calendar_this td.youbi_2.bis{
	background-color: #fff;
	color: #000;
}
.calendar_this td.youbi_6.bis{
	background-color: #ddf;
	color: #00f;
}
.calendar_this td.youbi_0.gray{
	background-color: #fff;
	color: #fff;
}
.calendar_this td.youbi_2.gray{
	background-color: #fff;
	color: #fff;
}
.calendar_this td.youbi_6.gray{
	background-color: #fff;
	color: #fff;
}



/*
.calendar_this td.youbi_6.gray.fes1{
	background-color: #ddf;
	color: transparent;
}
.calendar_this td.gray.youbi_6.bis{
	background-color: #fff;
	color: #fff;
}
.calendar_this td.gray.youbi_6.fes1{
	background-color: #fff;
	color: #fff;
}
.calendar_this td.gray.youbi_6.fes{
	background-color: #fff;
	color: #fff;
}
*/


.calendar_this td.fes.today,
.calendar_this td.youbi_2.today{
	background-color: #666;
	color: #999;
	font-weight: bold;
	color: #000;
}
span.holi_cal {
    background: #666;
    border: 1px solid #999;
    width: 2em;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    height: 1.2em;
}
span.month_cal {
    font-size: 2.5rem;
	font-weight: bold;
    vertical-align: bottom;
    display: inline-block;
}
.calendar_this th.noborder {
	border: none;
}
.calendar_this th.h2em {
    height: 2em;
    vertical-align: bottom;
	line-height: 0.6;
}
span.year_cal {
    font-size: 1.5rem;
	letter-spacing: -0.06em;
}
span.month_en_cal {
    font-size: 1.5rem;
	letter-spacing: -0.06em;
}
th.noborder.desc_cal {
    height: 1.5em;
    padding-top: 0.4em;
	padding-bottom: 0.2em;
}
p._today_ho {
    text-align: center;
    background: #f00;
    color: #fff;
    margin-top: 0.5em;
    font-size: 1.5rem;
    padding: 0.5em;
}
p._today_no {
    text-align: center;
    background: #090;
    color: #fff;
    margin-top: 0.5em;
    font-size: 1.5rem;
	padding: 0.3em 0 0.2em;
}