﻿
/****************************************************/
/* WEB FONTS */
/****************************************************/

/*!
 * "fontello" is lisenced under the SIL Open Font License
 * by http://fontello.com/
 */

@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot");
    src: url("../font/fontello.eot?#iefix") format('embedded-opentype'), url("../font/fontello.woff") format('woff'), url("../font/fontello.ttf") format('truetype'), url("../font/fontello.svg#fontello") format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="after-icon-"]:after,
[class*=" after-icon-"]:after,
[class^="big-icon-"]:before,
[class*=" big-icon-"]:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.5em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
}

.icon-key:before {
    content: '\e800';
}

.icon-lock:before {
    content: '\e801';
}

.icon-lock-open:before {
    content: '\e802';
}

.icon-plus-squared:before {
    content: '\e803';
}

.icon-minus-squared:before {
    content: '\e804';
}

.icon-home:before {
    content: '\e805';
}

.icon-info-circled:before {
    content: '\e806';
}

.icon-download:before {
    content: '\e807';
}

.icon-attention:before {
    content: '\e808';
}

.icon-pencil:before {
    content: '\e809';
}

.icon-check:before {
    content: '\e80a';
}

.icon-cancel:before {
    content: '\e80b';
}

.icon-calendar:before {
    content: '\e80c';
}

.icon-bell:before {
    content: '\e80d';
}

.icon-search:before {
    content: '\e80e';
}

.icon-down:before {
    content: '\e80f';
}

.icon-left:before {
    content: '\e810';
}

.icon-right:before {
    content: '\e811';
}

.icon-help-circled:before {
    content: '\e812';
}

.icon-undo:before {
    content: '\e813';
}

.icon-config:before {
    content: '\e814';
}

.icon-popup:before {
    content: '\e815';
}

.icon-up:before {
    content: '\e816';
}

.icon-mail:before {
    content: '\e817';
}

.icon-document:before {
    content: '\e818';
}

.icon-graph:before {
    content: '\e819';
}

.icon-print:before {
    content: '\e81a';
}

.icon-right-dir:before {
    content: '\2192';
    margin: 0;
}

[class^="after-icon-"]:after,
[class*=" after-icon-"]:after {
    margin-left: 0.3em;
    text-align: right;
}

.after-icon-calendar:after {
    content: '\e80c';
}

.after-icon-right:after {
    content: '\e811';
}

[class^="big-icon-"]:before,
[class*=" big-icon-"]:before {
    margin: 0 6px 0 0;
    font-size: 130%;
    vertical-align: -3%;
}

.big-icon-info-circled:before {
    content: '\e806';
}

.big-icon-graph:before {
    content: '\e819';
}

.big-icon-document:before {
    content: '\e818';
}

.big-icon-config:before {
    content: '\e814';
}

/****************************************************/
/* 基本 */
/****************************************************/

html {
    min-width: 1080px;
    overflow-y: scroll;
    background-color: #663333;
}

body {
    background-color: #fdfef9;
    color: #333;
    font-size: 10pt;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 0;
    padding: 0;
}

.wrapper, .main {
    width: 1050px;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

a {
    color: #333;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #CDD;
    }

hr {
    height: 1px;
    margin-top: -6px;
    margin-bottom: 4px;
}

header {
    height: 70px;
    color: #FFF;
    background-color: #E37782;
    overflow: hidden;
}

    header h1 {
        float: left;
        margin-top: 20px;
        margin-bottom: 0px;
        color: #FFF;
        padding-left: 20px;
    }

    header #logo {
        width: 350px;
        height: 70px;
        background: url("../../Account/Logo") no-repeat;
        background-size: 350px 70px;
    }

small {
    font-size: 7pt;
    margin: 0 -9px 0 0;
}

.userData {
    float: right;
    margin-top: 5px;
    font-size: 13px;
    padding-top: 2px;
}

#logout {
    float: right;
    margin-top: 3px;
}

.main {
    padding: 10px;
    padding-top: 30px;
    color: #663333;
    background-color: #fdfef9;
}

footer {
    height: 100px;
    margin-top: 10px;
    padding-top: 5px;
    background-color: #663333;
}

.footer_link {
    float: left;
}

    .footer_link, .footer_link a, .footer_link a:link, .footer_link a:visited, .footer_link a:active, .footer_link a:hover {
        padding: 0 2px;
        color: #FFF;
        text-decoration: none;
    }

        .footer_link a:hover {
            background-color: #A88;
        }

