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

/* --------------------------------------------------------------------------------
  common
-------------------------------------------------------------------------------- */
body {
  font-size: 11px;
}

.table-bordered thead th, thead td, tbody th, tbody td, table{
  border-color: #d4e0ee !important;
  border-bottom-width: 1px !important;
}

th {
  background-color: #e6edf5;
  color: #4f76a3;
}

div.breadcrumbs {
  display: block;
  padding-left: 4px;
  margin-bottom: 10px;
}

.btn {
  font-size: 11px;
}

.btn-sm {
  min-width: 100px;
}

.btn-horizon button.btn, .btn-horizon input.btn{
  margin: 0 20px 0 20px;
}

input[type="text"], textarea{
  padding: 3px 6px !important;
}

select{
  padding: 3px 2px !important;
}

input[type="text"].in_row{
  margin-top: 4px !important;
}

input[type=file] {
  display: inline !important;
}

.form-control {
  font-size: 11px;
}

.form-control[readonly] {
  cursor: auto;
  background-color: #ffffff;
}

.input-sm {
  height: 26px !important;
}

.input-xs {
  max-width: 60px !important;
  height: 26px !important;
}

.input-xs-datepicker {
  max-width: 87px !important;
  height: 26px !important;
}

.input-100 {
  max-width: 100px !important;
  height: 26px !important;
}

.input-50 {
  max-width: 50px !important;
  height: 26px !important;
}

.select-100 {
  max-width: 100px !important;
  height: 26px !important;
}

span.horizontal {
  margin-right: 10px;
}

label {
  font-weight: normal !important;
    display: inline !important;
}

label.parallel {
  margin-left: 10px;
}

a.decoration_none{
  text-decoration: none;
}

.error-message {
  padding: 5px;
  color: red;
  background-color: #f5f5f5;
}

.error-message li {
  list-style: none;
}

.notice {
    color: red;
    font-weight:bold;
}

.notice_area {
        background-color: #cfd7e3;
        color: #1c3a63;
        margin: 0 0 10px;
        padding: 20px;
}

.valid-message {
  color: red;
  background-color: #ffe4e1;
  padding: 20px;
  margin: 0 0 10px;
}

td.check {
  width: 30px;
  text-align: center;
}

.disp-none{
  display: none;
}

.disp-block{
  display: block;
}

.table-striped>tbody>tr:nth-child(even) {
  background-color: #ffffff;
}

.mark_on {
  font-size: 16px;
}

.padding-non {
  padding: 0;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-top-5 {
  margin-top: 5px;
}

.text-top {
  vertical-align: top;
}

.text-left {
  text-align: left;
}

.text-disabled {
  color: gray;
}

.highlight {
  background-color: #ffffb2 !important;
  font-weight: bold;
}

.notice-result {
  text-align: center;
  padding-bottom: 15px;
}

.notice-message {
    background-color: #cfd7e3;
    color: #1c3a63;
    font-size: 11px;
    margin: 0 0 10px;
    padding: 20px;
}

.notice-message table tr td {
    color: #1c3a63;
    font-size: 11px;
}

.valid-message-area {
  color: red;
  background-color: #ffe4e1;
  padding: 20px;
  margin: 0 0 10px;
}

.valid-message table tr td {
    color: red;
    font-size: 11px;
}

.cursor_pointer {
    cursor: pointer;
}

div.message_block:after {
  content: "";
  display: block;
  clear: both;
}

div.message_block div.message_head {
  width: 200px;
}

div.message_block div.message_block div.message_head {
  padding-left: 10px;
}

div.message_block div.message_detail {
  padding-left: 20px;
}

div.message_disp {
  padding-left: 10px;
}

.style-none {
  border: 0px !important;
  background-color: #fff !important;
}

/* --------------------------------------------------------------------------------
  header
-------------------------------------------------------------------------------- */

header{
  color: #ffffff;
  background-color: #DDDDDD;
  padding-left: 15px;
  padding-right: 15px;
}

header h1{
  margin-bottom: 3px;
}

header table {
  width: 100%;
}

header table tr td.title span {
  font-size: 20px !important;
}

header table tr td.login div.info {
  color: #4f76a3;
  font-weight: bold;
}

.header-logo {
  padding-right: 15px;
}

img.logo {
  height: 28px;
}


/* --------------------------------------------------------------------------------
  container
-------------------------------------------------------------------------------- */

.container-fluid {
  margin: 10px 0 10px;
}


/* --------------------------------------------------------------------------------
  menu
-------------------------------------------------------------------------------- */

/* メニュー・共通 */

.menu {
  font-size: 12px;
}

div.menu{
  margin: 0 0 15px 0;
}

span.menu {
  display: block;
  padding:4px 6px 3px 10px;
  color: #ffffff;
}

ul.menu {
  margin: 0;
  padding: 0;
  display: none;
}

ul.menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.menu li a{
  display: block;
  padding:4px 6px 3px 20px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
}

ul.menu li a:hover{
  color: #f5f5f5;
}

/* メニュー・一般 */

div.menu.general span{
  background-color: #3498db;
}

div.menu.general li a{
  background-color: #4aa3df;
}

div.menu.general li a:hover{
  background-color: #64addf;
}

/* メニュー・メンテナンス */

div.menu.mentenance span{
  background-color: #27AE60;
}

div.menu.mentenance li a{
  background-color: #2BBD68;
}

div.menu.mentenance li a:hover{
  background-color: #30cc71;
}

/* メニュー・システム管理 */

div.menu.system span{
  background-color: #F8823C;
}

div.menu.system li a{
  background-color: #F8973B;
}

div.menu.system li a:hover{
  background-color: #F8A03B;
}


/* --------------------------------------------------------------------------------
  information
-------------------------------------------------------------------------------- */
.area-information span.menu {
  background-color: #c0c0c0;
}

#information-detail {
  min-height: 100px;
  border: 1px solid #d4e0ee;
  word-break: break-all;
}
#information-detail div.header{
  display: block;
  padding: 5px;
  background-color: #e6edf5;
  font-weight: bold;
  color: #4f76a3;
}
#information-detail div.header span.date{
  margin-right: 10px;
}
#information-detail div.body{
  display: block;
  padding: 5px;
}
/* --------------------------------------------------------------------------------
  search-form
-------------------------------------------------------------------------------- */
table.search-form thead th, table.search-form thead td {
  vertical-align: middle !important;
}

