@charset "utf-8";
/* CSS Document */

body,html{
    margin: 0;
    padding: 0;
}
body{
    background: url("/include/img/backgroundimage.jpg") top left repeat #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size:14px;
}
ul,li{
    margin: 0;
    padding: 0;
}


/*Loginページ*/
.loginwrap{
    width: 400px;
    margin: 100px auto 0;
    background: url(../img/logo.png) top center no-repeat;
    height: 100%;
    padding-top: 115px;
}
#login{
    margin: 50px 0;
    padding: 1em 5%;
    width: 90%;
    border: 1px solid #d7d7d7;
    background: url(../img/background_login.png) repeat;
}
#login li{
    padding-left: 110px;
    list-style: none;
    margin: 1em 0.5em;
}
#login input{
    width: 98%;
    border: 1px solid #3F85BF;
    height: 1.5em;
    padding: 1%;
}
#login select{
    width: 100%;
    border: 1px solid #3F85BF;
    height: 2em;
    padding: 1%;
}
#userid{
    background: url(../img/userid.png) left center no-repeat;
}
#pass{
    background: url(../img/password.png) left center no-repeat;
}
#login input[type="text"],
#login input[type="password"],
#login select{
    background-color: #FFF;
}
#login input[type="text"]:focus,
#login input[type="password"]:focus,
#login select:focus{
    background-color: #F7d500;
}
#login input[type="submit"]{
    display: block;
    width: 70px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/login.png) center top no-repeat;
    border: none;
}
#login input[type="submit"]:hover,
#login input[type="submit"]:focus{
    background-position: center -25px;
}


/*ヘッダ*/
.header{
    margin-top: 1em;
}
#mainmenu{
    width: 70px;
    height: 25px;
    display: block;
    background: url(../img/header_logo.png) center top no-repeat;
    float: left;
    border:none;
}
#mainmenu:hover{
    background-position: center -25px;
}
#logout{
    width: 70px;
    height: 25px;
    display: block;
    background: url(../img/logout.png) center top no-repeat;
    float: right;
    border:none;
    margin-left: 1em;
    margin-bottom: 14px;
}
#logout:hover{
    background-position: center -25px;
}
/*
.manual{
    float: right;
}
#manual{
    display: block;
    width: 120px;
    height: 25px;
    line-height: 23px;
    margin: 0 0 3px 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: url(../img/manual_button.png) center top no-repeat;
    color: #FFF;
    font-size: 12px;
}
#manual:hover{
    background-position: center -25px;
}
*/
#username{
    float: right;
    font-weight: bold;
    margin-right: 0.5em;
    background: url(../img/usericon.png) left center no-repeat;
    padding-left:30px;
    height: 25px;
    line-height: 23px;
}
.main:after{
    content: "";
    clear: both;
    display: block;
}
h2{
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #7b7b7b;
    padding: 0.5em 0.5em 0.5em 28px;
    background: url(../img/MenuTitleIcon.png) 6px center no-repeat #8F8F8F;
}
h3{
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    margin:0.2em 0.5em 0.5em -14px;
    padding:0.5em 0 0.5em 50px;
    background: url(../img/h3background.png) left center no-repeat;
    width: 125px;
}
h4{
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #7b7b7b;
    padding: 0.5em 0.5em 0.5em 28px;
    background: url(../img/lightbulb.png) 6px center no-repeat #8F8F8F;
    margin: 0;
}
.wrapper{
    width: 1000px;
    margin: 0 auto;
    clear: both;
}
.wrap{
    border: 1px solid #b7b7b7;
    background: url(../img/background_login.png) left top repeat;
    padding: 5px;
    float: left;
    width: 988px;
}
.msg{
    width: 1000px;
    margin: 2.5em auto 0;
    clear: both;
}
.msgul{
    height: 150px;
    overflow: auto;
    background-color: #e6e6fa;
    padding: 20px;
}
.msgul ul{
    list-style: none;
}
.msgul ul li{
    font-size: 0.9em;
    height: 60px;
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 5px;
}
.msgul li div{
    font-weight: bold;
    margin-bottom: 10px;
}
.msgul .new{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 3px;
    margin-right: 5px;
}
.kinou{
    margin: 10px;
    padding: 10px
}
.kinou ul li{
    list-style: none;
    margin: 0.5em;
    float: left;
}
.kinou ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 165px;
    height: 46px;
    padding-left: 52px;
    border: 5px solid #c2c2c2;
    text-decoration: none;
    color: #868686;
    font-weight: bold;
    font-size: 13px;
}
.DummyMenu{
    width: 225px;
    height: 56px;
}
a.input{
    background: url(../img/input.png) 10px center no-repeat #FFF;
}
a.print{
    background: url(../img/print.png) 10px center no-repeat #FFF;
}
a.output{
    background: url(../img/output.png) 10px center no-repeat #FFF;
}
a.update{
    background: url(../img/update.png) 10px center no-repeat #FFF;
}
a.upload{
    background: url(../img/upload.png) 10px center no-repeat #FFF;
}
.kinou ul li a:hover{
    border:5px solid #64b2ff;
    color: #2b7cd3;
}
.kinou{
    width: 240px;
}
.warning{
    font-size:0.8em;
    color:#8f8f8f;
    clear: both;
    margin: 10px;
}


