/***********************************************************************/
/*                                                                     */
/*   Ureru Express 共通スタイルシート                                  */
/*                                                                     */
/***********************************************************************/
/*  テーマカラーやや薄め      : #c3d6ee;  */
/*  テーマカラー              : #81abd3;  */
/*      （中間）              : #6498c8;  */
/*  テーマカラーやや濃いめ    : #396f9f;  */
/*  テーマカラーかなり濃いめ  : #155578;  */
/*      （やや緑寄り）        : #4096bf;  */
/*      （さらに緑寄り）      : #3fb0c0;  */
/*  アクセント１（赤）        : #e63531;  */
/*  アクセント２（黄）        : #eea303;  */

body {
  margin: 0;
  padding: 0;
}

#container {
  font-size: 10pt;
  font-family: "Meiryo UI",Arial,"ＭＳ Ｐゴシック",sans-serif;
  color: #333;
}

#header {
  font-family: Georgia,"Meiryo UI",Arial,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 21pt;
  color: #faf9ff;
  background: #81abd3;
  height: 50px;
  padding: 18px 0 0 20px;
}

  #header a {
    color: #faf9ff;
    text-decoration: none;
  }

#buttonbar {
  font-size: 10px;
  text-align: right;
  background: #fff;
  padding: 3px 15px 3px 0;
  border-bottom: 1px solid #81abd3;
}

#contents {
  margin-left: auto;
  margin-right: auto;
}

#pagetitle {
  font-weight: bold;
  border-bottom: 1px solid #a9beda;
  padding: 2px 12px 2px 10px;
  background: #c3d6ee;
  box-shadow: 0 1px 4px #aaa;
}

  #pagetitle table {
    width: 1240px;
  }

    #pagetitle table td:first-child {
      font-size: 12pt;
      color: #666;
    }

    #pagetitle table td:last-child {
      text-align: right;
    }

  #pagetitle .printselect {
    margin: 0 -2px -7px 10px;
    width: 116px;
  }

  #pagetitle a.aspNetDisabled {
    opacity: .35;
    background: #b3c6de;
    pointer-events: none;
  }

.printselect.aspNetDisabled .ui-selectmenu-text {
  opacity: .35;
  background: #b3c6de;
}

a img {
  border: none;
  margin-right: 4px;
}

th, td {
  font-size: 10pt;
  font-family: "Meiryo UI",Arial,"ＭＳ Ｐゴシック",sans-serif;
}

.bold {
  font-weight: bold;
}

.divr, .tdr {
  text-align: right;
}

.divc, .tdc {
  text-align: center;
}

.tdm {
  vertical-align: middle;
}

.tdt {
  vertical-align: top;
}

.tdnowrap {
  white-space: nowrap;
}

.tblblist table {
  margin-left: 30px !important;
  margin-right: auto;
}

.floatl {
  float: left;
}

.pgnavi {
  text-align: center;
  padding: 18px 10px 22px 0;
  border: none !important;
}

  .pgnavi a {
    color: #396f9f;
    text-decoration: none;
    border: 1px solid #c3d6ee;
    background: #e3f2ff;
    padding: 2px 5px;
  }

    .pgnavi a:hover {
      background: #fff3bf;
      margin: 0;
    }

  .pgnavi .aspNetDisabled {
    color: #aaa;
    background: #e3f2ff;
  }

    .pgnavi .aspNetDisabled:hover {
      color: #aaa;
      background: #e3f2ff;
    }

  .pgnavi table span {
    color: #fff;
    border: 1px solid #c3d6ee;
    background: #6498c8;
    padding: 2px 5px;
  }

  .pgnavi span span {
    color: #fff;
    border: 1px solid #c3d6ee;
    background: #6498c8;
    padding: 2px 5px;
  }

.fotterarea {
  text-align: center;
  padding-top: 5px;
}

#selDialog table {
  margin: 15px auto;
}

#selDialog .message {
  font-weight: bold;
  padding: 7px 0 30px 40px;
  background: url('../images/info.gif') no-repeat;
}

#selDialog .itemkind {
  background: #c3d6ee;
  border-top: 1px solid #6498c8;
  border-bottom: 1px solid #6498c8;
  padding: 2px 8px;
}

