@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*  

■■リセットCSS

*/
html,
button,
input,
select,
textarea {
  font-family: "メイリオ", Meiryo, sans-serif;
}

label {
  cursor: pointer;
  cursor: hand;
}

object,
embed {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

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

.pkg:before,
.pkg:after {
  content: "";
  display: table;
}

.pkg:after {
  clear: both;
}

.pkg {
  zoom: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

a:link {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:visited {
  color: #0064B1;
  transition: all 0.2s ease-in;
}

a:hover {
  color: #3cc;
  transition: all 0.2s ease-in;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.2s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

/*
input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
*/
a[data-fancybox] {
  position: relative;
}
a[data-fancybox] img {
  border: 1px solid #ccc;
}
a[data-fancybox]::after {
  position: absolute;
  font-family: "icomoon";
  font-weight: 400;
  line-height: 1;
  content: "\f00e";
  bottom: 5px;
  right: 10px;
  color: #000;
  font-size: 20px;
}

figure {
  margin: 0;
}

body {
  padding-top: 0 !important;
}

/*  

■■ハンバーガーメニュー

*/
.menu-btn {
  width: 60px;
  height: 60px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    top: auto;
    bottom: 0;
  }
}
.menu-btn .label {
  padding-top: 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 24px;
  top: 12px;
  /*left:15px;
  right:15px;*/
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*hoverで短くなるやつ*/
.menu-trigger:not(.active):hover span:nth-of-type(2) {
  width: 70%;
}

.menu-trigger:not(.active):hover span:nth-of-type(3) {
  width: 35%;
}

/*動き*/
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10.5px) rotate(-45deg);
  background-color: #fff;
  height: 3px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10.5px) rotate(45deg);
  background-color: #fff;
  height: 3px;
}

.menu-trigger.active:hover {
  opacity: 0.5;
}

/*メニュー画面*/
nav.header {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #484F57;
  padding: 30px;
  z-index: 99;
}
nav.header .wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow-y: auto;
  height: 100%;
  color: #fff;
}
nav.header .wrapper .box {
  padding: 10px 0;
}
nav.header .wrapper .box .menu-box {
  padding: 0 24px;
}
nav.header .wrapper a {
  display: block;
  padding: 4px 0;
  color: #fff;
  text-decoration: none;
}
nav.header .wrapper a:hover {
  text-decoration: underline;
}
nav.header .wrapper .company {
  text-align: center;
}
nav.header .wrapper .company a {
  padding-top: 0;
}
nav.header .wrapper i {
  margin-right: 10px;
  font-size: 20px;
  font-size: 2rem;
}
nav.header .wrapper hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #aaa;
}

/**/
#other-contents ul {
  list-style-type: disc;
  margin-left: 60px;
}
#other-contents ul i {
  margin-right: 10px;
}
#other-contents ul li ul {
  list-style-type: circle;
  margin-left: 40px !important;
}
@media screen and (max-width: 640px) {
  #other-contents ul {
    margin-left: 30px;
  }
}

#disclaimer {
  padding-right: 30px;
}
#disclaimer ul {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

#remarks .cols {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #remarks .cols {
    display: block;
  }
}
#remarks .cols .col {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col {
    margin-bottom: 15px;
  }
}
#remarks .cols .col a {
  display: block;
  width: 160px;
  height: 120px;
  background-color: #30aec5;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 16px 20px;
  }
}
#remarks .cols .col a:hover i, #remarks .cols .col a:hover span {
  color: #3cc;
  transition: all 0.2s ease-in;
}
#remarks .cols .col a i {
  font-size: 50px;
  font-size: 5rem;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a i {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 0 !important;
    vertical-align: middle;
    width: 60px;
    text-align: center;
  }
}
#remarks .cols .col a span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a span {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: middle;
  }
}
#remarks .cols .col a.creator:hover img.face {
  opacity: 1;
  transition: all 0.2s ease-in;
}
#remarks .cols .col a.creator p {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 60px;
    padding: 0 5px;
    margin-right: 12px;
  }
}
#remarks .cols .col a.creator p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p img {
    position: static;
  }
}
#remarks .cols .col a.creator p img.face {
  width: 52px;
  height: 52px;
  opacity: 0;
}
@media screen and (max-width: 850px) {
  #remarks .cols .col a.creator p img.face {
    display: none;
  }
}

