@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   calender
========================================================= */

/* main
----------------------------------------------- */
.calendarEvents {
  float: left;
  width: 99%;
  margin-bottom: 20px;
}

/* addition */

.calendarEvents {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1em;
}

h2 {
  font-size: 130%;
}
.upperPagination {
  /* background-color: #ededed; */
  background: #f8f8f8;
  padding: 0.25em 0;
  margin-bottom: 1em;
}
.date {
  /* border-top: 1px solid #cccccc; */
  border-top: 2px dotted #ccc;
}
.date {
  display: block;
  min-height: 1px;
}
* html .date {
  height: 1%;
}
.date:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.date .day {
  float: left;
  /* height: 35px; */
  margin-right: 15px;
  padding-top: 5px;
  padding-left: 5px;
}
.sat {
  color: #3366ff;
}
.sun,
.holiday {
  color: #ff0000;
}
.events {
  float: left;
  /* padding-top: 0.5em; */
}
.events li {
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.pagination {
  line-height: 23px;
  padding-right: 5px;
  text-align: right;
}

/* sidemenu
----------------------------------------------- */




#calendarMonthlyLinks div.pieceContainer div.pieceBody {
	border-radius: 5px;
	border: 1px solid #ccc;
}

#menu .pieceHeader {
  background-repeat: repeat-y;
}
#menu ul {
  padding: 0 0 5px;
  background-color: #ffffff;
}
#menu li {
  /* width: 170px;
  padding: 0;
  background-image: none; */
  padding: 0;
}

/* カ レ ン ダ ーの と き は 非 表 示 に す る */

#menu li:before,
#menu li:after {
	display: none;	
}

#menu li a {
  height: 25px;
  line-height: 25px;
}

#menu li a {
  height: 25px;
  line-height: 25px;
}

#menu li .month {
  display: block;
  padding: 0 0 0 1.75em;
  background-color: #ffffff;
  /* background-image: url("./images/ic-list.gif"); */
  background-repeat: no-repeat;
  background-position: 10px 0.7em;
}

#menu li .month::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    height: 5px;
    left: 0.8em;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    width: 5px;
    z-index: 1;
}

#menu li .month::after {
    background: #01bf81 none repeat scroll 0 0;
    border-radius: 1000px;
    content: "";
    display: block;
    height: 1em;
    left: 0.4em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    z-index: 0;
}



#menu li .year {
  display: block;
  /* width: 160px; */
  padding-left: 10px;
  /* background-color: #d3e8f4; */
  background: #f8f8f8;
}

#menu li .year:hover ,
#menu li .month:hover {
  /* background-color: #ffff72; */
  text-decoration: underline;
}

#calendarMonthlyLinks div.pieceContainer div.pieceBody a.year {
	padding: 0.3em 0.5em 0.25em;
	display: block;
}

#menu li .month12 {
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
}
