@charset "utf-8";
/* CSS Document */
.table-status .cell-content {
  padding: 5px 10px;
  height: 32px;
  line-height: 32px;
}
.table-status .bg-style-1 {
  color: #545454;
  background: #e8e8e8;
}
.table-status .even .bg-style-1 {
  background: #f3f2f2;
}
.table-status .bg-style-2 {
  background: #3d549d;
  color: #fff;
  text-align: center;
}
.table-status .bg-style-3 {
  background: #dd73b9;
  color: #fff;
  text-align: center;
}
.table-status .area-name {
  width: 52%;
}
.table-status .total-count {
  width: 24%;
}
.table-status .free-count {
  width: 24%;
}
.table-bulletin .cell-content {
  padding: 5px 10px;
  height: 32px;
  line-height: 32px;
}
.table-bulletin .news-header {
  width: 70%;
}
.table-bulletin .published-date {
  width: 30%;
}
.table-bulletin a {
  color: #545454;
}
.table-bulletin .bg-style-1 {
  background: #999;
  color: #ffffff;
}
.table-news .public-time {
  display: block;
  margin-top: 5px;
}
.table-news .news-content {
  border-bottom: 1px solid #dddddd;
  background: none;
}
.table-login {
  width: 300px;
  margin: 60px auto;
}
.table-login .cell-content {
  background: none;
  padding: 10px 5px 10px 0;
}
.table-login .w1 {
  width: 45px;
}
.table-login .w2 {
  width: 225px;
}
.table-login .w2 input[type="text"],
.table-login .w2 input[type="password"] {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
}
.table-login .btn-cancel {
  float: right;
}