/* htmlの方で読みます
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
*/
/*  

■■レイアウト

*/
header {
  text-align: center;
}

.ad-top-center {
  text-align: center;
  padding: 30px 0;
  background-color: #F2F5F7;
}
@media screen and (max-width: 700px) {
  .ad-top-center {
    padding: 10px 0;
  }
}
.ad-top-center ins {
  height: 280px;
}
@media screen and (max-width: 1100px) {
  .ad-top-center ins {
    height: 345px;
  }
}

.content {
  background-color: #F2F5F7;
  display: flex;
  justify-content: center;
}
.content .ad-top-left {
  width: 300px;
  order: 1;
  text-align: right;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1500px) {
  .content .ad-top-left {
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .content .ad-top-left {
    display: none;
  }
}
.content main {
  order: 2;
  background-color: #fff;
  width: 860px;
  margin: 0 15px;
  padding: 30px;
  border-radius: 3px;
}
@media screen and (max-width: 550px) {
  .content main {
    padding: 10px;
    margin: 0;
  }
}
.content .ad-top-right {
  order: 3;
  width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .content .ad-top-right {
    display: none;
  }
}

footer {
  text-align: center;
  border-top: 1px solid #aaa;
}
footer .box {
  background-color: #343A40;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 12px 10px 50px 10px;
}

/*

■■コンテンツ

*/
#ad-slot-middle {
  display: none;
}
@media screen and (max-width: 400px) {
  #ad-slot-middle {
    display: block;
  }
}

.ad-top-center img {
  max-width: 100%;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    flex: 0 0 calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  header .menu {
    width: 0px;
  }
}
header .title-logo {
  margin: 0;
}
header .title-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 550px) {
  header .title-logo img {
    max-width: calc(100vw - 80px);
    margin: 0 10px;
  }
}

main .version {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
main .h1_with_lang {
  display: flex;
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 640px) {
  main .h1_with_lang {
    display: block;
  }
}
main .h1_with_lang div {
  flex-grow: 1;
}
main .h1_with_lang .lang {
  text-align: right;
}
@media screen and (max-width: 640px) {
  main .h1_with_lang .lang {
    text-align: left;
    margin-bottom: 10px;
  }
}
main .h1_with_lang .lang i {
  font-size: 24px;
  font-size: 2.4rem;
  color: #DE0101;
  margin-right: 8px;
  vertical-align: middle;
}
main .h1_with_lang .lang span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto";
  color: #aaa;
  font-weight: bold;
}
main h1.page-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #30aec5;
  border-left: 7px solid #30aec5;
  padding-top: 2px;
  padding-left: 13px;
}
@media screen and (max-width: 550px) {
  main h1.page-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 10px;
  }
}
main section {
  margin-bottom: 60px;
}

section img {
  max-width: 100%;
  height: auto;
}
section h2 {
  margin-bottom: 10px;
  color: #30aec5;
  line-height: 1.3;
}
section h2 i {
  margin-right: 10px;
}
section .image {
  margin-bottom: 20px;
}
section .image img {
  border: 1px solid #ccc;
  border-radius: 3px;
}
section .description {
  margin-bottom: 30px;
}
section .link {
  text-align: center;
}
section .link i {
  margin-right: 10px;
}
section .link a {
  display: inline-block;
  max-width: 100%;
  background-color: #30aec5;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  padding: 17px 23px 13px;
  border-radius: 5px;
  box-shadow: 0px 3px 0px 0px #3499AB;
}
section .link a:hover {
  opacity: 0.5;
}

#content {
  font-family: "Roboto";
  line-height: normal;
}
#content p {
  margin-top: 0;
  margin-bottom: 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
  font-weight: normal;
  line-height: normal;
}
#content a:link {
  color: #555;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#content a:visited {
  color: #555;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
#content a:hover {
  color: #FF258D;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

