@charset "UTF-8";

/* =========================================================
   common.
========================================================= */

/* ============================================================
  headerタグ情報
==============================================================*/
header {
/*
  font-size: 18px;
  margin: 0px auto;
  padding: 15px;
*/
}
#header {
  background-image: url(/_common/images/titles/header_back.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#headerBody {
  height: 55px;
}
#headerBody .piece {
  color: #fff;
  white-space: nowrap;
}
#header h1 {
  margin: 0;
  float: left;
  height: 55px;
  width: 360px;
  background-image: url(/_common/images/titles/header-left.gif);
  background-position: left top;
  vertical-align: top;
}
#header h1 a {
  display: block;
  overflow: hidden;
  width: 360px;
  height: 0px !important;
  height /**/: 55px;
  padding-top: 55px;
  vertical-align: top;
  outline: 0;
}
#headerBody .personal {
  float: left;
  max-width: 42%;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logout {
  float: right;
  width: 100px;
  height: 55px;
  padding-right: 30px;
  background-image: url(/_common/images/titles/header-right.gif);
  background-position: 110px 50%;
  color: #FFFFFF;
  overflow: hidden;
  background-repeat: no-repeat;
}
.logout a:link {
    color: #FFFFFF;
}
.logout a,
.logout a:visited {
  color: #FFFFFF;
  height: 55px;
  line-height: 55px;
}
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  /*margin: 5px auto 30px;*/
  margin: 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}
