/* ----------------------------------------
基本調整
---------------------------------------- */
.c-main .c-content__title {margin-top:60px;}


/* ----------------------------------------
杏雨書屋ご利用時のご注意
---------------------------------------- */
.c-main .c-content__detail {
  margin: 20px 0 0 0;
  padding: 20px 15px;
}

dl.attention {
  margin:30px 0 50px;
  font-size:1.4rem;
}
dl.attention dt {
  margin-bottom:10px;
}
dl.attention dd {
  margin-bottom:10px;
}


/* ----------------------------------------
カレンダー
---------------------------------------- */
.calendar_wrap {
  display: block;
  margin-bottom:20px;
}

.calendar {
  width:100%;
  font-size:1.4rem;
  margin-bottom:40px;
}

.calendar table {margin-bottom:20px;}

.calendar table caption {
  font-size:2.4rem;
  margin-bottom: 15px;}
.calendar table caption span {font-size:1.4rem;}

.calendar table th,
.calendar table td {
  font-size:1.4rem;
  height:48px;}

.calendar table th {
  height:48px;}

.calendar table tr td {
  padding:10px 0;}

.calendar table tr td p,
.calendar table tr td a {
  font-size:0.8rem;}


