@charset "UTF-8";

@import "uv.css";


/*================ 全般(共通) ================*/
* {
    /* リセット */
    margin: 0;
    padding: 0;
}

body {
    /* 全体背景色の設定 */
    background: #f5f5f8 !important;
    font-size: 13px;
    /* スクロールバーの背景色設定 */
    scrollbar-face-color: transparent;
    scrollbar-highlight-color: transparent;
    scrollbar-shadow-color: transparent;
    scrollbar-3dlight-color: transparent;
    scrollbar-arrow-color: transparent;
    scrollbar-darkshadow-color: transparent;
    scrollbar-track-color: transparent;
}

ul,
ol {
    list-style-type: none;
}

fieldset,
img {
    border-style: none;
}

textarea {
    font-size:12px;
}

input {
    font-size:12px;
}

input.calendar {
    font-size:12px;
}

table {
    border-collapse: collapse;
    font-size:12px;
}

/*======================== ログイン ========================*/
#login_form {
    border: none;
    padding: 30px 40px 30px 40px;
    width: 360px;
    margin: 10px auto;
    background-color: transparent;
}

#login_form #username2,
#login_form #password2 {
    height: 30px;
}

#login_form #username2 th,
#login_form #password2 th{
    font-size: 12pt;
    font-weight: normal;
    padding-top: 1px;
    padding-right: 10px;
}

#login_form #username2 td,
#login_form #password2 td{
    padding : 0;
}

#login_form #username2 input,
#login_form #password2 input {
    width:250px;
    margin:0;
    padding:1px;
    vertical-align:middle;
    font-size: 12pt;
    ime-mode: disabled;
}

#login_form #login_button th {
    padding-top: 15px;
}

#login_form #login_button input {
    font-size: 10pt;
    width: 100px;
    height: 28px;
}

#header_logo {
    background: url(../image/keo/SFC_logo.gif) center center no-repeat;
    height: 100px;
}

#login_footer {
    text-align:center;
}

#login_footer .recommended {
    width : 420px;
    margin-left : auto;
    margin-right: auto;
    text-align:left;
    font-size : small;
    padding-left: 40px;
}


/*======================= ユーザ情報 =======================*/
#info .logo img {
    width:100%;
}

/*================ トップメニューとタイトル ================*/
#top_menu {
    position: relative;
    z-index: 1;
}

#title {
    min-width : 600px;
    border-bottom: #222222 solid 1px;
}

#title h1 {
    visibility: visible;
    margin : 0px;
    text-align : left;
    padding-left : 30px;
    padding-top : 10px;
    padding-bottom : 5px;
    background: transparent;
    line-height:18px;
    color: #222222;
}

/*================ 必須項目 ================*/
.mark_required,
span#required_note,
.mark_required_red,
span#required_note_red {
    color: #ff2000;
}

/*================ ボタン ================*/
input.button {
    background-color:#d0d0d0;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060;
    color: #202020;
    background-image: none;
    margin: 8px 1px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    height: 30px;
    min-width: 90px;
    *min-width: auto;
    width: auto;
}

input:disabled.button {
    color: #808080;
    text-shadow: 1px 1px 1px #ffffff;
}

input:active.button {
    border-top: 1px solid #606060;
    border-left: 1px solid #606060;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-right: 1px;
}

/*================ ページャー ================*/
ul.navi {
    margin: 2px 0 0;
    padding: 2px 5px;
    background-color: transparent;
    line-height: 16px;
}

/*========== 数値入力のカーソル位置 ==========*/
input.code,
input.number,
input.date,
input.time {
    padding-right: 1px;
}

/*================ 表形式表示 ================*/
table.condition {
    width : 640px;
}

table.condition caption {
    padding: 1px 1px;
    background: #d0d0d0;
}

table.condition caption strong {
    font-size: 13px;
    background: transparent;
    border-bottom: 1px transparent;    /* 下線   */
    border-right: 1px transparent;     /* 右線   */
    color: #333333;                    /* 文字色 */
}

table.condition TD {
    padding: 1px 1px 1px 20px;
}

table.detail {
    border-spacing: 1px;
    table-layout: auto;
}

table.detail caption {
    padding: 5px 0 2px;
}

table.detail caption strong,
table.list caption strong {
    height:16px;
    line-height:20px;
    margin:5px 0px 0px 5px;
    padding: 2px 6px;
    background-image: none;
    background-color: transparent;
    border-top: solid 1px transparent;
    border-bottom: solid 1px #202020;
    font-size:13px;
    text-align:left;
    font-weight: border;
    color: #333333;
    vertical-align: middle;
    position: relative;
}

table.detail caption strong font {
    position: absolute;
    left: 253px;
    margin-left: 1em;
    width: 40em;
}

