@charset "UTF-8";
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, strong, em, th, var {
  font-style: inherit;
  font-weight: inherit;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

input, textarea, select {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

/* micro clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

button {
  padding: 0;
  border: none;
  background-color: inherit;
  font: inherit;
  outline: none;
}

button:enabled {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

img {
  vertical-align: bottom;
}

.new {
  width: 34px;
  height: 17px;
  padding-bottom: 3px;
}

/* ============================================================================
		header
============================================================================ */
#header {
  position: relative;
  border: 1px solid #bbb;
  border-top: none;
}
#header .header-top {
  overflow: hidden;
  position: fixed;
  /* ヘッダーの固定 */
  top: 0px;
  /* 位置(上0px) */
  width: 946px;
  z-index: 999;
  height: 50px;
  margin: 0 1px;
  padding: 0 15px;
  background: #9dc737;
}
#header .header-top .left {
  float: left;
  margin: 5px 0;
  padding: 10px 0;
  /*background: url(/assets/img/entry/pc/common/logo_head_icon.png) no-repeat 0 center;*/
  line-height: 20px;
  font-size: 0;
}
#header .header-top .left > *, #header .header-top .right > * {
  display: inline-block;
  vertical-align: middle;
}
#header .header-top .left > p {
  padding-left: 55px;
  font-size: 18px;
  color: #fff;
}
#header .header-top .left > a {
  margin-left: 15px;
  font-size: 12px;
  color: #005db5;
  text-decoration: underline;
}
#header .header-top .left > a:hover {
  text-decoration: none;
}
#header .header-top .right {
  float: right;
  padding: 12px 0;
  font-size: 0;
}
#header .header-top .right > * {
  display: inline-block;
  vertical-align: middle;
}
#header .header-mediaName {
  height: 26px;
  margin-right: 32px;
  padding-right: 0.5em;
  border: 2px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  background: #04b404;
}
#header .header-mediaName em {
  line-height: 24px;
  font-size: 14px;
}
#header .header-logState {
  position: relative;
}
#header .header-logState a {
  line-height: 26px;
  font-size: 12px;
  color: #005db5;
  text-decoration: underline;
}
#header .header-logState a:hover {
  text-decoration: none;
}
#header .header-logState:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  width: 9px;
  height: 19px;
  margin: auto;
  background: url(/assets/img/entry/pc/common/icon_head_key.png) no-repeat;
}
#header .header-bottom {
  overflow: hidden;
  padding-top: 50px;
}
#header .header-bottom .left {
  float: left;
  max-width: 698px;
  min-height: 72px;
  padding: 25px 0 25px 10px;
  box-sizing: border-box;
  font-size: 0;
}
#header .header-bottom .right {
  float: right;
  overflow: hidden;
  padding: 13px 10px 15px 0;
  text-align: right;
}
#header .header-bottom .text-cessation {
  margin: 8px 0 6px;
  font-size: 24px;
  font-weight: bold;
  color: red;
}
#header .header-bottom .btn-returnCessation {
  margin-right: 12px;
  padding: 4px 16px;
  font-size: 16px;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #fefefe, #e3e3e3);
  background-image: linear-gradient(to bottom, #fefefe, #e3e3e3);
}
#header .header-shopName {
  display: inline-block;
  margin-right: 1em;
  text-indent: -0.5em;
  line-height: 22px;
  font-size: 18px;
}
#header .header-shopName h1 {
  display: inline;
  overflow: hidden;
  color: #005db5;
}
#header .header-shopName + span {
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}
#header .header-previewName {
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
  padding-left: 10px;
}
#header .header-localipOnly {
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
  margin-left: 40px;
}
#header .header-nav {
  margin-bottom: 5px;
  border-right: 2px solid #c3c3c3;
  border-left: 2px solid #c3c3c3;
  font-size: 0;
}
#header .header-nav li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}
#header .header-nav li ~ li {
  border-left: 2px solid #c3c3c3;
}
#header .header-previewNav a {
  display: inline-block;
  padding: 1px 5px 0;
  margin: 1px 0 0 0;
  border-right: 2px solid #c3c3c3;
  border-left: 2px solid #c3c3c3;
  font-size: 12px;
}
#header .header-nav-pOnly {
  border-right: 2px solid #c3c3c3;
  border-left: 2px solid #c3c3c3;
  font-size: 12px;
  padding: 0 5px;
}
#header .header-link_comment {
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 10px;
}
#header .jsdijdis {
  position: relative;
  font-size: 12px;
  color: #001f8d;
  line-height: 1.5;
}
#header .jsiaji {
  position: relative;
  width: calc(100% - 10px);
  font-weight: bold;
  background: #eef4ff;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  padding: 12px 0 12px 10px;
  border-left: 8px solid #5f74c1;
}
#header .jsdijdis:first-line {
  color: #ea0000;
  font-size: 15px;
}
#header .jsdijdis:not(.jsdijdis:first-of-type) {
  margin-top: 5px;
}