#selDialog .sellist {
  font-weight: bold;
  padding: 15px 12px 30px 12px;
}

#selDialog .datainfosmall {
  color: #4096bf;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0;
}

  #selDialog .datainfosmall a, a:hover, a:visited {
    color: #295f79;
    margin-right: 6px;
  }

#selDialog .btns {
  text-align: center;
}

#loginform {
  text-align: center;
  position: relative;
  width: 360px;
  top: 40px;
  margin: 0 auto;
  padding: 30px 10px 20px 10px;
  border-radius: 6px;
  box-shadow: 4px 4px 10px #666;
}

  #loginform table {
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-collapse: collapse;
  }

  #loginform th {
    color: #fff;
    font-weight: normal;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 8px 20px 8px 12px;
  }

  #loginform td {
    border: 1px solid #81abd3;
    padding: 8px 20px 8px 12px;
  }

#mainmenu ul {
  padding: 0;
  margin: 0;
}

#mainmenu li {
  list-style: none;
  float: left;
  position: relative;
  color: #333;
  text-align: center;
  height: 23px;
  width: 150px;
  margin: 0 20px 6px 0;
  background: none;
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 0 #fcfcfc;
}

  #mainmenu li li:first-child {
    margin-top: 20px;
  }

  #mainmenu li li {
    clear: left;
    height: 58px;
    width: 150px;
    margin: 10px 0 0 0;
    border-bottom: none;
    box-shadow: none;
  }

    #mainmenu li li a {
      display: block;
      font-size: 11pt;
      color: #fff;
      text-decoration: none;
      text-align: left;
      padding: 16px 0 24px 8px;
    }

    #mainmenu li li:hover {
      background-image: url("../images/vpvot.png");
      background-repeat: no-repeat;
      background-position: right top;
      opacity: 0.75;
    }

    #mainmenu li li .aspNetDisabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

#mainmenu .tile1 li {
  background: #81abd3;
}

#mainmenu .tile2 li {
  background: #6498c8;
}

#mainmenu .tile3 li {
  background: #396f9f;
}

#mainmenu .tile4 li {
  background: #4383bc;
}

#mainmenu .tile5 li {
  background: #4096bf;
}

#mainmenu .tile6 li {
  background: #3fa0c0;
  height: 54px;
  margin-bottom: -5.2px;
}

#mainmenu .tile7 li {
  background: #3fb0c0;
  height: 48px;
  margin-bottom: -5.8px;
}

  #mainmenu .tile7 li a {
    padding: 13px 0 18px 18px;
  }

#logininfo {
  position: absolute;
  top: 45px;
  left: 960px;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9em;
  color: #fff;
}

#btntohome {
  position: absolute;
  top: 45px;
  left: 1180px;
  width: 26px;
  height: 16px;
  background-image: url('../images/tohome.gif');
  background-repeat: no-repeat;
  cursor: pointer;
}

  #btntohome:hover {
    background-position: bottom;
  }

#btnmenu {
  position: absolute;
  top: 45px;
  left: 1220px;
  width: 26px;
  height: 16px;
  background-image: url("../images/slidemenu.gif");
  background-repeat: no-repeat;
  cursor: pointer;
}

  #btnmenu:hover {
    background-position: bottom;
  }

.active {
  background-position: bottom;
}

#panelmenu {
  display: none;
  position: absolute;
  top: 80px;
  right: 10px;
  width: auto;
  margin: 0;
  padding: 10px;
  background: #000;
  box-shadow: 4px 4px 10px #444;
  opacity: 0.80;
  z-index: 9999;
}

  #panelmenu ul {
    margin: 0;
    padding: 0;
  }

  #panelmenu li {
    list-style: none;
    float: left;
    font-size: 8pt;
    font-weight: bold;
    color: #fff;
  }

    #panelmenu li li:first-child {
      padding-top: 16px;
    }

    #panelmenu li li {
      clear: left;
    }

      #panelmenu li li a {
        display: block;
        font-weight: normal;
        color: #fff;
        width: auto;
        text-decoration: none;
        border-top: none;
        border-bottom: 1px dotted #fff;
        border-left: transparent 3px solid;
        margin: 0 10px 7px 0;
        padding-top: 2px;
      }

        #panelmenu li li a:hover {
          color: #eea303;
        }

      #panelmenu li li .aspNetDisabled {
        opacity: 0.5;
        cursor: not-allowed;
      }