table.detail th {
    color: #000000;
    background: #d6d6d8;
    border-right:solid 0px;
    border-bottom:solid 0px;
    border-left:solid 0px;
    padding: 2px 0px 2px 5px;
    font-weight: bold;
}
table.detail td {
    color: #000000;
    background: #e5e5e7;
    border-right:solid 0px;
    border-bottom:solid 0px;
    border-left:solid 0px;
    padding: 2px 0px 2px 5px;
}

table.detail th {
    padding: 2px 0px 2px 10px;
}

table.detail th strong {
    font-weight: bolder;
}

table.list {
    border-collapse: collapse;
}

table.list th,
table.list td {
    padding: 2px 2px 1px;
    border-right: 1px solid #f5f5f8;
    border-top: 1px solid #f5f5f8;
}

table.list th {
    border-bottom: 1px solid #f5f5f8;
    background-color: #b1b19f;
    color: #222222;
}

table.list td {
    color: #223;
}

table.list thead tr {
    background-color: #87CEFA;
}

/* 奇数行 */
table.list tbody tr.body_odd {
    background-color: #d6d6d8;
}

/* 偶数行 */
table.list tbody tr.body_even {
    background-color: #e5e5e7;
}

table.list tbody tr.body_hilight {
    background-color: #e0d0da;
}

/*================ div ================*/
div.label,
div.checkbox,
div.radio {
    margin: 0 !important;
    padding: 0 !important;
}

div.label {
    display: inline !important;
}

div.checkbox,
div.radio {
    display: inline-block !important;
    *display: inline !important;
    float: none;
}

/*================ アンカー ================*/
a:link{
        color:#336BB4; /*#336BB4#3399cc;*/
        text-decoration: underline; /* none変更 09/09 */
}

a:visited{
        color:#3366ff; /*#336BB4;*/
        text-decoration: underline; /* none変更 09/09 */
}

a:active{
        color:#3333ff; /*#336BB4; */
        text-decoration:none;
}

a:hover{
        color:#FFFFFF;
        background-color:#336BB4;
        text-decoration:none;
}

/******************************************************************************
  添付ファイルに関するスタイル設定
 ******************************************************************************/
.attachment ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.attachment input.delete {
    width: 50px;
}

/*================ 候補検索 ================*/
.candidate .condition th,
.candidate .condition td {
  background-color: transparent;
  border: none;
}
.candidate .condition th {
  color: #000;
  text-align: left;
  font-weight: normal;
}
.candidate .result table {
  border-collapse: collapse;
  line-height: 18px;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.candidate .result table th,
.candidate .result table td {
  padding: 2px 2px 1px;
  border-right: 1px #cccccc;
  border-bottom: 1px transparent;
  border-style: none solid solid none;
}

.candidate .result table td.body_radio,
.candidate .result table td.body_code {
  border-right: 1px #cccccc;
  border-bottom: 1px transparent;
  border-style: none solid solid none;
}

.candidate .result table td.body_radio {
  text-align: center;
}
/*
.candidate .result table th {
  color: #000;
  border-bottom: 1px solid #cccccc;
  background-color: #87CEFA;
}
*/
.candidate .result table tbody tr.body_odd {
  background-color: transparent;
}

.candidate .result table tbody tr.body_even {
  background-color: #e0ffff;
}

.candidate .result table tbody tr.body_hilight {
  background-color: #ffffaa;
}

/*================ 特任任用申請書 登録 ================*/

/* プロジェクトのタイトル1列名 */

#AA1214 .project_title_1,
#AA1103 .project_title_1,
#AA1104 .project_title_1 {
  display: inline-block;
  width: 10em;
}

/* プロジェクトのタイトル2列名 */
#AA1214 .project_title_2,
#AA1103 .project_title_2,
#AA1104 .project_title_2 {
  display: inline-block;
  width: 6em;
  text-align:center;
}

/* 入力項目 最大長 */
#AA1214 .inputTextWidth,
#AA1103 .inputTextWidth,
#AA1104 .inputTextWidth {
    width: 500px;
}

table#attTable caption {
  text-align:left;
}

/*================ 特任任用申請書確認依頼 ================*/

/* プロジェクト（照会用）のタイトル1列名 */
#AA1105 .project_title_1,
#AA1202 .project_title_1,
#AA1305 .project_title_1{
  display: inline-block;
  width: 10em;
}

/* プロジェクト（照会用）のタイトル2列名 */
#AA1105 .project_title_2,
#AA1202 .project_title_2,
#AA1305 .project_title_2{
  display: inline-block;
  width: 6em;
  text-align:center;
}

/******************************************************************************
  マスタデータ管理のスタイル設定 (uv.cssをオーバーライド)
 ******************************************************************************/
#master_data .list .update_datetime {
    width: 22ex;
    white-space: nowrap;

}


