﻿@charset "utf-8";
/* -------------------------------- CSSInfo
Project: apparatus2
Author: y_enoto
Style : commonStyleFile
------------------------------------------*/

* {
    margin: 0px;
    padding: 0px;
}

/* CLEAR
*******************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

body {
    background-color: #fff;
    color: #333;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "MS PGothic", "Lucida Grande", "Lucida", "Verdana", "sans-serif";
    line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: black;
}

ol, ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

dl {
    margin: 0;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

img {
    vertical-align: bottom;
}

a {
    color: #333;
}

i {
    color: #666;
}

/* Layout
*******************************************/
#top {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

/* Header
*******************************************/
header {
}

#headLeft {
    float: left;
}

#headRight {
    float: right;
}

#logo {
    float: left;
}

#titleArea {
    float: left;
    line-height: 72px;
    font-size: 24px;
}

#userArea {
    line-height: 35px;
}

#buttonArea {
    text-align: right;
}

/* Main Menu
*******************************************/
#main-menu {
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

#toggle_menu {
    display: none;
}

/* dropdown */
nav {
    height: 46px;
}

#nav {
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    padding: 1px 0;
}

#nav li {
    border-left: 1px solid #ccc;
    position: relative;
    float: left;
    padding: 0 20px;
    position: relative;
    width: 100px;
}

#nav li:before {
    border-color: transparent transparent transparent #ccc;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: "";
    display: inline-block;
    left: 0;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

#nav li a {
    display: block;
    text-decoration: none;
}

#nav li.cr:before {
    border-color: transparent transparent transparent #fff;
}

#nav li.cr {
    background-color: #ffe4c4;
    border-bottom: 3px solid #ff5588;
}

#nav li:hover {
    border-bottom: 3px solid #ff5588;
}

#nav .dp {
    position: absolute;
    left: 0;
    margin-left: 0;
    padding-top: 3px;
    position: absolute;
}

#nav .dp li {
    background-color: #fff;
    border: 1px solid #ccc;
    float: none;
    position: relative;
    padding-bottom: 1px;
    z-index: 100;
}

#nav .dp li:hover {
    border-bottom: 3px solid #ff5588;
}

#nav .dp li:not(:first-child):before {
    border: none;
}

#nav .dp li:nth-child(1):before {
    border-color: transparent transparent #ff5588;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: inline-block;
    left: 60px;
    position: absolute;
    top: -12px;
}

#nav .dp li ul {
    left: 150px;
    list-style: outside none none;
    margin-left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
    margin: -2px -10px;
}

#nav .dp li ul li:first-child:before {
    border-color: transparent #ff5588 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    top: 50%;
}

#nav .dp li ul li {
    float: none;
    padding-bottom: 1px;
}

#nav .dp li ul li ul {
    left: 200px;
    padding-left: 1px;
    padding-top: 0;
    position: absolute;
    top: 0;
}

#nav .dp li i {
    float: right;
    padding-top: 13px;
}

/* Content
*******************************************/
#content {
    clear: both;
}

/* Footer
*******************************************/
footer {
}

/* CommonUtility
*******************************************/
.ermsgBox {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-radius: 5px;
    color: #ff6861;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 10px;
}

.red {
    color: #ff6861;
    font-weight: bold;
}

.blue {
    color: #0000ff;
}

.required {
    color: #ff5588;
    font-weight: bold;
}

.required:after {
    content: "*";
    display: inline;
}

.underline {
    border-bottom: 1px solid;
    margin-bottom: 3px;
}

.f-err {
    background-color: #ffdfdf;
}

.customSelect.f-err {
    background: #ffdfdf url('../img/arrow.jpg') no-repeat right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.numeric {
    text-align: right;
}

.imeoff {
    ime-mode: disabled;
}

.hide {
    display: none;
}

/* Heading
*******************************************/
h1 {
    background-color: #d5d9ff;
    font-size: 22px;
    margin: 0 0 10px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #595959;
}