#loading {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  opacity: 0.7;
}

  #loading img {
    border-radius: 50%;
  }

.question {
  font-family: "Meiryo UI",Arial,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: absolute;
  display: inline;
  width: 174px;
  background: #eef3f0;
  border: 1px solid #c3c3c3;
  padding: 10px 0 0 0;
  margin: -4em 0 0 -2em;
  opacity: 0;
  border-radius: 5px;
  z-index: 5000;
}

.yes, .cancel {
  font-size: 1em;
  font-weight: normal;
  color: #666;
  margin: 0.8em 0.6em 0.7em 0;
  padding-top: 0.2em;
  cursor: pointer;
  display: inline-block;
  width: 63px;
  height: 18px;
  background: url("images/ui-bg_highlight-hard_75_c3d8c6_1x100.png") 50% 50% repeat-x;
  border: 1px solid #ddd;
  border-radius: 3px;
}

  .yes:hover, .cancel:hover {
    color: #fff;
    background: #81abd3 url("images/ui-bg_highlight-hard_75_7fad87_1x100.png") 50% 50% repeat-x;
  }

#listviewarea {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewarea table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewarea tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewarea tr:first-child th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewarea tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewarea tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewarea td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewarea tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewarea th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 4px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewarea td {
    font-size: 9pt;
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 2px 8px;
  }

  #listviewarea .oddRow {
    background: #fff;
  }

  #listviewarea .evenRow {
    background: #eff5fa;
  }

  #listviewarea tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewarea .selectRow {
    background: #fff3bf !important;
  }

  #listviewarea .checkedRow {
    background: #fff3bf;
  }

  #listviewarea .btns {
    vertical-align: top;
  }

#listviewareadbl {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewareadbl table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewareadbl tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewareadbl tr:first-child th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewareadbl tr:nth-last-child(2) td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewareadbl tr:nth-last-child(2) td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewareadbl tr:nth-child(2n-1) td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewareadbl tr:nth-last-child(2) td:first-child,
  #listviewareadbl tr:nth-last-child(2) .bottomline,
  #listviewareadbl tr:nth-last-child(2) td:last-child,
  #listviewareadbl tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewareadbl th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 4px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewareadbl td {
    font-size: 9pt;
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 2px 8px;
  }

  #listviewareadbl tr:nth-child(4n-1),
  #listviewareadbl tr:nth-child(4n) {
    background: #eff5fa;
  }

  #listviewareadbl tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewareadbl .selectRow {
    background: #ffefad !important;
  }

  #listviewareadbl .checkedRow {
    background: #fff3bf !important;
  }

  #listviewareadbl .btns {
    vertical-align: top;
  }

#listviewareatri {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewareatri table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewareatri tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewareatri tr:first-child th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewareatri tr:nth-last-child(3) td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewareatri tr:nth-last-child(3) td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewareatri tr:nth-child(3n-2) td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewareatri tr:nth-last-child(3) td:first-child,
  #listviewareatri tr:nth-last-child(3) .bottomline,
  #listviewareatri tr:nth-last-child(3) td:last-child,
  #listviewareatri tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewareatri th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 4px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewareatri td {
    font-size: 9pt;
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 2px 8px;
  }

  #listviewareatri tr:nth-child(6n-2),
  #listviewareatri tr:nth-child(6n-1),
  #listviewareatri tr:nth-child(6n) {
    background: #eff5fa;
  }

  #listviewareatri tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewareatri .selectRow {
    background: #ffefad !important;
  }

  #listviewareatri .btns {
    vertical-align: top;
  }

#listviewwide {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewwide table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewwide tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewwide tr:first-child th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewwide tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewwide tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewwide tr td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewwide tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewwide th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 4px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewwide td {
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 1px 4px 2px 4px;
  }

  #listviewwide .oddRow {
    background: #fff;
  }

  #listviewwide .evenRow {
    background: #eff5fa;
  }

  #listviewwide tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewwide .selectRow {
    background: #ffefad !important;
  }

