body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,td,textarea,th,ul {
    margin: 0;
    padding: 0
}
img,div,p,a,span,button{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}
h1,h2,h3,h4,h5 {
    font-size: 100%;
    font-weight: 400
}
li {
    list-style: none
}
fieldset,img {
    border: 0
}
img{border:0 none;width:auto;max-width:100%;vertical-align:top;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
caption,th {
    text-align: left
}
caption,em,th {
    font-style: normal;
    font-weight: 400
}
button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
wbr:after {
    content: '\00200b'
}
a,a:active,a:focus,button,button:active,input,input:focus,select,select:focus,textarea,textarea:focus {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    cursor: pointer;
}
article,aside,dialog,figure,footer,header,nav,section {
    display: block;
    margin: 0;
    padding: 0
}
body {
    background-color: #F7F8FA;
    font-size: 13px;
    color: #333;
}
.agreement {
    padding: 10px 10px 50px;
}
.h1 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 0 0 0;
    text-align: center;
}
.h2 {
    font-size:18px;
    line-height: 30px;
    font-weight: bold;
    padding: 20px 0 0;
    text-align: justify;
}
.h3 {
    font-size:16px;
    line-height: 30px;
    font-weight: bold;
    padding: 15px 0 0;
    text-align: justify;
}
.h5 {
    line-height: 26px;
    font-size: 13px;
    color: #666;
    text-indent: 2em;
    padding: 10px 0 0;
    text-align: justify;
}
.red {
    color: #f00;
}

.bold {
    font-weight: bold;
    color: #333;
}

.hv {
    line-height: 26px;
    font-size: 13px;
    color: #666;
    text-align: justify;
}

.link {
    color: #2a6dd7;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    text-decoration: none;
}

.table-box {
    width: 100%;
    overflow-x: visible;
    overflow-y: hidden;
}

.table {
    width: 1250px;
    border: 1px solid #d9d9d9;
}

.table td {
    border: 1px solid #d9d9d9;
    vertical-align: top;
    padding: 10px 10px;
    width: 250px;
    line-height: 22px;
    font-size: 13px;
}

.table .td-text {
    line-height: 22px;
    font-size: 13px;
}