html, input, textarea {
  font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
  font-size: 14px;
  line-height: 1;
  color: #484848;
}

#wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}

#wrapper > * {
  width: 980px;
  margin: auto;
  box-sizing: border-box;
}

#wrapper > .contents {
  display: flex;
  min-height: 100%;
  padding-bottom: 215px;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  box-sizing: border-box;
  background: url(/assets/img/entry/pc/common/bg_border_gray.png) repeat-y 210px top;
}

.mainColumn {
  width: 768px;
  order: 2;
}

.mainColumn > div {
  margin: 15px 10px;
}

.leftColumn {
  width: 210px;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #fff;
  order: 1;
  z-index: 1;
}

.p-ellipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wrapper.refurbishment .mainColumn,
#wrapper.refurbishment .f-btnWrap {
  opacity: 0;
}
#wrapper.refurbishment.long #header {
  width: 100%;
  transition: .5s;
}
#wrapper.refurbishment.long #header .header-top {
  box-sizing: border-box;
  width: 100%;
  transition: .5s;
}
#wrapper.refurbishment.long .contents {
  width: 100%;
  transition: .5s;
}
#wrapper.refurbishment.long .mainColumn {
  width: calc(100% - 210px);
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: .5s;
}
#wrapper.refurbishment.long #footer {
  width: 100%;
  transition: .5s;
}
#wrapper.refurbishment.long .f-btnWrap {
  width: calc(100vw - 210px);
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: opacity 1.5s;
  transition-delay: 2s;
}
#wrapper.refurbishment.long .f-btnWrap .p-btnBlack {
  width: 370px;
  line-height: 60px;
}
#wrapper.refurbishment.long .f-btnWrap .p-btnBlack label {
  display: block;
  height: 60px;
  background: #F8BE51;
  color: #484848;
  box-shadow: 0px 2px 8px #0000004D;
  border-radius: 5px;
  opacity: 1;
}

.l-mainContents {
  opacity: 0;
  transform: translateY(50px);
}
.long .l-mainContents {
  min-width: 1478px;
  opacity: 1;
  transform: translateY(0px);
  transition: 1s;
  transition-delay: 1.5s;
}

/* ============================================================================

		noscript

============================================================================ */
noscript {
  display: block;
}

/* ============================================================================

		leftColumn-Nav

============================================================================ */
.leftColumn-menu ~ .leftColumn-menu {
  margin-top: 10px;
}