#listviewsalechg {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewsalechg table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewsalechg tr:first-child td {
    text-align: right;
    border: none !important;
    background: #fff;
    padding-top: 6px;
  }

  #listviewsalechg tr:nth-child(2) th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewsalechg tr:nth-child(2) th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewsalechg tr:nth-last-child(2) td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewsalechg tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewsalechg tr td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewsalechg tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewsalechg tr:nth-last-child(2) td:nth-child(1),
  #listviewsalechg tr:nth-last-child(2) .second {
    border-bottom: 1px solid #81abd3;
  }

  #listviewsalechg th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 4px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewsalechg td {
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 1px 4px 2px 4px;
  }

  #listviewsalechg .oddRow {
    background: #fff;
  }

  #listviewsalechg .evenRow {
    background: #eff5fa;
  }

  #listviewsalechg tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewsalechg .selectRow {
    background: #ffefad !important;
  }

#listviewwidesmall {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewwidesmall table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewwidesmall tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewwidesmall tr:first-child th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewwidesmall tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewwidesmall tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewwidesmall tr td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewwidesmall tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewwidesmall th {
    font-size: 9pt;
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewwidesmall td {
    font-size: 9pt;
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 1px 4px 2px 4px;
  }

  #listviewwidesmall .oddRow {
    background: #fff;
  }

  #listviewwidesmall .evenRow {
    background: #eff5fa;
  }

  #listviewwidesmall tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewwidesmall .selectRow {
    background: #ffefad !important;
  }

#listviewcustsrch {
  padding-left: 13px;
  padding-right: 5px;
}

  #listviewcustsrch table {
    border-collapse: separate;
    border-spacing: 0;
  }

  #listviewcustsrch tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }

  #listviewcustsrch tr:first-child th:last-child {
    border-top-right-radius: 6px;
  }

  #listviewcustsrch tr:nth-last-child(2) td:first-child {
    border-bottom-left-radius: 6px;
  }

  #listviewcustsrch tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }

  #listviewcustsrch td:last-child {
    border-right: 1px solid #81abd3;
  }

  #listviewcustsrch tr:nth-last-child(2) td:first-child,
  #listviewcustsrch tr:nth-last-child(2) td:nth-child(2) {
    border-bottom: 1px solid #81abd3;
  }

  #listviewcustsrch tr:last-child td {
    border-bottom: 1px solid #81abd3;
  }

  #listviewcustsrch th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 4px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #listviewcustsrch td {
    font-size: 9pt;
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 2px 8px;
  }

  #listviewcustsrch tr:nth-child(4n-1),
  #listviewcustsrch tr:nth-child(4n) {
    background: #eff5fa;
  }

  #listviewcustsrch tr:hover {
    background: #fff3bf;
    cursor: pointer;
  }

  #listviewcustsrch .selectRow {
    background: #ffefad !important;
  }

  #listviewcustsrch.custmail tr:nth-last-child(2) td:nth-child(3),
  #listviewcustsrch.custmail tr:nth-last-child(2) td:nth-child(4) {
    border-bottom: 1px solid #81abd3;
  }

#listviewareadbl .btns {
  vertical-align: top;
}

#formviewarea {
  padding-left: 13px;
  padding-right: 5px;
}

  #formviewarea table {
    border-collapse: separate;
    border-spacing: 0;
  }

    #formviewarea table table tr:first-child th:first-child {
      border-top-left-radius: 6px;
    }

    #formviewarea table table tr:first-child td:last-child {
      border-top-right-radius: 6px;
    }

    #formviewarea table table tr:nth-last-child(2) th:first-child {
      border-bottom-left-radius: 6px;
    }

    #formviewarea table table tr:nth-last-child(2) td:last-child {
      border-bottom-right-radius: 6px;
    }

    #formviewarea table table tr:nth-last-child(2) th,
    #formviewarea table table tr:nth-last-child(2) td {
      border-bottom: 1px solid #81abd3;
      border-left: 1px solid #81abd3;
      border-right: 1px solid #81abd3;
    }

  #formviewarea th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #formviewarea td {
    height: 25px;
    vertical-align: top;
  }

  #formviewarea .label {
    line-height: 24px;
  }

  #formviewarea .fvtd {
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    border-right: 1px solid #81abd3;
    padding: 2px 8px;
    width: 200px;
  }

  #formviewarea .btns {
    padding: 8px 0px 8px 0px;
    text-align: right;
    vertical-align: top;
  }

  #formviewarea .aspNetDisabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

