@charset "UTF-8";

/**
 * TWX21システム
 *
 * 更新履歴
 * 2009/11/01 CREATE matsumoto
 */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ffffff;
}

img {
    border: none;
}

hr {
    width: 95%;
    margin-bottom: 5px;
    color: #5c9ccc;
    height: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #5c9ccc;
}

#wrapper {
    clear: both;
    margin :10px;
}

/**
 * ヘッダー部分のBox
 */
.ui-box-header {
    font-weight: bold;
    padding: 7px 5px 7px 10px;
    text-align: left;
}

/**
 * 外枠(線あり)
 */
.ui-box {
    padding: 5px;
    margin-bottom: 10px;
}

/**
 * 外枠(線なし)
 */
.ui-clearbox {
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/**
 * Box内に配置する枠。線なし。
 */
.ui-content {
    margin-bottom: 5px;
}
.ui-content-left {
    margin-bottom: 5px;
}
.ui-content-center {
    text-align: center;
    margin-bottom: 5px;
}
.ui-content-right {
    text-align: right;
    margin-bottom: 5px;
}
.ui-content-button {
    margin-bottom: 3px;
    margin-left: 2px;
}

/**
 * 通常の一覧表形式のTable
 */
.ui-table {
    border-collapse: collapse;
}
.ui-table th {
    border: 1px solid #ffffff;
    padding: 5px;
    text-align: center;
}
.ui-table td {
    border: 1px solid #ffffff;
    background-color: #eeeeee;
    padding: 3px;
}
.ui-table .separator {
    border-bottom: 1px solid #a6c9e2
}
.ui-table .changed {
    border: 1px solid #ffffff;
    background-color: #ffff99;
    padding: 3px;
}

/**
 * 箱形形式のTable
 */
.ui-boxTable {
    border-collapse: collapse;
}
.ui-boxTable th {
    border: 1px solid #ffffff;
    padding: 5px;
    text-align: left;
}
.ui-boxTable td {
    border: 1px solid #ffffff;
    background-color: #eeeeee;
    padding: 3px;
}
.ui-boxTable .subth {
    background-color: #dddddd;
    font-weight: normal;
}
.ui-boxTable .changed {
    border: 1px solid #ffffff;
    background-color: #ffff99;
    padding: 3px;
}

/**
 * リスト形式のTable
 */
.ui-listTable {
    border-collapse: collapse;
}
.ui-listTable th {
    border: 1px solid #ffffff;
    padding: 5px;
    text-align: left;
}
.ui-listTable td {
    border: 1px solid #ffffff;
    background-color: #eeeeee;
    padding: 3px;
}

/**
 * リスト形式のTable
 */
.ui-crossTable {
    border-collapse: collapse;
}
.ui-crossTable thead th {
    border: 1px solid #ffffff;
    padding: 5px;
    text-align: center;
}
.ui-crossTable thead .leftTop {
    background: #ffffff;
}
.ui-crossTable tbody th {
    border: 1px solid #ffffff;
    padding: 5px;
    text-align: left;
}
.ui-crossTable td {
    border: 1px solid #ffffff;
    background-color: #eeeeee;
    padding: 3px;
}

/**
 * 動的に作成するテーブルに使用する
 */
.ui-listData {
    border-collapse: collapse;
}
.ui-listData th {
    border: 1px solid #ffffff;
    padding: 3px;
    text-align: center;
}
.ui-listDataRowOdd {
    border: 1px solid #ffffff;
    background-color: #dddddd;
    padding: 1px;
}
.ui-listDataRowEven {
    border: 1px solid #ffffff;
    background-color: #eeeeee;
    padding: 1px;
}
.ui-listDataRowError {
    background-color: #FF8888;
    border: 1px solid #ffffff;
    padding: 1px;
}


/**
 * COH_H_TABLEに使用する
 */
.ui-colhTable {
    border-collapse: collapse;
}
.ui-colhTable th {
    border: 1px solid #ffffff;
    padding: 3px;
    text-align: left;
}
.ui-colhTableRow {
    border: 1px solid #ffffff;
    background-color: #dddddd;
    padding: 1px;
}

/**
 * input type="text" に対してfocus/blurでつけるCSS
 */
.ui-input {
    padding: 1px;
}
.ui-input-highlight {
    outline: 1px solid #fad42e;
}
.ui-file {
    padding: 1px;
    height: 20px;
}

/**
 * textarea用
 */
.ui-textarea {
    padding: 1px;
    width: 95%;
}

/**
 * input type="text" のエラー時の背景
 */
.ui-input-error {
    padding: 1px;
    background-color: #FF8888;
}

/**
 * input type="text" のワーニング時の背景
 */
.ui-input-warning {
    padding: 1px;
    background-color: #FFE4B5;
}

/**
 * ボタン用
 */
.ui-button {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
}

/**
 * ダイアログボタン用
 */
.ui-dialog-button {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
    background: #e6e6e6 url(../images/global_nav_bg.gif) left top repeat-x;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    color: #555555;
}
.ui-dialog-hover {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
    background: #dadada url(../images/global_nav_bg.gif) left top repeat-x;
    font-weight: bold;
    border: 1px solid #999999;
    color: #212121;
}
.ui-dialog-active {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
    background: #ffffff;
    font-weight: bold;
    border: 1px solid #999999;
}

/**
 * ピンク色のボタン
 */
.ui-emphatic-button {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
    background: #ffccff url(images/ui-bg_glass_85_pink_1x400.PNG) 50% 50% repeat-x;
    font-weight: bold;
    border: 1px solid #ff99cc;
    color: #2e6e9e;
}
.ui-emphatic-hover {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
    background: #ffccff url(images/ui-bg_glass_85_pink_1x400.PNG) 50% 50% repeat-x;
    font-weight: bold;
    border: 1px solid #ff6666;
    color: #2e6e9e;
}
.ui-emphatic-active {
    margin: 0px 2px 0px 2px;
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: auto;
    overflow: visible;
    text-align: center;
    !important; cursor:pointer;
    background: #ffffcc;
    font-weight: bold;
    border: 1px solid #ff6666;
    color: #2e6e9e;
}

/**
 * Pagerの選択したページを強調する
 */
.pagerActive {
  color: red;
  font-weight: bold;
  font-style: normal;
  height: 15px;
}

/**
 * 必須
 */
.required {
    color: #FF8888;
    font-size:0.9em;
}


/**
 * 数値右寄せ
 */
.number {
    text-align: right;
}

/**
 * 文字大きめ、Bold
 */
.notice {
    font-size: 1.2em;
    font-weight: bold;
}

/**
 * 注目
 */
.attention {
    color: #cc0000;
    font-weight: bold;
}

/**
 * 矢印
 */
.arrow {
    background: url(../images/arrow.gif) left top no-repeat;
    margin-bottom: 3px;
    padding-left: 12px;
}

/**
 * ビックリマーク
 */
.exclamation {
    background: url(../images/exclamation.gif) left top no-repeat;
    margin-bottom: 3px;
    padding-left: 18px;
}

/**
 * メニュー画面用
 */
#menu-contents {
    width: 100%;
}
#menu-contents #menu {
    float: left;
    width: 250px;
}
#menu-contents #workspace {
    margin-left: 260px;
}
#menu-contents #workspace p {
    background: url(../images/arrow.gif) left top no-repeat;
    margin-bottom: 3px;
    padding-left: 12px;
}

