@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.dashboardContainer:after,
.orderRegist:after,
.orderTableBox:after,
.orderSearch:after,
.colContainer:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*----------------------------------------
	color
----------------------------------------*/
.fcRed {
    color: #d90000;
}

.cRed1 {
    color: #b20000;
}

.cRed2 {
    color: #e8b2b2;
}

.cRed3 {
    color: #f7e5e5;
}

.cGray1 {
    color: #333;
}

.cGray2 {
    color: #eee;
}

.cBlue1 {
    color: #254fa9;
}

.cBlue2 {
    color: #456cc1;
}

.cBlue3 {
    color: #9db8f2;
}

.cGreen1 {
    color: #5a9c18;
}

.cGreen2 {
    color: #eef7e5;
}

.cGreen3 {
    color: #f2f9eb;
}

.cYellow1 {
    color: #ffc926;
}

.cYellow2 {
    color: #ffe9a8;
}

.cYellow3 {
    color: #fff4d4;
}

.cOrange1 {
    color: #fd7e00;
}

.cOrange2 {
    color: #ffe6cc;
}

.cOrange3 {
    color: #fff5eb;
}

.cPurple1 {
    color: #a64dff;
}

.cPurple2 {
    color: #dbb8ff;
}

.cPurple3 {
    color: #eddbff;
}

.cBrown1 {
    color: #663300;
}

.cBrown2 {
    color: #c2ad99;
}

.cBrown3 {
    color: #e0d6cc;
}

.bgGray {
    background-color: #eee !important;
}

.bgRed {
    background-color: #e8b2b2 !important;
}

.bgLightRed {
    background-color: #f7e5e5 !important;
}

.bgGreen {
    background-color: #eef7e5 !important;
}

.bgLightGreen {
    background-color: #f2f9eb !important;
}

.bgBlue {
    background-color: #456cc1 !important;
}

.bgLightBlue {
    background-color: #9db8f2 !important;
}

.bgLightBlue2 {
    background-color: #3ba3c4 !important;
}

.bgYellow {
    background-color: #ffe9a8 !important;
}

.bgLightYellow {
    background-color: #fff4d4 !important;
}

.bgOrange {
    background-color: #ffe6cc !important;
}

.bgLightOrange {
    background-color: #fff5eb !important;
}

.bgPurple {
    background-color: #dbb8ff !important;
}

.bgLightPurple {
    background-color: #eddbff !important;
}

.bgBrown {
    background-color: #c2ad99 !important;
}

.bgLightBrown {
    background-color: #e0d6cc !important;
}

.btnColorGray,
.btnAdd,
.btnAddWide,
.nyukinTable .btnRemoveIcon,
.shukkinTable .btnRemoveIcon {
    border: 1px solid #aaa;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: none, -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: none, -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
    background: none, linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}

