#content>section>.inner {
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

#side {
  float: left;
  width: 390px;
}

#main {
  float: right;
  width: 560px;
  overflow: hidden;
}

#gallary {
  align-items: center;
  display: flex;
  height: 520px;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 390px;
}

#gallary img {
  border: 1px solid #999;
  max-width: 388px;
  max-height: 518px;
}

.base_prof {
  border: 1px solid #999;
  border-radius: 10px;
  font-size: 18px;
  margin: 0 auto 10px;
  overflow: hidden;
  text-align: left;
}

.base_prof .catch {
  background-color: #efefef;
  padding: 10px 20px;
}

.base_prof .icons {
  position: relative;
}

.base_prof .types {
  display: flex;
  font-size: 14px;
  margin-top: 8px;
  padding: 3px 20px 0;
}

.base_prof .types li {
  background: #efefef;
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
  margin-right: 5px;
  padding: 5px 0;
  text-align: center;
  width: 110px;
}

.base_prof .types li:last-child {
  margin-right: 0;
}

.base_prof .sns {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100%;
}

.base_prof .sns li {
  border: none;
  margin: 0 5px 0 0;
}

.base_prof .sns li:last-child {
  margin-right: 0;
}

.base_prof .sns a {
  background-size: contain;
  display: block;
  height: 32px;
  width: 32px;
}

.base_prof .sns li.twitter a {
  /* background-image: url(/assets/images/parts/icon_sns_twitter.png); */
  background-image: url(/assets/images/parts/icon_sns_x.png);
}

.base_prof .sns li.threads a {
  background-image: url(/assets/images/parts/icon_sns_threads.png);
}

.base_prof .sns li.bluesky a {
  background-image: url(/assets/images/parts/icon_sns_bluesky.png);
  border-radius: 6px;
}

.base_prof .sns li.instagram a {
  background-image: url(/assets/images/parts/icon_sns_instagram.png);
}

.base_prof .sns li.blog a {
  background-image: url(/assets/images/parts/icon_sns_blog.png);
}

.base_prof h2 {
  font-size: 26px;
  line-height: 40px;
  margin-top: 8px;
  padding: 0 20px;
}

.base_prof h2.new {
  margin-top: 0;
}

.base_prof h2.new::after {
  content: url(/assets/images/parts/icon_new_pc.gif);
  margin-left: 10px;
  position: relative;
  top: 10px;
}

.base_prof h2 span {
  margin-left: 10px;
  font-size: 18px;
}

.base_prof p,
.base_prof time {
  padding: 5px 20px;
  line-height: 1.8;
}

.base_prof .today,
.base_prof .standby,
.base_prof .ladyplace {
  margin-bottom: 10px;
  padding: 0 20px;
  line-height: normal;
}

.base_prof .today span,
.base_prof .standby dt,
.base_prof .ladyplace span {
  background: #f00;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 95px;
}

.base_prof .standby dt {
  float: left;
}

.base_prof .standby dd {
  display: block;
  padding-left: 110px;
}

.base_prof .free {
  padding: 5px 20px;
}

.thumb {
  display: block;
}

.thumb li {
  float: left;
  margin: 0 5px 5px 0;
}

.thumb li a {
  display: block;
  width: 108px;
  height: 144px;
  overflow: hidden;
}

.thumb li:nth-of-type(5n) {
  margin-right: 0;
}

.thumb li a img {
  border: 1px solid #999;
  max-width: 106px;
  max-height: 142px;
}

.from_comment,
.freesp {
  border: 1px solid #999;
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: left;
}

.from_comment h3,
.freesp h3 {
  background-color: #efefef;
  font-size: 20px;
  padding: 10px 20px;
}

.from_comment p,
.freesp>div {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 20px;
}

.profile {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: left;
}

.profile li {
  border: 1px solid #999;
  border-radius: 10px;
  float: left;
  margin: 0 28px 20px 0;
  overflow: hidden;
  width: 468px;
}

.profile li:nth-child(2n) {
  margin-right: 0;
}

.profile li dl {
  display: table;
  height: 100%;
  line-height: 1.8;
}

.profile li dt {
  background-color: #efefef;
  display: table-cell;
  font-size: 16px;
  padding: 10px;
  vertical-align: middle;
  width: 240px;
}

.profile li dd {
  display: table-cell;
  font-size: 16px;
  padding: 10px;
  vertical-align: middle;
  width: 214px;
}

.play,
.option {
  border: 1px solid #999;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.play th,
.play td,
.option th,
.option td {
  padding: 15px 5px;
  text-align: left;
  vertical-align: top;
}

.play thead th,
.option thead th {
  background: #efefef;
  font-size: 20px;
  padding-left: 20px;
}

.play .column th,
.option .column th {
  box-sizing: border-box;
  vertical-align: middle;
  width: 250px;
}

.play .column dl,
.option .column dl {
  display: table;
}

.play .column dt,
.option .column dt {
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}

.play .column dd,
.option .column dd {
  display: table-cell;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  width: 34px;
}

.play .column dd.s1,
.option .column dd.s1 {
  color: #00f;
}

.play .column dd.s2,
.option .column dd.s2 {
  color: #008000;
}

.play .column dd.s3,
.option .column dd.s3 {
  color: #f00;
}

.play .column dd span,
.option .column dd span {
  border: 1px solid #999;
  border-radius: 5px;
  display: block;
}

.play thead th,
.play tbody th,
.option thead th,
.option tbody th {
  border-bottom: 1px solid #999;
}

.play tbody th,
.option tbody th {
  border-left: 1px solid #999;
}

#lady_detail table.play tbody tr.column th.nodata,
#lady_detail table.option tbody tr.column th.nodata {
  background: inherit;
}

