@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   calender
========================================================= */
#pageTitle {
  width: 780px;
  margin: 0 auto;
  border-bottom: 3px solid #0077D7;
}
#pageTitle h1 {
  padding: 0;
  font-size: 180%;
  font-weight: bold;
  color: #0077D7;
}

/* content
----------------------------------------------- */
#contentBody {
  background-color: #EFEFEF;
  padding: 10px;
}


/* event-banner
----------------------------------------------- */
#eventBanner {
  margin-bottom: 20px;
  text-align: center;
}

/* event-calender
----------------------------------------------- */
.contentArticleEventDocs h2 {
  margin-bottom: 10px;
  padding: 7px 10px 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background-color: #0077D7;
  font-weight: bold;
  color: #FFF;
}
.contentArticleEventDocs li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .contentArticleEventDocs li {
  height: 1%;
}
.contentArticleEventDocs li {
  display: block;
  clear: both;
  min-height: 90px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.contentArticleEventDocs img {
  float: left;
  margin-right: 10px;
}
.contentArticleEventDocs li .title {
  margin-bottom: 5px;
}
.contentArticleEventDocs .wrapTop {
  width: 498px;
  margin: 0 auto;
  padding: 10px;
  border-top: solid 1px #999;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  background: #FFF;
}
.contentArticleEventDocs .wrapBottom {
  width: 518px;
  margin: 0 auto;
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  background: #FFF;
}
.noCalendar .wrapBottom {
  border-top: solid 1px #999;
}
.contentArticleEventDocs table {
  width: 100%;
}
.contentArticleEventDocs td {
  padding: 10px 0;
  border-bottom: 1px dotted #7a8a96;
}
.contentArticleEventDocs td.day {
  width: 45%;
  padding-left: 5px;
}
.contentArticleEventDocs td.day .closeDate {

}
.contentArticleEventDocs td.title {
  width: 54%;
}
td.attribute span {
  display: block;
  width: 90%;
  padding: 3px 0;
  border: 1px solid #66666;
  text-align: center;
}
p.attribute {
  display: block;
  width: 120px;
  margin: 0 0 10px 130px;
  padding: 3px;
  text-align: center;
}
.attributeNyusatsu span, p.attributeNyusatsu {
  background-color: #95c837;
  text-align: center;
}
.attributeSaiyo span, p.attributeSaiyo {
  background-color: #b1e6f1;
  text-align: center;
}
.attributeShikakushiken span, p.attributeShikakushiken {
  background-color: #ffcccc;
  text-align: center;
}
.attributeEvent span, p.attributeEvent {
  background-color: #ffd9f7;
  text-align: center;
}
.attributeTaikai span, p.attributeTaikai {
  background-color: #fff186;
  text-align: center;
}
.attributeOshirase span, p.attributeOshirase {
  background-color: #d9f1f7;
  text-align: center;
}
.attributeKenshu span, p.attributeKenshu {
  background-color: #d9f1bb;
  text-align: center;
}
.pagination {
  padding: 15px 0;
  background-color: #FFF;
}