/******************************************************************************
   オンラインバッチ 実行結果ログのスタイル設定
 ******************************************************************************/
#log {
    margin: 10px 10px;
}

#log .detail th {
    min-width: 6em;
    width: 6em;
}

#log .message {
    margin: 0px;
    padding: 10px 10px;
}

#log .message pre {
    font-size: 12px;
    font-family: "ＭＳ ゴシック", monospace;
    line-height: 120%;
    margin: 0px;
    padding: 0px;
}

/*******************************************************************************
 protocalendarの上書き
 一部ブラウザで幅不足でヘッダー部が折り返されるため200→220pxに調整
*********************************************************************************/
.cal-container, #cal-container {
  width: 220px;
}

/******************************************************************************
   モック keio.css
 ******************************************************************************/
ul.docs_list {
    list-style-type: disc;
    list-style-position: inside;
    line-height : 120%;
    margin :5px 30px 5px 30px
}

ul.link_list {
    list-style-type: disc;
    line-height : 120%;
    margin-top :5px;
    margin-left :40px;
    margin-bottom :0px;
}

ul.link_list li {margin-top:0.5em;}

span.desc {
    display :block;
    margin : 4px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    line-height:120%;
    font-size :small;
//  font-size :x-small;
}

ul.docs_list span.desc {
    padding: 0 0 0 0em;
    text-indent: 0em;
    margin : 4px 4px 4px 1em;
}

span.en {
    color: blue;
}

p.description {
    margin : 5px 30px 5px 30px;
}

p.confirmation {
    font-weight : bold;
    color : red;
    margin : 5px 10px 5px 10px;
}

/*================ 添付ファイル ================*/
div.attachment ul {
    margin: 0;
}
div.attachment a.download {
    background-color: transparent;
    background-image: none;
    padding: 1px;
}

div.attachment a.download {
    background-color: transparent;
    background-image: none;
    padding: 1px;
}

/*================ 添付ファイルのアンカー設定 ================*/
/* aタグに対してアンカーの定義があるが、添付ファイル関連の指定の粒度の方が詳細なため、
   aタグに対してアンカーの定義が適用されない。よって、添付ファイル用にアンカーの定義を
   aタグに対してアンカーの定義と同じものを用意する。 */
div.attachment a.download:link{
        color:#336BB4;
        text-decoration: underline;
}

div.attachment a.download:visited{
        color:#3366ff;
        text-decoration: underline;
}

div.attachment a.download:hover{
        color:#FFFFFF;
        background-color:#336BB4;
        text-decoration:none;
}

div.attachment a.download:active{
        color:#3333ff;
        text-decoration:none;
}

/* ラジオボタンのLabelを個別に活性／非活性を切り替える場合 */
label.disabledRadioLabel {
    color: rgb(160,160,160) !important;
}

/* 入力項目の活性／非活性を切り替える場合の背景色 */
.disabled {
    background-color: lightgray !important;
}

/* 入力項目の活性／非活性を切り替える(入力補助のアイコン) */
.support input.search.disabled {
    background: transparent url("../image/keo/loupe_disabled.gif") no-repeat center center !important;
}

/* 印刷制御 /aa/f01/Usaa010540.jsp */
@media screen, print{
    body.print {
        color: black;
        background-color : white !important;
    }

    table.print {
        border-spacing: 0px;
        color: balck;
        background-color : white;
        border-collapse : collapse;
        border: solid 1px black;
        margin : 10px;
    }

    table.print caption {
        text-align:center;
        padding: 5px 0 2px;
    }

    table.print caption strong {
        height:30px;
        line-height:30px;
        margin:5px 0px 0px 5px;
        padding: 2px 6px;
        font-size:18px;
        font-weight: bold;
        text-align:center;
        vertical-align: middle;
        position: relative;
    }

    table.print th {
        width : 250px;
        border: solid 1px black;
        padding: 2px 2px 5px 5px;
        font-weight: normal;
        text-align:left;
        vertical-align: middle;
    }
    table.print td {
        width : 430px;
        border: solid 1px black;
        font-weight: normal;
        padding: 2px 0px 2px 5px;
        margin: 2px 2px 5px 5px;
        text-align:left;
        vertical-align: middle;
        word-break: break-all;
    }

    div.print p
    {
        padding: 0 0 0 -1em;
        text-indent: 1em;
        line-height : 120%;

    }

}

@media print{
    #title{display:none;}
    #head{display:none;}
    body {
        color: black;
        background-color : white !important;
    }
}

iframe.agreeTarget {
    max-width : 1024px;
}

td.USAA1103_CHANGE_FORM_ID div.checkbox,
td.USAA1103_CHANGE_FORM_DETAIL_ID div.checkbox {
    display: block !important;
}

p.USAA160210_RESULT {
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
}