/*各詳細ページ共通*/
.backwrap{
    background-color: #eee;
    padding: 5px;
    color: #666;
}
.backwrap:after{
    content: "";
    display: block;
    clear: both;
}
input[type="text"]{
    background-color: #dcedff;
    border: none;
}
input[type="file"]{
    height: 21px;
}
input[type="checkbox"]{
    vertical-align: middle;
}

input:not([type="button"]),
textarea{
    color: #666;
    background-color: #dcedff;
    height: 17px;
}
select{
    color: #666;
    background-color: #dcedff;
    height: 19px;
    border: 1px solid #FFF;
}

input[disabled],
select[disabled],
textarea[disabled]{
    background-color: #FFF;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
input[type="checkbox"],
input[type="radio"],
button,
label{
    cursor: pointer;
}
input:not([type="button"]):focus,
select:focus,
textarea:focus{
    outline: none;
    background-color: #F7d500;
}

/*Firefoxのフォーカス時の点線を消す
※selectでは効いてない*/
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="checkbox"]::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner{
    border:none;
}

button.ui-datepicker-trigger{
/*     background: url(../img/calendar.png) top left no-repeat; */
/*     border: none; */
/*     height:19px; */
/*     width: 19px; */
/*     margin: 0 1px 0 3px; */
/*     color: #FFF; */
    display: none;
}
button.ui-datepicker-trigger:hover{
/*     background-position: left -19px; */
}

#sub_header{
    margin-bottom: 5px;
}
#sub_header input[type="text"],
#sub_header select{
    border: 1px solid #3f85bf;
    height: 25px;
}
#sub_header span{
/*     background: url(../img/kensakuheadIcon.png) center left no-repeat; */
/*     padding-left: 20px; */
/*     margin-left: 2px; */
/*     margin-right: 10px; */
/*     color: #2281cf; */
/*     font-weight: bold; */
}

table,
tr,
th,
td{
    border:none;
    padding: 0;
    margin: 0;
    border-collapse: separate;
    border-spacing: 1px;
}
th{
    background-color: #67afe9;
    color: #FFF;
    font-weight: normal;
    width: 90px;
    padding: 3px 0;
    font-size: 0.9em;
    border-bottom: 1px solid #579fda;
}
td{
    background-color: #FFf;
    padding: 2px;
    border-bottom: 1px solid #d4d4d4;
}
table input[type="text"]{
    display: block;
    float: left;
}


/*伝票保存ボタンまわり*/
.savearea{
    clear: both;
    background-color: #d2deeb;
    padding: 10px;
}
.saveareaWrap{
    width:215px;
    margin: 0 auto;
}
.savearea input[type="button"],
.savearea input[type="submit"]{
    border: none;
    width: 95px;
    height:25px;
    margin: 0 5px;
}
input.save{
    background: url(../img/save_btn.png) center top no-repeat;
}
input.return{
    background: url(../img/return_btn.png) center top no-repeat;
}
input.delete{
    background: url(../img/delete_btn.png) center top no-repeat;
}
input.print{
    background: url(../img/print_btn.png) center top no-repeat;
}
input.preview{
    background: url(../img/preview_btn.png) center top no-repeat;
}
input.import{
    background: url(../img/import_btn.png) center top no-repeat;
}
input.execute{
    background: url(../img/execute_btn.png) center top no-repeat;
}
input.display{
    background: url(../img/display_btn.png) center top no-repeat;
}
input.download{
    background: url(../img/download_btn.png) center top no-repeat;
}
.savearea input.download{
    background: url(../img/manual_button.png) center top no-repeat;
    width: 120px;
    color: #FFF;
    font-size: 83%;
}
input.save:hover,
input.return:hover,
input.delete:hover,
input.print:hover,
input.preview:hover,
input.import:hover,
input.execute:hover,
input.display:hover,
input.download:hover,
input.save:focus,
input.return:focus,
input.delete:focus,
input.print:focus,
input.preview:focus,
input.import:focus,
input.execute:focus,
input.display:focus,
input.download:focus{
    background-position: center -25px;
}
.date{
    ime-mode: disabled;
    width: 110px;
}