.leftColumn-menu .title {
  background: #646464;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}

.leftColumn-menu .sub-title {
  font-size: 13px;
  margin: 0 0 10px 6px;
}
.leftColumn-menu .sub-title.row {
  margin: 15px 0 10px 6px;
}

.leftColumn-menu .freeSpace.title {
  margin-bottom: 1px;
}

.leftColumn-menu .freeSpace.title:hover {
  cursor: pointer;
}

.leftColumn-menu .freeSpace.title + div {
  border: 1px solid #bbb;
}

/* メモタイトルに文字数制限が無い場合 */
.freeSpace-memoList {
  display: table;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #bbb;
}

.freeSpace-memoList li {
  display: table-cell;
  width: 50%;
  padding: 1px;
  box-sizing: border-box;
  vertical-align: middle;
}

.freeSpace-memoList li + li {
  border-left: 1px solid #bbb;
}

.freeSpace-memoList input {
  display: none;
}

.freeSpace-memoList label {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
}

.freeSpace-memoList label:hover {
  cursor: pointer;
}

.freeSpace-memoList input:checked + label {
  background: #ecf7d6;
  cursor: default;
}

.editSpace-titleWrap {
  padding: 5px;
  font-size: 0;
}

.editSpace-titleWrap .title {
  display: inline-block;
  padding: 0 4px;
  border: 1px solid #bbb;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  text-align: center;
  vertical-align: top;
  font-size: 10px;
  color: #68727D;
}

.editSpace-titleWrap .titleInput {
  display: inline-block;
  width: 105px;
  vertical-align: top;
  font-size: 10px;
  /*color: #bbb;*/
  /* プレースホルダー */
}

.editSpace-titleWrap .titleInput input {
  display: block;
  width: 100%;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #bbb;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-indent: 5px;
  line-height: 22px;
}

.editSpace-contents {
  border-top: 1px dotted #bbb;
}

.editSpace-contents textarea {
  max-width: 100%;
  min-width: 100%;
  height: 140px;
  padding: 6px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 10px;
}

.editSpace-registry {
  border-top: 1px solid #bbb;
  text-align: center;
}

.editSpace-registry input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  line-height: 28px;
  font-size: 12px;
  text-decoration: underline;
}

.editSpace-registry input:hover {
  text-decoration: none;
  cursor: pointer;
}

.freeSpace-close {
  background: #bbb;
  text-align: center;
  line-height: 2;
  font-size: 12px;
  color: #fff;
}

.freeSpace-close:hover {
  cursor: pointer;
}

.leftColumn-menu .menuList {
  padding: 10px 0 5px;
}
.leftColumn-menu .menuList li {
  height: 22px;
}
.leftColumn-menu .menuList li ~ li {
  padding-top: 6px;
}
.leftColumn-menu .menuList a, .leftColumn-menu .menuList span.no_link {
  display: block;
  position: relative;
  padding-left: 18px;
  line-height: 22px;
  font-size: 12px;
}
.leftColumn-menu .menuList span.no_link {
  color: #BBBBBB;
}
.leftColumn-menu .menuList a span.red {
  color: #F00;
  font-weight: bold;
}
.leftColumn-menu .menuList a:before, .leftColumn-menu .menuList span.no_link:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 9px;
  height: 9px;
  background: url(/assets/img/entry/pc/common/icon_left_col_arrow.png) no-repeat center;
}
.leftColumn-menu .menuList span.no_link:before {
  opacity: 0.2;
}
.leftColumn-menu .menuList li.hover a,
.leftColumn-menu .menuList a:not(.glay_out):hover {
  background: #ecf7d6;
}
.leftColumn-menu .menuList li div {
  float: right;
  margin-right: 8px;
}
.leftColumn-menu .menuList li div.movie {
  font-size: 11px;
  font-weight: bold;
  color: red;
  width: initial;
  margin-right: 5px;
}

/* ============================================================================
		page_title
============================================================================ */
#entry_content h3:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 8px;
  font-weight: bold;
  position: relative;
}
#entry_content h3:first-child:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 5px;
  height: 30px;
}
#entry_content h3.sub_title {
  border-bottom: 1px solid #AAA;
  padding-bottom: 2px;
  padding-left: 10px;
}
#entry_content h3.sub_title a {
  position: absolute;
  right: 0px;
}
#entry_content h3.sub_title:before {
  border-left: 4px solid #04b404;
}
#entry_content .mess {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}
#entry_content .def_message {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

/* ============================================================================
		contents footer
============================================================================ */
.f_return {
  text-align: center;
  margin-top: 20px;
}

/* ============================================================================
		parts
============================================================================ */
/* 1行のみ3点リーダー */
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* inputエラー */
.input-error {
  background: #ffdddd !important;
}

.error_comment {
  color: red;
  font-weight: bold;
  margin-top: 3px;
}

/* ポップアップ背景 */
#glayLayer {
  background-color: rgba(0, 0, 0, 0.4);
  height: 200%;
  width: 100%;
  z-index: 9990;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
}

/* 完了メッセージ */
.p-strongMsg {
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
  color: #F00;
  font-size: 14px;
  font-weight: bold;
}

