﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

html {
    background-color: #F0F0F0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif!important;
    font-size: 12px!important;
}

table {
    border-collapse: collapse;
    color: inherit;
}

th, td {
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
}

a {
    outline: none;
}

input,
select {
    font-size: 13px;
}

input {
    outline: none;
}

select {
    color: #333333;
    outline: none;
}

#contents {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#page_footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10003;
    width: 100%;
    height: 20px;
    color: #FFFFFF;
    background-color: rgba(14, 83, 167, 0.9);
    text-align: center;
    line-height: 20px;
}

#page_footer_company {
    position: absolute;
    left: 10px;
    bottom: 0px;
    line-height: 20px;
}

#page_footer_time {
    position: absolute;
    right: 10px;
    bottom: 0px;
    line-height: 20px;
}

#progress {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 10005;
    background-color: rgba(0, 0, 0, 0.20);
    text-align: center;
}

#progress table {
    height: 100%;
    margin: 0px auto;
}

#progress td {
    vertical-align: middle;
}

#progress img {
    vertical-align: middle;
}

/* ClearFix(float適用要素を内包する要素に付与) */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* リンクボタン */
a.button {
    display: inline-block;
    width: 80px;
    height: 20px;
    margin: 2px;
    color: #FFFFFF!important;
    background-color: #4284D3;
    border: 1px outset;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    cursor: default;
}

a.button:hover {
    background-color: #2E70BF;
    border: 1px outset #C0C0C0;
}

a.button:active {
    background-color: #1A5CAB;
    border: 1px inset #C0C0C0;
}

a.button_disabled {
    display: inline-block;
    width: 80px;
    height: 20px;
    margin: 2px;
    color: #C0C0C0!important;
    background-color: #4284D3;
    text-shadow: 1px 1px 0px #FFFFFF;
    border: 1px outset;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    cursor: default;
}

/* 実行系ボタン */
a.exec {
    background-color: #DB0058;
}

a.exec:hover {
    background-color: #D1004E;
}

a.exec:active {
    background-color: #C60044;
}

/* 子画面表示系ボタン */
a.show_pane {
    background-color: #00A779;
}

a.show_pane:hover {
    background-color: #009C6E;
}

a.show_pane:active {
    background-color: #009264;
}

/* 使用不可ボタン */
div.disabled {
    border-color: #f1f1f1;
    background: #ededed;
    color: #999;
    display: none;
    width: 80px;
    height: 20px;
    margin: 2px;
    border: 1px outset;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    cursor: default;
}

/* トグルボタン */
ul.toggle {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
}

ul.toggle:after {
    content: "";
    display: block;
    clear: both;
}

ul.toggle li:first-child label {
    border-left: 1px solid #C0C0C0;
}

ul.toggle li {
    float: left;
}

ul.toggle label {
    display: block;
    min-width: 80px;
    height: 20px;
    color: #C0C0C0;
    background-color: #808080;
    text-align: center;
    border: 1px solid #C0C0C0;
    border-left: none;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
}

ul.toggle label.selected {
    color: #FFFFFF;
    background-color: #309DD0;
}

ul.toggle input {
    display: none;
}

/* チェックボックス */
ul.check {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
}

ul.check:after {
    content: "";
    display: block;
    clear: both;
}

ul.check li:first-child label {
    border-left: 1px solid #C0C0C0;
}

ul.check li {
    float: left;
}

ul.check label {
    display: block;
    min-width: 80px;
    height: 20px;
    color: #C0C0C0;
    background-color: #808080;
    text-align: center;
    border: 1px solid #C0C0C0;
    border-left: none;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
}

ul.check label.checked {
    color: #FFFFFF;
    background-color: #309DD0;
}

ul.check input {
    display: none;
}

/* 幅480px以上(iPhoneランドスケープ) */
@media screen and (min-width: 480px) {
    #page_footer_time:before {
        content: "更新日時:";
    }
}

/* 幅768px以上(iPadポートレート) */
@media screen and (min-width: 768px) {
    #page_footer_company {
        position: static;
        margin: 0px auto;
    }
}

/* 幅1024px以上 */
@media screen and (min-width: 1024px) {
}