#formviewsummary table {
  border-collapse: separate;
  border-spacing: 0;
  margin-left: auto;
  margin-right: 0;
  padding-right: 5px;
}

  #formviewsummary table th:nth-child(2) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  #formviewsummary table .row1 td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  #formviewsummary table table th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #formviewsummary table table td {
    height: 23px;
    width: 60px;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    border: 1px solid #81abd3;
    padding: 2px 5px 2px 5px;
  }

  #formviewsummary table table .row2 th {
    border-top: none;
  }

  #formviewsummary table table .row2 td {
    border-top: none;
  }

  #formviewsummary table td .whtd {
    background: #fff;
  }

#formviewsummary .empcell {
  border: none;
}

#formviewsummary .per {
  background: #99c3ea;
  border-right: none;
}

#formviewsummary .btns {
  width: 160px;
  padding-right: 25px;
  border: none;
  vertical-align: top;
}

#wherearea {
  padding: 10px 10px 5px 16px;
}

  #wherearea table {
    border-collapse: separate;
    border-spacing: 0;
  }

    #wherearea table tr:first-child th:first-child {
      border-top-left-radius: 6px;
    }

    #wherearea table tr:first-child td:last-child {
      border-top-right-radius: 6px;
    }

    #wherearea table tr:nth-last-child(2) th:first-child {
      border-bottom-left-radius: 6px;
    }

    #wherearea table tr:nth-last-child(2) td:last-child {
      border-bottom-right-radius: 6px;
    }

    #wherearea table tr:nth-last-child(2) td {
      border-bottom: 1px solid #81abd3;
    }

  #wherearea th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #wherearea .ltop {
    vertical-align: bottom;
  }

  #wherearea .lbottom {
    vertical-align: top;
  }

  #wherearea .altertd {
    background: #e3f2ff;
    border-top: 1px solid #81abd3;
    padding: 4px 8px;
  }

  #wherearea .whtd {
    border-top: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    border-right: 1px solid #81abd3;
    padding: 4px 8px;
  }

  #wherearea .innertable td {
    border: none !important;
  }

  #wherearea .dlgbtn {
    text-align: center;
    padding-top: 6px;
  }

  #wherearea .dlgbtncnt1 {
    padding-left: 113px;
    padding-top: 6px;
  }

  #wherearea .dlgbtncnt2 {
    padding-left: 168px;
    padding-top: 6px;
  }

  #wherearea .midtext {
    font-weight: bold;
    vertical-align: top;
  }

#inputarea {
  margin: 27px 0 8px 10px;
}

  #inputarea table {
    border-collapse: separate;
    border-spacing: 0;
  }

    #inputarea table tr:first-child th:first-child {
      border-top-left-radius: 6px;
    }

    #inputarea table tr:first-child th:last-child {
      border-top-right-radius: 6px;
    }

    #inputarea table tr:last-child td:first-child {
      border-bottom-left-radius: 6px;
    }

    #inputarea table tr:last-child td:last-child {
      border-right: 1px solid #81abd3;
      border-bottom-right-radius: 6px;
    }

  #inputarea th {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #inputarea td {
    border-top: 1px solid #81abd3;
    border-bottom: 1px solid #81abd3;
    border-left: 1px solid #81abd3;
    padding: 2px 4px 2px 4px;
    vertical-align: top;
  }

  #inputarea .button {
    font-size: 9pt;
  }

#subarea {
  padding-left: 13px;
  padding-right: 5px;
}

  #subarea table {
    border-collapse: separate;
    border-spacing: 0;
  }

#accmap {
  text-align: right;
  margin: 0 7px 5px 0;
}

  #accmap a, a:hover, a:visited {
    color: #4096bf;
    margin-right: 0;
  }