/* ボタン共通化 */
.f-btnWrap {
  margin: 40px auto 0;
  text-align: center;
}

.f-btnWrap.margin20 {
  margin: 20px auto;
}

.f-btnWrap.margin0 {
  margin: 0;
}

.f-btnWrap.marginBottom {
  margin-bottom: 40px;
}

.f-btnWrap input.none {
  display: none;
}

.p-btnBlack {
  background-color: #404040;
}

.p-btnGlay {
  background-color: #7F7F7F;
}

.p-btnDisabled {
  background-color: #CCCCCC;
}

[class*=p-btn] {
  display: inline-block;
  width: 250px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

[class*=p-btn] + [class*=p-btn] {
  margin-left: 10px;
}

[class*=p-btn]:hover:not(.p-btnDisabled) {
  opacity: 0.9;
}

[class*=p-btn] > label,
[class*=p-btn] > a {
  display: table-cell;
  width: inherit;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

[class*=p-btn]:not(.p-btnDisabled) label,
[class*=p-btn]:not(.p-btnDisabled) a {
  cursor: pointer;
}

[class*=p-btn] .small {
  font-size: 12px;
}

[class*=p-btn] .red {
  color: #F00;
  font-size: 14px;
}

/* 入力フォーム共通化 */
table.input_form {
  height: 100%;
  width: 101.5%;
  border-collapse: separate;
  border-spacing: 5px;
  margin-left: -5px;
}

.input_form th {
  line-height: 30px;
  width: 180px;
  border: 1px #C2C2C2 solid;
  background-color: #EFEFEF;
}

.input_form td {
  height: 100%;
  border: 1px #C2C2C2 solid;
  padding: 5px;
  box-sizing: border-box;
  -ms-word-break: break-all;
  word-break: break-all;
  word-wrap: break-word;
}

.input_form em.caution {
  color: red;
  font-size: 11px;
}

/* form */
.input_form:not(.no_deco_form) td textarea,
.input_form:not(.no_deco_form) td input,
.input_form:not(.no_deco_form) td input + label,
.input_form:not(.no_deco_form) td select,
.input_form:not(.no_deco_form) td.image_cell > div {
  border: 1px #D2D2D2 solid;
  padding: 5px;
  font-size: 12px;
  box-sizing: border-box;
}

.input_form:not(.no_deco_form) td input,
.input_form:not(.no_deco_form) td input + label,
.input_form:not(.no_deco_form) td select {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
}

/* button */
.input_form:not(.no_deco_form) td input[type='radio'],
.input_form:not(.no_deco_form) td input[type='checkbox'] {
  display: none;
}

.input_form:not(.no_deco_form) td input[type='radio']:disabled + label,
.input_form:not(.no_deco_form) td input[type='checkbox']:disabled + label {
  opacity: 0.5;
  cursor: default;
}

.input_form:not(.no_deco_form) td input[type='radio'] + label,
.input_form:not(.no_deco_form) td input[type='radio']:checked + label,
.input_form:not(.no_deco_form) td input[type='checkbox'] + label,
.input_form:not(.no_deco_form) td input[type='checkbox']:checked + label {
  cursor: pointer;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
  display: inline-block;
  width: 120px;
  text-align: center;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.input_form:not(.no_deco_form) td input[type='radio'] + label,
.input_form:not(.no_deco_form) td input[type='checkbox'] + label {
  border: 1px solid #a6a6a6;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#e3e3e3');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#e3e3e3')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #fefefe, #e3e3e3);
  background-image: -ms-linear-gradient(top, #fefefe, #e3e3e3);
  background-image: -o-linear-gradient(top, #fefefe, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #fefefe, #e3e3e3);
  background-image: linear-gradient(to bottom, #fefefe, #e3e3e3);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.input_form:not(.no_deco_form) td input[type='radio']:checked + label,
.input_form:not(.no_deco_form) td input[type='checkbox']:checked + label {
  border: 1px solid #80AC19;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#F4FDDE', endColorstr = '#BBD773');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#F4FDDE', endColorstr = '#BBD773')";
  background-image: -moz-linear-gradient(top, #BBD773, #F4FDDE);
  background-image: -ms-linear-gradient(top, #BBD773, #F4FDDE);
  background-image: -o-linear-gradient(top, #BBD773, #F4FDDE);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#BBD773), to(#F4FDDE));
  background-image: -webkit-linear-gradient(top, #BBD773, #F4FDDE);
  background-image: linear-gradient(to bottom, #BBD773, #F4FDDE);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.input_form .no_deco,
.input_form .no_deco td,
.input_form .no_deco th {
  border: none;
  background-color: #FFF;
}

.button_area {
  margin: 40px auto;
  width: 100%;
  text-align: center;
}
.button_area input[type="submit"], .button_area button {
  cursor: pointer;
  width: 250px;
  height: 46px;
  color: #ffffff;
  background-color: #404040;
  font-size: 18px;
  border-radius: 4px;
  border: none;
}
.button_area input[type="submit"]:not(:disabled):hover, .button_area button:not(:disabled):hover {
  opacity: 0.9;
}
.button_area input[type="submit"]:disabled, .button_area button:disabled {
  cursor: default;
  background-color: #cccccc !important;
}
.button_area input[type="submit"] + input[type="submit"],
.button_area button + button {
  margin-left: 10px;
}
.button_area .gray {
  background-color: #7F7F7F !important;
}

/* ---------- 女の子選択ポップアップ ----------*/
#select_popup {
  position: absolute;
  z-index: 9991;
  background-color: white;
  padding: 2px;
}

#select_popup #select_wrap {
  height: 660px;
  width: 874px;
  border: 2px solid #AACF5B;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

#select_popup #select_wrap h3 {
  margin-bottom: 20px;
}

#select_popup #select_wrap img.close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#select_popup dt {
  height: 30px;
  line-height: 32px;
  background-color: #9DC737;
  color: white;
  font-size: 19px;
  padding-left: 8px;
  margin-bottom: 10px;
}

#select_popup .submit_button {
  display: block;
  width: 300px;
  height: 40px;
  margin: 30px auto;
  border: 1px solid #404040;
  background-color: #404040;
  color: white;
  font-size: 16px;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* index_list */
#select_popup .index_list {
  float: left;
}

#select_popup .index_list dt span {
  font-size: 16px;
}

#select_popup .index_list dt span em,
#select_popup .index_list dd em {
  color: red;
}

#select_popup .index_list dd ul {
  padding: 10px;
  border: 1px solid #B8B8B8;
  background-color: #F8FFEF;
  margin-top: 5px;
  height: 453px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

#select_popup .index_list dd ul li {
  display: table;
  border-top: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
  height: 42px;
  width: 185px;
  font-size: 16px;
  background-image: url("/assets/img/entry/pc/pickup/index_box_off.png");
  background-repeat: no-repeat;
  background-size: 185px 42px;
  cursor: pointer;
}

#select_popup .index_list dd ul li.active_index,
#select_popup .index_list dd ul li.none_girl {
  cursor: default;
}

#select_popup .index_list dd ul li.active_index {
  background-image: url("/assets/img/entry/pc/pickup/index_box_on.png");
}

#select_popup .index_list dd ul li div.innerlist {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#select_popup .index_list dd ul li p.selected_box {
  font-size: 12px;
}

#select_popup .index_list dd ul li p.selected_box span.now_select_num {
  color: #0E65BB;
}

#select_popup .index_list dd ul li:last-child {
  border-bottom: 1px solid #B8B8B8;
}

/* girls_list */
#select_popup .girls_list {
  float: left;
  width: 627px;
  margin-left: 38px;
  position: relative;
}

