@charset "utf-8";

/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */

* {
    margin:0;
    padding:0;
}

/** General Style Info **/
html{
    height: 100%;
}

body {
    background: #ffffff;
    color: #333333;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding-top: 30px;
}
a {
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #ddf;
    text-decoration:none;
}
a img {
    border:none;
}
ul, li {
    margin: 0 12px;
}
p {
    margin: 0;
    padding: 0;
}
.txt-l{
    text-align: left;
}
.txt-r{
    text-align: right;
}
.txt-c{
    text-align: center;
}

/** Layout **/
#header-float {
    width: 100%;
    /*height: 0;*/
    position: fixed;
    top: 0;
    z-index: 9999;
}
#header-area {
    width: 100%;
    background-color: #fff079;
    border-bottom: solid 2px #fff079;
}
#header {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    height: 18px;
    padding: 3px 0;
    background-color: #fff079;
    /*background-color: #ffffff;*/
}

#header h1 {
    line-height:20px;
    background: #fff1f5 url('../img/cake.icon.png') no-repeat left;
    color: #fff;
    padding: 0 30px;
}
#header h1 a {
    color: #fff;
    background: #fff1f5;
    font-weight: normal;
    text-decoration: none;
}
#header h1 a:hover {
    color: #fff;
    background: #fff1f5;
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    #header{
        height: 42px;
        padding: 5px 0;
    }
    #header img {
        width: auto;
        height: 35px;
        margin: 0 5px 0 0;

    }

    #button_box img {
        width: auto;
        height: 50px;
        margin: 0;
    }
}
#system_name {
    color: #777777;
}

#title_area{
    width: 11em;
    color: #ffffff;
    font-size: 150%;
}

#date_area{
    width: 10em;
    color: #777777;
}
#login_area{
    width: 15em;
    color: #777777;
}
#header .hbox{
    float: left;
}

#content{
    display: block;
    width: 100%;
    max-width: 930px;
    overflow-x: hidden;
    background: #fff;
    clear: both;
    color: #333;
    margin: 30px auto 10px;
    padding: 10px 0;
    border: solid 1px #ddd;
//    box-shadow:5px 5px 5px #777;
}

#footer {
    width: 100%;
    height: 50px;
    padding: 0;
    clear: both;
    background: #fff;
}

@media screen and (max-width: 640px) {
    #content {
        width: 95%;
        margin: 50px auto 0;
        padding: 2%;
    }

    #footer {
        height: 80px;
        clear: both;
        background: #fff;
    }

    #copyBox {
        display: none;
    }
}

#header a, #footer a {
    color: #777777;
}
#cake-powered {
    float: right;
}

/** containers **/
#container {
    width: auto;
    height: 100%;
    clear: both;
}

div.form,
div.index,
div.view {
    float:right;
    width:76%;
    border-left:1px solid #666;
    padding: 0;
}
div.actions {
    float:left;
    width:16%;
    padding:10px 1.5%;
}
div.actions h3 {
    padding-top:0;
    color:#777;
}


/** Tables **/
table {
    border: 1px solid #ddd;
    color: #333;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    table-layout: fixed;
    border-spacing: 0;
    background: #fefcfd;
}

@media screen and (min-width: 801px) {
    table.main_info {
        width: 400px;
        bottom: 0px;
        right: 0px;
        float: left;
    }
}

