﻿/* 1: Base Setting
=========================================================================================== */

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

body {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    color: #333;
    font-size: 100%;
    line-height: 100%;
    text-align: left;
    background-color: #e5e5e5;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* 3: Link Setting
=========================================================================================== */

a:link {
    text-decoration: underline;
    color: #c02;
}

a:visited {
    text-decoration: underline;
    color: #a94657;
}

a:hover, a:active {
    text-decoration: none;
    color: #b1000e;
}

/* Content
=========================================================================================== */
/* --- [-] Header --- */

#SiteIdentityP {
    border-top: solid 5px #e60027;
    background-color: #f2f2f2;
    height: 45px;
}

    #SiteIdentityP p {
        padding: 9px 0 0 15px;
    }
/* --- [-] Content Area --- */
#PopUpContainer {
    min-width: 320px;
    position: relative;
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    min-height: 100vh;
    padding-bottom: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#PopUpContents {
    padding: 18px 15px 5px 15px;
}
/* --- [-] Page title --- */

.PageTitleStyle1 {
    margin-bottom: 18px;
}

    .PageTitleStyle1 h1 {
        font-size: 150%;
        font-weight: bold;
        line-height: 130%;
        color: #777;
    }

@media screen and (max-width: 500px) {
    .PageTitleStyle1 h1 {
        font-size: 130%;
    }
}


/* [-] Common Class
=========================================================================================== */

.Section {
    padding: 0 0 10px;
}
/* --- [-] Close Button --- */

.CloseButtonStyle {
    position: absolute;
    right: 0;
    top: 0;
}

    .CloseButtonStyle li {
        height: 50px;
        overflow: hidden;
    }

        .CloseButtonStyle li a {
            display: block;
            padding: 22px 9px;
            background: url(../image/icon_close_hd.gif) no-repeat 50% 9px;
            -moz-background-size: 16px 16px;
            -webkit-background-size: 16px 16px;
            -o-background-size: 16px 16px;
            -ms-background-size: 16px 16px;
            background-size: 16px 16px;
            font-size: 76%;
        }

            .CloseButtonStyle li a:link, .CloseButtonStyle li a:visited {
                background-color: #e60027;
                color: #fff;
                text-decoration: none;
            }

            .CloseButtonStyle li a:hover,
            .CloseButtonStyle li a:active {
                background-color: #b1000e;
                color: #fff;
                text-decoration: none;
            }
/* --- [-] Footer --- */
#Footer {
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background-color: #e5e5e5;
    padding: 15px;
}

    #Footer p {
        margin: 0 auto;
        font-size: 65%;
        text-align: right;
        line-height: 1.5em;
        color: #333;
        vertical-align: top;
    }

@media(max-width:500px) {
    #Footer p {
        text-align: center;
        padding: 0;
    }
}

table {
    border-spacing: 0;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
}

th {
    background-color: #f2f2f2;
    font-weight: normal;
    width: 150px;
}

th,
td {
    padding: 10px 15px;
    border: solid 1px #ddd;
    font-size: 83%;
}

@media screen and (max-width: 500px) {
    th, td {
        padding: 10px 10px;
        font-size: 76%;
    }
}

@media(max-width: 500px) {
    th {
        width: 30%;
        min-width: 100px;
    }
}

.btn {
    border: none;
    background-color: #e60027;
    color: #fff;
    -webkit-appearance: none;
}

    .btn:hover {
        cursor: pointer;
        background-color: #b1000e;
    }
