@charset "UTF-8";
#biz_calendar {
  max-width: 250px;
  margin: auto;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;  
	 height: 400px;
	background-color: #eeefef;
	border: 1px #cccccc solid;
	margin-top: 20px;
}
#biz_calendar p {
  margin: 0;
  line-height: 180%;
}
#biz_calendar p span.boxholiday {
    background-color: #eeefef;
    padding-left: 25px;
    margin-right: 10px;
    margin-left: 2px;
    margin-bottom: 2px;

	border: 1px #ff0000 solid;
}
#biz_calendar p span.boxeventday {
    background-color: #eeefef;
    padding-left: 25px;
    margin-right: 10px;
	margin-left: 2px;
	border: 1px #0066ff solid;
}

#biz_calendar table.bizcal {
  margin: 10px 0;
  width: 100%;
  table-layout: fixed;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
}
#biz_calendar table.bizcal th {
    text-align: center;
    border-width: 0;
    padding: 2px;
    color: #000000;
    background-color: #FFFF;
}
#biz_calendar table.bizcal th:first-child {
  color: red;
}
#biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: blue;
}
#biz_calendar table.bizcal td {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #000000;
  background-color: #fff;
}
#biz_calendar table.bizcal .calmonth {
    text-align: left;
    font-weight: bold;
    padding: 2px 7px;
    border: none;
	background-color: #eeefef;
}
#biz_calendar table.bizcal .calbtn {
    border: none;
    cursor: pointer;
	background-color: #eeefef;
}
#biz_calendar table.bizcal .holiday {
    color: #ffffff;
	border: 1px #ff0000 solid;
	color: #ff0000;
}
#biz_calendar table.bizcal .eventday {
    color: #0066ff;
	border: 1px #0066ff solid;
}
#biz_calendar table.bizcal .eventday a {
  color: #ffffff;
}
#biz_calendar table.bizcal .today {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}
#biz_calendar table.bizcal .today a {
  font-weight: bold;
  color: #000000;
}
#biz_calendar table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}
#biz_calendar table.bizcal .down-img {
  text-align: right;
}
#biz_calendar table.bizcal .today-img {
  text-align: center;
}
#biz_calendar table.bizcal .up-img {
  text-align: left;
}