@media screen and (max-width: 800px) {
    table.main_info {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

th {
    background-color: #f3f3f3e;
    border:0;
    border-left:1px solid #f0f0f0;
    border-bottom:1px solid #ddd;
    text-align: left;
    padding:4px;
    color: #aaa;
    font-weight: normal;
    font-size: 85%;
    line-height: 12px;

}
th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
th a.asc:after {
    content: ' ⇣';
}
th a.desc:after {
    content: ' ⇡';
}
tr.clickable:hover td {
    background: #ecf2fa;
    cursor: pointer;
}

table tr td {
    height: 40px;
    border: 0;
    margin: 0 !important;
    padding: 0 5px!important;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
    border-bottom:1px solid #ddd;
    border-left:1px solid #f0f0f0;
    font-size: 14px;
}
table tr:nth-child(even) {
    background: #fff;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}
table td a {
    margin: 0 !important;
    padding:0 !important;
}

/* SQL log */
.cake-sql-log {
    background: #fff;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
    color:#fff;
}

/** Paging **/
.paging,
.paging-bottom {
    background: #fff;
    color: #ccc;
    clear: both;
}

.paging-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}
.paging ul,
.paging-bottom ul {
    margin: 0;
}
.paging li,
.paging-bottom li {
    margin: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-decoration: none;
    padding: 0 8px;
    display: inline-block
}
.paging-bottom li {
    border-bottom: 1px solid #ccc;
}
.paging > span,
.paging-bottom > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}
.paging > span:hover,
.paging-bottom > span:hover {
    background: #efefef;
}
.paging .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.paging .next {
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.paging-bottom .prev {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.paging-bottom .next {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.paging .disabled,
.paging-bottom .disabled {
    color: #ddd;
}
.paging .disabled:hover,
.paging-bottom .disabled:hover {
    background: transparent;
}
.paging .current,
.paging-bottom .current {
    background: #efefef;
    color: #c73e14;
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
    background: #f4f4f4;
}

dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
form {
    clear: both;
    margin-right: 20px;
    padding: 0;
    width: 100%;
}
fieldset {
    border: none;
    padding: 0 10px;
}
fieldset legend {
    color: #01489D;
    font-size: 160%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0;
    padding: 10px 0 0;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    margin: 0;
    padding: 0;
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
span.require:after{
    color: #e32;
    content: '*';
    display:inline;
}

form div.submit {
    display: block;
    border: 0;
    margin: 0;
    margin-top: 10px;
    float: right;
}
label {
    display: block;
    margin-bottom:3px;
}
input, textarea {
    clear: both;
    font-size: 14px;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 1px;
    width:90%;
    border: solid 1px #696969;
}
select {
    clear: both;
    font-size: 14px;
    /*margin: 3px 1px 0;*/
    padding: 1px;
    vertical-align: text-bottom;
    border-color: #ddd;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
//    margin: 0 6px 7px 2px;
    margin: 7px 3px 0;
    width: auto;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    width: 30px;
    float: left;
    margin: 7px 0;
}
.radio,
.radio label {
    display: inline;
    float: left;
    margin-right: 10px;
}
input[type=submit],
button[type=submit],
.submit_allow,
.submit_allow1,
.submit_allow2,
.submit_deny {
    display: inline;
    font-size: 110%;
    width: auto;
}
form .submit input[type=submit],
button[type=submit],
.submit_allow,
.submit_allow1,
.submit_allow2,
.submit_deny {
    background:#fff;
    border: solid 2px #aaaaaa;
    color: #555555;
    margin: 0 5px 0 0;
    padding: 8px 20px;
    float: right;
}
/* Form errors */
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/** Notices and Errors **/
.message {
    clear: both;
    color: #ffcc00;
    font-size: 140%;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #fff;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #ffcc00;
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error {
    clear: both;
    color: #c43c35;
    background: #fff;
    border: 1px solid #c43c35;
    position: absolute;
    right: 0;
}
.error-message {
    clear: both;
    color: #c43c35;
}
.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    font-weight: normal;
    line-height: 140%;
}
.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    color: #fff;
}

/**  Actions  **/
.actions ul {
    margin: 0;
    padding: 0;
}
.actions li {
    margin:0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}

/* Buttons and button links */
input[type=submit],
.actions ul li a,
.actions a {
    font-weight:normal;
    padding: 4px 8px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color:#333;
    border:1px solid #bbb;
    text-decoration: none;
    text-shadow: #fff 0 1px 0;
    min-width: 0;
    -webkit-user-select: none;
    user-select: none;
}
.actions ul li a:hover,
.actions a:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}
input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background-image: linear-gradient(top, #dfdfdf, #eee);
    text-shadow: #eee 0 1px 0;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    border-color: #aaa;
    text-decoration: none;
}

/** Related **/
.related {
    clear: both;
    display: block;
}

/** Debugging **/
pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
    padding: 0;
    position: relative;
}
.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}
.cake-error > a {
    text-shadow: none;
}
.cake-error {
    white-space: normal;
}
.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
.cake-context {
    margin-bottom: 10px;
}
.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}
.cake-stack-trace li {
    padding: 10px 5px 0;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
.code-coverage-results div.covered span.content {
    background:#cec;
}
.code-coverage-results div.ignored span.content {
    color:#aaa;
}
.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
.code-coverage-results span.line-num strong {
    color:#666;
}
.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0 1px;
    margin-top:30px;
    padding-top:5px;
}
.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
.code-coverage-results div.realstart {
    margin-top:0px;
}
.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
.code-coverage-results span.result-bad {
    color: #a00;
}
.code-coverage-results span.result-ok {
    color: #fa0;
}
.code-coverage-results span.result-good {
    color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
    display:none;
}