/**
 * ヘッダー2(タイトルのみを表示する場合に使用)
 */
#header2 {
    background-color: #ffffff;
    padding-top: 0px;
}
#title2 {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/arrow.gif) left center no-repeat;
}
#nav2 {
    width: 99%;
    overflow: auto !important;
    overflow /**/: hidden;
    background: #e8e8e8 url(../images/global_nav_bg.gif) left top repeat-x;
    border: 1px solid #cccccc;
    height: 23px;
}

/**
 * ヘッダー
 */
#header {
    background-color: #ffffff;
    padding-top: 55px;
}
#logo {
    position: absolute;
    left: 3px;
    top: 3px;
}
#title {
    position: absolute;
    left: 10px;
    top: 60px;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/arrow.gif) left center no-repeat;
}
#title .desc {
    font-weight: normal;
    padding-left: 10px;
}
#user1 {
    position: absolute;
    left: 272px;
    top: 15px;
}
#user1 ul {
    margin: 0;
    text-align: right;
}
#user1 li {
    display: inline;
    padding-left: 12px;
    padding-right: 5px;
    background: url(../images/arrow.gif) left center no-repeat;
}
#user2 {
    position: absolute;
    left: 272px;
    top: 30px;
}
#user2 ul {
    margin: 0;
    text-align: right;
}
#user2 li {
    display: inline;
    padding-left: 12px;
    padding-right: 5px;
    background: url(../images/arrow.gif) left center no-repeat;
}
#nav {
    width: 99%;
    overflow: auto !important;
    overflow /**/: hidden;
    background: #e8e8e8 url(../images/global_nav_bg.gif) left top repeat-x;
    border: 1px solid #cccccc;
}
#nav li {
    float: right;
    width: 5.5em;
    border-left: 1px solid #cccccc;
}
#nav li .nav-button {
    border: 0px;
    width: 99%;
    height: 23px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
}
#nav li .nav-button:hover {
    color: #333333;
    background: #eee url(../images/global_nav_bg.gif) 0 -100px repeat-x;
}
#nav li a {
    display: block;
    border: 0px;
    width: 99%;
    line-height: 23px;
    color: #333333;
    text-decoration: none;
    text-align: center;
    background: #E8E8E8 url(../images/global_nav_bg.gif) left top repeat-x;
}
#nav li a:hover {
    color: #333333;
    background: #eee url(../images/global_nav_bg.gif) 0 -100px repeat-x;
}

