@charset "UTF-8";

body {
    margin: 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    background: #eeeeee;
}

.container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* リンク */
a {
    color: #1f497d;
    text-decoration: none;
}

a:hover {
    color: #9caec5;
    text-decoration: none;
}

/* ヘッダ */
header {
    color: black;
    overflow: hidden;
}

header a {
    text-decoration: none;
    color: black;
}

header a:hover {
    text-decoration: none;
    color: black;
}

.border {
    background-color: mediumvioletred;
    display: block;
    height: 20px;
}

header .siteinfo {
    float: left;
    background: white;
    width: 100%;
    padding: 10px 0;
    border-bottom: 3px solid mediumvioletred;
}

header span.title {
    font-size: 2em;
    border-left: 20px solid mediumvioletred;
    padding-left: 10px;
}

header span.subtitle {
    font-size: 1.2em;
    font-weight: normal;
    margin: 5px 10px;
}

header h2 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 10px;
}

.contents {
    margin: 0;
    background: white;
    padding: 10px 0;
}

.contents .fbox {
    min-height: 70px;
}

.contents .fbox h1 {
    font-size: 1em;
    font-weight: normal;
    border-left: 20px solid #ffe5ef;
    padding-left: 10px;
    margin: 0;
    margin-top: 10px;
}

.contents .fbox h2 {
    font-size: 1em;
    font-weight: normal;
    padding-left: 20px;
    margin: 0;
    margin-top: 10px;
}

.contents .fbox h3 {
    font-size: 1em;
    color: red;
    text-align: center;
    margin: 0;
    margin-top: 10px
}

.contents .fbox h4 {
    font-size: 0.75em;
    margin: 0;
    color: black;
    font-weight: normal;
    text-align: left;
}

.contents .fbox h5 {
    font-size: 100%;
    font-weight: normal;
    padding-left: 10px;
    margin: 0;
    margin-top: 10px;

    margin-left: 25px;
    border-left: 10px solid #73aa12;
}

.contents .fbox ul {
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
}

.contents .fbox ul li {
    list-style: none;
    float: left;
    margin: 0;
    margin-right: 25px;
}

.contents .fbox .operationArea {
    margin: 10px 20px 0 20px;
    padding: 10px;
    border: 1px solid mediumvioletred;
    border-radius: 3px;
    background: #eeeeee;
}

.contents .fbox .operationArea table {
    border-collapse: collapse;
    font-size: 0.9em;
}

.contents .fbox .operationArea th {
    padding: 5px;
    font-weight: normal;
}

.contents .fbox .operationArea td {
    padding: 5px;
}

.contents .fbox .dispArea {
    margin: 10px 20px 0 20px;
}

.contents .fbox .dispArea table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.75em;
}

.contents .fbox .dispArea th {
    padding: 5px;
    font-weight: normal;
    border: 1px solid #888888;
    background: #ffe5ef;
}

.contents .fbox .dispArea td {
    padding: 5px;
    border: 1px solid #888888;
}

.contents .fbox .inputArea {
    margin: 10px 20px 0 20px;
}

.contents .fbox .inputArea table {
    border-collapse: collapse;
    font-size: 0.75em;
}

.contents .fbox .w100 table {
    width: 100%;
}

.contents .fbox .inputArea th {
    padding: 5px;
    font-weight: normal;
    border: 1px solid #888888;
    background: #ffe5ef;
}

.contents .fbox .inputArea td {
    padding: 5px;
    border: 1px solid #888888;
}

.contents .caution_txt {
    color: mediumvioletred;
    background: white;
    border :1px solid mediumvioletred;
    padding: 0;
    margin: 0;
}

.contents .caution {
    border :1px solid mediumvioletred;
    margin-right: 20px;
    font-size: 90%;
}

.contents .caution .title {
    color: mediumvioletred;
    background: white;
    border-bottom :3px solid mediumvioletred;
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px 0 0;
}

.contents .caution ul {
    margin: 0;
}

.contents .caution ul li {
    list-style: disc;
    float: none;
}

/* form */
.farea {
    padding: 10px;
    margin-right: 10px;
}

.button {
    background: mediumvioletred;
    color: white;
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 10px;
}

.sortb {
    padding: 0;
    width: 30px;
}

span.posSortb {
    border: 1px solid red;
    display: inline-block;
}

select {
    font-size: 0.9em;
}

text {
    font-size: 100%;
}

/* PageTop */
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 50px;
}
#pagetop a {
    color: white;
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
}

/* エラー */
.error h1 {
    font-size: 3em;
    color: red;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

.error h2 {
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

/* バリデーションエラー　チェックボックス */
dl dd {
    margin:0;
    padding: 5px;
}
dl dd input {
    z-index:2;
}
dl dd label {
    margin: 0 auto;
    z-index: 1;
}
*html dl dd.error label {
    background: none;
}
*+hml dl dd.error label {
    background: none;
}
dl dd p.error {
    background: mediumvioletred;
    color:white;
    border-radius:4px;
    padding:5px 10px;
    font-weight:bold;
    font-size:12px;
    margin:5px 0;
    text-align: left;
}

/* フッター */
footer {
    padding: 0;
    margin: 0;
    background: white;
    border-top: 3px solid mediumvioletred;
}

footer a {
    text-decoration: none;
    color: black;
}

footer a:hover {
    text-decoration: none;
    color: black;
}

footer .fbox {
    color: black;
}

footer .ftext {
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
}

footer .copyright {
    font-size: 0.9em;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
}
