.home {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    width: 90%;
    margin: 20px;
    padding: 20px;
}
h1 {
    font-family: "HelveticaNeue-Bold", sans-serif;
    font-size: 300%;
    color: #FFFFFF;
    text-shadow: 0 0 5px #CCCCCC;
    background: #41A72C; /*背景色*/
    padding: 0.5em; /* 文字まわり（上下左右）の余白 */
}
h4 {
        font-family: "HelveticaNeue-Bold", sans-serif;
        font-size: 300%;
        color: #FFFFFF;
        text-shadow: 0 0 5px #CCCCCC;
        padding: 0.3em 0.5em;
        background: -webkit-repeating-linear-gradient(-45deg, #41A72C, #41A72C 3px,#ddffdd 3px, #ddffdd 7px);
        background: repeating-linear-gradient(-45deg, #41A72C, #41A72C 3px,#ddffdd 3px, #ddffdd 7px);
}
h5 {
    position: relative;
    color: #444444;
    line-height: 1.4;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0, 0, 0, 0.6));
}