@charset "utf-8";
/* CSS Document */
.clear{clear:both;}
.m-cal,.l-cal,.dabi-cal{width:30px;
padding:5px 0 5px 0;
text-align:center;
float:left;
margin-left:1px;
margin-top:1px;
color:#0AB4DF;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
font-size:12px;
cursor:default;}
.m-cal:hover{background:#252525;}

.dabi-cal{
opacity:0;
}

.bod{width:100%;
height:150px;
padding:10px;
}
.prev,.next{width:30px;
height:100%;
}

.bulan{
height:100%;
text-align:center;
font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
color:#FFFFFF;
display:flex;
align-content:center;
align-items:center;
}

.hed{height:30px;
background:#09A8E1;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-content:center;
align-items:center;}
.calen{width:238px;
margin-top:5px;
background:#151515;
position:absolute;
display:none;}
.kalecal{
  position:relative;
  display:inline-block;
  }