/*h2 { border-radius: 1px; font-size: 18px; margin: 15px 0 8px 0; padding: 5px 10px; height: 25px; line-height: 25px; border:1px solid #d5d9ff; color: #595959;}
*/
h2 {
    font-size: 18px;
    margin: 15px 0 8px 0;
    padding: 5px 10px;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    color: #595959;
}

/* Section:login
*******************************************/
#login form {
    margin: 0 auto;
    padding: 10px;
    width: 400px;
}

#login dl {
    overflow: hidden;
}

#login dt {
    float: left;
    width: 140px;
}

#login dd {
    margin: 2px;
    text-align: center;
}

/* Input
*******************************************/
input[type='text'] {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    margin: 0 0 0px;
    padding: 3px 3px;
}

input[type='password'] {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    margin: 0 0 0px;
    padding: 3px 3px;
}

textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset;
    color: #666;
    margin: 0 0 0px;
    min-height: 20px;
    min-width: 40px;
    padding: 3px 3px;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus {
    border: solid 1px #ff5588;
}

input[type='text'].error, input[type='radio'].error, textarea.error, span.error {
    border: solid 2px #fea381;
}

input[type='radio'], input[type='checkbox'] {
    display: none;
}

input[type='radio'], input[type='checkbox'] {
    display: inline-block;
    margin-right: 6px;
}

input[type='radio'] + label, input[type='checkbox'] + label, label.c, label.r {
    cursor: pointer;
    display: inline-block;
    line-height: 23px;
    margin-right: 12px;
    position: relative;
}

@media (min-width: 1px) {
    input[type='radio'], input[type='checkbox'] {
        display: none;
        margin: 0;
    }

    input[type='radio'] + label, input[type='checkbox'] + label, label.c, label.r {
        padding: 0 0 0 24px;
    }

    input[type='radio'] + label::before, input[type='checkbox'] + label::before, label.c::before, label.r::before {
        background: #fff;
        -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 4px 9px -6px rgba(0, 0, 0, 0.5) inset;
        content: "";
        display: block;
        height: 18px;
        left: 0;
        margin-top: -9px;
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 18px;
    }

    input[type='radio'] + label::before, label.r::before {
        border: 1px solid #ccc;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    input[type='checkbox'] + label::before, label.c::before {
        border: 1px solid #ccc;
    }

    input[type='radio']:checked + label::after, input[type='checkbox']:checked + label::after, input[type='checkbox']:checked + span::after, input[type='radio']:checked + span::after {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
    }

    input[type='radio']:checked + label::after, input[type='radio']:checked + span::after {
        background: #ff5588;
        border-radius: 8px;
        height: 8px;
        left: 5px;
        margin-top: -4px;
        width: 8px;
    }

    input[type='checkbox']:checked + label::after, input[type='checkbox']:checked + span::after {
        border-left: 3px solid #ff5588;
        border-bottom: 3px solid #ff5588;
        height: 8px;
        left: 3px;
        margin-top: -8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 16px;
    }
}

.customSelect.customSelectFocus {
    border: solid 1px;
}

.selecter {
    margin: 0 35px 0 0;
    padding: 0 35px 0 0;
    width: 280px;
    height: 43px;
}

.customSelect {
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: 0 0 0px;
    padding: 3px 0 3px 3px;
    width: 320px;
    background: #fff url('../img/arrow.jpg') no-repeat right;
}

input[readonly='readonly'] {
    background-color: #efefef;
}

/* Button Area
*************************************************/
.btnArea {
    margin: 10px 10px;
    overflow: hidden;
}

.btnArea p {
    float: left;
}

.btnArea p.right {
    float: right;
}

.btnAreaC {
    margin: 10px 10px;
    overflow: hidden;
    text-align: center;
}

