@charset "UTF-8";
#calendar{position:relative; margin:20px auto 0 auto; max-width:760px;}

#calendar #month{position:relative; width:100%; height:60px; padding:20px; box-sizing:border-box;}
#calendar #month .prev a,#calendar #month .next a{position:absolute; display:block; top:0; padding:8px 20px; font-size:14px; background:#95C555; color:#fff;}
#calendar #month .prev a{left:0;}
#calendar #month .next a{right:0;}

@media only screen and (min-width:360px) {
}

@media only screen and (min-width:640px) {
}