#select_popup .girls_list:before {
  content: "";
  position: absolute;
  top: 273px;
  left: -33px;
  width: 28px;
  height: 24px;
  background-image: url("/assets/img/entry/pc/pickup/allow.png");
  background-repeat: no-repeat;
  background-size: 28px 24px;
}

#select_popup .girls_list .all_selected_num {
  position: absolute;
  top: 69px;
  left: 10px;
  color: #783500;
  font-size: 14px;
  width: 211px;
  height: 27px;
  line-height: 28px;
  text-align: center;
  background-image: url("/assets/img/entry/pc/pickup/now_selected.png");
  background-repeat: no-repeat;
  background-size: 211px 27px;
}

#select_popup .girls_list .all_selected_num span {
  display: inline-block;
  margin: 0 10px 0 15px;
  color: red;
  font-size: 16px;
}

#select_popup .girls_list ul {
  margin-top: 5px;
  overflow: hidden;
  padding: 45px 10px 10px;
  border: 1px solid #B8B8B8;
  background-color: #F8FFEF;
  display: none;
}

#select_popup .girls_list ul.selected {
  display: block;
}

#select_popup .girls_list li {
  float: left;
  border: 1px solid #A6A6A6;
  background-color: #F2F2F2;
  text-align: center;
  margin-right: 5px;
}

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

