@import url(/mt-static/support/theme_static/eiger/css/base.css);
@import url(/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(/mt-static/support/theme_static/eiger/css/feedback.css);


/*
/ サンプルスタイル
*/

/* Body */
body {
    /*font-size: 16px;
    font-family: sans-serif;*/
    background: url(../../../../../sanyo_igo/images/bg_body.png) no-repeat;
    background-size: contain;
}

/* カテゴリラベルカラー */
.label {
  /*border-radius: 3px;*/
  background: #333;
}

/*
.label.category_basename {
  background-color: green;
}
*/

/* Responsive (Media Query)
body {
  background-color: lightgrey;
}

@media (min-width: 700px) {
  background-color: whitesmoke;
}

@media (min-width: 930px) {
  background-color: white;
}
*/

[role="banner"] h1 img {
  max-width: 400px;
  vertical-align: top;
}
[role="banner"] [role="navigation"] {
  margin-top: 1em;
}

[role="banner"] + .content {
    padding: 2%;
    border-top: none;
    background: #FFF;
}

.breadcrumb {
    margin-bottom: 1.236em;
}

[role="contentinfo"] .license {
  float: none;
  width: auto;
  text-align: center;
}

[role="main"] h1.title {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: center;
}
[role="main"] h1.title img {
  max-width: 100%;
}
[role="main"] #posts {
  /*margin-top: 4em;*/
}
[role="main"] #posts > h2:first-child {
  border-bottom-width: 2px;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

[role="main"] article.entry > h2.title,
[role="main"] section.entry > h2.title {
  display: inline-block;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 200%;
  line-height: 1.1em;
  letter-spacing: -0.1em;
}

[role="main"] section.entry > h2.title + p {
  margin-top: 10px;
}

[role="main"] .menu {
}
[role="main"] .menu ul {
  margin-top: 0;
  padding-left: 0;
}
[role="main"] .menu ul li {
  margin-bottom: 0.8em;
  list-style: none;
}
[role="main"] .menu ul li a {
  border: 1px solid #CCC;
  display: block;
}
[role="main"] .menu img {
  max-width: 100%;
  display: block;
  vertical-align: text-bottom;
  margin: 0 auto;
}

[role="main"] + .related h3 {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  letter-spacing: -0.1em;
}

[role="main"] .calendar {
    margin-top: 30px;
}
[role="main"] .calendar h2 {
  margin-bottom: 0.809em;
  border-bottom: 1px solid #c0c6c9;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.1em;
}
[role="main"] .calendar iframe {
    width:100%;
    max-width:620px;
    height:465px;
}
@media(max-width: 929px) {
    [role="main"] .calendar iframe {
        max-width: none;
    }
}
