/* CSS Document */

body {
  background-color: #000;
  background-image: none;
  overflow: scroll;
  overflow-x: hidden;
}

#girl_container {
  background-image: url(../img/girl/bg_girl.jpg);
  background-repeat: no-repeat;
  height: 714px;
  width: 620px;
}
#girl_main {
  height: 590px;
}
#girl_left {
  float: left;
  padding-left: 18px;
  padding-top: 85px;
  width: 312px;
}
#photoBIG {
  border: 2px solid #666;
}
#girl_right {
  float: left;
  padding-top: 110px;
  width: 290px;
}
#girl_prof {
  height: 40px;
  line-height: 1.2;
  margin-bottom: 31px;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}
#girl_prof span {
  font-size: 16px;
}
#girl_com {
  height: 116px;
  line-height: 15px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  padding: 3px;
  width: 250px;
}
#girl_com span {
  font-size: 12px !important;
  line-height: 15px !important;
}
#girl_name {
  color: #fc0;
  font-weight: bold;
}
#thum_container {
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 15px;
  width: 275px;
}
#thum_container .thum {
  border: 2px solid #343434;
  cursor: pointer;
  display: block;
  float: left;
  height: 105px;
  margin-bottom: 6px;
  margin-right: 5px;
  padding-right: 10px;
  width: 70px;
}
#girl_footer {
  clear: left;
  padding-top: 60px;
}
#schedule_container {
  border-left-color: #666;
  border-left-style: solid;
  border-left-width: 1px;
  border-top-color: #666;
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 560px;
}
.schedule {
  float: left;
  text-align: center;
  width: 140px;
}
.date {
  background-color: #333;
  border-bottom-color: #666;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: #666;
  border-right-style: solid;
  border-right-width: 1px;
  color: #fff;
  padding-bottom: 2px;
  padding-top: 2px;
}
.sun {
  background-color: #8b0000;
}
.sat {
  background-color: #00f;
}
.time {
  border-bottom-color: #666;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-color: #666;
  border-right-style: solid;
  border-right-width: 1px;
  font-size: 11px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.gravure_scroll {
  display: block;
  margin: 10px auto 0;
  text-align: center;
}
#girl_movie {
  display: block;
  left: 14px;
  position: absolute;
  top: 568px;
}
#video video {
  height: 309px;
  width: 550px;
}
#video video:focus {
  outline: none;
}
#girl_diary {
  display: block;
  left: 172px;
  position: absolute;
  top: 568px;
}
.gravure_title {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  font-size: 40px;
  margin: 10px 5px;
  padding: 10px 0 5px;
  text-align: center;
}
.gravure_title span {
  font-size: 20px;
  margin-left: 20px;
}
.gravure_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 10px;
}
.gravure_thumb {
  display: block;
  max-width: 300px;
  width: auto;
}
.gravure_thumb img {
  display: block;
  width: 100%;
}
.ms-heaven img {
  margin-bottom: 5px;
  width: 100%;
}