#select_popup .girls_list li:nth-of-type(5) ~ li {
  margin-top: 5px;
}

#select_popup .girls_list li input[type=checkbox] {
  display: none;
}

#select_popup .girls_list li div {
  padding: 5px;
  width: 105px;
  height: 140px;
  position: relative;
  border-bottom: 1px solid #A6A6A6;
}

#select_popup .girls_list li div img {
  max-width: 105px;
  max-height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#select_popup .girls_list li p {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
}

#select_popup .girls_list li.girl_selected {
  background-color: #FFDDDC;
}

#select_popup .girls_list li .name {
  display: table;
  width: 115px;
  height: 46px;
}

#select_popup .girls_list li .name span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.glay_out {
  background: #BBBBBB;
}

/* ============================================================================

		掲載規約(pop_up)

============================================================================ */
.js-openFeed {
  cursor: pointer;
}

#popupLayer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#ruleBody {
  position: fixed;
  z-index: 1001;
  top: 93px;
  right: 0;
  left: 0;
  width: 912px;
  height: 630px;
  border: 2px solid #c9e27b;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px #fff;
  background-color: #fff;
  word-break: break-all;
}
#ruleBody #rule_pop {
  height: 500px;
  width: 870px;
  padding: 10px 15px;
  overflow-y: scroll;
  /*margin-top: 15px;*/
}
#ruleBody #rule_pop .t_right {
  text-align: right;
}
#ruleBody .ruleBody-ol {
  text-align: left;
}
#ruleBody .ruleBody-ol-title {
  font-weight: bold;
}
#ruleBody .ruleBody-ol-ol {
  padding-top: 10px;
  line-height: 18px;
  font-size: 12px;
}
#ruleBody .ruleBody-ol-ol > li {
  margin-left: 1.8em;
  list-style-type: decimal;
}
#ruleBody .ruleBody-ol-ol > li ~ li {
  padding-top: 5px;
}
#ruleBody .ruleBody-ol > li ~ li {
  padding-top: 25px;
}
#ruleBody .ruleBody-ol-ol > li:only-child {
  margin-left: 0;
  list-style: none;
}
#ruleBody .ruleBody-ol-ol-ol li:nth-child(-n+9) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#ruleBody .ruleBody-ol-ol-ol li {
  text-indent: -2em;
  padding-left: 2em;
}
#ruleBody .f-serviceDefinition li {
  list-style: none;
  margin-left: 1.8em;
}
#ruleBody .f-serviceDefinition span {
  margin-left: -1.8em;
}
#ruleBody table[summary="【使用を禁止する表記】"] {
  width: 600px;
  margin: 30px auto 35px;
  border-collapse: collapse;
}
#ruleBody table[summary="【使用を禁止する表記】"] caption {
  border: 1px solid #b8b8b8;
  border-bottom: none;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
