@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;
  color: #333;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
p {
  line-height: 1.5;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
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;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  cursor: pointer;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
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;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:top;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
i {
  color: inherit;
  vertical-align: inherit;
}
label {
  display: inline;
  font-weight: inherit;
}
input[type=checkbox]+label {
  margin: 4px 0 0;
  display: inline-block;
}
input[type="text"][disabled] {
  background-color: #EEE;
  color: #AAA;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: transparent;
  font:14px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}
.serif {
  font:14px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = header
--------------------------------------------------- */
.box {
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
strong {
  color: #333;
}
p {
  line-height: 1.4;
}
h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #333;
}
h3:before {
  content: "■ ";
}
span {
  display: block;
}

/* = calender
--------------------------------------------------- */
#calender {
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 0;
}
@media (max-width: 400px) {
  #calender {
    zoom: 0.7;
    padding: 15px 15px 0;
  }
}
#calender > p {
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
}
#calender table {
  width: 100%;
}
#calender td,
#calender th {
  border: 1px solid #AAA;
}
#calender th {
  text-align: center;
  background-color: rgba(255,255,255,0.2);
  padding: 3px 0;
}
#calender td {
  padding: 3px;
  height: 78px;
  width: 135px;
}
#calender td.selected {
  background-color: #e5f8ff;
}
#calender td h3 {
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}
#calender td h3:before {
  content: "";
}
#calender td span {
  margin-top: 3px;
  padding: 2px 0;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: black;
}
#calender td span:nth-of-type(1) { background-color: #ceefff; }
#calender td span:nth-of-type(2) { background-color: #ffd9e6; }
#calender td span:nth-of-type(3) { background-color: #e0fffd; }
#calender td span:nth-of-type(4) { background-color: #fff2d9; }
#calender td span.holiday {
  background-color: #CCC;
}