footer > .wrapper > .footer_link:not(:last-child):after {
    content: " |";
}

hgroup.title {
    text-align: center;
}

/* Androidでズレる対策 */
div {
    line-height: 1.4;
}

select {
    font-family: "ＭＳ　Ｐゴシック", "MS PGothic";
}

/****************************************************/
/*  見出し */
/****************************************************/

.sectionheader {
    position: relative;
    width: 100%;
    height: 33px;
    padding-bottom: 10px;
    color: #663333;
    background-color: #FFF;
    background: url("../images/h2_bg.gif") repeat-x bottom;
    overflow: visible;
}

    .sectionheader .header {
        font-size: 19pt;
        float: left;
        height: 33px;
        margin-top: 0px;
        padding-left: 40px;
        padding-right: 20px;
    }

    .sectionheader .explain {
        margin-top: 0px;
        padding-top: 5px;
        font-size: 9pt;
        line-height: 13px;
    }

    .sectionheader .explaininformation {
        margin-top: 0px;
        padding-top: 5px;
        font-size: 9pt;
        line-height: 13px;
        display: inline-flex;
    }

.locationDiv {
    display: inline;
    float: right;
}

    .locationDiv p {
        margin: 0;
        font-size: 9pt;
    }

    .locationDiv .locationSelect {
        float: left;
        width: 240px;
        height: 1.5em;
    }

    .locationDiv button {
        width: auto;
        height: 1.5em;
        margin: 0 4px;
    }

.subheader {
    width: 98%;
    height: 24px;
    margin: 0 6px;
    padding-bottom: 4px;
    color: #663333;
    background-color: #FFF;
    border-bottom: 1px dotted #663333;
}

    .subheader > .header {
        font-size: 16pt;
        height: 24px;
        float: left;
        margin: 0px;
        padding: 0 16px 0 8px;
    }

    .subheader > .explain {
        margin: 0;
        padding-top: 3px;
        font-size: 11px;
        line-height: 12px;
    }