.btnColorDarkGray {
    border: 1px solid #444;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #333333));
    background: none, -moz-linear-gradient(top, #666666 0%, #333333 100%);
    background: none, -webkit-linear-gradient(top, #666666 0%, #333333 100%);
    background: none, linear-gradient(to bottom, #666666 0%, #333333 100%);
}

.btnColorBlack {
    border: 1px solid #111;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #111111));
    background: none, -moz-linear-gradient(top, #333333 0%, #111111 100%);
    background: none, -webkit-linear-gradient(top, #333333 0%, #111111 100%);
    background: none, linear-gradient(to bottom, #333333 0%, #111111 100%);
    color: #fff;
}

.btnColorBlue,
.addList1,
.addList2,
.nyukinTable .btnAddIcon,
.shukkinTable .btnAddIcon {
    border: 1px solid #456cc1;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NmNjMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1NGZhOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #456cc1), color-stop(100%, #254fa9));
    background: none, -moz-linear-gradient(top, #456cc1 0%, #254fa9 100%);
    background: none, -webkit-linear-gradient(top, #456cc1 0%, #254fa9 100%);
    background: none, linear-gradient(to bottom, #456cc1 0%, #254fa9 100%);
}

.btnColorOrange,
.btnCopy,
.btnCopyTorihikisaki {
    border: 1px solid #ff9c39;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjM2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOTcyZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb366), color-stop(100%, #ff972f));
    background: none, -moz-linear-gradient(top, #ffb366 0%, #ff972f 100%);
    background: none, -webkit-linear-gradient(top, #ffb366 0%, #ff972f 100%);
    background: none, linear-gradient(to bottom, #ffb366 0%, #ff972f 100%);
}

.btnColorGreen,
.btnChangeOrder {
    border: 1px solid #76a646;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljYzM3NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2YTY0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9cc375), color-stop(100%, #76a646));
    background: none, -moz-linear-gradient(top, #9cc375 0%, #76a646 100%);
    background: none, -webkit-linear-gradient(top, #9cc375 0%, #76a646 100%);
    background: none, linear-gradient(to bottom, #9cc375 0%, #76a646 100%);
}

.btnColorYellow,
.btnCopyOrder,
.nyukinTable .btnCopyIcon,
.shukkinTable .btnCopyIcon {
    border: 1px solid #ffc926;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZGI2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzkyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffdb6e), color-stop(100%, #ffc926));
    background: none, -moz-linear-gradient(top, #ffdb6e 0%, #ffc926 100%);
    background: none, -webkit-linear-gradient(top, #ffdb6e 0%, #ffc926 100%);
    background: none, linear-gradient(to bottom, #ffdb6e 0%, #ffc926 100%);
}

.btnColorRed,
.btnDelete {
    border: 1px solid #c53e3e;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhNGY0ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JkMjUyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ca4f4f), color-stop(100%, #bd2525));
    background: none, -moz-linear-gradient(top, #ca4f4f 0%, #bd2525 100%);
    background: none, -webkit-linear-gradient(top, #ca4f4f 0%, #bd2525 100%);
    background: none, linear-gradient(to bottom, #ca4f4f 0%, #bd2525 100%);
}

.btnColorPurple {
    border: 1px solid #bc79ff;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmOWZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4NzBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cf9fff), color-stop(100%, #b870ff));
    background: none, -moz-linear-gradient(top, #cf9fff 0%, #b870ff 100%);
    background: none, -webkit-linear-gradient(top, #cf9fff 0%, #b870ff 100%);
    background: none, linear-gradient(to bottom, #cf9fff 0%, #b870ff 100%);
}

.btnColorBrown {
    border: 1px solid #855d35;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhNzg1NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3NGExZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9a7857), color-stop(100%, #774a1d));
    background: none, -moz-linear-gradient(top, #9a7857 0%, #774a1d 100%);
    background: none, -webkit-linear-gradient(top, #9a7857 0%, #774a1d 100%);
    background: none, linear-gradient(to bottom, #9a7857 0%, #774a1d 100%);
}

.btnColorPink {
    border: 1px solid #ff9999;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjBhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNzM3MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb0a6), color-stop(100%, #ff7373));
    background: none, -moz-linear-gradient(top, #ffb0a6 0%, #ff7373 100%);
    background: none, -webkit-linear-gradient(top, #ffb0a6 0%, #ff7373 100%);
    background: none, linear-gradient(to bottom, #ffb0a6 0%, #ff7373 100%);
}

/*----------------------------------------
	reset
----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #081634;
    vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
    display: block;
}

li {
    list-style: none;
}

ol li {
    list-style: decimal;
}

img {
    border: 0;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

hr {
    margin: 1em 0;
    padding: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
}

input,
select {
    vertical-align: middle;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

.clearfix {
    min-height: 1px;
    _height: 1%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*----------------------------------------
	body
----------------------------------------*/
html,
body {
    height: 100%;
}
@media only screen and (max-width: 999px) {
    html,
    body {
        height: auto;
    }
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 12px;
    font-size: 0.75rem;
    color: #081634;
    text-align: center;
    line-height: 160%;
}

input,
textarea,
select,
button {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
    color: #666;
    outline: none;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    color: #456cc1;
}
a:active {
    color: #666;
}
a * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.clearfix {
    min-height: 1px;
    _height: 1%;
}
.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
    margin: 0 auto;
    margin-top: 51px;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
@media only screen and (max-width: 999px) {
    .container {
        width: 100% !important;
        height: auto;
    }
}

/*----------------------------------------
	contents
----------------------------------------*/
.contents {
    padding-bottom: 80px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}
@media only screen and (max-width: 999px) {
    .contents {
        padding-bottom: 40px;
    }
}

.contentsHeader {
    padding: 10px;
    width: 100%;
    min-height: 51px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f8fafd;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}
@media only screen and (max-width: 999px) {
    .contentsHeader {
        padding: 8px 10px;
        height: auto;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.contentsHeader .hlTitle {
    margin-top: 6px;
    font-size: 20px;
    font-size: 1.25rem;
    white-space: nowrap;
}
@media only screen and (max-width: 999px) {
    .contentsHeader .hlTitle {
        font-size: 15px;
        font-size: 0.9375rem;
        white-space: normal;
    }
}
.contentsHeader .btnHeaderArea {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
@media only screen and (max-width: 999px) {
    .contentsHeader .btnHeaderArea {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 999px) {
    .contentsHeader .btnHeaderArea .btn i {
        margin: 0;
    }
}
.contentsHeader .btnHeaderArea button {
    margin-left: 10px;
}

.printArea {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .printArea {
        display: block;
        width: auto;
    }
}
.printArea a {
    padding: 6px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    vertical-align: top;
}

.printMenu {
    padding: 5px;
    width: 180px;
    background: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 36px;
    right: 0;
    display: none;
}
@media only screen and (max-width: 999px) {
    .printMenu {
        width: 160px;
    }
}
.printMenu:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: -6px;
    right: 36px;
}
@media only screen and (max-width: 999px) {
    .printMenu:after {
        right: 12px;
    }
}
.printMenu ul li a {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}
.printMenu ul li a i {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}
.printMenu ul li a:hover {
    background: #333;
}

.required {
    margin-left: 5px;
    padding: 2px 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #254fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    float: right;
}

.midashi {
    margin-left: 5px;
    padding: 2px 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #3ba3c4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    float: right;
}

.midashiLeft {
    margin-left: 5px;
    padding: 2px 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #3ba3c4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    float: left;
}

/*----------------------------------------
header
----------------------------------------*/
header {
    padding: 0 10px;
    width: 100%;
    height: 51px;
    background: #e8eef9;
    text-align: left;
    border-bottom: 3px solid #456cc1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: fixed;
    top: 0;
    z-index: 99;
}
header h1 {
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-feature-settings: "palt";
}
@media only screen and (max-width: 999px) {
    header h1 {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
header h1 img {
    margin-right: 5px;
    width: auto;
    height: 24px;
}
@media only screen and (max-width: 999px) {
    header h1 img {
        width: auto;
        height: 20px;
    }
}

.loginName {
    margin-left: 10px;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-feature-settings: "palt";
}
@media only screen and (max-width: 999px) {
    .loginName {
        margin-left: 10px;
    }
}
.loginName .userName {
    display: inline-block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
}
@media only screen and (max-width: 999px) {
    .loginName .userName {
        font-size: 12px;
        font-size: 0.75rem;
    }
}
.loginName .userLogin {
    margin-left: 5px;
    display: inline-block;
    white-space: nowrap;
}

.btnSpMenu {
    margin-left: auto;
    padding: 0 5px;
    display: none;
}
@media only screen and (max-width: 999px) {
    .btnSpMenu {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
.btnSpMenu i {
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem;
}
.btnSpMenu span {
    line-height: 100%;
    display: block;
    font-size: 8px;
    font-size: 0.5rem;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.hRight {
    margin-left: auto;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .hRight {
        width: 100%;
        height: calc(100vh - 51px);
        display: block;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 51px;
        right: 0;
        left: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media only screen and (max-width: 999px) {
    .hRight.hRightBlank {
        width: auto;
        height: 51px;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: -o-flex !important;
        display: flex !important;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        background: none;
        position: static;
    }
}

.searchArea {
    margin-right: 5px;
    position: relative;
}
@media only screen and (max-width: 999px) {
    .searchArea {
        margin-right: 0;
        padding: 5px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #ccc;
    }
}
.searchArea i {
    margin-top: -9px;
    position: absolute;
    left: 6px;
    top: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    z-index: -1;
}
@media only screen and (max-width: 999px) {
    .searchArea i {
        left: 12px;
        z-index: 1 !important;
    }
}
.searchArea .searchBox {
    padding-left: 0;
    width: 30px;
    height: 30px;
    background: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.searchArea .searchBox:-moz-placeholder {
    color: transparent;
}
.searchArea .searchBox::-moz-placeholder {
    color: transparent;
}
.searchArea .searchBox:-ms-input-placeholder {
    color: transparent;
}
.searchArea .searchBox::-webkit-input-placeholder {
    color: transparent;
}
@media only screen and (max-width: 999px) {
    .searchArea .searchBox {
        padding-left: 28px;
        width: 100%;
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .searchArea .searchBox:-moz-placeholder {
        color: #ccc;
    }
    .searchArea .searchBox::-moz-placeholder {
        color: #ccc;
    }
    .searchArea .searchBox:-ms-input-placeholder {
        color: #ccc;
    }
    .searchArea .searchBox::-webkit-input-placeholder {
        color: #ccc;
    }
}
.searchArea .searchBox:focus {
    padding-left: 28px;
    width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
}
.searchArea .searchBox:focus:-moz-placeholder {
    color: #ccc;
}
.searchArea .searchBox:focus::-moz-placeholder {
    color: #ccc;
}
.searchArea .searchBox:focus:-ms-input-placeholder {
    color: #ccc;
}
.searchArea .searchBox:focus::-webkit-input-placeholder {
    color: #ccc;
}
@media only screen and (max-width: 999px) {
    .searchArea .searchBox:focus {
        width: 100%;
    }
}
.searchArea .searchBox.searchVal {
    padding-left: 28px;
    width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: default;
}
.searchArea .searchBox.searchVal:-moz-placeholder {
    color: #ccc;
}
.searchArea .searchBox.searchVal::-moz-placeholder {
    color: #ccc;
}
.searchArea .searchBox.searchVal:-ms-input-placeholder {
    color: #ccc;
}
.searchArea .searchBox.searchVal::-webkit-input-placeholder {
    color: #ccc;
}
@media only screen and (max-width: 999px) {
    .searchArea .searchBox.searchVal {
        width: 100%;
    }
}

.gNav {
    margin-right: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .gNav {
        margin: 0;
        width: 100%;
    }
}
.gNav .listgNav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNav {
        width: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
.gNav .listgNav > li {
    margin: 0 20px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNav > li {
        margin: 0;
        width: 100%;
        height: auto;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #999;
    }
}
.gNav .listgNav > li a {
    padding: 2px 0;
    text-decoration: none;
    display: block;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNav > li a {
        padding: 10px;
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #333;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (max-width: 999px) {
    .gNav .listgNav > li a i {
        color: #fff;
    }
}
.gNav .listgNav > li a:hover i {
    color: #456cc1;
}
.gNav .listgNav > li.current > a {
    color: #456cc1;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNav > li.current > a {
        color: #fff;
        background: #254fa9;
        font-weight: normal;
    }
}
.gNav .listgNav > li.current > a i {
    color: #456cc1;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNav > li.current > a i {
        color: #fff;
        font-weight: normal;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.gNav .listgNavSub {
    min-width: 120px;
    display: none;
    background: #456cc1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 24px;
    left: -7px;
    white-space: nowrap;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNavSub {
        width: 100%;
        display: block !important;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        min-width: inherit;
        position: static;
    }
}
@media only screen and (max-width: 999px) {
    .gNav .listgNavSub li {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}
.gNav .listgNavSub li:first-child a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.gNav .listgNavSub li:last-child a {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.gNav .listgNavSub li a {
    padding: 8px 10px;
    display: block;
    background: #456cc1;
    color: #fff !important;
    position: relative;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNavSub li a {
        padding: 10px 14px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
.gNav .listgNavSub li a i {
    color: #fff;
}
.gNav .listgNavSub li a:hover {
    background: #254fa9;
}
@media only screen and (max-width: 999px) {
    .gNav .listgNavSub li a:hover {
        background: #456cc1;
    }
}
.gNav .listgNavSub li a:hover i {
    color: #fff;
}
.gNav .listgNavSub li.current a {
    font-weight: bold;
}

.btnSubNav > a[href*="#"]:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-bottom: 0 solid #456cc1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: absolute;
    bottom: -1px;
    left: -1px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btnSubNav:hover > a[href*="#"] {
    color: #456cc1;
}
@media only screen and (max-width: 999px) {
    .btnSubNav:hover > a[href*="#"] {
        color: #fff;
    }
}
.btnSubNav:hover > a[href*="#"]:after {
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom: 6px solid #456cc1;
}
.btnSubNav:hover > a[href*="#"] i {
    color: #456cc1;
}
@media only screen and (max-width: 999px) {
    .btnSubNav:hover > a[href*="#"] i {
        color: #fff !important;
    }
}
.btnSubNav li.current a {
    background: #254fa9;
}

.userUpdate {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .userUpdate {
        display: block;
        width: 100%;
    }
}
.userUpdate a {
    padding: 6px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    vertical-align: top;
}
@media only screen and (max-width: 999px) {
    .userUpdate a {
        padding: 10px;
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (max-width: 999px) {
    .btnUserUpdate {
        width: 100%;
        pointer-events: none;
        background: #111;
        color: #fff;
    }
}
.btnUserUpdate i {
    margin: 0;
    font-size: 22px;
    font-size: 1.375rem;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 999px) {
    .btnUserUpdate i {
        font-size: 16px;
        font-size: 1rem;
        color: #fff;
    }
}
.btnUserUpdate span {
    margin-left: 10px;
    display: inline-block;
    color: #fff;
}
@media only screen and (min-width: 999px) {
    .btnUserUpdate span {
        display: none;
    }
}

.updateMenu {
    padding: 5px;
    width: 180px;
    background: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 36px;
    right: 0;
    display: none;
}
@media only screen and (max-width: 999px) {
    .updateMenu {
        padding: 0;
        width: 100%;
        display: block;
        background: none;
        position: static;
    }
}
.updateMenu:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: -6px;
    right: 9px;
}
@media only screen and (max-width: 999px) {
    .updateMenu:after {
        display: none;
    }
}
@media only screen and (max-width: 999px) {
    .updateMenu ul li {
        border-bottom: 1px solid #999;
    }
    .updateMenu ul li:first-child {
        border-top: 1px solid #999;
    }
}
.updateMenu ul li a {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}
@media only screen and (max-width: 999px) {
    .updateMenu ul li a {
        background: #333;
    }
}
.updateMenu ul li a i {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}
.updateMenu ul li a:hover {
    background: #333;
}

/*----------------------------------------
footer
----------------------------------------*/
footer {
    width: 100%;
    padding: 0 20px;
    line-height: 23px;
    background: #020312;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 3px solid #456cc1;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
footer p {
    text-align: right;
    font-size: 12px;
    font-size: 0.75rem;
}
@media only screen and (max-width: 999px) {
    footer p {
        font-size: 11px;
        font-size: 0.6875rem;
        text-align: center;
    }
}
footer p small {
    color: #fff;
}

.btn {
    padding: 0 20px;
    height: 30px;
    line-height: 26px;
    font-size: 13px;
    font-size: 0.8125rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
}
@media only screen and (max-width: 999px) {
    .btn {
        padding: 0 10px;
        width: auto;
        white-space: normal;
    }
}
.btn i {
    display: inline-block;
    font-style: normal;
}
.btn span {
    display: inline-block;
}
@media only screen and (max-width: 499px) {
    .btn span {
        display: none;
    }
}

.btnRegist,
.btnRegistWide,
.btnDelete,
.btnCopy,
.btnReset,
.btnCopyOrder,
.btnChangeOrder,
.btnReOpen,
.btnCopyTorihikisaki,
.btnKariShime,
.btnKariShimeRemove,
.btnShime,
.btnShimeRemove {
    width: 130px;
    color: #fff;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .btnRegist,
    .btnRegistWide,
    .btnDelete,
    .btnCopy,
    .btnReset,
    .btnCopyOrder,
    .btnChangeOrder,
    .btnReOpen,
    .btnCopyTorihikisaki,
    .btnShime,
    .btnShimeRemove {
        width: auto;
    }
}
.btnRegist *,
.btnRegistWide *,
.btnDelete *,
.btnCopy *,
.btnReset *,
.btnCopyOrder *,
.btnChangeOrder *,
.btnReOpen *,
.btnCopyTorihikisaki *,
.btnKariShime *,
.btnKariShimeRemove *,
.btnShime *,
.btnShimeRemove *,
.btnDashboard * {
    color: #fff;
}
@media only screen and (max-width: 499px) {
    .btnRegist i,
    .btnRegistWide i,
    .btnDelete i,
    .btnCopy i,
    .btnReset i,
    .btnCopyOrder i,
    .btnChangeOrder i,
    .btnReOpen i,
    .btnCopyTorihikisaki i,
    .btnShime i,
    .btnShimeRemove i {
        margin: 0;
    }
}
.btnRegist.disabled,
.disabled.btnRegistWide,
.disabled.btnDelete,
.disabled.btnCopy,
.disabled.btnReset,
.disabled.btnCopyOrder,
.disabled.btnChangeOrder,
.disabled.btnReOpen,
.disabled.btnCopyTorihikisaki,
.btnKariShime.disabled,
.btnKariShimeRemove.disabled,
.btnShime.disabled,
.btnShimeRemove.disabled {
    color: #fff;
    font-weight: bold;
    border: 1px solid #aaa;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
    background: none, -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, -webkit-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, linear-gradient(to bottom, #cccccc 0%, #aaaaaa 100%);
    text-shadow: 1px 1px 1px #204000;
    cursor: auto;
}

.btnRegistWide {
    width: 145px;
}

.btnClose i {
    color: #fff;
}
.btnClose span {
    color: #fff;
}

.btnSearch,
.btnSearchAdd,
.btnAddSchedule {
    width: 170px;
    font-weight: bold;
}

.btnSearchAdd {
    height: 68px;
    line-height: 64px;
}

.btnAdd {
    width: 60px;
    height: 26px;
    line-height: 22%;
}
.btnAdd.disabled {
    color: #fff;
    font-weight: bold;
    border: 1px solid #aaa;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
    background: none, -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, -webkit-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, linear-gradient(to bottom, #cccccc 0%, #aaaaaa 100%);
    text-shadow: 1px 1px 1px #204000;
    cursor: auto;
}

.btnAddWide {
    width: 120px;
    height: 26px;
    line-height: 22%;
}
.btnAddWide.disabled {
    color: #fff;
    font-weight: bold;
    border: 1px solid #aaa;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
    background: none, -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, -webkit-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, linear-gradient(to bottom, #cccccc 0%, #aaaaaa 100%);
    text-shadow: 1px 1px 1px #204000;
    cursor: auto;
}

.btnCopy {
    width: 220px;
    height: 40px;
}

.btnReset {
    width: 220px;
    height: 40px;
}

.contentsArea {
    padding: 20px;
    width: auto;
}

.secArea {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.secArea h2 {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 1px solid #ccc;
    background: #eee;
    text-indent: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.secArea h2 + table {
    margin-top: -1px;
}
.secArea h2:before {
    content: "";
    width: 8px;
    height: 40px;
    display: block;
    background: #333;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
}

.tableBase {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.tableBase th,
.tableBase td {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    box-sizing: border-box;
    line-height: 120%;
}
.tableBase td {
    vertical-align: middle;
}
.tableBase th {
    background: #f2f2f2;
    font-weight: normal;
    text-align: left;
}

.tableBase_head {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.tableBase_head th,
.tableBase_head td {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    box-sizing: border-box;
    line-height: 120%;
}
.tableBase_head td {
    vertical-align: middle;
}
.tableBase_head th {
    background: #eee;
    font-weight: normal;
    text-align: left;
}

.aLeft {
    text-align: left !important;
}
.aLeft td {
    text-align: left !important;
}

.aRight {
    text-align: right !important;
}
.aRight td {
    text-align: right !important;
}

.aCenter {
    text-align: center !important;
}
.aCenter td {
    text-align: center !important;
}

.vTop {
    vertical-align: top !important;
}
.vTop td {
    vertical-align: top !important;
}

.vMiddle {
    vertical-align: middle !important;
}
.vMiddle td {
    vertical-align: middle !important;
}

.vBottom {
    vertical-align: bottom !important;
}
.vBottom td {
    vertical-align: bottom !important;
}

/* width % */
.w1 {
    width: 1%;
}

.w2 {
    width: 2%;
}

.w3 {
    width: 3%;
}

.w4 {
    width: 4%;
}

.w5 {
    width: 5%;
}

.w6 {
    width: 6%;
}

.w7 {
    width: 7%;
}

.w8 {
    width: 8%;
}

.w9 {
    width: 9%;
}

.w10 {
    width: 10%;
}

.w11 {
    width: 11%;
}

.w12 {
    width: 12%;
}

.w13 {
    width: 13%;
}

.w14 {
    width: 14%;
}

.w15 {
    width: 15%;
}

.w16 {
    width: 16%;
}

.w17 {
    width: 17%;
}

.w18 {
    width: 18%;
}

.w19 {
    width: 19%;
}

.w20 {
    width: 20%;
}

.w21 {
    width: 21%;
}

.w22 {
    width: 22%;
}

.w23 {
    width: 23%;
}

.w24 {
    width: 24%;
}

.w25 {
    width: 25%;
}

.w26 {
    width: 26%;
}

.w27 {
    width: 27%;
}

.w28 {
    width: 28%;
}

.w29 {
    width: 29%;
}

.w30 {
    width: 30%;
}

.w32 {
    width: 32%;
}

.w33 {
    width: 33%;
}

.w34 {
    width: 34%;
}

.w35 {
    width: 35%;
}

.w37 {
    width: 37%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w76 {
    width: 76%;
}

.w78 {
    width: 78%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w87 {
    width: 87%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

/* width px */
.w35px {
    width: 35px;
}

.w45px {
    width: 45px;
}

.w50px {
    width: 50px;
}

.w55px {
    width: 55px;
}

.w60px {
    width: 60px;
}

.w65px {
    width: 65px;
}

.w70px {
    width: 70px;
}

.w75px {
    width: 75px;
}

.w80px {
    width: 80px;
}

.w85px {
    width: 85px;
}

.w90px {
    width: 90px;
}

.w95px {
    width: 95px;
}

.w100px {
    width: 100px;
}

.w110px {
    width: 110px;
}

.w120px {
    width: 120px;
}

.w130px {
    width: 130px;
}

.w140px {
    width: 140px;
}

.w150px {
    width: 150px;
}

.w160px {
    width: 160px;
}

.w170px {
    width: 170px;
}

.w180px {
    width: 180px;
}

/* float */
.fl {
    float: left;
}
@media only screen and (min-width: 1000px) and (max-width: 787px) {
    .fl {
        float: none;
    }
}
@media only screen and (max-width: 999px) {
    .fl {
        float: none;
    }
}

.fr {
    float: right;
}
@media only screen and (min-width: 1000px) and (max-width: 787px) {
    .fr {
        float: none;
    }
}
@media only screen and (max-width: 999px) {
    .fr {
        float: none;
    }
}

/* visivle style */
@media only screen and (min-width: 999px) {
    .spNone {
        display: block;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 998px) {
    .spNone {
        display: block;
    }
}
@media only screen and (max-width: 499px) {
    .spNone {
        display: none !important;
    }
}

@media only screen and (min-width: 999px) {
    .tabNone {
        display: block;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 998px) {
    .tabNone {
        display: none !important;
    }
}
@media only screen and (max-width: 499px) {
    .tabNone {
        display: block;
    }
}

@media only screen and (min-width: 999px) {
    .pcNone {
        display: none !important;
    }
}

/* form */
input,
select {
    padding: 2px;
    height: 24px;
    font-size: 12px;
    font-size: 0.75rem;
    box-sizing: border-box;
}

textarea {
    padding: 2px;
    box-sizing: border-box;
    min-height: 100px;
}

/* radio button */
label {
    cursor: pointer;
}

.btnRadio {
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.btnRadio:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #eee;
    display: block;
    position: absolute;
    top: 1px;
    left: -3px;
    border: 1px solid #777;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}
.btnRadio input {
    visibility: hidden;
}

.checkRadio:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #254fa9;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/* checkbox */
.btnCheck {
    position: relative;
    cursor: pointer;
}
.btnCheck:before {
    margin-left: -8px;
    content: "";
    width: 14px;
    height: 14px;
    background: #eee;
    display: block;
    position: absolute;
    top: 3px;
    left: 50%;
    border: 1px solid #777;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}
.btnCheck.btnCheckLeft:before {
    margin-right: 6px;
    margin-left: 0;
    display: inline-block;
    position: relative;
    left: inherit;
}
.btnCheck.btnCheckLeft input {
    width: 0;
    visibility: hidden;
}


/* 検索エリアのcheckbox用  */
.btnSearchCheck {
    position: relative;
    cursor: pointer;
}
.btnSearchCheck:before {
    margin-left: -8px;
    content: "";
    width: 14px;
    height: 14px;
    background: #eee;
    display: block;
    position: absolute;
    top: 1px;
    left: 50%;
    border: 1px solid #777;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
}

.checkBox:after {
    margin-left: -8px;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 20px;
    font-size: 1.25rem;
    width: 14px;
    height: 14px;
    color: #254fa9;
    display: block;
    position: absolute;
    top: 1px;
    left: 50%;
}
.checkBox.btnCheckLeft:after {
    margin-left: 0;
    top: -4px;
    left: -2px;
}

.checkBox.searchCheckLabel:after {
    margin-left: 0;
    top: -2px;
}

/* font-awesome */
.fa {
    margin-right: 5px;
}

.btnQuestion {
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    top: 3px;
}

/* 横幅クラス */
.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width170 {
    width: 170px;
}

.width180 {
    width: 180px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

input:not([type="radio"]),
select,
textarea {
    padding: 3px;
    border: 1px solid #bdbdae;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
input:not([type="radio"]):focus,
select:focus,
textarea:focus {
    background: #fdf0f1;
    border: 1px solid #f4acb1;
    -webkit-appearance: none;
    outline: none;
}

input[disabled] {
    background-color: #ebebe4;
}

textarea[disabled] {
    background-color: #ebebe4;
}

select[disabled] {
    background-color: #ebebe4;
}

/*----------------------------------------
login
----------------------------------------*/
.login {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}

.secLogin {
    margin: 80px 20px 0;
}
@media only screen and (max-width: 999px) {
    .secLogin {
        margin: 0 20px;
    }
}

.pLogin {
    padding: 15px 0 20px;
    text-align: center;
}
@media only screen and (max-width: 999px) {
    .pLogin {
        margin: 0 20px;
    }
}

.loginArea {
    margin: 0 auto;
    padding: 25px 30px;
    width: 600px;
    background: rgba(232, 238, 249, 0.8);
    border: 1px solid rgba(51, 51, 51, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
    .loginArea {
        margin: 0 auto;
        padding: 10px 15px;
        max-width: 600px;
        width: 100%;
    }
}

.formLogin dl dt,
.formForgot dl dt,
.formPass dl dt {
    margin-bottom: 5px;
}
.formLogin dl dd,
.formForgot dl dd,
.formPass dl dd {
    margin-bottom: 20px;
}
.formLogin dl dd:last-child,
.formForgot dl dd:last-child,
.formPass dl dd:last-child {
    margin-bottom: 0;
}
.formLogin input[type="text"],
.formLogin input[type="password"],
.formForgot input[type="text"],
.formForgot input[type="password"],
.formPass input[type="text"],
.formPass input[type="password"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-size: 1.125rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.formLogin .saveLogin,
.formForgot .saveLogin,
.formPass .saveLogin {
    padding: 15px 0 0;
}

.btnLoginArea {
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}

.btnLogin {
    margin-bottom: 10px;
    padding: 0 70px;
    height: 48px;
    line-height: 46px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
}
@media only screen and (max-width: 999px) {
    .btnLogin {
        margin-top: 10px;
        line-height: 44px;
        font-size: 16px;
        font-size: 1rem;
    }
}
.btnLogin i {
    margin: 0 10px 0 0;
    color: #fff;
}

/*----------------------------------------
	login
----------------------------------------*/
/*----------------------------------------
	dashboard
----------------------------------------*/
.dashboard {
    padding: 10px 0 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
    .dashboard {
        padding: 10px 0 40px;
    }
}

.dashboardContainer {
    padding: 0 10px 60px;
}
@media only screen and (max-width: 999px) {
    .dashboardContainer {
        padding: 0;
    }
}

.dashboard00 {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 799px) {
    .dashboard00 {
        width: 100%;
    }
}

.dashboard01 {
    width: 33.333%;
    float: left;
}
@media only screen and (max-width: 1099px) {
    .dashboard01 {
        width: 50%;
    }
}
@media only screen and (max-width: 799px) {
    .dashboard01 {
        width: 100%;
    }
}

.dashboard02 {
    width: 33.333%;
    float: left;
}
@media only screen and (max-width: 1099px) {
    .dashboard02 {
        width: 50%;
    }
}
@media only screen and (max-width: 799px) {
    .dashboard02 {
        width: 100%;
    }
}

.dashboard03 {
    width: 33.333%;
    float: right;
}
@media only screen and (max-width: 1099px) {
    .dashboard03 {
        width: 50%;
    }
}
@media only screen and (max-width: 799px) {
    .dashboard03 {
        width: 100%;
    }
}

.dashboardArea {
    margin: 10px;
    min-height: 30px;
    background: #fff;
}

.dashboardBox {
    margin-bottom: 20px;
    background: #fff;
}
.dashboardBox.ui-sortable-placeholder {
    border: 1px dashed #ccc;
    background: #f9f9f9;
    visibility: visible !important;
}
.dashboardBox input[type="checkbox"] {
    visibility: hidden;
}

.hlDashbordArea {
    padding: 0 15px 0;
    width: 100%;
    height: 40px;
    background: #e8eef9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
    cursor: move;
}
.hlDashbordArea:before {
    content: "";
    display: block;
    width: 8px;
    height: 40px;
    background: #081634;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.hlDashbordArea:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}

.hlDashbord {
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlDashbord {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.btnDashboardBox {
    margin-left: auto;
    width: auto;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.btnDashboardBox i {
    margin: 0;
}

.dashboardBoxInner {
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner {
        padding: 10px;
    }
}
.dashboardBoxInner p {
    margin-bottom: 12px;
    font-size: 12px;
    font-size: 0.75rem;
}
.dashboardBoxInner strong {
    font-size: 16px;
    font-size: 1rem;
    color: #333;
}
.dashboardBoxInner a {
    color: #254fa9;
}
.dashboardBoxInner a:hover {
    color: #666;
}
.dashboardBoxInner .remainingTask {
    color: #b20000;
}
.dashboardBoxInner .btnCheck:before {
    top: 0;
}
.dashboardBoxInner .checkBox:after {
    top: -2px;
}
.dashboardBoxInner.dashboardBoxInner320 {
    max-height: 320px;
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner.dashboardBoxInner320 {
        max-height: none;
    }
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner.dashboardBoxInner320 .dayArea {
        margin-bottom: 0 !important;
    }
}
.dashboardBoxInner.dashboardBoxInner500 {
    max-height: 500px;
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner.dashboardBoxInner500 {
        max-height: none;
    }
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner.dashboardBoxInner500 .dayArea {
        margin-bottom: 0 !important;
    }
}
.dashboardBoxInner.dashboardBoxInner750 {
    max-height: 750px;
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner.dashboardBoxInner750 {
        max-height: none;
    }
}
@media only screen and (max-width: 999px) {
    .dashboardBoxInner.dashboardBoxInner750 .dayArea {
        margin-bottom: 0 !important;
    }
}

.bgKatsura {
    background: rgba(37, 79, 169, 0.06) !important;
}
.bgKatsura:hover {
    background: rgba(37, 79, 169, 0.12) !important;
}

.bgKeihoku {
    background: rgba(90, 156, 24, 0.06) !important;
}
.bgKeihoku:hover {
    background: rgba(90, 156, 24, 0.12) !important;
}

.bgOwn {
    background: rgba(178, 0, 0, 0.04) !important;
}
.bgOwn:hover {
    background: rgba(178, 0, 0, 0.08) !important;
}

.boxTable th,
.boxTable td {
    text-align: center !important;
    white-space: normal;
}

/*----------------------------------------
	データ入力
----------------------------------------*/
@media only screen and (max-width: 999px) {
    .orderTable tr,
    .itemCenterTable tr {
        width: 100%;
        display: block;
    }
}
.orderTable th,
.itemCenterTable th {
    width: 36%;
}
@media only screen and (max-width: 999px) {
    .orderTable th,
    .itemCenterTable th,
    .orderTable td,
    .itemCenterTable td {
        margin-top: -1px;
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 999px) {
    .orderTableTH25 tr {
        width: 100%;
        display: block;
    }
}
.orderTableTH25 th {
    width: 25%;
}
@media only screen and (max-width: 999px) {
    .orderTableTH25 th,
    .orderTableTH25 td {
        margin-top: -1px;
        width: 100%;
        display: block;
    }
}

.dropZone {
    width: 100%;
    min-height: 160px;
    background: #ecf7e1;
    border: 3px dotted #59b200;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: table;
}
.dropZone span {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    line-height: 140%;
    font-size: 11px;
    font-size: 0.6875rem;
}
.dropZone i {
    margin: 0 0 15px;
    display: block;
    font-size: 32px;
    font-size: 2rem;
    color: #59b200;
}

.tableCommodity th,
.tableCommodity td {
    padding: 4px 8px;
    text-align: center;
    white-space: nowrap;
}
.tableCommodity .multiply {
    width: 1%;
    background: #eee;
}
.tableCommodity .fa-times {
    margin: 0;
}

.commodityBox {
    margin-bottom: 20px;
    padding: 6px 0 20px;
    border-bottom: 1px solid #ddd;
    overflow-x: auto;
}
@media only screen and (max-width: 999px) {
    .commodityBox {
        overflow: inherit;
        -webkit-overflow-scrolling: touch;
    }
}

.commodityMetaBox {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.commodityMetaBox .btnBox,
.commodityMetaBox .btnRemoveBox,
.commodityMetaBox .btnCloneBox {
    margin-top: -2px;
    margin-right: 10px;
    width: 30px;
    display: block;
}
.commodityMetaBox .btnBox button,
.commodityMetaBox .btnRemoveBox button,
.commodityMetaBox .btnCloneBox button {
    margin-bottom: 5px;
}
.commodityMetaBox .btnBox button:last-child,
.commodityMetaBox .btnRemoveBox button:last-child,
.commodityMetaBox .btnCloneBox button:last-child {
    margin-bottom: 0;
}
.commodityMetaBox .commodityMetaList {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: end;
    align-items: end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 999px) {
    .commodityMetaBox .commodityMetaList {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
.commodityMetaBox .commodityMetaList li {
    margin-left: 20px;
    margin-bottom: 5px;
    width: calc(33.333% - 20px);
    height: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (max-width: 999px) {
    .commodityMetaBox .commodityMetaList li {
        width: 100%;
        margin: 0 0 5px 0;
    }
}
.commodityMetaBox .commodityMetaList li:nth-child(3n + 1) {
    margin-left: 0;
}
.commodityMetaBox .btnCloneBox {
    margin-right: 10px;
    width: 30px;
    display: block;
}
.commodityMetaBox .hlCommodity {
    width: 60px;
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    display: block;
}
.commodityMetaBox .hlCommodityBox {
    width: calc(50% - 10px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .commodityMetaBox .hlCommodityBox {
        width: calc(50% - 5px);
    }
}
.commodityMetaBox .commodityNameBox {
    width: calc(100% - 60px);
    display: block;
}
@media only screen and (max-width: 999px) {
    .commodityMetaBox .commodityNameBox {
        width: 100%;
    }
}
.commodityMetaBox .commodityNameBoxText {
    padding-left: 10px;
    line-height: 28px;
    height: 28px;
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fafafa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    font-weight: 600;
}
.commodityMetaBox-inner {
    width: 40%;
}
@media only screen and (max-width: 999px) {
    .commodityMetaBox-inner {
        width: 100%;
    }
}
.commodityMetaBox-inner-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.commodityMetaBox-inner-row:first-child {
    margin-bottom: 5px;
}
.commodityMetaBox-inner-row .commodityName {
    background: #f4f4f4;
    border: none !important;
}
.commodityMetaBox .commodityName {
    padding: 0 10px;
    border: none;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #081634;
    font-weight: 600;
}
.commodityMetaBox .commodityName:-moz-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
}
.commodityMetaBox .commodityName::-moz-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
}
.commodityMetaBox .commodityName:-ms-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
}
.commodityMetaBox .commodityName::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
}

.bdlNumBalloon {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}
.bdlNumBalloon dt {
    margin-bottom: 2px;
    text-align: left;
}
@media only screen and (max-width: 999px) {
    .bdlNumBalloon dt {
        width: auto;
    }
}
.bdlNumBalloon dd {
    margin-bottom: 2px;
    text-align: left;
}
@media only screen and (max-width: 999px) {
    .bdlNumBalloon dd {
        margin: 0 10px 2px 0;
        width: auto;
    }
}
.bdlNumBalloon dd:before {
    content: "：";
}
.bdlNumBalloon-remaining {
    color: #e53935;
}

@media only screen and (max-width: 999px) {
    .tableBox-lvl {
        overflow-x: auto;
    }
}

.btnRemove,
.btnClone {
    padding: 0;
    width: 26px;
    height: 26px;
}
.btnRemove i,
.btnClone i {
    margin: 0;
}

.btnRemove i {
    color: #b20000;
}

.btnClone {
    padding: 0;
    width: 26px;
    height: 26px;
}
.btnClone i {
    margin: 0;
}

.editBox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.editBox span {
    margin: 0 auto;
    display: block;
}

.btnEdit {
    padding: 0;
    width: 30px;
}
.btnEdit i {
    margin: 0;
}

.dialog .tabBox {
    max-width: 650px;
}
@media only screen and (max-width: 999px) {
    .dialog .tabBox {
        max-width: inherit;
    }
}
.dialog .tabBox a {
    color: #254fa9;
}
.dialog .numTotal {
    padding: 5px 0;
    display: block;
}
.dialog .autoCalc {
    background: #f2f9eb;
}
.dialog .autoCalcTotal {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
}

.tableTabMaterial {
    width: 100%;
    color: #081634;
}
@media only screen and (max-width: 999px) {
    .tableTabMaterial {
        width: auto;
    }
}
.tableTabMaterial th,
.tableTabMaterial td {
    padding: 8px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tableTabMaterial th {
    font-weight: normal;
}
.tableTabMaterial td:before {
    margin-top: -4px;
    content: "";
    display: inline-block;
    min-height: 16px;
}
.tableTabMaterial .firstHead {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .tableTabMaterial .firstHead {
        font-size: 12px;
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 999px) {
    .tableTabMaterial input,
    .tableTabMaterial select {
        width: 100%;
    }
}

.tableTabCost,
.tableTabSpecification {
    margin-top: 10px;
    width: 650px;
    color: #081634;
}
@media only screen and (max-width: 999px) {
    .tableTabCost,
    .tableTabSpecification {
        width: 100%;
    }
}
.tableTabCost th,
.tableTabSpecification th,
.tableTabCost td,
.tableTabSpecification td {
    padding: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tableTabCost th,
.tableTabSpecification th {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    vertical-align: middle;
}
@media only screen and (max-width: 999px) {
    .tableTabCost th,
    .tableTabSpecification th {
        font-size: 12px;
        font-size: 0.75rem;
    }
}
@media only screen and (max-width: 999px) {
    .tableTabCost input,
    .tableTabSpecification input,
    .tableTabCost select,
    .tableTabSpecification select {
        width: 100%;
    }
}

.tableTabSpecification {
    margin-top: 0;
}
.tableTabSpecification .btnRadio input {
    width: auto;
}

.specificationFolderBox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.specificationFolderBox button {
    margin-left: 5px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
}

/* ご注文受付 */
.orderAccept .contentsArea {
    padding: 20px 20px 20px 60px;
}

.orderRegist {
    padding: 0 20px;
    width: 100%;
    height: 40px;
    background: #eee;
    box-sizing: border-box;
}

.btnAreaTop {
    margin-top: 5px;
    float: right;
}

.topbarClose {
    left: 8px !important;
}
.topbarClose .btnAreaTop {
    right: 28px !important;
}

.btnAreaTransfer {
    position: absolute;
    top: 6px;
    right: 10px;
}
.btnAreaTransfer li {
    margin-left: 10px;
    display: inline-block;
}
.btnAreaTransfer li:first-child i {
    margin-right: 15px;
}
.btnAreaTransfer .btn {
    width: 120px;
    height: 28px;
    line-height: 24px;
    font-size: 12px;
    font-size: 0.75rem;
}

.deliTable th {
    padding-top: 12px;
    width: 13%;
    vertical-align: top;
}
.deliTable td a {
    color: #456cc1;
    text-decoration: none;
}
.deliTable td a:hover {
    color: #666;
}

.cancelHl {
    background: #333 !important;
    color: #fff;
}

.orderOther th,
.orderOther td {
    width: auto;
    text-align: center;
}
.orderOther label {
    display: block;
}
.orderOther .datepicker {
    width: 100%;
}

.addList1,
.addList2 {
    color: #fff;
}

.linkZip {
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
}

.deliName,
.deliZip,
.custName,
.custZip {
    margin-bottom: 5px;
}

.deliZip,
.custZip {
    width: 80px;
}

.nameBox {
    width: 80%;
    float: left;
}

.typeBox {
    padding: 2px 5px;
    width: 20%;
    float: left;
    background: #f8f8f8;
    box-sizing: border-box;
    border: 1px solid #eee;
    text-align: center;
}
.typeBox .btnRadio {
    display: inline-block;
}
.typeBox .btnRadio:before {
    top: 4px;
    left: -3px;
}
.typeBox .checkRadio:after {
    top: 7px;
    left: 0;
}

.orderNum,
.orderPrice,
.orderPriceTax,
.orderDeliPrice,
.orderDeliPriceTax,
.registerMoney {
    text-align: right;
}

.orderTax,
.orderTaxOut {
    text-align: right !important;
}

.orderRemarks,
.orderMessage,
.orderMemo,
.seikyuRemarks {
    padding: 5px;
    height: 180px;
    box-sizing: border-box;
}

.orderMessage {
    height: 80px;
}

.orderMemo {
    height: 80px;
}

.seikyuRemarks {
    height: 130px;
}

.orderTotal th {
    text-align: center;
    font-weight: bold;
    background: #456cc1;
}
.orderTotal td {
    text-align: right;
    font-weight: bold;
}

.oderLeft {
    text-align: left !important;
}

.orderHistoryTable th,
.processingTable th,
.itemTable th,
.torihikisakiTable th,
.agekouTable th,
.soukoTable th,
.bankTable th,
.nyukinTable th,
.seikyuTable th,
.uriageTable th,
.shukkinTable th {
    text-align: center;
    vertical-align: middle;
}
.orderHistoryTable tbody tr td:first-child,
.processingTable tbody tr td:first-child,
.itemTable tbody tr td:first-child,
.torihikisakiTable tbody tr td:first-child,
.agekouTable tbody tr td:first-child,
.soukoTable tbody tr td:first-child,
.bankTable tbody tr td:first-child,
.nyukinTable tbody tr td:first-child,
.seikyuTable tbody tr td:first-child,
.uriageTable tbody tr td:first-child,
.shukkinTable tbody tr td:first-child {
    text-align: center;
}
.orderHistoryTable tbody tr:hover,
.processingTable tbody tr:hover,
.itemTable tbody tr:hover,
.torihikisakiTable tbody tr:hover,
.agekouTable tbody tr:hover,
.soukoTable tbody tr:hover,
.bankTable tbody tr:hover,
.nyukinTable tbody tr:hover,
.seikyuTable tbody tr:hover,
.uriageTable tbody tr:hover,
.shukkinTable tbody tr:hover {
    background: #fff4d4;
    cursor: pointer;
}
.orderHistoryTable tbody tr td:nth-child(2),
.processingTable tbody tr td:nth-child(2),
.itemTable tbody tr td:nth-child(2),
.torihikisakiTable tbody tr td:nth-child(2),
.agekouTable tbody tr td:nth-child(2),
.soukoTable tbody tr td:nth-child(2),
.bankTable tbody tr td:nth-child(2),
.nyukinTable tbody tr td:nth-child(2),
.seikyuTable tbody tr td:nth-child(2),
.uriageTable tbody tr td:nth-child(2),
.shukkinTable tbody tr td:nth-child(2),
.orderHistoryTable tbody tr td:nth-child(3),
.processingTable tbody tr td:nth-child(3),
.itemTable tbody tr td:nth-child(3),
.torihikisakiTable tbody tr td:nth-child(3),
.agekouTable tbody tr td:nth-child(3),
.soukoTable tbody tr td:nth-child(3),
.bankTable tbody tr td:nth-child(3),
.nyukinTable tbody tr td:nth-child(3),
.seikyuTable tbody tr td:nth-child(3),
.uriageTable tbody tr td:nth-child(3),
.shukkinTable tbody tr td:nth-child(3),
.orderHistoryTable tbody tr td:nth-child(4),
.processingTable tbody tr td:nth-child(4),
.itemTable tbody tr td:nth-child(4),
.torihikisakiTable tbody tr td:nth-child(4),
.agekouTable tbody tr td:nth-child(4),
.soukoTable tbody tr td:nth-child(4),
.bankTable tbody tr td:nth-child(4),
.nyukinTable tbody tr td:nth-child(4),
.seikyuTable tbody tr td:nth-child(4),
.uriageTable tbody tr td:nth-child(4),
.shukkinTable tbody tr td:nth-child(4),
.orderHistoryTable tbody tr td:nth-child(5),
.processingTable tbody tr td:nth-child(5),
.itemTable tbody tr td:nth-child(5),
.torihikisakiTable tbody tr td:nth-child(5),
.agekouTable tbody tr td:nth-child(5),
.soukoTable tbody tr td:nth-child(5),
.bankTable tbody tr td:nth-child(5),
.nyukinTable tbody tr td:nth-child(5),
.seikyuTable tbody tr td:nth-child(5),
.uriageTable tbody tr td:nth-child(5),
.shukkinTable tbody tr td:nth-child(5),
.orderHistoryTable tbody tr td:nth-child(6),
.processingTable tbody tr td:nth-child(6),
.itemTable tbody tr td:nth-child(6),
.torihikisakiTable tbody tr td:nth-child(6),
.agekouTable tbody tr td:nth-child(6),
.soukoTable tbody tr td:nth-child(6),
.bankTable tbody tr td:nth-child(6),
.nyukinTable tbody tr td:nth-child(6),
.seikyuTable tbody tr td:nth-child(6),
.uriageTable tbody tr td:nth-child(6),
.shukkinTable tbody tr td:nth-child(6),
.orderHistoryTable tbody tr td:nth-child(7),
.processingTable tbody tr td:nth-child(7),
.itemTable tbody tr td:nth-child(7),
.torihikisakiTable tbody tr td:nth-child(7),
.agekouTable tbody tr td:nth-child(7),
.soukoTable tbody tr td:nth-child(7),
.bankTable tbody tr td:nth-child(7),
.nyukinTable tbody tr td:nth-child(7),
.seikyuTable tbody tr td:nth-child(7),
.uriageTable tbody tr td:nth-child(7),
.shukkinTable tbody tr td:nth-child(7),
.orderHistoryTable tbody tr td:nth-child(8),
.processingTable tbody tr td:nth-child(8),
.itemTable tbody tr td:nth-child(8),
.torihikisakiTable tbody tr td:nth-child(8),
.agekouTable tbody tr td:nth-child(8),
.soukoTable tbody tr td:nth-child(8),
.bankTable tbody tr td:nth-child(8),
.nyukinTable tbody tr td:nth-child(8),
.seikyuTable tbody tr td:nth-child(8),
.uriageTable tbody tr td:nth-child(8),
.shukkinTable tbody tr td:nth-child(8),
.orderHistoryTable tbody tr td:nth-child(9),
.processingTable tbody tr td:nth-child(9),
.itemTable tbody tr td:nth-child(9),
.torihikisakiTable tbody tr td:nth-child(9),
.agekouTable tbody tr td:nth-child(9),
.soukoTable tbody tr td:nth-child(9),
.bankTable tbody tr td:nth-child(9),
.nyukinTable tbody tr td:nth-child(9),
.seikyuTable tbody tr td:nth-child(9),
.uriageTable tbody tr td:nth-child(9),
.shukkinTable tbody tr td:nth-child(9) {
    text-align: center;
}
.orderHistoryTable tbody tr td:nth-child(10),
.processingTable tbody tr td:nth-child(10),
.itemTable tbody tr td:nth-child(10),
.torihikisakiTable tbody tr td:nth-child(10),
.agekouTable tbody tr td:nth-child(10),
.soukoTable tbody tr td:nth-child(10),
.bankTable tbody tr td:nth-child(10),
.nyukinTable tbody tr td:nth-child(10),
.seikyuTable tbody tr td:nth-child(10),
.uriageTable tbody tr td:nth-child(10),
.shukkinTable tbody tr td:nth-child(10) {
    text-align: left;
}

/* ご注文受付メンテナンス */
.orderMaintenance .orderRegist {
    position: fixed;
    top: 51px;
    left: 228px;
    right: 0;
    z-index: 1;
}
.orderMaintenance .orderRegist .btnAreaTop {
    float: none;
    position: absolute;
    top: 0;
    right: 248px;
    z-index: 3;
}
.orderMaintenance .floatThead-container {
    z-index: 999 !important;
}
.orderMaintenance .contentsArea {
    padding: 60px 20px 0;
}

.orderDeliRecovery th,
.orderDeliRecovery td {
    text-align: center;
}
.orderDeliRecovery th label,
.orderDeliRecovery td label {
    display: block;
}
.orderDeliRecovery .datepicker {
    width: 100%;
}

.photoArea {
    padding: 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.photoArea ul {
    padding-bottom: 10px;
    text-align: left;
}
.photoArea ul li {
    padding-bottom: 20px;
    margin-right: 10px;
    display: inline-block;
    text-align: right;
    font-size: 14px;
    font-size: 0.875rem;
}
.photoArea ul li img {
    margin-bottom: 5px;
}

.photoDrag {
    width: 100%;
    background: #ecf7e1;
    border: 3px dotted #59b200;
    height: 160px;
    text-align: center;
    display: table;
}
.photoDrag span {
    display: table-cell;
    vertical-align: middle;
    line-height: 140%;
}
.photoDrag i {
    margin: 0 0 15px;
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
    color: #59b200;
}

.btnUpload {
    margin-top: 10px;
    text-align: right;
    position: relative;
}
.btnUpload input {
    cursor: pointer;
}

.uploader {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 30px;
    opacity: 0;
    z-index: 1;
}
.uploader:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 30px;
    display: block;
    cursor: pointer;
}

/* ご注文データ一覧 */
.orderData .contentsArea {
    padding: 0 20px 0;
}
.orderData .floatThead-container {
    z-index: 999 !important;
}

.orderSearch {
    padding: 20px 0 0;
    width: auto;
    position: fixed;
    top: 51px;
    left: 248px;
    right: 20px;
    z-index: 999;
    box-sizing: border-box;
    background: #fff;
}
.orderSearch .secArea {
    margin-bottom: 0;
    padding: 20px 0 0;
    clear: both;
}

.searchClose {
    left: 28px !important;
}

.tableOrderSearch {
    margin-bottom: 5px;
}
.tableOrderSearch th {
    width: 8%;
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: middle;
}

.orderDataList,
.scheDataList,
.analysisDataList,
.collectDataList {
    margin-top: 205px;
    width: 100%;
    z-index: 1;
}
.orderDataList thead th:after,
.scheDataList thead th:after,
.analysisDataList thead th:after,
.collectDataList thead th:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    border-top: 1px solid #ccc;
    content: "";
    width: 100%;
}
.orderDataList th,
.scheDataList th,
.analysisDataList th,
.collectDataList th,
.orderDataList td,
.scheDataList td,
.analysisDataList td,
.collectDataList td {
    padding: 6px 4px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
}
.orderDataList tr:hover,
.scheDataList tr:hover,
.analysisDataList tr:hover,
.collectDataList tr:hover {
    background: #fff4d4;
    cursor: pointer;
}
.orderDataList th i,
.scheDataList th i,
.analysisDataList th i,
.collectDataList th i {
    margin-right: 0;
}
.orderDataList tbody tr td:nth-child(5),
.scheDataList tbody tr td:nth-child(5),
.analysisDataList tbody tr td:nth-child(5),
.collectDataList tbody tr td:nth-child(5) {
    text-align: right;
}
.orderDataList tbody tr td:nth-child(13),
.scheDataList tbody tr td:nth-child(13),
.analysisDataList tbody tr td:nth-child(13),
.collectDataList tbody tr td:nth-child(13) {
    text-align: left;
}

.orderDataCancel,
.scheChecked {
    background: #eee;
}

.orderDataAllChecked {
    background: #fff5eb;
}

.orderDataMikomi {
    background: #456cc1;
}

/* 予定表 */
.orderSchedule .orderRegist,
.orderCollect .orderRegist {
    position: fixed;
    top: 51px;
    left: 228px;
    right: 0;
    z-index: 1;
}
.orderSchedule .orderRegist .btnAreaTop,
.orderCollect .orderRegist .btnAreaTop {
    float: none;
    position: absolute;
    top: 0;
    right: 248px;
    z-index: 3;
}
.orderSchedule .orderSearch,
.orderCollect .orderSearch {
    top: 91px;
    padding: 10px 0 0;
    z-index: 20;
}
.orderSchedule .orderSearch .secArea,
.orderCollect .orderSearch .secArea {
    padding: 0px 0 0;
    clear: both;
    padding-bottom: 0px;
}
.orderSchedule .floatThead-container,
.orderCollect .floatThead-container {
    z-index: 999 !important;
}

.scheSearch,
.scheAdd,
.scheAddDialog,
.collectSearch {
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.scheSearchArea,
.collectSearchArea {
    padding-right: 10px;
    width: auto;
    display: table-cell;
}
.scheSearchArea table th,
.collectSearchArea table th,
.scheSearchArea table td,
.collectSearchArea table td {
    vertical-align: middle;
}

.scheAdd {
    padding-bottom: 0;
}
.scheAdd table th {
    background: #eef7e5;
}

.scheAddDialog {
    min-width: 500px !important;
    padding-bottom: 0;
}
.scheAddDialog table th {
    background: #f5f5f5;
}

.btnSche {
    width: 170px;
    display: table-cell;
    vertical-align: middle;
}

.scheRemarks {
    height: 60px;
}

.scheRemarksEdit {
    height: 65px;
}

.scheDataList {
    margin-top: 124px;
}
.scheDataList input[type="text"] {
    text-align: center;
}
.scheDataList .btnDelete {
    width: 50px;
}
.scheDataList tbody tr td:nth-child(9) {
    text-align: left;
}
.scheDataList tbody tr td:nth-child(5),
.scheDataList tbody tr td:nth-child(7) {
    text-align: center;
}

.scheKaishu {
    background: #eddbff;
}

.scheCollect {
    background: #ffffe6;
}

.analysisDataList {
    margin-top: 0px;
}
.analysisDataList tbody tr td:nth-child(5),
.analysisDataList tbody tr td:nth-child(13) {
    text-align: center;
}

/* 回収商品一覧 */
.orderCollect .datepicker {
    width: 180px;
}
.orderCollect .floatThead-container {
    z-index: 999 !important;
}

.collectSearch {
    padding-bottom: 0;
}

.collectDataList {
    margin-top: 142px;
}

.ui-autocomplete {
    text-align: left;
}

.imgLoading {
    margin-left: auto;
    margin-right: auto;
}

.loadingMes {
    margin-left: 20px;
    text-align: center;
    line-height: 80px;
}

/* 梱包明細書 */
@media only screen and (max-width: 799px) {
    .checklist .dashboardBoxInner {
        overflow-x: auto;
    }
}
@media only screen and (max-width: 799px) {
    .checklist .dashboardBoxInner .w100 {
        min-width: 80px;
    }
}

/* Edit画面 */
.btnEditArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.btnEditArea button {
    margin-left: 5px;
}
.btnEditArea .btnWinClose {
    color: #fff;
}
.btnEditArea .btnWinClose i,
.btnEditArea .btnWinClose span {
    color: #fff;
}
@media only screen and (max-width: 499px) {
    .btnEditArea .btnWinClose i,
    .btnEditArea .btnWinClose span {
        margin: 0;
    }
}

@media only screen and (max-width: 999px) {
    .btnTableView {
        margin-top: 5px;
        display: inline-block;
    }
}

.juchuEdit .ui-widget-content {
    border: 1px solid #ccc;
}
.juchuEdit .ui-widget-content .ui-state-default {
    background: #e6e6e6;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
}
@media only screen and (max-width: 999px) {
    .juchuEdit .ui-widget-content .ui-state-default {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.juchuEdit .ui-widget-content .ui-state-default.ui-state-active {
    background: #fff;
}
.juchuEdit .ui-widget-content .ui-state-default.ui-state-active a {
    color: #081634;
}
@media only screen and (max-width: 999px) {
    .juchuEdit .ui-widget-content .ui-tabs-panel {
        padding: 0.6em;
    }
}
.juchuEdit .ui-tabs-nav {
    background: #e8eef9;
}
.juchuEdit .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.6em 1.5em;
}
@media only screen and (max-width: 999px) {
    .juchuEdit .ui-tabs-nav .ui-tabs-anchor {
        padding: 0.5em 0.8em;
    }
}

/* 建方図テーブル */
#itemInformation {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.templateRoomTable {
    min-width: 540px;
}
.templateRoomTable select.w100 {
    min-width: 65px;
}
.templateRoomTable .datepicker {
    min-width: 82px;
}
.templateRoomTable .roomNumber {
    min-width: 42px;
}

.templateHannyuTable {
    min-width: 170px;
}
.templateHannyuTable .orderNum.flor {
    margin-right: 3px;
}

/*----------------------------------------
	checklist
----------------------------------------*/
.checklist {
    padding-top: 0 !important;
}
.checklist .contents {
    padding-top: 0 !important;
}

.tableCheckList tbody th {
    vertical-align: middle;
}

/*----------------------------------------
	加工予定
----------------------------------------*/
.processing.contents,
.contents.agekou,
.contents.souko,
.contents.bank {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .processing.contents,
    .contents.agekou,
    .contents.souko,
    .contents.bank {
        padding-bottom: 40px;
    }
}
.processing .hlDashbordArea,
.agekou .hlDashbordArea,
.souko .hlDashbordArea,
.bank .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.processing .hlDashbordArea:before,
.agekou .hlDashbordArea:before,
.souko .hlDashbordArea:before,
.bank .hlDashbordArea:before {
    display: none;
}
.processing .dashboardContainer,
.agekou .dashboardContainer,
.souko .dashboardContainer,
.bank .dashboardContainer {
    padding: 10px 10px 0;
}
@media only screen and (max-width: 999px) {
    .processing .dashboard00,
    .agekou .dashboard00,
    .souko .dashboard00,
    .bank .dashboard00 {
        width: 100%;
    }
}
.processing .dashboardBoxInner,
.agekou .dashboardBoxInner,
.souko .dashboardBoxInner,
.bank .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .processing .dashboardBoxInner,
    .agekou .dashboardBoxInner,
    .souko .dashboardBoxInner,
    .bank .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}
.processing .refineSearch .datepicker,
.agekou .refineSearch .datepicker,
.souko .refineSearch .datepicker,
.bank .refineSearch .datepicker {
    width: 85px;
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlProcessingArea,
.hlAgekoukArea,
.hlSoukokArea,
.hlBankkArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlProcessing,
.hlAgekou,
.hlSouko,
.hlBank {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlProcessing,
    .hlAgekou,
    .hlSouko,
    .hlBank {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.listCompanyTotal {
    margin: -2px 0 0 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
@media only screen and (max-width: 999px) {
    .listCompanyTotal {
        margin: 0 0 0 20px;
    }
}
.listCompanyTotal li {
    margin: 0 5px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (max-width: 999px) {
    .listCompanyTotal li {
        margin: 0 2px;
        padding: 0 4px;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
.listCompanyTotal li:last-child {
    margin-right: 0;
}

.buildNum,
.floorNum {
    white-space: nowrap;
}

.contentsHeaderBox {
    margin: 0 10px 0 20px;
}
.contentsHeaderBox > .refineSearch {
    margin: 4px 0 0;
}

.refineSearchBox {
    display: none;
}
.refineSearchBox .refineSearch {
    margin: 8px 0;
}
@media only screen and (max-width: 999px) {
    .refineSearchBox .refineSearch {
        margin: 4px 0 6px;
    }
}

.btnRefineSearchOpen i {
    font-size: 24px;
    font-size: 1.5rem;
    cursor: pointer;
}

.refineSearch {
    margin: 4px 0 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 999px) {
    .refineSearch {
        margin: 4px 0 6px;
    }
}
@media only screen and (max-width: 499px) {
    .refineSearch {
        margin-left: 10px;
    }
}
.refineSearch:last-child {
    margin: 4px 0 0;
}
@media only screen and (max-width: 999px) {
    .refineSearch:last-child {
        margin: 4px 0 6px;
    }
}
.refineSearch dt {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: bold;
    text-indent: -8px;
}
@media only screen and (max-width: 999px) {
    .refineSearch dt {
        margin-bottom: 5px;
        letter-spacing: -2px;
    }
}
.refineSearch dt:first-child {
    margin-left: 0;
}
.refineSearch dt.WaveDash {
    margin: 0 5px 0 -5px;
    text-indent: 0;
    letter-spacing: 0 !important;
}
@media only screen and (max-width: 999px) {
    .refineSearch dt.WaveDash {
        margin: 0 5px 0 0 !important;
    }
}
.refineSearch dd {
    margin-right: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .refineSearch dd {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}
.refineSearch dd .datepicker {
    width: 170px;
}
@media only screen and (max-width: 999px) {
    .refineSearch dd .datepicker {
        width: 100px;
    }
}
.refineSearch input[type="checkbox"] {
    visibility: hidden;
}
@media only screen and (max-width: 999px) {
    .refineSearch .initialSearch:after {
        content: " :";
    }
}
.refineSearch .staffName {
    width: 100px;
}
@media only screen and (max-width: 999px) {
    .refineSearch .staffName {
        min-width: 60px;
        max-width: 68px;
    }
}
.refineSearch .torihikisakiName {
    width: 180px;
}
@media only screen and (max-width: 999px) {
    .refineSearch .torihikisakiName {
        min-width: 60px;
        max-width: 68px;
    }
}
.refineSearch select[name="searchYM"] {
    max-width: 84px;
}

.hlColArea {
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    height: 42px;
    background: #eee;
    border: 1px solid #ccc;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 999px) {
    .hlColArea {
        margin: 0 10px;
        padding: 10px;
        width: auto;
        height: auto;
    }
}
.hlColArea .hlCol {
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlColArea .hlCol {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}
.hlColArea .periodArea {
    margin-left: 20px;
}
@media only screen and (max-width: 999px) {
    .hlColArea .periodArea {
        font-size: 10px;
        font-size: 0.625rem;
    }
}
.hlColArea .monthTotlaArea {
    margin-left: auto;
}

.colContainer {
    width: 100%;
    border-top: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col2BoxLeft {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 799px) {
    .col2BoxLeft {
        width: 100%;
    }
}

.col2BoxRight {
    width: 50%;
    float: right;
}
@media only screen and (max-width: 799px) {
    .col2BoxRight {
        width: 100%;
    }
}

@media only screen and (max-width: 999px) {
    .processingTable {
        display: block;
    }
}
.processingTable thead th {
    white-space: nowrap;
}
.processingTable tbody tr td {
    text-align: center !important;
}

.listMonthTotal,
.listWeekTotal,
.listDayTotal,
.listTotal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .listMonthTotal,
    .listWeekTotal,
    .listDayTotal,
    .listTotal {
        margin-right: -4px;
    }
}
.listMonthTotal dt,
.listWeekTotal dt,
.listDayTotal dt,
.listTotal dt {
    margin-right: 5px;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .listMonthTotal dt,
    .listWeekTotal dt,
    .listDayTotal dt,
    .listTotal dt {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
.listMonthTotal dd,
.listWeekTotal dd,
.listDayTotal dd,
.listTotal dd {
    margin: 0 5px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    overflow: hidden;
}
@media only screen and (max-width: 999px) {
    .listMonthTotal dd,
    .listWeekTotal dd,
    .listDayTotal dd,
    .listTotal dd {
        margin: 0 2px;
        padding: 0 4px;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

.listWeekTotal {
    margin: 0 10px 0 0;
    width: 100%;
}
@media only screen and (max-width: 999px) {
    .listWeekTotal {
        margin-right: 10px;
    }
}
.listWeekTotal dt {
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
}
.listWeekTotal dt span {
    display: inline-block;
}
.listWeekTotal dd {
    font-size: 14px;
    font-size: 0.875rem;
}

.listWeekTotal2 dt {
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
}

.listWeekTotal2 dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}

.listDayTotal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 12px 10px 0;
    cursor: pointer;
}
@media only screen and (max-width: 999px) {
    .listDayTotal {
        margin: 0 17px 10px 0;
    }
}
.listDayTotal dt {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
}
.listDayTotal dd {
    font-size: 11px;
    font-size: 0.6875rem;
}

.listTotal {
    margin: 0 20px 0 auto;
}
@media only screen and (max-width: 999px) {
    .listTotal {
        margin-right: 10px;
    }
}
.listTotal dt {
    font-size: 12px;
    font-size: 0.75rem;
}
.listTotal dd {
    font-size: 12px;
    font-size: 0.75rem;
}
.listTotal + .btnDashboardBox {
    margin-left: 0;
}

.contentsRegularEmployment {
    padding: 35px 0px 0px 35px;
    width: 40%;
}

.tableBase_head_RegularEmployment {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.tableBase_head_RegularEmployment th,
.tableBase_head_RegularEmployment td {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    box-sizing: border-box;
    line-height: 120%;
}
.tableBase_head_RegularEmployment th {
    width: 40%;
    background: #eee;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.tableBase_head_RegularEmployment td {
    vertical-align: middle;
}

/* 一覧基本設定 */
.listRegularEmploymentTotal {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .listRegularEmploymentTotal {
        margin-right: -4px;
    }
}
.listRegularEmploymentTotal dt {
    margin-right: 5px;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .listRegularEmploymentTotal dt {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
.listRegularEmploymentTotal dd {
    margin: 0 5px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    overflow: hidden;
}
@media only screen and (max-width: 999px) {
    .listRegularEmploymentTotal dd {
        margin: 0 2px;
        padding: 0 4px;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
/* 一覧個別設定 */
.listRegularEmploymentTotal {
    margin: 0 10px 0 0;
    width: 100%;
}
@media only screen and (max-width: 999px) {
    .listRegularEmploymentTotal {
        margin-right: 10px;
    }
}
.listRegularEmploymentTotal dt {
    margin-right: auto;
    font-size: 11px;
    font-size: 0.9375rem;
}
.listRegularEmploymentTotal dt span {
    display: inline-block;
}
.listRegularEmploymentTotal dd {
    font-size: 11px;
    font-size: 0.6875rem;
}

.contentsPaymentResultBySite {
    padding: 35px 35px 0px 35px;
}

.tableBase_head_PaymentResultBySite {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.tableBase_head_PaymentResultBySite th,
.tableBase_head_PaymentResultBySite td {
    padding: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-size: 0.75rem;
    box-sizing: border-box;
}
.tableBase_head_PaymentResultBySite th {
    width: 20%;
    background: #eee;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.tableBase_head_PaymentResultBySite td {
    width: 30%;
    vertical-align: middle;
}

/* 一覧基本設定 */
.listPaymentResultBySite {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    .listPaymentResultBySite {
        margin-right: -4px;
    }
}
.listPaymentResultBySite dt {
    margin-right: 5px;
    font-weight: bold;
}
@media only screen and (max-width: 999px) {
    .listPaymentResultBySite dt {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
.listPaymentResultBySite dd {
    margin: 0 5px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f5f5f5;
    overflow: hidden;
}
@media only screen and (max-width: 999px) {
    .listPaymentResultBySite dd {
        margin: 0 2px;
        padding: 0 4px;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}
/* 一覧個別設定 */
.listPaymentResultBySite {
    margin: 0 10px 0 0;
    width: 100%;
}
@media only screen and (max-width: 999px) {
    .listPaymentResultBySite {
        margin-right: 10px;
    }
}
.listPaymentResultBySite dt {
    margin-right: auto;
    font-size: 11px;
    font-size: 0.9375rem;
}
.listPaymentResultBySite dt span {
    display: inline-block;
}
.listPaymentResultBySite dd {
    font-size: 11px;
    font-size: 0.6875rem;
}

.col2BoxRight_shiharaiTotal {
    width: 40%;
    float: right;
}
.col2BoxRight_shiharaiTotal th {
    width: 40%;
    text-align: left;
    font-weight: bold;
}
.col2BoxRight_shiharaiTotal td {
    text-align: right;
}

.dayArea {
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #e8eef9;
}
.dayArea:last-child {
    margin-bottom: 0;
}
.dayArea .dayBox {
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dayArea .dayBox:hover {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
}

.simpleTable {
    width: 100%;
}
.simpleTable th,
.simpleTable td {
    padding: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.simpleTable th {
    width: 80px;
    font-weight: bold;
    word-break: keep-all;
}
@media only screen and (max-width: 999px) {
    .simpleTable th {
        width: 20px;
    }
}
.simpleTable th:after {
    margin-right: 3px;
    content: ":";
    display: block;
    float: right;
}
@media only screen and (max-width: 999px) {
    .simpleTable th:after {
        display: none;
    }
}
.simpleTable .tdRight {
    text-align: right;
}
.simpleTable .tdRight b {
    font-weight: bold;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

.hagaraItem,
.hagaraItemDisable {
    margin-right: 2px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
}

.hagaraItemDisable {
    background: #fff;
    color: #111;
}

.corpkatsura .dayArea {
    background: #e8eef9;
}
@media only screen and (max-width: 999px) {
    .corpkatsura .initial {
        background: #254fa9;
    }
}

.corpkeihoku .dayArea {
    background: rgba(90, 156, 24, 0.15);
}
@media only screen and (max-width: 999px) {
    .corpkeihoku .initial {
        background: #5a9c18;
    }
}

.corpshiga .dayArea {
    background: rgba(253, 126, 0, 0.15);
}
@media only screen and (max-width: 999px) {
    .corpshiga .initial {
        background: #fd7e00;
    }
}

/*----------------------------------------
	商品
----------------------------------------*/
.itemList.contents {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .itemList.contents {
        padding-bottom: 40px;
    }
}
.itemList .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.itemList .hlDashbordArea:before {
    display: none;
}
.itemList .contentsHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.itemList .dashboardContainer {
    padding: 10px 10px 0;
}
.itemList .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .itemList .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlItemArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlItem {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlItem {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 999px) {
    .itemTable {
        display: block;
    }
}
.itemTable thead th {
    white-space: nowrap;
}
.itemTable tbody tr td {
    text-align: center !important;
}

@media only screen and (max-width: 999px) {
    .itemCenterTable {
        display: block;
    }
}
.itemCenterTable thead th {
    white-space: nowrap;
}
.itemCenterTable tbody tr td {
    text-align: center !important;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

/*----------------------------------------
	取引先
----------------------------------------*/
.torihikisaki.contents {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .torihikisaki.contents {
        padding-bottom: 40px;
    }
}
.torihikisaki .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.torihikisaki .hlDashbordArea:before {
    display: none;
}
.torihikisaki .contentsHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.torihikisaki .dashboardContainer {
    padding: 10px 10px 0;
}
.torihikisaki .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .torihikisaki .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlTorihikisakiArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlTorihikisaki {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlTorihikisaki {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 999px) {
    .torihikisakiTable {
        display: block;
    }
}
.torihikisakiTable thead th {
    white-space: nowrap;
}
.torihikisakiTable tbody tr td {
    text-align: center !important;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

/*----------------------------------------
	揚港
----------------------------------------*/
@media only screen and (max-width: 999px) {
    .agekouTable {
        display: block;
    }
}
.agekouTable thead th {
    white-space: nowrap;
}
.agekouTable tbody tr td {
    text-align: center !important;
}

/*----------------------------------------
	倉庫
----------------------------------------*/
@media only screen and (max-width: 999px) {
    .soukoTable {
        display: block;
    }
}
.soukoTable thead th {
    white-space: nowrap;
}
.soukoTable tbody tr td {
    text-align: center !important;
}

/*----------------------------------------
	銀行
----------------------------------------*/
@media only screen and (max-width: 999px) {
    .bankTable {
        display: block;
    }
}
.bankTable thead th {
    white-space: nowrap;
}
.bankTable tbody tr td {
    text-align: center !important;
}

/*----------------------------------------
	入金
----------------------------------------*/
.nyukinList.contents {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .nyukinList.contents {
        padding-bottom: 40px;
    }
}
.nyukinList .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.nyukinList .hlDashbordArea:before {
    display: none;
}
.nyukinList .contentsHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nyukinList .dashboardContainer {
    padding: 10px 10px 0;
}
.nyukinList .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .nyukinList .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlNyukinArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlNyukin {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlNyukin {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 999px) {
    .nyukinTable {
        display: block;
    }
}
.nyukinTable thead th {
    white-space: nowrap;
}
.nyukinTable tbody tr:hover {
    background: #ffffff !important;
    cursor: default !important;
}
.nyukinTable tbody tr td {
    text-align: center !important;
}
.nyukinTable .fa {
    color: #ffffff;
}
.nyukinTable .btnAdd {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.nyukinTable .btnAdd.disabled {
    color: #fff;
    font-weight: bold;
    border: 1px solid #aaa;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
    background: none, -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, -webkit-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, linear-gradient(to bottom, #cccccc 0%, #aaaaaa 100%);
    text-shadow: 1px 1px 1px #204000;
    cursor: auto;
}
.nyukinTable .btnAdd i {
    margin: 0;
}
.nyukinTable .btnRemoveIcon i {
    color: #b20000;
}
.nyukinTable .listNo {
    padding: 0 15px;
}
.nyukinTable .btnGroup {
    padding: 6px 10px !important;
    background: #f2f2f2;
}
.nyukinTable .btnGroupBox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.nyukinTable .btnGroupBox button {
    margin-bottom: 4px;
}
.nyukinTable .btnGroupBox button:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

/*----------------------------------------
	請求
----------------------------------------*/
.seikyuList.contents {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .seikyuList.contents {
        padding-bottom: 40px;
    }
}
.seikyuList .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.seikyuList .hlDashbordArea:before {
    display: none;
}
.seikyuList .contentsHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.seikyuList .dashboardContainer {
    padding: 10px 10px 0;
}
.seikyuList .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .seikyuList .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlSeikyuArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlSeikyu {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlSeikyu {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 999px) {
    .seikyuTable {
        display: block;
    }
}
.seikyuTable thead th {
    white-space: nowrap;
}
.seikyuTable tbody tr td {
    text-align: center !important;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

/*----------------------------------------
	売上
----------------------------------------*/
.uriageList.contents {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .uriageList.contents {
        padding-bottom: 40px;
    }
}
.uriageList .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.uriageList .hlDashbordArea:before {
    display: none;
}
.uriageList .contentsHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uriageList .dashboardContainer {
    padding: 10px 10px 0;
}
.uriageList .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .uriageList .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlUriageArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlUriage {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlUriage {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 999px) {
    .uriageTable {
        display: block;
    }
}
.uriageTable thead th {
    white-space: nowrap;
}
.uriageTable tbody tr td {
    text-align: center !important;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

/*----------------------------------------
	出金
----------------------------------------*/
.shukkinList.contents {
    padding-bottom: 0;
}
@media only screen and (max-width: 999px) {
    .shukkinList.contents {
        padding-bottom: 40px;
    }
}
.shukkinList .hlDashbordArea {
    margin-top: -1px;
    cursor: inherit;
}
.shukkinList .hlDashbordArea:before {
    display: none;
}
.shukkinList .contentsHeader {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shukkinList .dashboardContainer {
    padding: 10px 10px 0;
}
.shukkinList .dashboardBoxInner {
    overflow-y: auto;
}
@media only screen and (max-width: 999px) {
    .shukkinList .dashboardBoxInner {
        overflow-y: inherit;
        overflow-x: auto;
    }
}

.dashboardScrollBox {
    padding-top: 1px;
    overflow-y: auto;
}

.hlShukkinArea {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.hlShukkin {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}
@media only screen and (max-width: 999px) {
    .hlShukkin {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

@media only screen and (max-width: 999px) {
    .shukkinTable {
        display: block;
    }
}
.shukkinTable thead th {
    white-space: nowrap;
}
.shukkinTable tbody tr:hover {
    background: #ffffff !important;
    cursor: default !important;
}
.shukkinTable tbody tr td {
    text-align: center !important;
}
.shukkinTable .fa {
    color: #ffffff;
}
.shukkinTable .btnAdd {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.shukkinTable .btnAdd.disabled {
    color: #fff;
    font-weight: bold;
    border: 1px solid #aaa;
    background: none,
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
    background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #aaaaaa));
    background: none, -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, -webkit-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: none, linear-gradient(to bottom, #cccccc 0%, #aaaaaa 100%);
    text-shadow: 1px 1px 1px #204000;
    cursor: auto;
}
.shukkinTable .btnAdd i {
    margin: 0;
}
.shukkinTable .btnRemoveIcon i {
    color: #b20000;
}
.shukkinTable .listNo {
    padding: 0 15px;
}
.shukkinTable .btnGroup {
    padding: 6px 10px !important;
    background: #f2f2f2;
}
.shukkinTable .btnGroupBox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.shukkinTable .btnGroupBox button {
    margin-bottom: 4px;
}
.shukkinTable .btnGroupBox button:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 999px) {
    .initial {
        margin-right: 2px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        display: inline-block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #333;
        color: #fff;
        text-align: center;
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media only screen and (max-width: 999px) {
    .notInitial {
        display: none;
    }
}

.btnMasterAdd {
    margin-bottom: 15px;
    width: 104px;
}

.btnMasterDelete {
    width: 40px;
    padding: 0px 14px;
}

.masterListTable thead tr th {
    text-align: center;
}

.btnCell {
    text-align: center;
}

.searchTable {
    width: 700px;
}
.searchTable th {
    text-align: center;
    vertical-align: middle;
}
.purcahseInput {
    cursor: default;
}
.purchaseInput th {
    text-align: center;
    vertical-align: middle;
}
.purchaseInput button {
    width: 26px;
    padding: 0;
}
.purchaseInput button i {
    margin: 0;
}

.purchaseListAddArea {
    margin: 0 0 5px auto;
    display: block;
    width: 150px;
}

.dashboardBoxWarp {
    height: 600px;
}

.dashboardPaymentBoxWarp {
    height: 500px;
}

.table-wrap550 {
    overflow-y: auto;
    max-width: 100%;
    height: 550px;
}

.table-wrap {
    overflow-y: auto;
    max-width: 100%;
    height: 600px;
}

.table-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-right: auto;
    margin-left: auto;
}

.table-wrap_th {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}

.table-wrap_th::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    box-sizing: initial;
}

.btnDashboard {
    z-index: 10;
    margin-right: 10px;
    width: 110px;
    height: 26px;
}

.shiharaiTotal {
    margin-top: 10px;
}

.shiharaiTotal tbody tr td {
    text-align: right;
    height: 43px;
}

.valid-msg {
    color: red;
    font-size: 0.7rem;
    display: none;
}

.btnDisabled {
    border: 1px solid #999999;
    background-color: #d4d4c7;
    color: #666666;
}

.btnAllEdit {
    border: 1px solid #ccc;
}

.allEdit {
    margin-bottom: 10px;
}

.btnSekou {
    width: 110px;
}

.btnShiharai {
    width: 120px;
}

.referenceAdjustment {
    height: 1.5rem;
    display: table;
}

.referenceContent {
    display: table-cell;
    vertical-align: middle;
}

.inputAdjustment {
    width: 9rem;
    z-index: 100;
}
/*
出来高一覧で使用
*/
.txtError {
    background: #ffb3cb;
}

.trAlternatingColor {
    background: #f0f8fe;
}

/*
データ一覧「技能工・大工テーブルで使用」
*/
.col-fixed {
    position: sticky;
    background: #fff;
    top: 0;
    left: 0;
    &:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
        z-index: -1;
    }
}
.row-fixed01{
	text-align:center;
}
.row-fixed01,
.row-fixed02 {
    position: sticky;
    background: #fff;
    top: 0;
    &:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
        z-index: -1;
    }
}

.cross-fixed01,
.cross-fixed02 {
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 1;
    &:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
        z-index: -1;
    }
}

.row-fixed01,
.cross-fixed01 {
    left: 0;
}
.row-fixed02,
.cross-fixed02 {
    left: 70px;
}

.sekouStaffListTable tbody tr:hover {
    background: #fff4d4;
    cursor: pointer;
}

.sekouStaffListTable-wrap {
    overflow-x: auto;
    max-height: 500px;
    width: 100%;
}

.sekouStaffListTable-wrap button {
    width: 26px;
    padding: 0;
}
.sekouStaffListTable-wrap button i {
    margin: 0;
}

.inputError {
    background-color: #f7bbbb;
}

.dis-none {
    display: none;
}

#modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#modal-content {
    background-color: #fff;
    width: 345px;
    height: 170px;
    margin: 15% auto;
    border-radius: 10px 10px 10px 10px;
}

.modal-header {
    height: 30px;
    background-color: #456cc1;
    border-radius: 10px 10px 0px 0px;
    text-align: left;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

#close-modal {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
#close-modal i {
    color: white;
}

.modal-header p {
    color: white;
    font-size: medium;
    align-content: center;
}

.modal-explanation {
    padding-top: 15px;
    text-align: left;
    padding-left: 20px;
}

.modal-footer {
    padding-top: 20px;
    text-align: center;
}

.btnCheckReadOnly {
    position: relative;
    cursor: pointer;
}

.btnCarpenterSortDetailList:disabled,
.btnShiharaiPaymentList:disabled,
.btnPrintList:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}



