.hcol00,.hcol01,.hcol02,.hcol03,.hcol04,.hcol05,.hcol06,.colopn,.colsun,.colhol,.colsat,.colhaf,.colchg,.colbl{
width:5%;
vertical-align: middle; 
font-weight:bold;
font-size: 130%;
border: 3px solid #ACDFC0;
border-radius: 50%;
}
.hcol00{background: #ff7c5c; color:#ffffff; }
.hcol01{background: #82BF61; color:#ffffff; }
.hcol02{background: #82BF61; color:#ffffff; }
.hcol03{background: #82BF61; color:#ffffff; }
.hcol04{background: #82BF61; color:#ffffff; }
.hcol05{background: #82BF61; color:#ffffff; }
.hcol06{background: #21A2DB; color:#FFFFFF; }

.colopn{background: #ffffff; color:#031815;}
.colsun{background: #ff7c5c; color:#ffffff; }
.colhol{background: #ff7c5c; color:#ffffff;}
.colsat{background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #21A2DB 50%, #21A2DB 100%); color:#031815;}
.colhaf{background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #ff7c5c 50%, #ff7c5c 100%); color:#031815;}
.colchg{background: #EEAC00; color:#ffffff;}
.colbl{background: #ACDFC0; color:#031815;}

.cal_admin{
background: rgba(172,223,192,0.80);
padding: 10px;
border-radius: 10px;
position: relative;
}
.cal_img{
position: absolute;
width: 20%;
right: 0;
bottom: 0;
}
.cal_img imd{
width: 100%;
}
.top_cal{
display: flex;
flex-direction: row;
}
.caltable {
padding: 10px;
width: 120%;
}
.caltable table {
border-collapse: collapse;
text-align: center;
font-size:10px;
}
.cal_title {
width: 100%;
text-align: center;
margin: auto;
}
.title_large {
font-size:16px;
color:#109401;
text-align: center;
font-weight: bold;
border-bottom: 2px solid #109401;
padding: 5px 5px 0 0;
margin-right: 5px;
line-height: 1;
}
.title_small{
font-size:12px;
color:#204F03;
font-weight: bold;
text-decoration: none;
}
.title_small::before{
content: "＞";
}
.caltable p {
margin: 0; 
padding: 0;
}
.caltable table tbody {
overflow-y: scroll;
height: auto;
}
.caltable table td,.caltable table th {
padding: 0px 0px;
}
.caltitle2 {
font-size:12px;
width: 20%;
line-height: 1.2;
padding: 10px;
}
span.aks {
display: inline-block;
}
.shikaku00{
background-color: #ffffff;
display: inline-block;
height: 10px;
margin: 0 3px;
position: relative;
top: 0;
width: 10px;
border: solid 0.5px #000000;
border-radius: 50%;
}
.shikaku01{
background-color: #ff7c5c;
display: inline-block;
height: 10px;
margin: 0 3px;
position: relative;
top: 0;
width: 10px;
border: solid 0.5px #000000;
border-radius: 50%;
}
.shikaku02{
background-color: #EEAC00;
display: inline-block;
height: 10px;
margin: 0 3px;
position: relative;
top: 0;
width: 10px;
border: solid 0.5px #000000;
border-radius: 50%;
}
.shikaku03{
background-color: #EEAC00;
display: inline-block;
height: 10px;
margin: 0 3px;
position: relative;
top: 0;
width: 10px;
border: solid 0.5px #000000;
border-radius: 50%;
}
/*　iPadサイズ　----------------------------------*/

@media screen and (max-width: 834px){
.caltitle {
font-size:40px;
}
.top_cal{
flex-direction: row;
position: inherit;
width: 100%;
margin: 0 auto;
justify-content: center;
right: 0;
top:0%;
}

.caltable table .hcol00  { font-size:14px; height:25px;  }
.caltable table .hcol01  { font-size:14px; height:25px;  }
.caltable table .hcol02  { font-size:14px; height:25px;  }
.caltable table .hcol03  { font-size:14px; height:25px;  }
.caltable table .hcol04  { font-size:14px; height:25px;  }
.caltable table .hcol05  { font-size:14px; height:25px; }
.caltable table .hcol06  { font-size:14px; height:25px;  }

.caltable table .colopn  { font-size:14px; }
.caltable table .colsun  { font-size:14px; }
.caltable table .colhol  { font-size:14px;}
.caltable table .colsat  { font-size:14px; height:25px;}
.caltable table .colhaf  { font-size:14px; height:25px;}
.caltable table .colchg  {font-size:14px; height:25px; }
.caltable table .colbl   { font-size:14px; height:25px;}
}
.caltitle2 {
text-align: left;
width: 98%;
}
@media screen and (max-width: 600px){
.caltitle2 {
font-weight: 500;
font-size: 90%;

}
.cal_admin{
width: 95%;
margin: 20px auto;
}
}