/* Button Color
*************************************************/
/* 通常 */
input[type='button'], input[type='submit'] {
    border: 2px solid #ff5588;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    display: inline-block;
    color: #404040;
    font-weight: bold;
    color: #ff5588;
    outline: none;
    background-color: #ffffff;
}

input[type='button']:hover, input[type='submit']:hover {
    border: 2px solid #ff5588;
    background-color: #ffdfdf;
    color: #ff5588;
}

.link_button {
    border: 2px solid #ff5588;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    display: inline-block;
    color: #404040;
    font-weight: bold;
    color: #ff5588;
    outline: none;
    background-color: #ffffff;
}

.link_button:hover {
    border: 2px solid #ff5588;
    background-color: #ffdfdf;
    color: #ff5588;
}

.l {
    width: 245px;
    height: 30px;
}

/* 帳票出力 */
input[type='button'].output, input[type='submit'].output {
    border: 2px solid #e57a4c;
    background-color: #ffffff;
    color: #e57a4c;

}

input[type='button'].output:hover, input[type='submit'].output:hover {
    border: 2px solid #e57a4c;
    background-color: #e57a4c;
    color: #ffffff;

}

/* 処理実行 */
input[type='button'].exec, input[type='submit'].exec {
    border: 2px solid #ff5588;
    background-color: #ff5588;
    color: #ffffff;
}

input[type='button'].exec:hover, input[type='submit'].exec:hover {
    border: 2px solid #ff5588;
    background-color: #ffdfdf;
    color: #ff5588;
}