/* headline */
.headline {
  background-image: url(/img/onlinecalendar-all/border_dot_wide.png), url(/img/onlinecalendar-all/border_dot_wide.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
  margin: 0 0 27px;
  padding: 8px 0;
  zoom: 1;
}
.headline:before, .headline:after {
  content: "";
  display: table;
}
.headline:after {
  clear: both;
}
.headline h2 {
  float: left;
}
.headline h2 .date {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 660px) {
  .headline h2 .date {
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: 3px;
  }
}
.headline h2 .post_text {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: 3px;
  padding-left: 10px;
}
.headline a.print_btn {
  float: right;
  margin-right: 2px;
  margin-top: 3px;
}
@media screen and (max-width: 660px) {
  .headline a.print_btn {
    display: none;
  }
}
.headline a.print_btn:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
}
.headline p.printmode {
  display: none;
}

body.print .headline p.printmode {
  display: inline !important;
  float: right;
  margin-right: 2px;
  margin-top: 6px;
  font-weight: bold;
}

/* nav */
nav.year {
  zoom: 1;
  margin: 0;
}
nav.year:before, nav.year:after {
  content: "";
  display: table;
}
nav.year:after {
  clear: both;
}
nav.year p {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: 0px;
  padding-left: 10px;
  padding-right: 25px;
}
@media screen and (max-width: 760px) {
  nav.year .post_text2 {
    display: none;
  }
}
nav.year ul {
  float: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  nav.year ul {
    margin-right: 25px;
  }
}
nav.year ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
nav.year ul li a {
  display: block;
  background-color: #EFE4C8;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 17px 4px;
}
@media screen and (max-width: 760px) {
  nav.year ul li a {
    padding-right: 5px;
    padding-left: 5px;
  }
}
nav.year ul li a.active {
  background-color: #FF92C6 !important;
  color: #fff !important;
  transition: none;
}

#content.year nav.month {
  display: none;
}

#content.month nav.month {
  display: table-cell;
  text-align: center;
}
#content.month nav.month ul {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content.month nav.month ul li {
  display: table-cell;
  padding-right: 2px;
}
#content.month nav.month ul li a {
  display: block;
  background-color: #EFE4C8;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 5px 4px;
}
#content.month nav.month ul li a.active, #content.month nav.month ul li a.now_month {
  background-color: #FF92C6 !important;
  color: #fff !important;
  transition: none;
}

/**/
#content.year .calendar_pager {
  display: none;
}

#content.year .calendar_wrap {
  margin-top: 60px;
}

#content.month .calendar_pager {
  display: table;
  width: 100%;
  margin-bottom: 13px;
}
#content.month .calendar_pager.bottom_position {
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #content.month .calendar_pager {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 900px) {
  #content.month .calendar_pager .month {
    display: none;
  }
}
#content.month .calendar_pager .previous {
  display: table-cell;
}
#content.month .calendar_pager .previous a {
  background: url(/img/onlinecalendar-all/arrow_previous.png) 0 center no-repeat;
  padding: 0 0 0 22px;
}
#content.month .calendar_pager .next {
  display: table-cell;
  text-align: right;
}
#content.month .calendar_pager .next a {
  background: url(/img/onlinecalendar-all/arrow_next.png) right center no-repeat;
  padding: 0 22px 0 0;
}

#content.month .calendar_wrap {
  margin-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #eee;
}
@media screen and (max-width: 760px) {
  #content.month .calendar_wrap {
    margin-top: 26px;
  }
}
#content.month .calendar_wrap .calendar_col {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #content.month .calendar_wrap .calendar_col {
    width: 100%;
  }
}

.select_wrap {
  display: inline-block;
  border-left: 1px dotted #999;
  padding-left: 10px;
}
@media screen and (max-width: 760px) {
  .select_wrap {
    border-left: none;
    padding-left: 0;
  }
}

select {
  border-color: #b0b0b0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: rgba(0, 0, 0, 0.8);
  font-family: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1px 0 0;
  padding: 3px 28px 3px 5px;
  width: auto;
}

select::-ms-expand {
  display: none;
}