#ruleBody table[summary="【使用を禁止する表記】"] td {
  padding: 5px;
  font-size: 12px;
}
#ruleBody table[summary="【使用を禁止する表記】"] th, #ruleBody table[summary="【使用を禁止する表記】"] td {
  border: 1px solid #b8b8b8;
  line-height: 16px;
  text-align: center;
}
#ruleBody table[summary="【使用を禁止する表記】"] th {
  line-height: 30px;
}
#ruleBody table[summary="【使用を禁止する表記】"] td > span {
  vertical-align: top;
  font-size: 16px;
  color: #F00;
  padding-right: 5px;
}
#ruleBody table[summary="【使用を禁止する表記】"] td > span, #ruleBody table[summary="【使用を禁止する表記】"] td > p {
  display: inline-block;
  text-align: left;
}
#ruleBody .ruleBody-comment {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin: 10px;
  color: #F00;
}
#ruleBody .titleHeader {
  margin-top: 35px;
}
#ruleBody .titleHeader .closeBtn {
  position: absolute;
  right: 5px;
  top: 10px;
}
#ruleBody .titleHeader h3 {
  border-left: 4px solid #04b404;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 8px;
  /*margin-left: 15px;*/
  margin: 0 0 10px 15px;
}
#ruleBody .ruleBody-ol a {
  color: #005db5;
  text-decoration: underline;
}
#ruleBody .ruleBody-ol a:hover {
  text-decoration: none;
}

/**********************************
    全体
**********************************/
.red {
  color: #FF0000;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.none {
  display: none;
}

.fleft {
  float: left;
}

.ime_mode {
  ime-mode: disabled;
}

.ckeditor_caution_text {
  line-height: 1.5;
}

/* ============================================================================

		footer

============================================================================ */
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 145px;
  border-top: 1px solid #bbb;
}

.footerTitle {
  overflow: hidden;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background: #fff;
}

.footerTitle p {
  float: left;
  width: 194px;
  height: 28px;
  margin-top: 15px;
  margin-left: 15px;
  border: 1px solid #bbb;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
}

.footerContents {
  border: 1px solid #bbb;
  border-bottom: none;
  background: #c1c1c1;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}

.footerContents > div {
  overflow: hidden;
  padding: 15px;
  font-size: 0;
  text-align: center;
}

.footerContents a {
  color: #005db5;
  text-decoration: underline;
  font-size: 12px;
  line-height: 14px;
}

.footer-mediaType {
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.footer-mediaType:first-child {
  margin-right: 9px;
}

.footer-mediaType .title {
  display: inline-block;
  width: 63px;
  height: 17px;
  padding: 3px 0 2px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px #484848 inset;
  background: #646464;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.footer-mediaType-list {
  margin-left: -1px;
  padding-top: 6px;
  font-size: 0;
}

.footer-mediaType-list li {
  display: inline-block;
}

.footer-mediaType-list li ~ li {
  padding-left: 8px;
}

.footer-mediaType-list li > * {
  display: block;
}

.footer-mediaType-list em {
  padding: 3px 0 0 3px;
  font-size: 10px;
}

.copyright {
  display: block;
  background: #646464;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}

/* =================================================================
		ログイン情報再発行依頼画面
==================================================================*/
#header .header-top {
  position: static;
}

#wrapper > .login_contents {
  padding-bottom: 205px;
  background: none;
}

#agent_login {
  padding-bottom: 60px;
}
#agent_login h4 {
  text-align: left;
}
#agent_login .mod-titleHead {
  position: relative;
  height: 35px;
  border: 1px solid #acacac;
  box-sizing: border-box;
  background: url("/assets/img/entry/pc/index/bg_title.png") 0 0 repeat-x;
  text-indent: 24px;
  line-height: 36px;
  font-size: 16px;
}
#agent_login .mod-titleHead:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 7px;
  height: 24px;
  background-color: #6fc126;
}
#agent_login .p-tableStyle th {
  background-color: #efefef;
  box-shadow: 0 0 0 1px #fff inset;
}
#agent_login h3 {
  background: url(/assets/img/entry/common/entrytitle_bg.png) no-repeat left -1px;
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  padding-left: 20px;
  border: 1px solid #a6a6a6;
  font-size: 18px;
  margin-bottom: 10px;
}
#agent_login .button_area {
  width: 100%;
  text-align: center;
}

p.error {
  margin-top: 10px;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: large;
}

.require_span {
  color: red;
}

.request_form {
  width: 750px;
  margin: 60px auto 0;
}
.request_form input[type="text"] {
  border: 1px solid #ccc;
}
.request_form .u-input_text {
  padding-left: 5px;
  color: #f8981c;
}
.request_form h4 {
  margin-top: 20px;
  border: solid 1px #a6a6a6;
  border-bottom: 0;
  background-color: #ccc;
  line-height: 40px;
  padding-left: 10px;
}

