@charset "utf-8";
/* Note: This file is compiled from calendar.less */
.default .year {
  border-right: none;
}
.default .date {
  background: none;
  font-weight: normal;
  border-left: none;
}


/* PC用*/
@media print, screen and (min-width: 768px) {
	.default .year{ width:6em; }
	.default .date{ width:7em; }
}
/* スマホ用*/
@media screen and (max-width: 767px) {
	.default .year{ width:4em; text-align:center; }
	.default .date{ width:2.5em; text-align:center;}
}