@charset "UTF-8";

* {
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body {
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    /* background-image: url("images/test-backbground.png")  本番稼働時削除 */
}

header {
}

header h1 {
    padding:0.2em 0 0.2em 0;
    margin: 0 0 0.2em 0;
    background-color:#0070c0;
    font-size:1.6em;
    color: #ffffff;
}

div#contents {
    margin:0 auto;
    /* background-color:#ffffff;  本番稼働時削除 */
}

@media screen and (max-width:480px) {
    body {
        font-size: 14px;
    }

    div#contents {
        width:100%;
    }
}
@media screen and (min-width:481px) and (max-width:768px) {
    body {
        font-size: 16px;
    }

    div#contents {
        width:480px;
    }
}
@media screen and (min-width:769px) {
    body {
        font-size: 16px;
    }

    div#contents {
        width:768px;
    }
}

div#contents section {
    padding: 0.1rem 0.4rem;
}

footer#copyright {
    text-align: center;
    background-color: #0070c0;
    color: #ffffff;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
}

ul {
    padding-left:1.4rem;
    list-style-type: square;
}

ul.login_comment {
    margin-top: 0.1rem;
}

input[type="button"] {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

input.btnLogout {
    height: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

div.blk_buttons {
    margin:0.2rem 0;
    position:relative;
    height: 3rem;
}

div.blk_buttons div.left {
    display: inline-block;
    position:absolute;
    top:0;
    left:0;
}

div.blk_buttons div.right {
    display: inline-block;
    position:absolute;
    top:0;
    right:0;
}

div.blk_user {
    text-align: right;
    font-size:80%;
}

.num {
    text-align: right;
}

span.caution {
    color: red;
    font-weight: bold;
}

span.require {
    color: red;
}

input.jp {
    ime-mode:active;
}

input.mail_address {
    width: 20rem;
    text-align: left;
    ime-mode: disabled;
}

input.password {
    width: 20rem;
    text-align: left;
    ime-mode: disabled;
}

.ui-state-active, ui-state-active.ui-button:hover {
    background: yellow !important;
    color: black !important;
}

.ui-dialog .ui-dialog-title {
  font-size:x-large;
}
