/*全体設定部*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Meiryo";
}

#layout {
    margin-top: 20px;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

/*ヘッダー部*/

#header {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
}

#header_logo {
    width: 150px;
    height: 100%;
    text-align: center;
}

#header_back {
    flex: 1;
    text-align: center;
}

/*コンテンツ部*/

#contents {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#contents_top {
    width: 100%;
    background-color: #00abeb;
    margin-bottom: 30px;
}

#contents_main {
    width: 100%;
    background-color: none;
    margin-bottom: 20px;
}

#contents_copyright {
    background-color: #00abeb;
}

.h1font {
    font-size: 32px;
    color: #fff;
    line-height: 80px;
    padding-left: 15px;
}

.h2font {
    font-size: 32px;
    color: black;
    line-height: 80px;
    text-align: center;
}

.pfont1 {
    font-size: 18px;
    color: black;
    line-height: 28px;
    padding-left: 20px;
}

.pfont2 {
    font-size: 16px;
    color:#fff;
    line-height: 32px;
    margin-top: 5px;
    text-align: right;
    padding-right: 10px;
}

/*フッター部(設定なし)*/