table.search-form thead th {
  padding: 4px !important;
}

table.search-form thead td {
  padding: 4px 8px 4px 8px !important;
  background-color: #ffffff;
}

table.search-form tbody {
  text-align: center;
  background-color: #ffffff;
}


/* --------------------------------------------------------------------------------
  search-operation
-------------------------------------------------------------------------------- */
table.search-operation tbody th, table.search-operation tbody td {
  border-top: 0 !important;
}


/* --------------------------------------------------------------------------------
  search-list
-------------------------------------------------------------------------------- */
table.search-list th.operation_1 {
  width: 46px;
}

table.search-list th.operation_2 {
  width: 82px;
}

table.search-list th.operation_3 {
  width: 118px;
}

table.search-list th.operation_4 {
  width: 154px;
}


/* --------------------------------------------------------------------------------
  history-list
-------------------------------------------------------------------------------- */
table.history-list tr.today {
    background-color: #ffffb2;
}

table.history-list th.plan, table.history-list td.plan {
    #background-color: #e0f9e0;
    border-left-width: 2px !important;
}


/* --------------------------------------------------------------------------------
  pagination
-------------------------------------------------------------------------------- */
ul { padding: 0; }
.pagination {
  height: 36px;
  width: 100%;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
  margin-top: 0px !important;
}
.pagination-right {
  text-align: right;
}

/* --------------------------------------------------------------------------------
  vertical-input-form
-------------------------------------------------------------------------------- */
table.vertical-input-form tbody th, table.vertical-input-form tbody td {
  vertical-align: middle !important;
}

table.vertical-input-form tbody th {
  width: 20%;
}

table.vertical-input-form tbody td {
  width: 80%;
  padding: 4px 8px 4px 8px !important;
  background-color: #ffffff;
}

/* --------------------------------------------------------------------------------
  parallel-input-form
-------------------------------------------------------------------------------- */
table.parallel-input-form tbody th, table.parallel-input-form tbody td {
  vertical-align: middle !important;
}

table.parallel-input-form tbody td {
  padding: 4px 8px 4px 8px !important;
  background-color: #ffffff;
}

/* --------------------------------------------------------------------------------
  input-operation
-------------------------------------------------------------------------------- */
table.input-operation tbody th, table.input-operation tbody td {
  border-top: 0 !important;
}

table.input-operation tbody td {
  width: 33%;
}

/* --------------------------------------------------------------------------------
  footer
-------------------------------------------------------------------------------- */

footer {
  text-align: center;
  color: #ffffff;
  background-color: #DDDDDD;
}


/* --------------------------------------------------------------------------------
  error
-------------------------------------------------------------------------------- */
.error_title {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff0f5;
}

.error_msg {
  padding: 20px;
  font-size: 11px !important;
  color: red;
  background-color: #f5f5f5;
}

/* --------------------------------------------------------------------------------
  success
-------------------------------------------------------------------------------- */
.success_title {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #E7FCE7;
}

/* --------------------------------------------------------------------------------
  tabmenu
-------------------------------------------------------------------------------- */

.tabmenu .tab{
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabmenu .tab li{
  border: 1px solid #ddd;
  border-bottom-width: 0;
  background-color: #e6edf5;
  color: #4f76a3;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: 15%;
  padding: .6em;
}

.tabmenu .tab li.select{
  background: #ffffb2;
}

.tabmenu div.content {
  border: 1px solid #ddd;
  background: #ffffb2;
  #height: 200px;
  padding: .6em;
  margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------
  monthly
-------------------------------------------------------------------------------- */

.monthly {
  margin:0 auto;
  width: auto;
}

/* --------------------------------------------------------------------------------
  order-list
-------------------------------------------------------------------------------- */
.order-list {
  border: 0px !important;
}

.order-list th.border {
  border: 1px solid #d4e0ee !important;
}

/* --------------------------------------------------------------------------------
  order_closed
-------------------------------------------------------------------------------- */

.order_closed {
  margin:0 auto;
  width: auto;
}

/* --------------------------------------------------------------------------------
  order_confirm
-------------------------------------------------------------------------------- */
.bold_font {
  font-weight:bolder;
}

.order_notice_message {
        color: red;
        font-size:15px;
        font-weight:bold;
}

.finish_message_padding {
    padding-top:5px;
    padding-bottom:30px;

}

/* --------------------------------------------------------------------------------
  balloon
-------------------------------------------------------------------------------- */
[class^="balloon_area"] {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

.balloon {
  position: relative;
  border: 1px solid #ccc;
  #background-color: #fff;
  background-color: #ffffb2;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
}
.balloon:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ccc;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.balloon:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffffb2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.balloon button.close {
  margin-right: 5px;
}
.balloon .contents {
  position: relative;
  display: block;
  margin: 15px;
  text-align: left;
}
.file_layout {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 10px;
  background-color: #fff;
  font-size: 12px;
}
.balloon_disp {
  font-weight: normal;
}

/* --------------------------------------------------------------------------------
  autocomplete
-------------------------------------------------------------------------------- */
.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

ul.ui-autocomplete {
  list-style:none;
}