/*テキスト選択の無効化*/
.select_none {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.section-bg {
    position: relative; /* for IE8 */
    padding: 30px;
    background: #FFF;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    box-shadow: 0 2px 2px #CCC;
    behavior: url("../css/PIE.htc");
}

/****************************************************/
/* menu */
/****************************************************/

.menu {
    width: 100%;
    height: 40px;
    background-color: #663333;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

    .menu * {
        box-sizing: border-box;
    }

    .menu .inner {
        width: 920px;
        height: 40px;
        margin: 0 auto;
        border-left: 1px solid #442222;
        border-right: 1px solid #886666;
        overflow: hidden;
    }

    .menu .tabButton {
        font-size: 15pt;
        float: left;
        width: 25%;
        height: 40px;
        text-align: center;
        color: #FFF;
        border-left: 1px solid #886666;
        border-right: 1px solid #442222;
        cursor: pointer;
    }

    .menu .buttonTitle {
        margin: 7px 0;
    }

    .menu .tabButton:hover,
    .menu .active {
        color: #663333;
        background-color: #fdfef9;
        border-color: #FFF;
    }

    .menu .disable {
        color: #888;
    }

        .menu .disable:hover {
            color: #888;
            background-color: #663333;
            border-left: 1px solid #886666;
            border-right: 1px solid #442222;
        }

/****************************************************/
/* miniTab */
/****************************************************/

.miniTab {
    width: 100%;
    height: 30px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

    .miniTab div {
        font-size: 13pt;
        float: left;
        width: 100px;
        height: 26px;
        margin-left: 14px;
        margin-right: -10px;
        padding-top: 4px;
        text-align: center;
        color: #FFF;
        background: #663333;
        border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        cursor: pointer;
    }

        .miniTab div:hover {
            background: #886666;
        }

        .miniTab div.active {
            color: #663333;
            font-weight: bold;
            background: url("../images/bg_dot.gif");
        }

.sub {
    background-color: #FFF;
    padding: 4px;
    -webkit-border-image: url("../images/border.png") 10 round;
    -moz-border-image: url("../images/border.png") 10 round;
    -o-border-image: url("../images/border.png") 10 round;
    border-image: url("../images/border.png") 10 round;
    border-style: solid;
    border-width: 10px;
    border-color: #E8E0E0;
    overflow-y: hidden;
    behavior: url("../css/PIE.htc");
}

/****************************************************/
/* リスト */
/****************************************************/

.simpleList {
    padding: 4px 6px 26px 4px;
    margin: 0px;
    background-color: #FFF;
    overflow: hidden;
}

    .simpleList * {
        box-sizing: border-box;
    }

.listHeader {
    width: 100%;
    height: 21px;
    font-size: 11pt;
    background-color: #ecfbe7;
    border: 1px solid #AAA;
    border-bottom-width: 0px;
    overflow: hidden;
}

.listBox {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #AAA;
    width: 100%;
    height: 100%;
}

.listItem {
    font-size: 11pt;
    width: 100%;
    height: 22px;
}

/*IE11で縮小表示時にリストの背景がボックスからはみ出る不具合の対応*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .listItem {
        margin-left: 0.5px;
    }

        *::-ms-backdrop, .listItem > .innerRow:first-child {
            margin-left: -0.5px;
        }
}

.innerRow {
    width: 65px;
    height: 22px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.simpleList .center {
    text-align: center;
}

.simpleList .right {
    text-align: right;
}

.simpleList .separat {
    border-left: 1px solid #AAA;
}

.simpleList .separat_left {
    border-left: 1px solid #AAA;
}

.simpleList .separat_right {
    border-right: 1px solid #AAA;
}

.simpleList .separat_left_right {
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
}

.simpleList .scrollHeader {
    float: right;
    width: 18px;
    height: 22px;
    border-left: 1px solid #AAA;
    background-color: #EEE;
}

.simpleList .stripe {
    background-color: #ecfbe7;
}

/****************************************************/
/* DATE-SET */
/****************************************************/

.date_set .date,
.date_set .diff_date,
.date_set .diff_date_disable {
    font-size: 15pt;
    font-weight: bold;
    float: left;
    width: 250px;
    height: 28px;
    margin: 4px 4px;
    text-align: center;
    color: #FFF;
    background: #E78;
    border: 1px solid #888;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.date_set .date {
    padding-left: 8px;
}

    .date_set .date:hover {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.date_set .diff_date,
.date_set .diff_date_disable {
    font-size: 11pt;
    text-align: center;
    width: 150px;
    height: 20px;
}

    .date_set .diff_date:hover {
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

.date_set .diff_date_disable {
    color: #AAA;
    background: #EEE;
}

.date_set .diff_checkbox {
    font-size: 11pt;
    float: left;
    margin-left: 16px;
    padding-top: 5px;
    width: 56px;
}

    .date_set .diff_checkbox > input {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
    }

.date_set .join {
    font-size: 16pt;
    float: left;
    text-align: center;
    width: 22px;
    padding-top: 3px;
}

/****************************************************/
/* BUTTON */
/****************************************************/

.logout, .save, .pink, .brown, .brown-min, .lightbrown-min, .gray, .darkGray, .green, .yellow, .yellowgreen, .white, .lightblue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative; /* for IE8 */
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    behavior: url("../css/PIE.htc");
}

    .logout:hover, .save:hover, .pink:hover, .brown:hover, .brown-min:hover, .gray:hover, darkGray:hover, .green:hover, .yellowgreen:hover, .white:hover, .lightblue:hover {
        -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 2px rgba(000,000,000,0.5),inset 0px 0px 1px rgba(255,255,255,0.3);
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

.logout {
    padding: 0px 10px;
    height: 24px;
    color: #E37782;
    font-size: 12px;
    background: #FFF;
    border: none;
}

.save {
    width: 140px;
    height: 45px;
    color: #FFF;
    background: #E26674;
    border: none;
}

.pink {
    width: 120px;
    height: 30px;
    color: #FFF;
    background: #E37782;
    border: none;
}

.brown {
    padding: 0 15px;
    height: 40px;
    color: #FFF;
    background: #562C2C;
    border: none;
}

.brown-min {
    padding: 0 5px;
    height: 30px;
    color: #FFF;
    font-size: 20px;
    background: #562C2C;
    border: none;
}

.lightbrown-min {
    padding: 0 5px;
    height: 30px;
    color: #FFF;
    font-size: 20px;
    background: #C1AEAE;
    border: none;
}

.gray {
    width: 140px;
    height: 45px;
    color: #FFF;
    background: #AAA;
    border: none;
}

.darkGray {
    width: 140px;
    height: 45px;
    color: #FFF;
    background: #666;
    border: none;
}

.green {
    width: 120px;
    height: 30px;
    color: #FFF;
    background: #6aa468;
    font-weight: bold;
    border: none;
}

.yellow {
    padding: 0 30px;
    height: 45px;
    color: #552C2C;
    background: #FBC64A;
    border: none;
}

    .yellow:hover {
        background: #FDDB8A;
    }

.yellowgreen {
    padding: 0 15px;
    height: 45px;
    color: #FFF;
    background: #669933;
    border: none;
}

.white {
    padding: 0 15px;
    height: 40px;
    width: 200px;
    color: #663333;
    background: #FFF;
    border: #663333 1px solid;
}

.black {
    color: #000;
}

.lightblue {
    width: 120px;
    height: 30px;
    color: #FFF;
    background: #508ec6;
    font-weight: bold;
    border: none;
}

.smart {
    padding: 0 5px;
    width: auto;
    height: 24px;
    border: none;
    font-size: 12pt;
}

.smart2 {
    padding: 0 5px;
    width: auto;
    height: 24px;
    border: none;
    font-size: 11pt;
}

.buttonBelow {
    width: 140px;
    height: 45px;
    font-size: 11.5pt;
}

    .buttonBelow > h3 {
        display: inline;
    }

/****************************************************/
/* POP-UP */
/****************************************************/

.runningInfo {
    position: fixed;
    top: 45%;
    left: 38%;
    text-align: center;
    z-index: 10000;
    background-color: #663333;
    width: 300px;
    height: 80px;
    border-style: solid;
    border-width: 5px;
    border-color: rgb(252, 253, 253);
    visibility: visible;
}

.runningInfoFont {
    color: rgb(247,250,248);
    font-size: 25px;
    position: relative;
    top: 25px;
}

.popup-success {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -170px;
    width: 300px;
    height: 100px;
    padding: 20px;
    text-align: center;
    background: #f6fff6;
    z-index: 101;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px rgba(000,000,000,0.3),inset 0px 0px 1px rgba(255,255,255,0.3);
    behavior: url("../css/PIE.htc");
}

.popup-success-save {
    padding: 5px 0 0 20px;
    /*margin-bottom:20px;*/
    color: #239A5B;
    font-size: 24px;
    font-weight: bold;
    background: url("../images/icon_check.png") 50px 10px no-repeat;
}

.popup-success-reset {
    padding: 5px 0 0 20px;
    color: #239A5B;
    font-size: 24px;
    font-weight: bold;
    background: url("../images/icon_check.png") 30px 10px no-repeat;
}

.popup-confirm-save {
    padding: 5px 0 0 10px;
    /*margin-bottom:20px;*/
    color: #239A5B;
    font-size: 24px;
    font-weight: bold;
    /*background:url(/Content/images/icon_check.png) 10px 10px no-repeat;*/
}

.confirmSaveNoButton {
    margin-left: 20px;
}

/****************************************************/
/* MessageWindow */
/****************************************************/

#messageWindow {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 400px;
    margin: -100px -200px;
    background-color: #FFF;
    border: 1px solid #000;
    z-index: 9999;
}

    #messageWindow > #mwCaption {
        width: 100%;
        height: 30px;
        padding: 5px;
        font-size: 16px;
        background-color: #DDD;
        box-sizing: border-box;
        text-align: center;
    }

    #messageWindow > #mwBody {
        width: 100%;
        padding: 18px 6px;
        font-size: 15px;
        background-color: #FFF;
        box-sizing: border-box;
        text-align: center;
    }

    #messageWindow > .mwButtons {
        width: 100%;
        padding: 0 0 12px 0;
        box-sizing: border-box;
        text-align: center;
    }

        #messageWindow > .mwButtons > button {
            min-width: 80px;
            height: 26px;
            margin: 0 12px;
            vertical-align: top;
        }

#messageWindowBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.1;
    z-index: 9998;
}

/****************************************************/
/* MISC */
/****************************************************/

.filter {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    z-index: 1;
}

.alignCenter {
    text-align: center;
}

.dotted {
    margin: 0;
    border-top: #ccc 1px dotted;
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.txt-small {
    font-size: smaller;
}

.hide {
    display: none;
}

.transparent {
    filter: alpha(opacity=0);
    opacity: 0;
}

    .transparent:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        filter: alpha(opacity=0);
        opacity: 0;
    }
