@charset "UTF-8";

section {
    width: 800px;
    min-height: 350px;
    color: black;
}

#made_date time,
#made_date a {
    margin: 5px 0 5px 700px;
    font-size: 17px;
    text-decoration: none;
}

#article_ttl {
    font-size: 40px;
    margin: 5px auto 5px 15px
}

section h2 {
    font-size:30px
}

section h3 {
    font-size:22px
}

section p {
    font-size: 17px;
    margin-left: 15px;
    line-height: 1.3;
}