* {
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.break-top {
    padding-top: 1em;
}

.break-bottom {
    padding-bottom: 1em;
}

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

.ul-inline {
    padding-left: 0;
    list-style: none;
}

.ul-inline li {
    display: inline-block;
    margin-bottom: .5em;
}


.header h2 {
    color: #333;
}

.content-subhead {
    color: #333;
}

.content p,
.content li,
.content dl {
    color: #555;
}

.content a {
    color: #1f8dd6;
}

.content a:hover {
    text-decoration: none;
}

.content .pure-button {
    color: #fff;
}

.rwd-iframe {
    width: 100% !important;
}

.fz-l {
    font-size: 200%;
}

.space-left {
    margin-left: 1em;
}

.horizontal dt{
    width: 5em;
    padding-right: 1em;
    float: left;
    clear: left;
}

.horizontal dd {
    margin-left: 6em;
}



@media only screen and (max-width: 768px) {
    .header h1 {
        font-size: 22px;
    }
    .header h2 {
        font-size: 18px;
        font-weight: bold;
    }
}