/** ページ **/
#button_box{
    float: right;
    margin-right: 20px;
    z-index: 10000;
    position: fixed;
    top: 0px;
    right: 0;
}

@media screen and (max-width: 640px) {
    #button_box{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        position: fixed;
        top: auto;
        bottom: 0px;
        right: 0px;
    }
}

.list_contents{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;

}

.data_contents{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;

}

.wide_contents{
    display: block;
    width: 100%;
    height: 80%;
    padding: 0;
    margin: 0 auto;
    float: left;
    overflow: scroll;
}

.wide_contents_blank {
    display: block;
    width: 100%;
    height: 70px;
}

@media screen and (max-width: 640px) {
    .wide_contents{
        /*width: 320px;*/
        float: none;
    }
}

.state_title {
    width: 100%;
    margin: 0;
    margin-left: 10px;
}

.icon_box {
    width: 70px;
    margin: 5px 10px 5px 20px;
    padding: 0;
    float: left;
}

.link_box {
    margin: 0 auto;
    padding: 0;
}

.data_box {
    width: 300px;
    margin: 10px;
    padding: 0;
    float: left;
}

.control_box {
    width: 300px;
    padding: 20px;
    border: solid 1px #aaa;
    background-color: #fff;
    position: fixed;
    top: 170px;
    right: 12%;
}


.large-font {
    color: #000;
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .link_box {
        width: 100%;
    }

    .control_box {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
        position: static;
        top: 0;
        right: 0;
    }
}


/*** ログイン画面 ***/
#top-login_top{
    margin: 50px auto 0 auto;
//    height: 60%;
//    position: relative;
}

#top-login {
    width: 640px;
    height: 540px;
    margin: 0 auto;
    padding: 50px 0;
    background-color: #ffffff;
    border: solid 1px #fff079;
    border-bottom: solid 2px #ffff00;
    position: absolute;
//    bottom: -210px;
}

#login-content {
    width: 320px;
    margin: 0 auto;
    height: 100%;
}

#login-content img{
    display: block;
    margin: 20px auto;
}

#top-login_top,
#top-login {
    width: 640px;
}

@media screen and (max-width: 640px) {
    #top-login_top,
    #top-login,
    #login-content {
        width: 100%;
    }

    #login-content img{
        margin: 12px auto;
    }
}

#logout-content {
    width: 140px;
    margin: 0 auto;
}


/*** 人配管理 ***/

table.position {
    font-size: 11px;
    line-height: 15px;
}

table.position th {
    height: 12px;
    padding: 0;
    z-index: 9999;
}

table.position td {
    height: 30px;
    overflow: hidden;
    border-left: solid 1px #eee
}

table.position a {
    display: inline;
    width: 100%;
    line-height: 15px;
    text-decoration: none;
    font-weight: normal;
}

table.position td img {
    display: inline;
}

th.t-head,
td.t-head {
}

table.site-name {
    width: 100%;
    max-width: 100%;
    border: none;
    background-color: #fff;
}


/*** 明細 ***/
.wide_contents table.detail{
    width: 100%;
    max-width: none;
}
.detail input {
    border: none;
    padding: 10px 0;
    background: none;
}

.detail input:disabled {
    background-color: #fafafa;
}