/* ページング */
input[type='button'].pageBtn, input[type='submit'].pageBtn {
    border: 1px solid #d7dada;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

input[type='button'].pageBtn:hover, input[type='submit'].pageBtn:hover {
    border: 1px solid #bfc4c4;
    background-color: #d9dddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

input[type='button'].currentPageBtn, input[type='submit'].currentPageBtn {
    border: 1px solid #d7dada;
    background-color: #f4f5f5;
    background-color: #ffaf46;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
    background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
    background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
    background-image: -o-linear-gradient(top, #ffaf46, #e78404);
    background-image: linear-gradient(to bottom, #ffaf46, #e78404);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffaf46, endColorstr=#e78404);
}

input[type='button'].currentPageBtn:hover, input[type='submit'].currentPageBtn:hover {
    border: 1px solid #bfc4c4;
    background-color: #d9dddd;
    background-color: #ffaf46;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaf46), to(#e78404));
    background-image: -webkit-linear-gradient(top, #ffaf46, #e78404);
    background-image: -moz-linear-gradient(top, #ffaf46, #e78404);
    background-image: -ms-linear-gradient(top, #ffaf46, #e78404);
    background-image: -o-linear-gradient(top, #ffaf46, #e78404);
    background-image: linear-gradient(to bottom, #ffaf46, #e78404);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffaf46, endColorstr=#e78404);
}

/* Button Size
*************************************************/
input[type='button'], input[type='submit'] {
    height: 30px;
    width: auto;
}

input[type='button'].xxs, input[type='submit'].xxs {
    width: 45px;
}

input[type='button'].xs, input[type='submit'].xs {
    width: 58px;
}

input[type='button'].ss, input[type='submit'].ss {
    width: 110px;
}

input[type='button'].s, input[type='submit'].s, span.small {
    width: 120px;
}

input[type='button'].m, input[type='submit'].m {
    width: 150px;
}

input[type='button'].r, input[type='submit'].r {
    width: 215px;
}

input[type='button'].l, input[type='submit'].l {
    width: 245px;
}

.l {
    width: 150px;
    height: 20px;
}

/* Table
*******************************************/
table {
    border: 1px solid #dedede;
    border-collapse: collapse;
    border-radius: 0px;
    width: 100%;
    background-clip: padding-box;
}

th, td {
    padding: 5px;
    word-wrap: break-word;
    word-break: break-all;
    height: 23px;
    vertical-align: middle;
    line-height: 22px;
}

th {
    background-color: #d5d9ff;
}

th:not(:first-child), td:not(:first-child) {
    border-left: 1px solid #dedede;
}

tr {
    border-collapse: collapse;
}

tr:not(:first-child) th, tr:not(:first-child) td {
    border-radius: 0;
    border-top: 1px solid #dedede;
}

th:first-child {
    border-radius: 0;
}

th:last-child {
    border-radius: 0;
}

tr:first-child td:first-child {
    border-radius: 0;
}

tr:first-child td:last-child {
    border-radius: 0;
}

tr:last-child td:first-child {
    border-radius: 0;
}

tr:last-child td:last-child {
    border-radius: 0;
}

table.list tr:hover {
    background-color: #dedede;
}

/* ScrollTableStyle */
.scTbl {
    overflow-y: scroll;
}

/* BackTopLink
*******************************************/
#ptop {
    bottom: 20px;
    right: 1%;
    position: fixed;
    text-align: center;
}

#ptop a {
    background-color: #333;
    border-radius: 10px;
    color: #fff;
    display: block;
    line-height: 120%;
    opacity: 0.5;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}

#ptop a:hover {
    text-decoration: none;
    background: #f66;
}

/* tablesorter
*******************************************/
table.tablesorter thead tr .header {
    background-image: url(tablesorter/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(tablesorter/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(tablesorter/desc.gif);
}

table.q tr:nth-child(2n+1) {
    background: #eee;
}

/* セレクトボックスの大きさ指定
*******************************************/
.select_dd {
    width: 60px;
}

/* 半角2文字まで*/
.select_yyyy {
    width: 80px;
}

/* 半角4文字まで*/
.select_ss {
    width: 160px;
}

/* ５文字まで*/
.select_mm {
    width: 150px;
}

/* ８文字まで*/
.select_m {
    width: 180px;
}

/* 10文字まで*/
.select_l {
    width: 250px;
}

/* 15文字まで*/
.select_fit {
    width: calc(100% - 4px);
}

/* テキストボックスの大きさ指定
*******************************************/
.text_l {
    width: 525px;
}

.text_ml {
    width: 490px;
}

/* 主に履歴コメント用*/
.text_m {
    width: 380px;
}

/* 主にメール、住所詳細用*/
.text_mm {
    width: 250px;
}

.text_n {
    width: 200px;
}

.text_s {
    width: 150px
}

.text_s2 {
    width: 94px;
}

.text_ss {
    width: 80px;
}

.text_xs {
    width: 40px;
}

.text_fit {
    width: calc(100% - 6px);
}

/* テキストエリアの大きさ指定
*******************************************/
.area_n {
    width: 350px;
    height: 7em;
}

.area_m {
    width: 500px;
    height: 7em;
}

.area_fit {
    width: calc(100% - 6px);
    height: 4em;
}

.area_fitl {
    width: calc(100% - 6px);
    height: 10em;
    font-size: 14px;
    font-weight: 100;
}

#id_analysis {
    height: 30em;
}

#id_summary {
    height: 30em;
}

.area_big {
    width: calc(100% - 6px);
    height: 40em;
}

/* 個別
*******************************************/

.my-pink {
    color: #ff5588;
}

.my-orange {
    color: #e57a4c;
}

.spacer {
    height: 10px;
}

td.pink_td {
    background: #FFBCD0;
}

td.orange_td {
    background: #F2BCA5;
}

.wkDialogClass {
    background-color: darkgray;
}

.wkDialogClass .ui-dialog-titlebar {
  color:black;
  background:#CCCCCC;
}

.wkDialogClass .ui-dialog-content {
  color:navy;
  background:skyblue;
}

.wkDialogClass .ui-dialog-buttonpane {
    background-color: white;
}

.wkBtnOk {
    color: red;
    background-color: yellow;
}

.wkBtnNg {
    color: blue;
    background-color: greenyellow;
}