/**
 * フッダー
 */
#footer {
    margin-top: 10px;
    clear: both;
}
#footer address {
    text-align: center;
    padding: 3px;
    font-style: normal;
}

/**
 * errors表示用
 */
.info-box {
    margin-bottom: 10px;
}
.info-box-header {
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.infoHeader {
    font-size: 1.2em;
    background-color: #5c9ccc;
    color: #ffffff;
}
.infoTable {
    border-collapse: collapse;
}
.infoTable td {
    background-color: #eeeeee;
    padding: 3px;
}
.infoContents {
    border: 1px solid #5c9ccc;
    margin-bottom: 10px;
}

.errorHeader {
    font-size: 1.2em;
    background-color: CRIMSON;
    color: #ffffff;
}
.errorTable {
    border-collapse: collapse;
}
.errorTable td {
    background-color: #eeeeee;
    padding: 3px;
}
.errorContents {
    border: 1px solid CRIMSON;
    margin-bottom: 10px;
}

.warningHeader {
    font-size: 1.2em;
    background-color: #ff9900;
    color: #ffffff;
}
.warningTable {
    border-collapse: collapse;
}
.warningTable td {
    background-color: #eeeeee;
    padding: 3px;
}
.warningContents {
    border: 1px solid #ff9900;
    margin-bottom: 10px;
}
.pwdActivePeriod-red{
    font-weight: normal;
    padding-left: 10px;
    color: CRIMSON;
}
.pwdActivePeriod-orange{
    font-weight: normal;
    padding-left: 10px;
    color: #ff9900;
}
.pwdActivePeriod-blue{
    font-weight: normal;
    padding-left: 10px;
    color: #5c9ccc;
}

/**
 * readonly強調
 */
.readonly {
    background-color: #dddddd;
}

/**
* 折畳み用
*/
.accbox { margin: 10px; box-shadow: 0 2px 6px rgba(0,0,0,.15); background: }
.accbox .mybutton { display: block; padding: .5em .75em; color :#2f8fcf;  background: #f6f6f6; cursor :pointer; box-shadow: 0 2px 6px rgba(0,0,0,.15); }
.accbox .mybutton:hover { background: #e6e6e6; color :#ff0000; }
.accbox .accopen:before { content: ' － '; font-weight: bold; color :#2f8fcf;}
.accbox .accclose:before { content: ' ＋ '; font-weight: bold; color :#2f8fcf;}
.accbox .accpanel { padding: 10px; height: auto; background: #ffffff; opacity: 1;}
.accbox .accpanelclose { display: none;}
.accbox .accpanel span {
    background: left top;
    margin-bottom: 3px;
    padding-left: 12px;
}

.lefter { display: inline-block; text-align: left; }
