<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no" />

<style type="text/css">
@import url('https://fonts.googleapis.com/css?family=Catamaran');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;   
    font-family: serif;
}

textarea {
    width: 100%;
    height: 80px;
    background: rgba(90,90,90,0.1);
    border: 1px solid #dfdfdf;
    padding: 10px;
    font-size: 11px;
}


a {
    text-decoration: none;
    color: #000000;
}

html:before,
html:after {
    content: "";
    background: #1F2428;
    position: fixed;
    display: block;
    z-index: 1;
}

body:before,
body:after {
    content: "";
    background: #c0c0c0;
    position: fixed;
    display: block;
    z-index: 10;
}


/* 上 */
body::before {
  height: 5px;
  width: 100vw;
  right: 0;
  top: 0;
}

html:before {
  height: 10px; 
  width: 100vw;
  left: 0;
  top: 5px;
}


body::after {
    height: 5px;
    width: 100vw;
    bottom: 0;
    left: 0;
}

html:after {
  height: 10px;
  width: 100vw;
  bottom: 5px;
  left: 0;
}

body{
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 14px;
    text-align: justify;
    background-color: #89cc14;
   font-size: 13px;
    margin-bottom: 40px;
   font-family:'Hannari', serif;
}

article {
    width: 95%;
    max-width: 330px;
    margin: 70px auto 30px;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 30px;
}

h1 {
    width: 70px;
    height: 70px;
    margin: 0 auto -20px;
    border-radius: 50%;
    position: relative;
    top: -25px;
    text-align: center;
    background: #fff url(kazaguruma.jpg) no-repeat 20px 12px;
    background-size: 32px;
}


h2 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Hannari', serif;
    font-weight: normal;
    font-size: 20px;
}

h3 {
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Hannari', serif;
    letter-spacing: -1px;
}


p.desc {
    font-family: 'Hannari', serif;
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: #999999;
   margin-bottom:20px;
}

p.desc span {
    display: block;
}

p.desc img {
    display: inline-block;
    margin-bottom: 5px;
    width: 35.375px;
}

p.desc span {
    font-size: 10px;
    font-family: 'Catamaran', sans-serif;
    letter-spacing: 3px;
}

form {
    text-align: center;
    margin-bottom: 15px;
}

form input[type=text],
form input[type=submit] {
    line-height: 1.8;
    font-size: 11px;
    color: #2C3E50;
    display: inline-block;
    background: #fff;
    border: none;
    margin: 0 2px;
    padding: 3px 0;
    text-align: center;
}

form input[type=text] {
    width: 60px;
    line-height: 22px;
    height: 26px;
    background: #f2f2f2;
}

form input[type=submit] {
    width: 28px;
    height: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #1F2428;
    color: #fff;
    margin: 5px 0;
}


aside,
div.list {
    margin: 0px 15px 5px 15px;
}

div.list p {
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

div.list span {
    display: inline-block;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    margin-right: 4px;
    color: #1F2428;
}

div.list p a {
    color: #333;
}

div.list p:nth-child(odd) span {
    color: #BAAD6E;
}

aside {
    font-size: 12.5px;
   color: #000;
}

aside a {
    border-bottom: 1px solid #f2f2f2;
    color: #877bc5;
}

aside.page p {
    margin-bottom: 20px;
}
</style>

