a {
  color: #00B7FF;
}

body{
  height: 100%;
}

.header {
  width: 100%;
  height: 60px;
  background-color: #e1f5fe;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
  display: flex;
}

.logo_header {
  margin-left: 30px;
}

.header_logo{
  height: 50px;
  margin: 7px;
}

.list{
  width: 1300px;
  margin-right: 0px;
}

.item_wrapper{
  padding-top: 20px;
  width: 1200px;
    display: flex;
    justify-content: flex-end;
  margin-right: 0;
  text-align: right;
}

.login{
  width: 100px;
  text-align: center;
}

.register{
  width: 100px;
  text-align: center;
}

.main_visual {
  width: 100%;
  height: 900px;
  background-image: url(../images/top_image.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.form_wrapper {
  background-color: white;
  border-radius: 5px;
  position: relative;
  width: 500px;
  top: 200px;
  left: 200px;
  padding: 30px 45px;
}

h3 .top {
  font-weight: bolder !important;
  font-size: 137% !important;
  margin-bottom: 20px !important;
}

.btnbtn {
  background-color: #ff2e63;
  border-radius: 3px;
  border: 0 solid #ff2e63;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15);
  -webkit-box-sizing: border-box;
  color: #fff;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  max-width: 100%;
  margin-top: 25px;
  box-sizing: border-box;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 4px;
}


/* 以下、座席画像 */

.form_txt {
  width: 100px;
  padding-top: 6px;
}

.txt_wrap {
  display: flex;
}

#area {
  margin: auto;
  width: 500px;
  height: 500px;
  border: solid 1px
}

.seat {
  height: 30px;
  background-color: #585858;
  color: #ffffff;
  font-family: 'Helvetica';
  display: inline-block;
  background-color: #585858;
  margin: 5px;
  padding: 5px 0px;
  color: #ffffff;
  width: 45px;
  text-align: center;
}

.table440 {
  width: 30px;
  height: 30px;
  background-color: brown;
}

#podium {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 120px;
  background-color: #00AAE0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 14px;
  border: none;
  outline: none;
}

.seki {
  
  top: 204px;
  left: 630px;
  width: 500px;
}

.seki_room{
  margin-top:50px;
  width: 500px;
}

.seki_room_wrapper{
  text-align: center;
}

.question-list {
  display: flex;
}


/* 座席画像ここまで */

.main_content{
  display: flex;
}

.seatMap_wapper {
  padding-top: 80px;
  text-align: center;
  max-width: 50%;
  width: 100%;
  height: 100%;
  border-right: 1px solid #e9e9e9;
}


/* .seatMap_content_wapper{
  margin-top: 50px;
  margin-left: 100px;
} */

#output{
  margin-left: 50px;
  margin-top: 80px;
}

.question-list{
  padding-top:10px;
  padding-bottom:10px;  
}


.image_file{
  margin: auto;
}

.noticeButton{
  text-align: center;
  font-size: 16px;
  margin-top: 16px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100px;
  padding: 5px;
  border-radius: 5px;
  color:#fff;
  box-shadow: 0 4px 0 #e91336;
  background: #f44336;
  cursor: pointer;
}
.noticeButton:hover{
  /* opacity: 0.5; */
}

.inactive {
  opacity: 0.5;
  color: rgb(122, 114, 114);
  background: rgb(22, 22, 22);
  box-shadow: 0 4px 0 #000;
  cursor:default;
}
