@charset "utf-8";

/* ***********************
RESET
*********************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: middle;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ********** reset ********** */
/* clearfix */
.clearfix:after {
  content: '\0020';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  width: 100%;
  zoom: 1;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /* */
     /*/
height: auto;
overflow: hidden;
/**/
}

a {
  text-decoration: none;
}

input,
textarea {
  display: inline-block;
  vertical-align: middle;
}

header, footer, div, section, nav, article, aside, p, ul, ol, li, dl, dt, dd, a, span, input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.44;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}


/* **********************
common
********************** */
.caution-message {
    font-size:  120%;
    color:  #f00;
}

.wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

/* **********************
structure
********************** */

.main {
    margin: 0 auto 40px;
}

/* **********************
styles
********************** */

.header-info {
    margin:  10px auto;
    text-align:  center;
}

.top-message {
    width:  90%;
    margin:  10px auto;
    padding:  15px 20px;
}

.top-caution {
    padding:  10px;
    border:  4px double #f00;
    margin-bottom: 20px;
}

.monthly-schedule {
    border:  1px solid #666;
    margin-bottom:  20px;
    padding:  10px 20px;
}

.monthly-title {
    font-size:  110%;
    font-weight: bold;
}

.monthly-detail {
    padding-left:  1em;
    font-size: 90%;
}

.nov2016 .caution-message {
    font-weight: bold;
}


.main-footer {
    background: #CCC;
    padding:  20px 0;
}


.copyrights {
    margin: 10px 0;
    font-size:  10px;
    text-align: center;
    color: #444;
}