<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#cal_contents{
width:100%;
margin:0 auto;
}
.cal01 {
  height: auto;
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom:0px;
}
.cal02 {
  text-align: center;
  font-size: 18px;
  font-weight:bold;
  margin:0px;
  color:#00b8b2;
}

.cal03 {
  text-align: center;
  font-size: 18px;
  font-weight:bold;
  margin:0px 0px 15px 0px;
  color:#333;
}
table.eye_type{
	table-layout: fixed;
	width: 100%;
}
.cal_text{
margin-bottom:3px;
margin-left:15px;
font-size:14px;
}
.cal_p{
color:#fbbcca;
font-size:14px;
}

.holiday {
  background-color:#fcc4d2;
}

.day{
  font-weight:bold;
  font-size:14px !important;
}
.font_s{
	font-size: 12px !important;
}
.cal_mrgn{
	display: block;
	margin-top: 30px !important;
}


.ishii{
color:#d3f4e3;
font-size:14px;
}
.handa{
color:#d2fbfb;
font-size:14px;
}
.yoshimi{
color:#eee;
font-size:14px;
}
.tsuji{
color:#e3d2ed;
font-size:14px;
}

/*遏ｳ莠募�逕�*/
.i{
background-color:#d3f4e3;
}
/* 蜷芽ｦ句�逕�*/
.ys{
background-color:#eee;
}
/* 霎ｻ蜈育函*/
.tj{
background-color:#e3d2ed;
}
/* 逕ｰ蟾ｻ蜈育函*/
.t{
background-color:#fae8f4;
}
.o{
background-color:#eee;
}
/* 蟆ｾ蟠主�逕�*/
.oz{
background-color:#d2fbfb;
}
/*莠慕伐蜈育函*/
.ida{
background-color:#f5f8cf;
}
/*螳ｮ螟壼�逕�*/
.m{
background-color:#f8efcf;
}
/* 菫晏揩蜈育函*/
.h{
background-color:#f9e4d5;
}
/* 譁手陸蜈育函*/
.s{
background-color:#d0e7dd;
}
/*螻ｱ蟠主�逕�*/
.y{
background-color:#f3e9f2;
}
/*阯､蟾ｻ蜈育函*/
.f{
background-color:#dfe7e7;
}

.dammy{
color: #fcc4d2 !important;
}

/*---------------------------------------- PC/Tabletﾂ */
@media screen and (min-width: 531px) {
.cal_td_pad td{
		padding: 1.2% !important;
}
.dr_ico{
color: #1d1d1d !important;
padding: 2px 5px !important;
text-align: center;
box-sizing: border-box;
display: block !important;
margin: 5px 5px 0 5px !important;
border-radius: 3px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
}
}

/*---------------------------------------- Smtﾂ */
@media screen and (max-width: 530px) {
.cal_td_pad td{
		padding: 1.5% 1% !important;
}
.dr_ico{
color: #1d1d1d !important;
padding: 2px 2px !important;
text-align: center;
box-sizing: border-box;
display: block !important;
margin: 2px 2px !important;
border-radius: 3px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
}
}</pre></body></html>