.request > div {
  margin-bottom: 20px;
  border: solid 1px #a6a6a6;
  padding: 20px;
}
.request > div table {
  border-collapse: collapse;
  border: solid 1px #a6a6a6;
  width: 100%;
  word-break: break-all;
}
.request > div table td,
.request > div table th {
  padding: 5px;
  border: solid 1px #a6a6a6;
}
.request > div table th {
  width: 150px;
  font-size: 12px;
  line-height: 16px;
}
.request td input.short[type=text] {
  width: 100px;
}
.request td input.middle[type=text] {
  width: 150px;
}
.request > h5 {
  border: solid 1px #a6a6a6;
  background-color: #fcfcfc;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.request table {
  font-size: 12px;
  margin-bottom: 20px !important;
}
.request input[type=text] {
  padding: 5px;
}
.request td {
  padding: 10px !important;
}
.request input[type=submit] {
  display: inline-block;
  width: 170px;
  height: 40px;
  border-radius: 4px;
  background-color: #404040;
  line-height: 40px;
  color: #fff;
  border-style: none;
  cursor: pointer;
}
.request input[type=submit]:hover {
  opacity: 0.9;
}
.request input[name^=back] {
  width: 80px;
}
.request input[id=button] {
  margin-left: 10px;
}
.request #form_shop_name,
.request #form_mail {
  width: 380px;
}
.request #form_staff_name,
.request #form_tel {
  width: 150px;
}
.request #form_shop_url {
  width: 380px;
}
.request .msg {
  margin-bottom: 10px;
}
.request .msg em {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #005db5;
}
.request .msg p {
  line-height: 14px;
  font-size: 12px;
}
.request .msg p + p {
  margin-top: 3px;
}

.remember_div {
  border: solid 1px #a6a6a6;
  width: 750px;
  padding: 20px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.remember_div .send_text {
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
}
.remember_div .send_text .send_res {
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  color: #434343;
}
.remember_div .send_text .send_small_text {
  color: #434343;
  line-height: 16px;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.remember_div .send_text .bis_hour {
  width: 600px;
  margin: 30px auto 0px auto;
  background-color: #6cb741;
  font-size: 13px;
  line-height: 18px;
}
.remember_div .send_text .bis_hour .bis_fra {
  float: left;
  display: inline;
  background-color: #FFFFFF;
}
.remember_div .send_text .bis_hour .bis_fra > div {
  padding: 7px;
}
.remember_div .send_text .bis_hour .day_l {
  width: 150px;
  margin: 2px 1px 1px 2px;
}
.remember_div .send_text .bis_hour .day_r {
  width: 445px;
  margin: 2px 2px 1px 0px;
}
.remember_div .send_text .bis_hour .hour_l {
  width: 150px;
  margin: 0px 1px 1px 2px;
}
.remember_div .send_text .bis_hour .hour_r {
  width: 445px;
  margin: 0px 2px 1px 0px;
}
.remember_div .send_text .bis_hour .mes {
  width: 596px;
  margin: 0px 2px 2px 2px;
  line-height: 16px;
}
.remember_div .domain_fra {
  margin: 40px 42px 25px 81px;
}
.remember_div .domain_fra > div {
  float: left;
}
.remember_div .domain_fra .oubo_send_domain_inner {
  float: left;
  text-align: center;
  background-color: #fffef9;
  border-right: 1px solid #54ed49;
  border-left: 1px solid #54ed49;
  border-bottom: 1px solid #54ed49;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  width: 586px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}
.remember_div .domain_fra .oubo_send_domain_inner > div {
  width: 80%;
  margin: 0 auto;
}
.remember_div .domain_fra .oubo_send_domain_inner a {
  color: #019CF8;
  text-decoration: underline;
}
.remember_div .return_top {
  margin-top: 20px;
}
.remember_div .return_top a {
  display: block;
  width: 250px;
  height: 50px;
  margin: auto;
  border-radius: 4px;
  background-color: #404040;
  line-height: 52px;
  font-size: 18px;
  color: #fff;
}
.remember_div .return_top a:hover {
  opacity: 0.9;
}

.mt5 {
  margin-top: 5px;
}