.invoiceDetail input {
    border: none;
    padding: 10px 0;
    background: none;
}
.invoiceDetail input:disabled {
    background-color: #fafafa;
}
.invoiceDetail th {
    font-size: 11px;
}
.invoiceDetail td {
    height: auto;
    padding: 3px!important;
    font-size: 12px;
    line-height: 15px;
}

/*** 日付選択 ***/
div.ymBlock{
    float: left;
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}
div.ymBlock a{
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 0 5px;
    margin: 4px 0 0 0;
    text-decoration: none;
    float: left;
    line-height: 19px;
}


/*** セパレーター ***/

.separater {
    width: 100%;
    border: 0;
    height: 1px;
    background: #bbb;
    background-image: -webkit-linear-gradient(left, #2e5591, #aaa, #eee);
    background-image: -moz-linear-gradient(left, #2e5591, #355bf1, #eee);
    background-image: -ms-linear-gradient(left, #2e5591, #355bf1, #eee);
    background-image: -o-linear-gradient(left, #2e5591, #355bf1, #eee);
    margin: 15px auto;
}

.separater-red {
    width: 100%;
    border: 0;
    height: 1px;
    background: #ffc0cb;
    margin: 15px auto;
}

.separater-orange {
    width: 100%;
    border: 0;
    height: 1px;
    background: #ffd700;
    margin: 15px auto;
}

.separater-blue {
    width: 100%;
    border: 0;
    height: 1px;
    background: #b0c4de;
    margin: 15px auto;
}

.separater-green {
    width: 100%;
    border: 0;
    height: 1px;
    background: #8FBC8F;
    margin: 15px auto;
}

.separater-plam {
    width: 100%;
    border: 0;
    height: 1px;
    background: #D8BFD8;
    margin: 15px auto;
}

.separater-gray {
    width: 100%;
    border: 0;
    height: 1px;
    background: #AAAAAA;
    margin: 15px auto;
}

/*** レイアウト ***/

.w10 {width: 10px;}
.w20 {width: 20px;}
.w30 {width: 30px;}
.w40 {width: 40px;}
.w50 {width: 50px;}
.w60 {width: 60px;}
.w70 {width: 70px;}
.w80 {width: 80px;}
.w90 {width: 90px;}
.w100 {width: 100px;}
.w110 {width: 110px;}
.w120 {width: 120px;}
.w130 {width: 130px;}
.w140 {width: 140px;}
.w150 {width: 150px;}
.w160 {width: 160px;}
.w170 {width: 170px;}
.w180 {width: 180px;}
.w190 {width: 190px;}
.w200 {width: 200px;}
.w230 {width: 230px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w90p {width: 95%;}

.vertical {
    width: 10px!important;
    padding: 0 10px 0 5px!important;
    text-align: center!important;
}
.pc-only {
    display: block;
}
.mobile-only {
    display: none;
}

table .pc-only {
    display: table-cell;
}
@media screen and (max-width: 640px) {
    .pc-only {
        display: none!important;
    }
    .mobile-only {
        display: block!important;
    }

    table .mobile-only {
        display: table-cell!important;
    }
}

.input-hyphen{
    line-height: 27px;
}

.tel-input-area {
    width: 100%;
    margin: 0;
}

.clear {
    clear: both;
    height: 0;
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
}

col.mobile_none {
    visibility: collapse;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.charactor {
    width: 100%;
}

.charactor_box {
    width: 300px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.alert-msg {
    width: 90%;
    margin: 0;
    padding: 10px;
    font-size: 100%;
    color: #000;
    /*background: #fff;*/
    /*border: solid 1px #fff;*/
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.frame1 {
    height: 20px;
    border-style: solid;
    border-color: #777;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

.frame2 {
    display: block;
    content: "";
    height: 20px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.printBtnBox {
    margin: 0;
    z-index: 10000;
    position: fixed;
    top: 80px;
    right: 0px;
}

img.img_btn {
    width: 50px;
}

img.img_btn_r {
    width: 50px;
    float: right;
}

a:hover{
    background-color: #fcffff;
//    filter:alpha(opacity=50);
//    -moz-opacity: 0.5;
//    opacity: 0.5;
}

.searchBox {
    float: right;
}



/***************************/
/*****  Configuration  *****/
/***************************/

input#search, 
input#searchNo, 
input#searchKey{ 
    display: inline;
    width: 300px;
    margin: 2px;
    padding: 5px;
    border: solid 1px #cccccc;
}
@media screen and (max-width: 640px) {
    input#search{ 
        width: 180px;
    }
}

/*** 見出し ***/

h1, h2, h3, h4 {
    font-weight: normal;
    margin:0 0 10px ;
}
h1 {
    color: #777777;
    font-size: 160%;
    text-align: center;
}
h2 {
    background:#fff;
    color: #fa8072;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 150%;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    padding: 10px 3px 0;
    width: auto;
    float: left;
}
h3 {
    width: calc(98%-2px);
    padding: 0 1%;
    border: 1px solid #aaa;
    color: #aaa;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 120%;
}
h4 {
    color: #777;
    font-weight: normal;
    font-size: 120%
}
/* システムタイトル */
.system-title img {
    vertical-align:bottom;
}
.system-title{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
}
.contentTitle {
    padding: 0 0 0 5px;
    color: #999999;
    font-size: 85%;
    float: left;
}

.contentValue {
    float: left;
    width: 80%;
}

/*** ボタン ***/

.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.btn_ctrl {
    display: inline-block;
    background: #fff;
    border-top: 1px solid #DDD;
    border-bottom: 2px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 2px solid #DDD;
    color: #777;
    font-weight: bold;
    text-decoration: none;
    margin: 0px 5px 10px;
    text-align: center;
    cursor: pointer;
}

.btn1:active,
.btn2:active,
.btn3:active,
.btn4:active,
.btn5:active,
.btn_ctrl:active {
    border-width: 1px;
    position: relative;
    top: 1px;
    left: 1px;
}

.btn1:active,
.btn2:active,
.btn3:active,
.btn5:active{
    margin: 0px 6px 10px 5px;
}

.btn1 {
    width: 138px;
    line-height: 75px;
}

@media screen and (max-width: 640px) {
    .btn1 {
        width: 148px;
    }
}

.btn2 {
    width: 100px;
    line-height: 45px;
    padding: 0 !important;
}

.btn3 {
    width: 70px;
    line-height: 12px;
    padding: 10px 0;
    font-size: 12px;
}

.btn4 {
    width: 40px;
    line-height: 30px;
    margin: 0px 2px 1px 1px;
    padding: 0 !important;
    font-size: 80%;
}

.btn4:active{
//    margin: 1px 6px 1px 5px;
}

.btn5 {
    width: 20px;
    line-height: 20px;
    padding: 0 !important;
    font-size: 80%;
}

.btn_ctrl{
    margin: 0px 2px 10px;
    padding: 0px 5px 0px 30px;
    line-height: 30px;
}

.btn_ctrl:active {
    margin: 0px 3px 11px 2px;
}

.btn_logout{
    background-image: url('../img/btn_logout.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_dashboard{
    background-image: url('../img/btn_home.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_back{
    background-image: url('../img/btn_back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_close{
    background-image: url('../img/btn_close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_time{
    background-image: url('../img/btn_time.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_edit{
    background-image: url('../img/btn_edit.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_delete{
    background-image: url('../img/btn_delete.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}
.btn_print{
    background-image: url('../img/btn_print.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 5px 0px 30px!important;
    /*line-height: 30px;*/
}
.btn_copy{
    background-image: url('../img/btn_copy.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 0px 15px 0px 15px;
}

.btn_copy2{
    background-image: url('../img/btn_copy.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
.btn_delete2{
    background-image: url('../img/btn_close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}


/*** 色 ***/

.color-red{
    color: #fa8072;
    border-color: #ffc0cb;
}

.color-orange {
    color: #ff8c00;
    border-color: #ffd700;
}

.color-blue {
    color: #6495ed;
    border-color: #b0c4de;
}

.color-green{
    color: #008000;
    border-color: #8FBC8F;
}

.color-plam{
    color: #8B008B;
    border-color: #D8BFD8;
}

.color-gray{
    color: #888888;
    border-color: #AAAAAA;
}

.bg-red{
    background-color:  #ffe5e1;
}

.bg-orange {
    color: #555555;
    background-color: #ffe9bd;
}

.bg-blue {
    color: #555555;
    background-color: #e1eaff;
}

.bg-green {
    color: #555555;
    background-color: #d0feb6;
}

.bg-yellow {
    color: #555555;
    background-color: #ffff80;
}

.bg-plam{
    color: #555555;
    background-color: #f4e1ff;
}

.bg-gray{
    color: #555555;
    background-color: #eeeeee;
}



/*** suggest ***/

#suggest_client,
#suggest_item_0,
#suggest_item_1,
#suggest_item_2,
#suggest_item_3,
#suggest_item_4,
#suggest_item_5,
#suggest_item_6,
#suggest_item_7,
#suggest_item_8,
#suggest_item,
#suggest {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    font-size: 90%;
    width: 270px;
    z-index: 2000;
}

#suggest_client div,
#suggest_item_0 div,
#suggest_item_1 div,
#suggest_item_2 div,
#suggest_item_3 div,
#suggest_item_4 div,
#suggest_item_5 div,
#suggest_item_6 div,
#suggest_item_7 div,
#suggest_item_8 div,
#suggest_item div,
#suggest div {
    display: block;
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
    text-align: left;
}

#suggest_client div.select,
#suggest_item_0 div.select,
#suggest_item_1 div.select,
#suggest_item_2 div.select,
#suggest_item_3 div.select,
#suggest_item_4 div.select,
#suggest_item_5 div.select,
#suggest_item_6 div.select,
#suggest_item_7 div.select,
#suggest_item_8 div.select,
#suggest_item div.select,
#suggest div.select {
/* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3366FF;
}

#suggest_client div.over,
#suggest_item_0 div.over,
#suggest_item_1 div.over,
#suggest_item_2 div.over,
#suggest_item_3 div.over,
#suggest_item_4 div.over,
#suggest_item_5 div.over,
#suggest_item_6 div.over,
#suggest_item_7 div.over,
#suggest_item_8 div.over,
#suggest_item div.over,
#suggest div.over {
/* マウスオーバ時のスタイル */
    background-color: #99CCFF;
}

/***************************/
/*** フォーム ***/
input.size7{
    width: 7em!important;
}
input.size6{
    width: 6em!important;
}
input.size5{
    width: 5em!important;
}
input.size4{
    width: 4em!important;
}
input.size3{
    width: 3em!important;
}
input.txt-long{
    width: 90%!important;
}
input.txt-middle{
    width: 65%!important;
}
input.txt-short{
    width: 30%!important;
}
input.txt-code{
    width: 20%!important;
}
input.txt-name{
    width: 70%!important;
}
form div.input-float div.input{
    display: inline-block;
    width: auto;
}
.focusReadOnly {
    background-color:#CCCCCC;
}
.form-error {
    border: 1px solid red;
}
form div.error-message{
    position: absolute;
    /*position: relative;*/
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid red;
    padding: 5px 10px;
}

/* カスタマイズ */
#login-content .error {
    display: none;
}

table.fblock{
    width: 30%;
    float: left;
    margin-right: 20px;
}
@media screen and (max-width: 1000px) {
    table.fblock{
        width: 45%;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    table.fblock{
        width: 100%;
        float: none;
        margin-right: 0px;
    }
}

p.clsTH{
    background-color: #cccccc;
    padding: 0px 0px 0px 5px;
}
.alert_line{
    background-color: #ffff99;
}
#order-note{
    width: 100%;
    height: 40px;
}

@media screen and (max-width: 640px) {
    div.form-list div.float-l{
        float: none;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px) {
    .contentTitle {
        float: none;
        width: 100%;
        border-bottom: solid 1px #cccccc;
        line-height: 12px;
    }
    .contentValue {
        float: none;
        width: 100%;
        min-height: 1em;
        margin-bottom: 20px;
        background-color: #f8f8f8;
    }
    input.txt-middle,
    input.txt-short {
        width: 98%!important;
    }
}
