@import url('https://fonts.googleapis.com/css?family=Work+Sans|Amatic+SC');
@font-face
{
font-family: 手書き雑フォント;
src: url('https://cdn.leafscape.be/tegaki_zatsu/851tegaki_zatsu_web.woff2')
     format("woff2");
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #444;
    font-family: "Work Sans", 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 12px;
    letter-spacing: 2.4px;
    line-height: 1.9;
    text-align: center;
}

h1 {
    font-family: "Amatic SC", cursive;
    font-size: 90px;
    font-weight: normal;
    text-align: center;
    color: #444;
}

h2 {
    font-family:  "Amatic SC", 手書き雑フォント, cursive;
    font-size: 25px;
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: .5em;
    text-align: center;
}

h2:before {
    content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    width: 60px;
    height: 1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}

h3 {
    font-family:  "Amatic SC", 手書き雑フォント, cursive;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0.5em;
    margin: 1em 0;
    background: transparent;
    border-left: solid 1px #808080;
}

h4 {
    font-family:  "Amatic SC", 手書き雑フォント, cursive;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
}
    
h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

h5 {
    font-family:  "Amatic SC", 手書き雑フォント, cursive;
    font-size: 16px;
    font-weight: bold;
    margin: 3px 0 3px;
    padding: 2px;
}

a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px #88bfbf solid;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:visited {
    color: #444;
}

p {
    margin-bottom: .5em;
}

strong {
    font-weight: normal;
    text-decoration: none;
    background: linear-gradient(transparent 55%, #ffe4e1 60%);
}

nav ul {
    list-style: none;
    letter-spacing: 3.3px;
}

nav li {
    display: inline-block;
}

nav li + li {
    border-left: 1px solid #999;
}

nav a {
    color: #444;
    text-decoration: none;
    padding: 4px 10px;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border-bottom: 0;
}

nav a:hover {
    color: #444;
    background: #f5f5f5;
}

input[type="button"], input[type="submit"], input[type="text"], button, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, button, textarea, select {
    color: #444;
    font-family: "Work Sans", 'メイリオ', Meiryo, '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.5;
}

input[type="button"], input[type="submit"], input[type="text"], button, textarea {
    padding: 5px 10px;
    margin: 10px 5px;
    font-size: 13px;
    background: #f5f5f5;
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
}

select {
    padding: 5px 10px;
    vertical-align: middle;
}

#all {
    width: 95%;
    max-width: 525px;
    margin:10px auto;
    padding: 5px 5px 15px 5px;
}

.box {
    text-align: left;
    margin: 10px 5px;
    font-size: 120%;
}

.hakow {
    background: #fff;
    text-align: left;
    padding: 20px 15px 10px 15px;
    margin: 10px 5px;
    font-size: 120%;
}

.hakog {
    background: #f5f5f5;
    text-align: left;
    padding: 20px 15px 10px 15px;
    margin: 10px 5px;
    font-size: 120%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.sitetitle {
    position: absolute;
    top: 30px;
    left: 21px;
    width: 430px;
}

.center {
    text-align: center;
}

.note {
    border-bottom: 1px #808080 dashed;
}

.midashi {
    background: #88bfbf;
    color: #f5f5f5;
    padding: 5px 10px;
    margin-right: 5px;
}

.migi {
    margin-left: .5em;
}