.play .bl,
.option .bl {
  border-left: 1px solid #999;
}

.play .bn,
.option .bn {
  border: none;
}

.play tbody tr th:first-child,
.option tbody tr th:first-child {
  border-left: none;
}

.play tbody tr:last-child th,
.option tbody tr:last-child th {
  border-bottom: none;
}

.play thead tr:first-child th,
.option thead tr:first-child th {
  border-radius: 10px 10px 0 0;
}

.play tbody tr:last-child th:first-child,
.option tbody tr:last-child th:first-child {
  border-left: none;
  border-radius: 0 0 0 10px;
}

.play tbody tr:last-child th:last-child,
.option tbody tr:last-child th:last-child {
  border-radius: 0 0 10px 0;
}

.schedule {
  border: 1px solid #999;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.schedule th,
.schedule td {
  font-size: 16px;
  padding: 15px 5px;
  text-align: center;
}

.schedule thead th,
.schedule tbody th,
.schedule tbody td {
  border-bottom: 1px solid #999;
}

.schedule tbody th,
.schedule tbody td {
  border-left: 1px solid #999;
}

.schedule tbody tr:last-child td {
  border-bottom: none;
}

.schedule thead tr:first-child th {
  border-radius: 10px 10px 0 0;
}

.schedule tbody th:first-child,
.schedule tbody td:first-child {
  border-left: none;
}

.schedule tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

.schedule tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.schedule thead th {
  background: #efefef;
  text-align: left;
}

.schedule .Ttl th {
  font-size: 20px;
  padding-left: 20px;
}

.schedule .subTtl th {
  background: #fffef4;
  color: #000;
  text-align: center;
}

.schedule .subTtl th.sat {
  background: #dcf1ff;
  color: #009;
}

.schedule .subTtl th.sun {
  background: #ffdcec;
  color: #900;
}

.schedule td {
  background: #fff;
  color: #000;
}

.schedule td .time {
  font-size: 85%;
  word-wrap: break-word;
}

.schedule td .comment {
  font-size: 85%;
}

.blog {
  border: 1px solid #999;
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: left;
}

.blog h3 {
  background-color: #efefef;
  font-size: 20px;
  padding: 10px 20px;
}

.blog .inner {
  padding: 10px;
}

.blog ul li {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  float: left;
  margin-right: 9px;
  padding: 10px;
  width: 160px;
}

.blog ul li:nth-child(5n) {
  margin-right: 0;
}

.blog ul li a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.blog ul li a:hover {
  color: #00f;
}

.blog ul li figure {
  display: block;
  height: 160px;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.blog ul li figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  vertical-align: top;
  max-width: 100%;
}

.blog ul li h2 {
  font-size: 16px;
  margin-bottom: 8px;
}

.blog ul li time {
  display: block;
  font-size: 14px;
}

.blog .more {
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
  text-align: right;
}

.movie {
  border: 1px solid #999;
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: left;
}

.movie .inner {
  padding: 10px;
}

.movie h3 {
  background-color: #efefef;
  font-size: 20px;
  padding: 10px 20px;
}

.movie ul {
  display: flex;
  flex-wrap: wrap;
}

.movie ul li {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  overflow: hidden;
  width: calc((100% - 30px) / 4);
}

.movie ul li:nth-child(4n) {
  margin-right: 0;
}

.movie ul li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}

.movie .player video {
  margin-bottom: 5px;
  max-height: 250px;
  width: 100%;
}

.movie .title {
  font-size: 16px;
  font-weight: 700;
}

.movie .more {
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
  text-align: right;
}

.gravure {
  border: 1px solid #999;
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: left;
}

.gravure h3 {
  background-color: #efefef;
  font-size: 20px;
  padding: 10px 20px;
}

.gravure .list>li {
  display: block;
  padding: 10px;
  border-bottom: dotted 1px #555;
}

.gravure .list>li:last-child {
  border-bottom: none;
}

.gravure figure {
  width: 390px;
  float: left;
}

.gravure figure img {
  max-width: 100%;
}

.gravure .txtData {
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 546px;
}

.gravure .imgList {
  display: block;
}

.gravure .imgList li {
  float: left;
  margin: 0 9px 9px 0;
  overflow: hidden;
  width: 102px;
}

.gravure .imgList li:nth-child(5n) {
  margin-right: 0;
}

.gravure .imgList li a {
  display: block;
}

.gravure .imgList li a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.gravure .comment {
  font-size: 16px;
  line-height: 1.7;
}

.gravure .more {
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
  text-align: right;
}

.voice {
  border: 1px solid #999;
  border-radius: 10px;
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: left;
}

.voice h3 {
  background-color: #efefef;
  font-size: 20px;
  padding: 10px 20px;
}

.voice ul li {
  padding: 10px;
  text-align: left;
}

.voice ul li .userName {
  font-size: 18px;
  margin-bottom: 10px;
}

.voice ul li .date {
  color: #333;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.voice ul li .body {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.voice ul li .reply {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 0;
  text-align: left;
  width: 660px;
}

.voice ul li .reply .comment {
  background: #efefef;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  word-break: break-all;
}

.voice .more {
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
  text-align: right;
}

#nextPrev {
  margin: 10px 0;
  text-align: center;
}

#nextPrev li {
  display: inline;
}

#nextPrev li a {
  display: inline-block;
  margin: 0 20px;
  padding: 10px 60px;
  background: #efefef;
  border: solid 1px #999;
  color: #000;
  text-decoration: none;
}

#nextPrev li a:hover {
  text-decoration: underline;
}