/* calendar table */
.calendar_tbl_24sekki {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.calendar_tbl_24sekki tr.sunday td.date, .calendar_tbl_24sekki tr.sunday td.youbi {
  color: #DF0615;
  background-color: #F0B2B5;
}
.calendar_tbl_24sekki tr.holiday td.date, .calendar_tbl_24sekki tr.holiday td.youbi {
  color: #DF0615 !important;
  background-color: #F0B2B5 !important;
}
.calendar_tbl_24sekki tr.saturday td.date, .calendar_tbl_24sekki tr.saturday td.youbi {
  color: #1B74A4;
  background-color: #B9CADF;
}
.calendar_tbl_24sekki tr.today td.date {
  position: relative;
}
.calendar_tbl_24sekki tr.today td.date::after {
  content: "";
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  display: block;
  border: 2px solid #333;
  border-right: 0;
}
.calendar_tbl_24sekki tr.today td.youbi {
  position: relative;
}
.calendar_tbl_24sekki tr.today td.youbi::after {
  content: "";
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  display: block;
  border: 2px solid #333;
  border-left: 0;
}
.calendar_tbl_24sekki tr th, .calendar_tbl_24sekki tr td {
  border: 1px solid #ccc;
}
.calendar_tbl_24sekki tr td.date {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background-color: #eee;
  width: 10px;
  padding: 0 16px;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .calendar_tbl_24sekki tr td.date {
    font-size: 18px;
    padding: 0 8px;
  }
}
.calendar_tbl_24sekki tr td.youbi {
  background-color: #eee;
  text-align: center;
  width: 10px;
  padding: 0 8px;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .calendar_tbl_24sekki tr td.youbi {
    font-size: 14px;
    padding: 0 8px;
  }
}
.calendar_tbl_24sekki tr td.cell1 {
  padding: 6px;
  color: #555;
  border-bottom: 1px solid #e0e0e0;
}
.calendar_tbl_24sekki tr td.cell2 {
  padding: 6px;
  height: 37px;
}
.calendar_tbl_24sekki tr td.season {
  width: 36px;
  text-align: center;
  border-bottom: 0;
  border-top: 0;
  vertical-align: top;
  padding-top: 24px;
}
@media screen and (max-width: 550px) {
  .calendar_tbl_24sekki tr td.season {
    font-size: 12px;
    width: 24px;
  }
}
.calendar_tbl_24sekki tr td.season.spring {
  background-color: #B6DBA8;
}
.calendar_tbl_24sekki tr td.season.summer {
  background-color: #ACE4E3;
}
.calendar_tbl_24sekki tr td.season.autumn {
  background-color: #EAC69B;
}
.calendar_tbl_24sekki tr td.season.winter {
  background-color: #e0e0e0;
}
.calendar_tbl_24sekki tr td span.rokuyou {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #aaa;
}
.calendar_tbl_24sekki tr td span.days-eto-furigana {
  font-size: 11px;
}
.calendar_tbl_24sekki tr td span.holiday + span.annual_events {
  margin-left: 16px;
}
.calendar_tbl_24sekki tr td span.annual_events + span.annual_events {
  margin-left: 16px;
}
.calendar_tbl_24sekki tr td span.holiday {
  color: #DF0615;
  font-size: 19px;
  font-weight: bold;
}
.calendar_tbl_24sekki tr td span.annual_events {
  color: #666;
  font-size: 19px;
  font-weight: bold;
}
.calendar_tbl_24sekki tr .block1 + .item {
  margin-top: 3px;
}
.calendar_tbl_24sekki tr .item.sekki24 .title {
  color: #409D26;
}
.calendar_tbl_24sekki tr .item.kou72 .title {
  color: #A78628;
}
.calendar_tbl_24sekki tr .item.sekki24 {
  padding: 5px;
  background-color: rgba(64, 157, 38, 0.1);
}
.calendar_tbl_24sekki tr .item.kou72 {
  padding: 5px;
  background-color: rgba(167, 134, 40, 0.1);
}
.calendar_tbl_24sekki tr .item.zassetsu {
  padding: 5px;
  background-color: rgba(103, 103, 103, 0.1);
}
.calendar_tbl_24sekki tr .item.zassetsu .title {
  color: #666;
}
.calendar_tbl_24sekki tr .item .title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0 2px;
}
.calendar_tbl_24sekki tr .item .title .furigana {
  font-size: 14px;
  font-weight: normal;
}
.calendar_tbl_24sekki tr .item .desc {
  font-size: 15px;
  color: #333;
}

