@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
/*
'Roboto Condensed' is licensed under the Apache License 2.0.
(http://www.apache.org/licenses/LICENSE-2.0)

You can download the original font from here.
https://fonts.google.com/specimen/Roboto+Condensed
*/

html {
 background: transparent;
 font-size: 62.5%;
}
body {
 font-size: 1.2rem;
 font-family: 'メイリオ', 'ヒラギノ角ゴ', sans-serif;
 letter-spacing: 0.2em;
 line-height: 180%;
}
a {
 text-decoration: none;
}
h1 {
 font-size: 2.0rem;
}
h2,h3,h4 {
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: bolder;
}
h2 {
 padding: 0.5em 0em;
 color: #2e8b57;
}
h2::before {
 padding: 1em;
 content: '';
 background: url('../img/design31.png') center / 100% no-repeat;
 width: 1em;
}
em {
 background: #ccffcc;
 font-style: normal;
}
ul,ol,dl {
 list-style: none;
}
input,textarea,button,select {
 border: solid 1px #2e8b57;
 font-family: inherit;
 font-size: 100%;
}
input[type="submit"] {
 background: #2e8b57;
 color: #ccffcc;
}
textarea {
 width: 90%;
}
form {
 padding: 1em;
}
form textarea ,form input {
 padding: 0.2em;
}


main {
 display: block;
 margin: 1em auto;
  width: 90%;
  max-width: 500px;
}
main a {
 color: #444444;
}

header {
 margin: 0em auto;
  width: 100%;
  max-width: 500px;
 padding: 1em 0em;
 font-family: 'Roboto Condensed', sans-serif;
}
nav {
 display: flex;
  align-items: center;
 padding: 1em 0em;
 background: rgba(255,255,255,0.6);
 box-sizing: border-box;
 overflow-x: auto;
 white-space: nowrap;
}
nav ul {
 display: flex;
 align-items: center;
}
nav li {
 display: inline-block;
 margin: 0em 1em;
}
nav li a {
 display: inline-block;
 padding: 0.5em;
 color: #ccffcc;
 background: #2e8b57;
 border-radius: 1em;
 }


.info {
 padding: 1em;
}
.info ul {
 color: #555555;
 font-size: 1rem;
 text-align: right;
}
.page .info {
 display: none;
}



.voice dl {
 padding: 0em 1em 1em 1em;
}
.voice dt {
 padding: 0.5em 0em;
 margin-top: 1rem;
 font-size: 1.8rem;
}
.voice dt a{

}
.voice dd {
 padding: 0em 1em;
 margin-bottom: 1rem;
 color: #999999;
}



article {
 padding: 1em;
 margin-bottom: 1em;
 border-bottom: solid 2px #2e8b57;
}
article:last-of-type {
 border-bottom: none;
}


.right {
 text-align: right;
}