.dropmenu:after {
  clear: both;
}
.menubkcolor {
  background-repeat: no-repeat;
  background:      -o-linear-gradient(top, #003399 20%, #042870 100%);
  background:     -ms-linear-gradient(top, #003399 20%, #042870 100%);
  background:    -moz-linear-gradient(top, #003399 20%, #042870 100%);
  background: -webkit-linear-gradient(top, #003399 20%, #042870 100%);
  background: linear-gradient(top, #003399 20%, #042870 100%);
}
.headertitile1{
  position: relative;
  width: 12%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-right: 1px solid #d7dbdd;
}
.headertitile2{
  position: relative;
  width: 12%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  border-right: 1px solid #d7dbdd;
}
.menuli{
  position: relative;
  width: 10%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #d7dbdd;
}
.headerusername{
  position: relative;
  width: 10%;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  display: block;
  margin: 0;
  padding: 15px 20px 11px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.headerlogout{
  position: relative;
  width: 8%;
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  border-left: 1px solid #d7dbdd;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li a{
  padding: 13px 15px;
  border-left: 1px solid #206C9E;
  border-right: 1px solid #206C9E;
  border-bottom: 1px solid #206C9E;
  background: #f9fcff;
  color: #000;
  font-size: 12px;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #2787c6;
  color: #fff;
}
.dropmenu li a:hover{
  background: #2787c6;
  color: #fff;
}
#normal li ul {
      display: none;
 }
#normal li:hover ul {
       display: block;
 }
.selected_tab {
  background: #2787c6;
  color: #fff;
}
.pagetitle {
  background: #18459D;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px 2px 10px;
  vertical-align: top;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
}
.toolbar-wrap {
    border-bottom: 1px solid #aaa!important;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    padding: 2px 5px 2px 10px;
    background: #eee;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dedede),color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(#dedede 0,#f0f0f0 100%);
    background: -moz-linear-gradient(#dedede 0,#f0f0f0 100%);
    background: -ms-linear-gradient(#dedede 0,#f0f0f0 100%);
    background: linear-gradient(#dedede 0,#f0f0f0 100%);

    box-shadow: inset 0 2px 0 0 #f0f0f0, inset 0 -1px 0 0 #dedede, inset 0 -2px 0 0 #fff, inset 3px 0 0 0 #eee, inset 5px 0 0 0 #003399;
}

/* ============================================================
  mainタグ情報
==============================================================*/
main {
    margin: 5px 20px;
    /*margin: 1% 2% 80%;*/
    /*height: auto;*/
    background: #ffffff;
}

/* ============================================================
  footerタグ情報
==============================================================*/
.footer {
    text-align: center;
    padding: 10px 0 11px;
    background: #252728;
    color: #fff;
    font-size: 11px;
}
.loginFooter {
  text-align: center;
  padding: 10px 0 11px;
  color: #fff;
  font-size: 11px;
}
.footer a,.loginFooter a{
    color:#fff;
    text-decoration:none;
}
.footer a:hover,.loginFooter a:hover{
    color:#ff0000;
    text-decoration:underline overline;
}

/* ============================================================
  HTML、bodyタグ情報
==============================================================*/
html,body {
  height: 100%;
  font-size: 90%;
  margin: 0px auto;
  padding: 0px;
  /*background-color: #F5FFFA;*/
  /*background-image: url(/_common/images/bg_re.gif) ;*/
 }

/* 説明枠のデザイン */
.description {
     border: 2px solid #da4033;
     border-radius: 4px;
     margin: 2em 0;
     padding: 2em;
     position: relative;
}

.description::before {
     background-color: #fff;
     color: #da4033;
     content: "説明";
     font-weight: bold;
     left: 1em;
     padding: 0 .5em;
     position: absolute;
     top: -1em;
}

.sp_description {
     border: 2px solid #da4033;
     border-radius: 4px;
     margin: 2em 0;
     padding: 2em;
     position: relative;
}

.sp_description::before {
     background-color: #fff;
     color: #da4033;
     content: "特別権限付与";
     font-weight: bold;
     left: 1em;
     padding: 0 .5em;
     position: absolute;
     top: -1em;
}

/* エラーメッセージフォント */
.notice {
  margin: 15px 0px 0px 0px;
  color: #f00;
  font-weight: bold;
}


.copyright {
  color: #000000;
  padding: 20px 0;
  text-align: center;

}

.container {
    padding: 10px 20px 10px 20px;
    margin: 0 auto;
    background-color: #eee;
    color: #404040;
    /*line-height: 18px;*/
    background-color: #fdfdff;
    margin-top: 10px;
    border: 1px solid #aaa;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 75%;
}

div.scr {
  overflow-y: scroll;   /* スクロール表示 */
  height: 150px;
}

span.head1{
  display: inline-block;
  width: 75px;
  font-weight: bold;
}

span.head2{
  display: inline-block;
  width: 110px;
  font-weight: bold;
}

span.head3{
  display: inline-block;
  width: 180px;
  font-weight: bold;
}

span.head4{
  display: inline-block;
  width: 250px;
  font-weight: bold;
}

span.headf{
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
/*
a {
  text-decoration: none;
  color: #000000;
}
*/
.searchField {
    text-align: right;
}

/* ============================================================
  brタグ情報
==============================================================*/
br {
  line-height: 0.8;
}

/* ============================================================
  tableタグ情報
==============================================================*/
table.tablelayout {
  margin: 0 auto;
  text-align: center;
}
table.tablelayout th {
  /*background: #206C9E;*/
  background-repeat: no-repeat;
  background:      -o-linear-gradient(top, #003399 20%, #042870 100%);
  background:     -ms-linear-gradient(top, #003399 20%, #042870 100%);
  background:    -moz-linear-gradient(top, #003399 20%, #042870 100%);
  background: -webkit-linear-gradient(top, #003399 20%, #042870 100%);
  background: linear-gradient(top, #003399 20%, #042870 100%);
  color:#fff;
}

/* ============================================================
  tableタグ情報（入力フォーム）
==============================================================*/
table.inputfield th, table.searchfield th {
    box-shadow: inset 0 2px 0 0 #f0f0f0, inset 0 -1px 0 0 #dedede, inset 0 -2px 0 0 #fff, inset 3px 0 0 0 #eee, inset 5px 0 0 0 #003399;
}

table.inputfield th, table.searchfield th {
    background: #eaeaea;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(90%,#f0f0f0),color-stop(100%,#eee));
    background: -webkit-linear-gradient(#f0f0f0 90%,#eee 100%);
    background: -moz-linear-gradient(#f0f0f0 90%,#eee 100%);
    background: -ms-linear-gradient(#f0f0f0 90%,#eee 100%);
    background: linear-gradient(#f0f0f0 90%,#eee 100%);
    text-align: left;
    padding: 2px 5px 2px 10px;
    vertical-align: top;
}

table.inputfield td {
    background-color: #f5f5f5;
    padding: 3px 5px;
    vertical-align: top;
    box-shadow: inset 0 -1px 0 0 #dedede;
}

/* ============================================================
  buttonタグ情報
==============================================================*/
/* 外観 */
button {
  white-space: nowrap;
  border: none;
  margin: 0px 0 5px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background:      -o-linear-gradient(top, #ECECEC 20%, #D1D1D1 100%);
  background:     -ms-linear-gradient(top, #ECECEC 20%, #D1D1D1 100%);
  background:    -moz-linear-gradient(top, #ECECEC 20%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 20%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 20%, #D1D1D1 100%);
}
/* 幅*/
button.w1 {
  width: 86px;
}
button.w2 {
  width: 106px;
}
button.w3 {
  width: 126px;
}
button.w4 {
  width: 146px;
}
button.w5 {
  width: 166px;
}
button.w6 {
  width: 186px;
}
/* 高さ */
button.h1 {
  height: 37px;
}

button:hover {
  cursor: hand;
  cursor: pointer;
  background:      -o-linear-gradient(top, #D1D1D1 20%, #ECECEC 100%);
  background:     -ms-linear-gradient(top, #D1D1D1 20%, #ECECEC 100%);
  background:    -moz-linear-gradient(top, #D1D1D1 20%, #ECECEC 100%);
  background: -webkit-linear-gradient(top, #D1D1D1 20%, #ECECEC 100%);
  background: linear-gradient(top, #D1D1D1 20%, #ECECEC 100%);
}

/* ============================================================
  inputタグ情報
==============================================================*/

input[readonly="readonly"]:hover {
  cursor: not-allowed;
}

input.w5 {
  width: 5em;
}

input.w6 {
  width: 6em;
}

input.w8 {
  width: 8em;
}

input.w10 {
  width: 10em;
}

input.w15 {
  width: 15em;
}

input.w20 {
  width: 20em;
}

input.w30 {
  width: 30em;
}

input.w40 {
  width: 40em;
}

input.w50 {
  width: 50em;
}

input.w60 {
  width: 60em;
}

input.w70 {
  width: 70em;
}

input.w80 {
  width: 80em;
}

input.w90 {
  width: 90em;
}

input.w100 {
  width: 100em;
}

/* ============================================================
  labelタグ情報
==============================================================*/
label.error {
    color: red;
    font-weight: bold;
}

/* ============================================================
  インジケーター情報
==============================================================*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

/* ============================================================
  ページング情報
==============================================================*/
/*ページング*/
.pagination span {
  margin: 0 1px;
  float: left;
  display: block;
  padding: 0.6em 1em;
  border-radius: 3px;
}

.pagination span {
  background: #EEE;
  color: #000;
  text-decoration: none;
}

.pagination span:hover, .pagination span.current  {
  background: #333;
  color: #FFF;
}

.pagination span a {
  display: block;
  margin-left: -12.96px;
  margin-right: -12.96px;
  margin-top: -7.776px;
  margin-bottom: -7.776px;
  padding-left: 12.96px;
  padding-right: 12.96px;
  padding-top: 7.776px;
  padding-bottom: 7.776px;
  text-decoration: none;
  color: #000000;
}

.pagination span a:hover {
  color: #F00;
  background: #FF0;
}
