.caltable table .hcol00  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#F34603; font-size:9px; height:20px; vertical-align: middle; }
.caltable table .hcol01  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#031815; font-size:9px; height:20px; vertical-align: middle; }
.caltable table .hcol02  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#031815; font-size:9px; height:20px; vertical-align: middle; }
.caltable table .hcol03  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#031815; font-size:9px; height:20px; vertical-align: middle; }
.caltable table .hcol04  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#031815; font-size:9px; height:20px; vertical-align: middle; }
.caltable table .hcol05  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#031815; font-size:9px; height:20px; vertical-align: middle; }
.caltable table .hcol06  { text-align: center; border-color:transparent; border-bottom-color:rgba(205, 206, 206, 0.486); background: transparent; color:#40aed8; font-size:9px; height:20px; vertical-align: middle; }

.caltable table .colopn  { text-align: center; background: #ffffff; color:#808080; font-size:9px; height:20px; vertical-align: middle; font-weight:bold; }
.caltable table .colsun  { text-align: center; background: #fd7f85; color:#FFFFFF; font-size:9px; height:20px; vertical-align: middle; font-weight:bold; }
.caltable table .colhol  { text-align: center; background: #fd7f85; color:#FFFFFF; font-size:9px; height:20px; vertical-align: middle; font-weight:bold; }
.caltable table .colsat  { text-align: center; background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fd7f85 50%, #fd7f85 100%); color:#808080; font-size:9px; height:20px; vertical-align: middle; font-weight:bold; }
.caltable table .colhaf  { text-align: center; background:  linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fd7f85 50%, #fd7f85 100%); color:#808080; font-size:9px; height:20px; vertical-align: middle; font-weight:bold; }
.caltable table .colchg  { text-align: center; background: #40aed8; color:#ffffff; font-size:9px; height:20px; vertical-align: middle; font-weight:bold; }
.caltable table .colbl   { text-align: center; background: rgba(205, 206, 206, 0.486); color:#031815; font-size: 9px; height:20px; vertical-align: middle; font-weight:bold; }

a {
text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
.calframe {
position: absolute;
top: 9%;
right: 2%;
width: 20%;
padding: 5px 10px 5px 10px;
/*	min-width: 270px; */
background: rgba(5, 163, 216, 0.1);
}
.caltable {
padding: 5px;
/*    margin-bottom: 10px; */
font-weight: bold;
color: #FF8905;/*文字色*/
border-radius: 10px;			/*角の丸み*/
width: auto;
/*	height: 80%; */
/*	text-align: center; */
}
.caltable table {
border-collapse: collapse;
width: 100%;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
.caltable table tbody {
overflow-y: scroll;
height: auto;
}
.caltable table td,.caltable table th {
padding: 0px 0px;
border: solid 0.5px rgba(205, 206, 206, 0.5);/* 全体の線 */
}
.cal_title {
display: inline-block;
width: 100%;
text-align: center;
font-weight: bold;
}
.caltitle2 {
display: inline-block;
width: 100%;
text-align: left;
background: rgba(252,249,249,0.70);
line-height: 1.1;
padding: 5px;
}
.caltable p {
margin: 0; 
padding: 0;
}
span.aks {
font-size: 70%;
}
.title_large {
font-size:16px;
color: #0c7a9e;
width: 100%;
text-align: center;
font-weight: bold;
}
.title_small {
font-size:13px;
color:#1b9b95;
font-weight: bold;
}
.shikaku01{
background-color: #fd7f85;
display: inline-block;
height: 8px;
margin: 0 3px;
position: relative;
top: 0;
width: 8px;	
border: solid 0.5px #eee;
}
.shikaku02{
background-color: #FCEE21;
display: inline-block;
height: 8px;
margin: 0 3px;
position: relative;
top: 0;
width: 8px;
border: solid 0.5px #eee;
}
.shikaku03{
background-color: #40aed8;
display: inline-block;
height: 8px;
margin: 0 3px;
position: relative;
top: 0;
width: 8px;
border: solid 0.5px #eee;
}
@media screen and (max-width: 960px){
.caltitle2 {
font-size:15px;	
}
.calframe{
width: 40%;
background: rgba(194, 240, 252, 0.9);
}
}
/*　iPadサイズ　----------------------------------*/
@media screen and (max-width: 768px){
.calframe{
position: static;
width: 65%;
padding: 10px;
margin: 0 auto;
border-top-right-radius: 0;
border-top-left-radius: 0;
margin-bottom: 0;
background: rgba(5, 163, 216, 0.1);
}
.cal_title {
font-size:20px;
}
.caltitle2 {
font-size:15px;
}
}
@media only screen and (max-width:479px) {
.calframe{
width: 85%;
margin: 0 auto;
}
}