.calendar_col {
  /*
     .now_month {
     	background:  url(../img/bgimg_dot.png);	
     	border-color:#333 !important;
     }
     */
}
.calendar_col .border {
  border-top: 2px solid #eee;
  margin-top: 25px;
  padding-top: 18px;
}
.calendar_col .monthly_header {
  display: table;
  vertical-align: bottom;
  width: 100%;
  margin-bottom: 13px;
}
.calendar_col .monthly_header .month {
  display: table-cell;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold !important;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .month {
    display: block;
  }
}
.calendar_col .monthly_header .month .year {
  font-size: 14px;
  font-size: 1.4rem;
}
.calendar_col .monthly_header .month .month_num {
  font-size: 24px;
  font-size: 2.4rem;
}
.calendar_col .monthly_header .month p.alias {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
}
.calendar_col .monthly_header .month p.alias span {
  font-size: 15px;
  font-size: 1.5rem;
}
.calendar_col .monthly_header .year-box {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 760px) {
  .calendar_col .monthly_header .year-box {
    display: block;
    text-align: left;
  }
}
.calendar_col .monthly_header .year-box .furigana {
  font-size: 13px;
}

/* 印刷用ページ */
body.print header,
body.print aside,
body.print section,
body.print footer,
body.print nav.year,
body.print .headline,
body.print .calendar_pager,
body.print .print_btn {
  display: none !important;
}
body.print .headline p.printmode {
  margin-top: 6px !important;
}
body.print .calendar_wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.print .border {
  border: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.print .content {
  background: none !important;
}
@media print {
  body.print main {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
}
@media print {
  body.print .calendar_col {
    max-width: 100% !important;
  }
}

section#about-this span.sekki24-font {
  font-weight: bold;
  color: #409d26;
}
section#about-this span.kou72-font {
  font-weight: bold;
  color: #a78628;
}
section#about-this span.zassetsu-font {
  font-weight: bold;
  color: #676767;
}
section#about-this span.sekki24-bg {
  background-color: rgba(64, 157, 38, 0.2);
}
section#about-this span.kou72-bg {
  background-color: rgba(167, 134, 40, 0.2);
}
section#about-this span.zassetsu-bg {
  background-color: rgba(103, 103, 103, 0.2);
}

section#sekki24_meaning .text {
  width: 100%;
  margin-bottom: 30px;
}
section#sekki24_meaning .notice {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 20px 0 0;
}

section#zassetsu .text {
  width: 100%;
  margin-bottom: 30px;
}

table.setsumei {
  width: 100%;
}
@media screen and (max-width: 550px) {
  table.setsumei {
    border-bottom: 1px solid #ccc;
  }
}
table.setsumei caption {
  text-align: left;
  padding-bottom: 10px;
}
table.setsumei td, table.setsumei th {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  padding: 4px 6px;
}
@media screen and (max-width: 550px) {
  table.setsumei td, table.setsumei th {
    display: block;
    text-align: left !important;
    border-bottom: none;
  }
}
table.setsumei th {
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  table.setsumei th {
    background-color: #aaa;
    color: #fff;
  }
}
table.setsumei td.name {
  font-size: 19px;
  font-size: 1.9rem;
  color: #555;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  table.setsumei td.name {
    background-color: #f0f0f0;
  }
}
table.setsumei td.kana {
  font-size: 11px;
  font-size: 1.1rem;
  white-space: nowrap;
}
table.setsumei td.date {
  text-align: right;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
table.setsumei td.temp {
  text-align: right;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
}
table.setsumei td.season {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
table.setsumei td.spring {
  background-color: #B6DBA8;
}
table.setsumei td.summer {
  background-color: #ACE4E3;
}
table.setsumei td.autumn {
  background-color: #EAC69B;
}
table.setsumei td.winter {
  background-color: #e0e0e0;
}