﻿#container {
    width: 1040px;
    margin: 0px auto 30px;
    position: relative;
}
.MessageINFO{
    color    : green;
    font-weight    : bold;
}
.Messages{
    color    : #bd0000;
    font-weight    : bold;
}
#contents {
    margin: 0 auto;
    width: 1060px;
    padding-bottom: 20px;
}
.section {
    width: 972px;
    padding: 0 21.5px 20px;
    background: bottom no-repeat #FFF;
    background-position: center center;
    margin: 0 auto 0 20px;
}
#content-header {
    width: 973px;
    min-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 130%;
    color: #fff;
    display: block;
}

#content-body {
    padding: 0 10px 0 22px;
}
#content-header h1 {
    float: none;
}
.inputScreen #content-header{
    background: #0066b1;
}
#content-header h1 {
    padding: 0 10px;
    border-top: 1px solid #fff;
    text-align: center;
    font-size: 18px;
}
#content-header h2 {
    border-top: 1px solid #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
}
.check #content-header h2 {
    border-top: 1px solid #fff;
    font-weight: bold;
    background: #bd0000;
}

#content-body .hr {
    margin: 10px -10px 10px -22px;
    border-color: #c9c4be;
    border-width: 2px;
}
#content-body .hr_short {
    border: none;
    border-top: solid 1px #CCC;
    height: 1px;
    color: #ffffff;
    margin-left: -24px;
}
.heading {
    width: 330px;
    height: 24px;
    margin: 0 0 5px 0;
    text-indent: 10px;
    line-height: 21px;
    letter-spacing: 1px;
    font-size: 110%;
    color: #fff;
    padding-top: 3px;
}
.heading span {
    font-size: 100%;
    font-weight: normal;
}
.inputScreen .heading {
    background: #0066b1;
}
.secondParagraphName {
    margin-left: -20px;
}
.footnote {
    font-size: 80%;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
}
.footnoteRed {
    font-size: 80%;
    font-weight: normal;
    padding-left: 1em;
    text-indent: -1em;
    color: #bd0000;
}
.paragraphName {
    width: 650px;
}
#content-body table {
    line-height: 1.5;
}
#content-body th {
    padding-right: 5px;
}
#content-body td {
    padding-right: 20px;
    font-weight: bold;
    word-break: break-all;
}
.size48 {
    width: 320px;
}
.size30 {
    width: 220px;
}
body {
    background: #F7F7F2;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #202020;
}

input[type="submit"] {
    border: 1px solid #15aeec;
    background-color: #49c0f0;
    background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
    background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
    border-radius: 4px;
    color: #fff;
    line-height: 10px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    width: 150px;
    height: 35px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}
input[type="submit"]:hover {
    border:1px solid #1090c3;
    background-color: #1ab0ec;
    background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}
input[type="submit"]:active {
    background: #1a92c2;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #1679a1;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}