@charset "utf-8";
html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #eee;
}

#container,#frame,#header,#content,#footer {
    clear: both;
}

#container {
    width: 96%;
    min-width: 480px;
    min-height: 100%;
    margin: 0 2%;
    padding: 0;
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

#header {
    background-image: url(/img/layouts/bg_header_01.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
}

#content {
    padding: 5px 12px 26px 12px;
}

#content::after {
    content: '.';
    visibility: hidden;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 96%;
    min-width: 480px;
    height: 44px;
    margin: 0 2%;
    padding: 4px 20px;
    z-index: 100;
    background-color: #fff;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    text-align: center;
}

/* 画面左上のロゴ画像 div */
#logo {
    float: left;
    margin: 6px 0 0 10px;
}

/* 画面左上のロゴ画像のimg */
#logo img {
    width: 139px;
    height: 26px;
}

#headerInfo {
    height: 45px;
}

#headerUserInfo {
    margin-top: 4px;
    margin-right: 20px;
    float: right;
}

#title {
    height: 26px;
    margin: 0 10px;
    padding: 0 10px;
    background-image: url(/img/layouts/title_top_01.jpg);
    background-repeat: repeat-x;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    line-height: 26px;
}

#reportStatusButton {
    margin-top: 2px;
}

.pagination {
    margin: 0;
}

#conTab li {
    min-width: 80px;
}

#conTable th, #conTable td {
    text-align: center;
    vertical-align: middle;
}

.conTable th, .conTable td {
    text-align: center !important;
    vertical-align: middle !important;
}

.centerTable th, .centerTable td {
    text-align: center;
    vertical-align: middle;
}

.centerTable td.leftTxt {
    text-align:left;
}

td.verticalCenter {
    vertical-align:middle !important;
}

/* Bootstrap調整 */
.nav-tabs li a {
    background: none repeat scroll 0% 0% #F7F7F7;
    border: 1px solid #DDD !important;
    text-align: center;
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
}

.alert.flash {
    margin: 10px 20px 15px 20px;
}

/* 印刷しようとすると、リンクの後ろにURLが表示される問題 対応 */
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}

/* 妥当性エラー Formフィールドのdiv */
form div.error {
  background: #FFDACC;
  border-radius: 4px;
  padding: 2px 2px 2px 0px;
}
form div.error:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}
/* 妥当性エラーメッセージのdiv*/
form div.error-message {
  color: #9E2424;
  padding-left: 4px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

.btn-invalid {
    background-color: #888 !important;
    color: #bbb !important;
}

.bg-invalid {
    background-color: #CCC !important;
}

.font-msp_gothic {
    font-family: 'ＭＳ Ｐゴシック';
}

span.nodisp {
    display:none;
}
span.large {
    font-size:large;
}
