@charset "UTF-8";
/*reset
-=========-=========-=========-=========-=========*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*変数・関数
-=========-=========-=========-=========-=========*/
/*レイアウト関連
-=========-=========-====*/
/* --- メディアクエリ --- */
/* 追加 */
/* --- カラー --- */
/* 背景色 */
/* メインカラー */
/* アクセントカラー */
/* グレートーン */
/* --- レイアウト --- */
/* スペース・余白 */
/*section間のbottom、PC以上*/
/*lyoutの上下padding*/
/*innerの左右padding*/
/* スペース・余白（レスポンシブ用可変） */
/*横幅960px:80px、375px:31.2…px*/
/*横幅960px:40px、375px:15.6…px*/
/*横幅960px:32px、375px:12.49…px*/
/*横幅960px:24px、375px:9.375px*/
/*フォント関連
-=========-=========-====*/
/* font-size */
/*80px*/
/*64px*/
/*48px*/
/*40px*/
/*32px*/
/*28px*/
/*24px*/
/*20px*/
/*18px*/
/*16px*/
/*14px*/
/*12px*/
/* font-weight */
/* line-height */
.ly_calendar_inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.bl_calendar_wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 4px;
  border: 2px solid #eee;
  border-collapse: collapse;
}

.bl_calendar_wrapper thead,
.bl_calendar_wrapper tfoot {
  background-color: #eee;
}

.bl_calendar_wrapper th,
.bl_calendar_wrapper td {
  padding: 16px;
  text-align: center;
}

.bl_calendar_wrapper tbody td:first-child {
  color: #e6216c;
}

.bl_calendar_wrapper tbody td:last-child {
  color: #219ee6;
}

.bl_calendar_wrapper tfoot {
  font-weight: bold;
}

.bl_calendar_wrapper td.disabled {
  opacity: .3;
}

.bl_calendar_wrapper td.today {
  font-weight: bold;
  text-decoration: underline;
  background-color: #dcf7ff;
}

.bl_calendar_wrapper #prev,
.bl_calendar_wrapper #next,
.bl_calendar_wrapper #today {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/*# sourceMappingURL=jsCalendar.css.map */