font-family: "uzura";
  src: url(/wp-content/uploads/font/uzura-subset.eot) format("eot"), url(/wp-content/uploads/font/uzura-subset.woff) format("woff");
}

@font-face {
font-family: "anzu";
  src: url(/wp-content/uploads/font/APJapanesefontK-subset.eot) format("eot"), url(/wp-content/uploads/font/APJapanesefontK-subset.woff) format("woff");
}

@font-face {
font-family: "GenJyuuGothicX-Bold";
  src: url(/wp-content/uploads/font/GenJyuuGothicX-Bold-subset.eot) format("eot"), url(/wp-content/uploads/font/GenJyuuGothicX-Bold-subset.woff) format("woff");
}

body {
    margin-top: 24px;
}

footer {
    margin-top: 32px;
    border-top: solid 1px #aaa;
}

h1 {
    border-bottom: solid 1px green;
    padding-bottom: 16px;
    font-size: 32px;
    text-align: center;
}

h4 {
    font-family: GenJyuuGothicX-Bold, "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
    padding: 12px;
    font-size: 24px;
    border-bottom: solid 1px green;
}

h4:before {
    content: url(/wp-content/uploads/2017/02/green-leaf.png);
    margin: 0px;
    margin-right: 3px;
    padding: 0px;
    position: relative;
}

h5 {
    font-family: GenJyuuGothicX-Bold, "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
    padding: 12px;
    font-size: 24px;
    border-bottom: solid 1px orange;
}

p {
    line-height: 1.5;
}

p.attention {
    font-size: 1.6rem;
    font-weight: 600;
    border: solid 1px red;
    color: white;
    padding: 5px 5px 5px 15px;
    background-color: red;
}

table {
    margin: 16px 0px;
}


table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th, table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th {
    padding: 1em;
    font-size: 14px;
    border: solid 1px #ddd;
}

table.noborder, tbody.noborder, th.noborder, td.noborder {
   border: none;
}

th {
    background-color: #444;
    color: #fff;
}





