body {
  background: #FF9933;
  padding: 0px 0px 10px 0px;
  min-height: 100vh;
  width: 100%;
  margin: 0;
}

header {
  width: 100%;
  background: #003333;
  padding: 5px 0px;
  margin: 0;
  z-index: 2;
}

.in_bl {
  display: inline-block;
}

#room_id {
  width: 300px;
  font-size: 40px;
  vertical-align: top;
}

#submit_button {
  font-size: 40px;
  background: #355;
  padding: 4px 20px;
  color: #eee;
  margin: 0 0 0 2%;
  font-weight: bold;
  vertical-align:top;
}


.comment_box {
  width: 100%;
  margin: 40px 0;
  overflow : hidden;
  white-space: nowrap;

}
.av_img {
  width: 80px;
  height: 80px;
  margin: 30px 30px 5px 10px;
}
.av_img_main {
  width: 120px;
  height: 67.5px;
  margin: 50px 30px 5px 10px;
  border-radius: 5px;
}
.comment_right_box {
  display: inline-block;
  vertical-align:top;

  /* overflow : hidden;
  white-space: nowrap; */
}
.comment_name {
  width: 100%;
  vertical-align:top;
  font-size: 35px;
  color: #fff;
  overflow : hidden;
  white-space: nowrap;
}
.comment_name_main {
  width: 100%;
  vertical-align:top;
  font-size: 35px;
  color: #CC0033;
  overflow : hidden;
  white-space: nowrap;
  /* font-weight: bold; */
}
.comment_com {
  display: inline-block;
  vertical-align:top;
  max-width: 500px;
  background: #eee;
  padding:15px;
  border-radius: 10px;
  font-size: 35px;
  color: #000;
  position: relative;
  white-space: normal;
}
.comment_time {
  display: inline-block;
  vertical-align:bottom;
  font-size: 35px;
  color: #fff;
  margin-left: 10px;
}

/* 吹き出し */
.comment_com::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 10px;
  border-right: 15px solid #eee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


.login ,.logout{
  width: 40%;
  padding: 10px 0;
  margin: 40px 29%;
  background: rgba(38,50,56,0.8);
  border-radius: 10px;
}

.notice_time {
  color: rgba(240,240,240,1);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.notice_name {
  color: rgba(240,240,240,1);
  text-align: center;
  font-size: 30px;
  font-weight: bold;

}

/* イメージ */
.img_box {
  width: 70%;
  margin: 10px 12%;
  padding: 20px 40px;
  background: #eee;
  border-radius: 10px;
}
.img_name {
  width: 100%;
  vertical-align:top;
  font-size: 35px;
  color: #000;
  overflow : hidden;
  white-space: nowrap;
  text-align: center;
}
.img {
  width: 100%;
    border: 2px solid #111;
}
.img_time {
  width: 100%;
  vertical-align:top;
  font-size: 35px;
  color: #000;
  overflow : hidden;
  white-space: nowrap;
  text-align: center;
}

/* 過去のコメント */
#prev_comment {
  width:50%;
  margin: 10px 24%;
  padding: 10px 0;
  background: #244;
  color: #eee;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  display: none;
}

/* scroll */
#top_comment_scroll {
  position: fixed;
  bottom:140px;
  right: 20px;
  width: 100px;
  height: 80px;
  background: rgba(10,30,30,0.7);
  color: #eee;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
}
#last_comment_scroll {
  position: fixed;
  bottom:20px;
  right: 20px;
  width: 100px;
  height: 80px;
  background: rgba(10,30,30,0.7);
  color: #eee;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
}

/* 最後のコメントボーダー */
#last_comment {
  width: 100%;
  border-bottom: 3px solid #eee;
  overflow : hidden;
  white-space: nowrap;
  display: none;
  margin-bottom:10px;
}

/* --------------
      サーチ
----------------*/
#more {
  position: absolute;
  top :5px;
  right: 10px;
  font-size: 40px;
  color: #eee;
  background-color: #355;
  padding: 5px 3%;
  font-weight: bold;
}
#more.on {
  background-color: #881;
}
.get_box {
  position: relative;
  width: 96%;
  padding: 5px 2%;
}
.search_box {
  display: none;
  position: absolute;
  top : 90px;
  width: 96%;
  padding: 10px 2% 15px 2%;
  background-color: #133;
  /* background-color: rgba(30, 60, 60, 0.5); */
  /* display:inline-block; */
}
header select {
  font-size: 40px;
  padding: 10px 2%;
  vertical-align: top;
}
header option {
  font-size: 30px;
}
header .get_num {
  width: 20%;
}
header .search_user {
  width: 25%;
}
header input {
  width: 50%;
  height: 54px;
  font-size: 40px;
  padding: 7px 2%;
  vertical-align: top;
}
header .start {
  position: absolute;
  top : 10px;
  right: 10px;
  font-size: 40px;
  color: #eee;
  background-color: #355;
  padding: 5px 2%;
  margin: 0 0 0 3%;
  vertical-align: top;
  font-weight: bold;
}