.table-branch .cell-content,
.table-area .cell-content {
  background: #fff;
  padding: 2px 0;
}
.table-branch select,
.table-area select {
  width: 100%;
}
.table-res-step2,
.table-res-mobile-step3,
.table-res-mobile-step4,
.table-res-mobile-step4-double {
  width: 300px;
  margin: 0 auto;
}
.table-res-step2 .cell-content,
.table-res-mobile-step3 .cell-content,
.table-res-mobile-step4 .cell-content {
  background: none;
  padding: 10px 5px 10px 0;
  border: none;
}
.table-res-step1 .caption,
.table-res-step2 .caption,
.table-res-mobile-step3 .caption,
.table-res-mobile-step4 .caption {
  padding: 8px 0;
}
.table-res-step2 .rest-day {
  width: 80px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #666;
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.table-res-step2 .chose-day {
  width: 80px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #fba330;
  display: inline-block;
  float: right;
}
.table-res-step2 .day {
  width: 200px;
  border: 1px solid #666;
  padding: 5px 0;
  display: inline-block;
  margin-bottom: 10px;
}
.table-res-step2 .day:last-child {
  margin-bottom: 0px;
}
.table-res-step2 .day-rest {
  background: #666;
  color: #fff;
}
.table-res-step2 .day-chose {
  background: #fba330;
  color: #fff;
}
.table-res-step2 .b-bg-do {
  margin-left: 10px;
}

.table-res-mobile-step3 .no {
  width: 70px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #666;
  display: inline-block;
  margin-right: 6px;
}
.table-res-mobile-step3 .yes {
  width: 70px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #c874d7;
  display: inline-block;
  margin-right: 6px;
}
.table-res-mobile-step3 .now {
  width: 70px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #fba330;
  display: inline-block;
}
.table-res-mobile-step3 .chose-time,
.table-res-mobile-step3 .empty {
  width: 58px;
}
.table-res-mobile-step3 .time-interval,
.table-res-mobile-step3 .satus,
.table-res-mobile-step3 .time-chose {
  width: 232px;
}
.table-res-mobile-step3 .time-interval select {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
}
.table-res-mobile-step3 .time-chose {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.table-res-mobile-step3 .time {
  width: 110px;
  text-align: center;
  padding: 5px 0;
  display: inline-block;
  margin: 5px 0;
  color: #fff;
}
.table-res-mobile-step3 .time:nth-child(even) {
  margin-left: 6px;
}
.table-res-mobile-step3 .yes-res {
  background: #c874d7;
}
.table-res-mobile-step3 .no-res {
  background: #666;
}
.table-res-mobile-step3 .now-res {
  background: #fba330;
}
.table-res-web-step4 .cell-title,
.table-res-web-step4 .cell-content {
  text-align: center;
}
.table-res-web-step4 .cell-content:nth-child(odd) {
  background: #e7e7e7;
}
.table-res-web-step4 .cell-content:nth-child(even) {
  background: #f3f3f3;
}
.table-res-mobile-step4 .no {
  width: 70px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #666;
  display: inline-block;
  margin-right: 6px;
}
.table-res-mobile-step4 .yes {
  width: 70px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #c874d7;
  display: inline-block;
  margin-right: 6px;
}
.table-res-mobile-step4 .now {
  width: 70px;
  text-align: center;
  color: #fff;
  padding: 2px 0;
  background: #fba330;
  display: inline-block;
}
.table-res-mobile-step4 .chose-seat,
.table-res-mobile-step4 .empty {
  width: 58px;
}
.table-res-mobile-step4 .seat-status,
.table-res-mobile-step4 .seat-chose {
  width: 232px;
}
.table-res-mobile-step4 .seat-chose {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.table-res-mobile-step4 .seat {
  width: 40px;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
  margin: 5px 2px;
  color: #fff;
}
.table-res-mobile-step4 .seat:nth-child(5n + 1) {
  /* margin-left: 0px; */
}
/* .table-res-mobile-step4 .seat:nth-child(5n+5){margin-right:0px;} */
.table-res-mobile-step4 .yes-seat {
  background: #c874d7;
}
.table-res-mobile-step4 .no-seat {
  background: #666;
}
.table-res-mobile-step4 .now-seat {
  background: #fba330;
}
.table-res-mobile-step4 .b-bg-do {
  float: right;
}
.table-res-mobile-step4-double .serial {
  width: 30px;
  padding-right: 0;
}
.table-res-mobile-step4-double .user-ifo a img {
  vertical-align: -5px;
}
.table-res-mobile-step4-double .user-ifo input {
  width: 125px;
}
.table-res-mobile-step5 .cell-title {
  padding: 10px;
}
.table-res-mobile-step5 .area,
.table-res-mobile-step5 .date,
.table-res-mobile-step5 .seat {
  width: 30%;
}
.table-res-mobile-step5 .data {
  width: 70%;
}
.table-recoard-reservation .web-cell {
  display: none;
}
.table-recoard-reservation .area {
  width: 26%;
}
.table-recoard-reservation .idx {
  width: 16%;
  text-align: center;
}
.table-recoard-reservation .time {
  width: 29%;
}
.table-recoard-reservation .operation {
  width: 30%;
}
.table-recoard-use .web-cell {
  display: none;
}
.table-recoard-use .area {
  width: 30%;
}
.table-recoard-use .idx {
  width: 15%;
  text-align: center;
}
.table-recoard-use .time {
  width: 30%;
}
.table-recoard-use .operation {
  width: 25%;
}
.table-recoard-violation .web-cell {
  display: none;
}
.table-recoard-violation .area {
  width: 30%;
}
.table-recoard-violation .idx {
  width: 15%;
  text-align: center;
}
.table-recoard-violation .date {
  width: 20%;
}
.table-recoard-violation .item {
  width: 25%;
}

.table-res-research-step3 {
  width: 300px;
  margin: 0 auto;
}
.table-res-research-step3 .cell-title {
  text-align: center;
}
.table-res-research-step3 .cell-content {
  text-align: center;
  background: #f3f3f3;
  padding: 5px 10px;
  border: none;
}
.table-res-research-step3 .cell-content:nth-child(even) {
  background: #e9e9e9;
}
.table-res-research-step3 .idx {
  width: 60px;
}
.table-res-research-step3 .day {
  width: 60px;
}
.table-res-research-step3 .reservation {
  width: 120px;
}

/*--------------------------------------------------------------------------- RWD*/
@media screen and (min-width: 350px) {
  .table-res-step2,
  .table-res-mobile-step3,
  .table-res-mobile-step4,
  .table-res-mobile-step4-double {
    width: 340px;
    margin: 0 auto;
  }
  .table-res-step2 .day {
    width: 235px;
  }
  .table-res-mobile-step3 .chose-time,
  .table-res-mobile-step3 .empty {
    width: 74px;
  }
  .table-res-mobile-step3 .time-interval,
  .table-res-mobile-step3 .satus,
  .table-res-mobile-step3 .time-chose {
    width: 256px;
  }
  .table-res-mobile-step3 .no {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step3 .yes {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step3 .now {
    width: 75px;
  }
  .table-res-mobile-step3 .time {
    width: 120px;
  }
  .table-res-mobile-step3 .time:nth-child(even) {
    margin-left: 11px;
  }
  .table-res-mobile-step4 .chose-seat,
  .table-res-mobile-step4 .empty {
    width: 74px;
  }
  .table-res-mobile-step4 .seat-status,
  .table-res-mobile-step4 .seat-chose {
    width: 256px;
  }
  .table-res-mobile-step4 .no {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step4 .yes {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step4 .now {
    width: 75px;
  }
  .table-res-mobile-step4 .seat {
    width: 42px;
    margin: 5px 3px;
  }
  .table-res-mobile-step4-double .user-ifo input {
    width: 150px;
  }
}

@media screen and (min-width: 370px) {
  .table-status .area-name {
    width: 56%;
  }
  .table-status .total-count {
    width: 22%;
  }
  .table-status .free-count {
    width: 22%;
  }
}

@media screen and (min-width: 480px) {
  .table-news .public-time {
    float: right;
    display: inline;
    margin-top: 0;
  }
  .table-status .area-name {
    width: 60%;
  }
  .table-status .total-count {
    width: 20%;
  }
  .table-status .free-count {
    width: 20%;
  }
  .table-res-step2,
  .table-res-mobile-step3,
  .table-res-mobile-step4,
  .table-res-mobile-step4-double {
    width: 460px;
    margin: 0 auto;
  }
  .table-res-step2 .day {
    width: 235px;
  }
  .table-res-mobile-step3 .chose-time,
  .table-res-mobile-step3 .empty {
    width: 90px;
  }
  .table-res-mobile-step3 .time-interval,
  .table-res-mobile-step3 .satus,
  .table-res-mobile-step3 .time-chose {
    width: 360px;
  }
  .table-res-mobile-step3 .no {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step3 .yes {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step3 .now {
    width: 75px;
  }
  .table-res-mobile-step3 .time {
    width: 113px;
    margin-left: 6px;
  }
  .table-res-mobile-step3 .time:nth-child(even) {
    margin-left: 6px;
  }
  .table-res-mobile-step3 .time:nth-child(3n + 1) {
    margin-left: 0px;
  }
  .table-res-mobile-step4 .chose-seat,
  .table-res-mobile-step4 .empty {
    width: 90px;
  }
  .table-res-mobile-step4 .seat-status,
  .table-res-mobile-step4 .seat-chose {
    width: 360px;
  }
  .table-res-mobile-step4 .no {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step4 .yes {
    width: 75px;
    margin-right: 11px;
  }
  .table-res-mobile-step4 .now {
    width: 75px;
  }
  .table-res-mobile-step4 .seat {
    width: 45px;
    margin: 5px 14px;
  }
  .table-recoard-reservation .area {
    width: 40%;
  }
  .table-recoard-reservation .idx {
    width: 15%;
  }
  .table-recoard-reservation .time {
    width: 25%;
  }
  .table-recoard-reservation .operation {
    width: 20%;
  }

  .table-res-research-step3 {
    width: 400px;
    margin: 0 auto;
  }
  .table-res-research-step3 .idx {
    width: 80px;
  }
  .table-res-research-step3 .day {
    width: 80px;
  }
  .table-res-research-step3 .reservation {
    width: 180px;
  }
}

@media screen and (min-width: 700px) {
  .table-status .area-name {
    width: 64%;
  }
  .table-status .total-count {
    width: 18%;
  }
  .table-status .free-count {
    width: 18%;
  }
  .table-recoard-reservation .area {
    width: 40%;
  }
  .table-recoard-reservation .idx {
    width: 15%;
  }
  .table-recoard-reservation .time {
    width: 30%;
  }
  .table-recoard-reservation .operation {
    width: 15%;
  }
}

@media screen and (min-width: 990px) {
  .table-status .caption {
    padding-left: 35px;
    background: url(../img/web/icon_01.png) no-repeat left center;
    position: relative;
  }
  .table-status .caption {
    position: relative;
  }
  .table-status .caption div{
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .table-status .caption div select{
    height: 30px;
  }
  .table-status .area-name {
    width: 66%;
  }
  .table-status .total-count {
    width: 17%;
  }
  .table-status .free-count {
    width: 17%;
  }
  .table-bulletin .caption {
    padding-left: 35px;
    background: url(../img/web/icon_02.png) no-repeat left center;
  }
  .table-news {
    margin-bottom: 10px;
  }
  .table-news .news-content {
    border-bottom: none;
    background: #f3f3f3;
  }
  .table-branch .cell-content,
  .table-area .cell-content {
    padding: 0;
  }
  .table-branch select,
  .table-area select {
    width: 100%;
    border: none;
    overflow: hidden;
  }
  .table-branch select option:nth-child(odd),
  .table-area select option:nth-child(odd) {
    background: #ebebeb;
    padding: 8px 10px;
  }
  .table-branch select option:nth-child(even),
  .table-area select option:nth-child(even) {
    background: #fff;
    padding: 8px 10px;
  }
  .table .branch-area {
    background: #585858;
    color: #fff;
    padding: 8px 10px;
  }
  .table-recoard-reservation .caption {
    padding: 0;
  }
  .table-recoard-reservation .row:nth-child(even) .cell-content {
    background: #f3f3f3;
  }
  .table-recoard-reservation .cell-title,
  .table-recoard-reservation .cell-content {
    text-align: center;
  }
  .table-recoard-reservation .web-cell {
    display: table-cell;
  }
  .table-recoard-reservation .no {
    width: 7%;
  }
  .table-recoard-reservation .user {
    width: 15%;
  }
  .table-recoard-reservation .area {
    width: 25%;
  }
  .table-recoard-reservation .idx {
    width: 7%;
  }
  .table-recoard-reservation .time {
    width: 11%;
  }
  .table-recoard-reservation .last-time {
    width: 15%;
  }
  .table-recoard-reservation .status {
    width: 10%;
  }
  .table-recoard-reservation .operation {
    width: 10%;
  }

  .table-recoard-use .caption {
    padding: 0;
  }
  .table-recoard-use .row:nth-child(even) .cell-content {
    background: #f3f3f3;
  }
  .table-recoard-use .cell-title,
  .table-recoard-use .cell-content {
    text-align: center;
  }
  .table-recoard-use .web-cell {
    display: table-cell;
  }
  .table-recoard-use .no {
    width: 5%;
  }
  .table-recoard-use .user {
    width: 15%;
  }
  .table-recoard-use .area {
    width: 25%;
  }
  .table-recoard-use .idx {
    width: 15%;
  }
  .table-recoard-use .time {
    width: 25%;
  }
  .table-recoard-use .operation {
    width: 15%;
  }

  .table-recoard-violation .caption {
    padding: 0;
  }
  .table-recoard-violation .row:nth-child(even) .cell-content {
    background: #f3f3f3;
  }
  .table-recoard-violation .cell-title,
  .table-recoard-violation .cell-content {
    text-align: center;
  }
  .table-recoard-violation .web-cell {
    display: table-cell;
  }
  .table-recoard-violation .no {
    width: 5%;
  }
  .table-recoard-violation .user {
    width: 10%;
  }
  .table-recoard-violation .area {
    width: 25%;
  }
  .table-recoard-violation .idx {
    width: 10%;
  }
  .table-recoard-violation .date {
    width: 10%;
  }
  .table-recoard-violation .expiry-date {
    width: 10%;
  }
  .table-recoard-violation .item {
    width: 15%;
  }
  .table-recoard-violation .remark {
    width: 15%;
  }
}
