/*
スマホ版メニュー用スタイルシート
*/

header {
  color: #336633;
}

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    background-color:#e2e2e2;
    color:#000;
    font-family:'Fira mono', 'Courier New', Courier, monospace;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
}

main {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4em;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
    text-transform: uppercase;
    font-size:90%;
    color:black;
    border-bottom: 1px dotted black;
}

main header {
    font-size: 80%;
}

section {
    margin: 4em 0;
}

.aligncontent-center {
    text-align: center;
}



.wrapper {
    margin-top:0px;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 52px;
    border-top: 2px solid #336633;
}

.menu-button {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 36px;
  cursor: pointer;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  border-bottom: 17px double #336633;
  border-top: 6px solid #336633;
  width: 30px;
  height: 5px;
}

.menu-right {
  float: right;
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color:#275027;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:bold;
	font-size: 16px;
}

.sidebar .test {
    margin: 0 .8em;
    padding: 0;
	font-size: 12px;
}

.sidebar li {
    margin: .5em 0;
    padding: 0 1em;
    line-height: 20px;
}

.sidebar li a {
	color: #ffffff;
}

.sidebar li:hover {
    background-color: #72d572;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}

.toolbar {
	display: none;
}

.sidebar {
	display: none;
}

@media (max-width: 480px) {
.wrapper {
	margin-top: 50px;
}

.toolbar {
	display: block;
}

.sidebar {
	display: block;
}
}
