@charset "utf-8";

/* ================================================================================= */
/* 全体共通                                                                           */
/* ================================================================================= */
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    line-height: 1.6em;
    position: relative;
}

form {
    margin: 0;
    padding: 0;
    clear: both;
    display: inline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

header:after,
footer:after,
article:after,
section:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    border-collapse: collapse;
}

p {
    width: auto;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
}

p.finmes {
    margin-bottom: 200px;
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #0b2441;
    text-decoration: underline;
}

/* ================================================================================= */
/* ヘッダー                                                                           */
/* ================================================================================= */
header {
    width: 100%;
    background-color: #096938;
}

h1 {
    width: 830px;
    min-height: 40px;
    margin: 0 auto;
    padding-top: 65px;
    padding-right: 10px;
    padding-bottom: 65px;
    padding-left: 160px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    color: #ffffff;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
}

.pagettl {
    width: 100%;
    background-color: #0b2441; /* ページタイトル背景の青い帯 */
}

.pagettl h2 {
    width: 1000px;
    min-height: 30px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
}

article#input {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
    display: block;
}

h3 {
    width: 1000px;
    margin: 30px 0 10px;;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
}

table {
    width: 1000px;
    margin: 30px 0;
    border: 1px solid #096938;
}

table th,
table td {
    padding: 10px;
    border: 1px solid #096938;
}

address {
    margin-top: 0;
    margin-bottom: 30px;
    font-style: normal;
}

footer {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    background-color: #096938; /* ページタイトル背景の青い帯 */
    color: #ffffff;
    position: absolute;
    bottom: 0;
}

/* ================================================================================= */
/* 入力画面                                                                           */
/* ================================================================================= */
#input table th {
    width: 227px;
    background-color: #cce4d7;
    text-align: left;
}

#input table th.chenge {
    width: 150px;
    white-space: nowrap;
}

#input table th.th2 {
    width: 100px;
    background-color: #f2f8f5;
}

#input table.indispensable th {
    background-color: #fadbe8;
}

#input table td input[type="text"],
#input table td input[type="email"],
#input table td input[type="password"],
#input table td input[type="file"],
#input table td textarea {
    width: 720px;
    padding: 5px;
}

#input table td input.wd50 {
    /* 短いテキストボックス */
    width: 50%;
}

#input table td input.wd30 {
    /* 短いテキストボックス */
    width: 30%;
}

#input table td input.wd75 {
    width: 75%;
}

#input table td input.wd70 {
    width: 73%;
    margin-top: 6px;
}

div.inline {
    float: right;
    width: 165px;
}

div.inline button {
    width: 50px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#input table td input.wd15 {
    /* もっと短いテキストボックス */
    width: 15%;
}

#input table td input.wmini {
    width: 40px;
}

#input table td input.wmid {
    width: 170px;
}
#input table td label {
    padding: 3px 0;
    margin-right: 20px;
}

#input table td label input {
    /* ラジオボタン・チェックボックス */
    width: auto;
    margin-right: 5px;
    vertical-align: top;
}

#input table td select {
    width: 200px;
    height: 30px;
    padding: 5px;
}

#input .btn {
    margin: 0 0 50px;
    text-align: center;
}

#input .btn input {
    /* 送信ボタン */
    min-width: 200px;
    line-height: 40px;
    margin: 10px;
    border: 2px solid #cce4d7;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

/* ================================================================================= */
/* 入力エラー                                                                         */
/* ================================================================================= */
.red {
    color: #d30b0b;
}

p .red {
    font-size: 16px;
    font-weight: bold;
}

.error {
    width: 975px;
    margin-top: 30px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-left: 5px solid #b20909;
}

.error h3 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 20px;
}

.error p {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.error ul {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
}

table th .red {
    padding-left: 5px;
}

table td .red {
    display: inline-block;
    padding-top: 5px;
}

/* ================================================================================= */
/* 斜体ボタン                                                                         */
/* ================================================================================= */
i,
td.naname button {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

td.naname button.italic {
    font-style: italic;
}

td.naname button.underline {
    text-decoration: underline;
}

td.naname button.bold {
    font-weight: bold;
}

#input table td.naname button {
}

/* ================================================================================= */
/* 順番入れ替えボタン                                                                 */
/* ================================================================================= */
#input table th.chenge {
    line-height: 50px;
}

#input table th.chenge span {
    min-height: 25px;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
}

#input table th.chenge span input {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

#input table td span.sup {
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

#input table td span.sup1_tx {
    width: 90px;
    display: inline-block;
}

#input table td span.sup1_ex {
    padding-left: 90px;
    width: 230px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

#input table td span.sup2_tx {
    width: 77px;
    padding-right: 13px;
    padding-left: 15px;
    display: inline-block;
    text-align: right;
}

#input table td span.sup2_ex {
    padding-left: 105px;
    width: 280px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

#input table td span.sup3_tx {
    width: 90px;
    display: inline-block;
}

#input table td span.sup3_ex {
    padding-left: 90px;
    width: 180px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

#input table td span.sup4_tx {
    width: 77px;
    padding-right: 13px;
    padding-left: 15px;
    display: inline-block;
    text-align: right;
}

#input table td span.sup4_ex {
    padding-left: 105px;
    width: 280px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

/* ================================================================================= */
/* ログイン                                                                          */
/* ================================================================================= */
#input table.login {
    width: 700px;
    margin: 30px auto 20px;
}

#input table.login td input {
    width: 420px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.textC {
    text-align: center;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}