#accmaptbl {
}

  #accmaptbl table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
  }

  #accmaptbl th {
    font-size: 0.8em !important;
    font-weight: normal;
    color: #fff;
    border: 1px solid #9fadb7;
    padding: 3px;
  }

  #accmaptbl .th1 {
    background: #4096bf;
    width: 65px;
  }

  #accmaptbl .th2 {
    background: #3fb0c0;
    width: 65px;
  }

  #accmaptbl .th3 {
    background: #c3d6ee;
    color: #444;
  }

  #accmaptbl td {
    text-align: center;
    font-weight: bold;
    color: #e63531;
    border: 1px solid #9fadb7;
    background: #fff;
    padding: 3px;
  }

  #accmaptbl .fotterarea {
    border: none;
    background: #eef3f0;
  }

.datainfo {
  color: #4096bf;
  font-weight: normal;
}

.conditions {
  color: #ffffff;
  background: #fd8f8c;
}

.crosstab .month {
  width: 60px;
}

.crosstab .yearsum {
  width: 75px;
}

.crosstabsum .month {
  width: 70px;
}

.crosstabsum .yearsum {
  width: 85px;
}

#mailcont {
  margin: 3px 0 0 10px;
  padding: 13px;
  border: 1px solid #81abd3;
  border-radius: 5px;
}

  #mailcont th {
    vertical-align: top;
    padding-top: 4px;
  }

  #mailcont .caption {
    color: #fff;
    background: #81abd3;
    border: 1px solid #81abd3;
    border-radius: 5px;
    padding: 2px 14px 2px 14px;
    font-weight: normal;
    text-shadow: -1px -1px 1px #666;
  }

  #mailcont .sendsubmit {
    text-align: right;
    padding-top: 10px;
  }

/***********************************************************************/
/* jQery UI Add Class                                                  */
/***********************************************************************/
.ui-autocomplete {
  width: 380px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  line-height: 0.7em;
}

.ui-selectmenu-menu .ui-menu {
  min-width: 55px;
  max-height: 180px;
  line-height: 0.7em;
}

.ui-dialog .ui-dialog-title {
  font-size: 1.05em;
}

/***********************************************************************/
/* validationEngine.jquery.css                                         */
/***********************************************************************/

.formError {
  z-index: 990;
}

  .formError .formErrorContent {
    z-index: 991;
  }

  .formError .formErrorArrow {
    z-index: 996;
  }

.ui-dialog .formError {
  z-index: 5000;
}

  .ui-dialog .formError .formErrorContent {
    z-index: 5001;
  }

  .ui-dialog .formError .formErrorArrow {
    z-index: 5006;
  }

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

  .formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
  }

.ajaxSubmit {
  padding: 20px;
  background: #55e4ac;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ff4c4c;
  position: relative;
  color: #fff;
  min-width: 100px;
  font-family: "Meiryo UI",Arial,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 13px;
  border: 1px solid #eea303;
  box-shadow: 0 0 5px #444;
  padding: 4px 10px 6px 10px;
  border-radius: 4px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33b897;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  top: 12px;
  width: 15px;
  margin: -14px 0 0 4px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -14px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ff4c4c;
  margin: 0 auto;
  line-height: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33b897;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/***********************************************************************/
/* prettyCheckboxes.css                                                */
/***********************************************************************/
label.checkbox span.holder {
  height: 61px;
  background: url(../images/checkbox.gif) 0 -1px no-repeat;
}

label.radio span.holder {
  height: 61px;
  background: url(../images/radio.gif) 0 -1px no-repeat;
  margin-top: 3px;
}

label.checkbox:hover span.holder {
  top: -21px !important;
  cursor: pointer;
}

label.radio:hover span.holder {
  top: -21px !important;
  cursor: pointer;
}

label.checked span.holder,
label.checked:hover span.holder {
  top: -42px !important;
}

label.list {
  float: left;
  clear: left;
  margin: 2px 10px 5px 0;
}

  label.list:hover {
    cursor: pointer;
  }

label.inline {
  float: left;
  margin: 0 10px 0 0;
}

input.hiddenCheckbox {
  position: absolute;
  left: -10000px;
}

label.prettyCheckbox span.holderWrap {
  display: block;
  float: left;
  position: relative;
  margin-right: 5px;
  overflow: hidden;
}

label.prettyCheckbox span.holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.narrowlist td {
  border: none !important;
}

.narrowlist label.list {
  margin-right: 4px !important;
  margin-top: 0px !important;
}

.narrowlist label.prettyCheckbox span.holderWrap {
  margin-right: 1px !important;
}
