@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 {
  height: 17px;
  padding-bottom: 3px;
  width: 34px;
}

/* ============================================================================
		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: #FF5BA9;
  box-sizing: initial;
}
#header .header-top .left {
  float: left;
  margin: 5px 0;
  padding: 10px 0;
  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 22px 12px 0;
  font-size: 0;
}
#header .header-top .right > * {
  display: inline-block;
  vertical-align: middle;
}
#header .header-mediaName {
  height: 26px;
  margin-right: 32px;
  padding: 0 21px;
  border: 2px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  background: #FF1F89;
}
#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 left center/9px 18px;
  background-size: contain;
}
#header .header-bottom {
  overflow: hidden;
  padding-top: 50px;
}
#header .header-bottom .left {
  float: left;
  max-width: 698px;
  min-height: 72px;
  padding: 25px 0 25px 15px;
  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-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-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-nav-pOnly {
  border-right: 2px solid #c3c3c3;
  border-left: 2px solid #c3c3c3;
  font-size: 12px;
  padding: 0 5px;
  float: right;
}
#header .header-link_comment {
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 10px;
}

html {
  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: table;
  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 {
  float: right;
  width: 768px;
}

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

.leftColumn {
  float: left;
  width: 210px;
  padding: 15px 10px;
  box-sizing: border-box;
}

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

		noscript

============================================================================ */
noscript {
  display: block;
  text-align: center;
  margin-top: 25px;
}

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

		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 .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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  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;
  box-sizing: initial;
}
.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: #BBB;
}
.leftColumn-menu .menuList span.no_link:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  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;
  width: 20px;
  margin-right: 8px;
}
.leftColumn-menu .menuList li div.movie {
  font-size: 11px;
  font-weight: bold;
  color: red;
  width: 70px;
  margin-right: 5px;
}
.leftColumn-menu .menuList .long-term-post {
  margin-top: 10px;
}
.leftColumn-menu .menuList .long-term-post:first-of-type {
  margin-top: 5px;
  margin-bottom: 6px;
}

/* ============================================================================
		page_title
============================================================================ */
#entry_content h3:first-child {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  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 #F00;
}
#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: #ffcfcf !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;
}

/* ボタン共通化 */
.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) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

[class*=p-btn] > label,
[class*=p-btn] > a {
  display: table-cell;
  width: inherit;
  height: 46px;
  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,
.input_form:not(.no_deco_form) td .mainarea_1 {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  padding: 0\9;
}

/* IE11のみ */
@media all and (-ms-high-contrast: none) {
  .input_form:not(.no_deco_form) td select {
    padding: 0px;
  }
}
/* 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 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  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;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e3e3e3));
  background: -moz-linear-gradient(top, #fefefe, #e3e3e3);
  background: -webkit-linear-gradient(top, #fefefe, #e3e3e3);
  background: 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;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiZDc3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZmRkZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbd773), color-stop(100%, #f4fdde));
  background: -moz-linear-gradient(top, #bbd773, #f4fdde);
  background: -webkit-linear-gradient(top, #bbd773, #f4fdde);
  background: 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;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.button_area input[type="submit"]:not(:disabled):hover, .button_area button:not(:disabled):hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  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;
}

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

		掲載規約(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;
  background: #fff;
}
#ruleBody .titleHeader .closeBtn img {
  margin: 5px 10px 5px 0;
}
#ruleBody .titleHeader h3 {
  border-left: 4px solid #F00;
  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;
}

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

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

.footerContents .footerAlign {
  text-align: center;
}

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

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

.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: 4px;
}

.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;
}

.footer-mediaType-gray {
  font-size: 12px;
  vertical-align: bottom;
  line-height: 14px;
  padding: 3px 0 0 3px;
}

#header .header-top {
  position: static;
}

div.contents {
  background: none !important;
  padding-bottom: 205px !important;
}

#agent_login {
  margin-bottom: 60px;
}
#agent_login .request_form {
  width: 750px;
  margin: 60px auto 0;
}
#agent_login .request_form .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 .request_form .mod-titleHead:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 7px;
  height: 24px;
  background-color: #ff0000;
}
#agent_login .request_form .request {
  margin-top: 5px;
}
#agent_login .request_form .request .msg {
  margin-bottom: 10px;
}
#agent_login .request_form .request .msg em {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #005db5;
}
#agent_login .request_form .request .msg p {
  line-height: 14px;
  font-size: 12px;
}
#agent_login .request_form .request .msg p + p {
  margin-top: 3px;
}
#agent_login .request_form .request form {
  text-align: center;
}
#agent_login .request_form .request input[type=submit] {
  display: inline-block;
  font-size: 14px;
  width: 170px;
  height: 40px;
  border-radius: 4px;
  background-color: #404040;
  line-height: 40px;
  color: #fff;
  border-style: none;
  cursor: pointer;
}
#agent_login .request_form .request #form_shop_name, #agent_login .request_form .request #form_mail {
  width: 380px;
}
#agent_login .request_form .request #form_shop_url {
  width: 336px;
}
#agent_login .request_form .request #form_staff_name, #agent_login .request_form .request #form_tel {
  width: 150px;
}
#agent_login .request_form .request input[type=text] {
  padding: 5px;
  border: 1px solid #cccccc;
}
#agent_login .request_form .request .frm_back input[type="submit"]:hover,
#agent_login .request_form .request .frm_send input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#agent_login .request_form .request .frm_back {
  margin: 0 20px 0 200px;
  float: left;
}
#agent_login .request_form .request .frm_back input[type="submit"] {
  width: 80px;
}
#agent_login .request_form .request .frm_send {
  float: left;
}
#agent_login .request_form .request > div {
  margin-bottom: 20px;
  border: solid 1px #A6A6A6;
  padding: 20px;
}
#agent_login .request_form .request > div table td, #agent_login .request_form .request > div table th {
  padding: 5px;
  border: solid 1px #A6A6A6;
}
#agent_login .request_form .request > div table td {
  padding: 10px;
  text-align: left;
}
#agent_login .request_form .request > div table th {
  width: 150px;
  font-size: 12px;
  line-height: 16px;
  background-color: #efefef;
  box-shadow: 0 0 0 1px #fff inset;
}
#agent_login .request_form .request > div table {
  font-size: 12px;
  border-collapse: collapse;
  border: solid 1px #A6A6A6;
  width: 100%;
  margin-bottom: 20px;
}
#agent_login .require_span {
  color: #F00;
}
#agent_login .u-input_text {
  margin-left: 10px;
  color: #E46C0B;
  font-size: 12px;
}
#agent_login .remember_div {
  border: solid 1px #A6A6A6;
  width: 800px;
  padding: 20px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
#agent_login .remember_div h5 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
#agent_login .remember_div p {
  text-align: center;
  margin-bottom: 20px;
}
#agent_login .remember_div table {
  margin: 0 auto 20px auto;
  border-collapse: collapse;
}
#agent_login .remember_div table th, #agent_login .remember_div table td {
  padding: 10px;
  line-height: 150%;
}
#agent_login .remember_div table.domain {
  width: 500px;
  border: solid 1px #A6A6A6;
}
#agent_login .remember_div table.domain th, #agent_login .remember_div table.domain td {
  border: solid 1px #A6A6A6;
}
#agent_login .remember_div table.domain th {
  background-color: #F2DEDE;
  font-size: 18px;
  font-weight: bold;
}
#agent_login .remember_div table.domain td {
  text-align: center;
}
#agent_login .remember_div table.bis_hour {
  width: 650px;
}
#agent_login .remember_div table.bis_hour td, #agent_login .remember_div table.bis_hour th {
  border: solid 1px #2CA02C;
}
#agent_login .remember_div table.bis_hour td:not(.last) {
  text-align: center;
}
#agent_login .remember_div > a {
  border: solid 1px #A6A6A6;
  display: inline-block;
  background-color: #484848;
  color: #FFF;
  padding: 10px;
}
#agent_login .p-btn-wrap button {
  height: 50px;
}

.remember_div.complate {
  border: solid 1px #a6a6a6;
  width: 750px;
  padding: 20px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.remember_div.complate .send_text {
  margin: 10px auto;
  text-align: center;
  font-size: 15px;
}
.remember_div.complate .send_text .send_res {
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  color: #434343;
}
.remember_div.complate .send_text .send_small_text {
  color: #434343;
  line-height: 16px;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.remember_div.complate .send_text .bis_hour {
  width: 600px;
  margin: 30px auto 0px auto;
  background-color: #6cb741;
  font-size: 13px;
  line-height: 18px;
}
.remember_div.complate .send_text .bis_hour .bis_fra {
  float: left;
  display: inline;
  background-color: #FFFFFF;
}
.remember_div.complate .send_text .bis_hour .bis_fra > div {
  padding: 7px;
}
.remember_div.complate .send_text .bis_hour .day_l {
  width: 150px;
  margin: 2px 1px 1px 2px;
}
.remember_div.complate .send_text .bis_hour .day_r {
  width: 445px;
  margin: 2px 2px 1px 0px;
}
.remember_div.complate .send_text .bis_hour .hour_l {
  width: 150px;
  margin: 0px 1px 1px 2px;
}
.remember_div.complate .send_text .bis_hour .hour_r {
  width: 445px;
  margin: 0px 2px 1px 0px;
}
.remember_div.complate .send_text .bis_hour .mes {
  width: 596px;
  margin: 0px 2px 2px 2px;
  line-height: 16px;
}
.remember_div.complate .domain_fra {
  margin: 40px auto 20px auto;
  width: 588px;
}
.remember_div.complate .domain_fra dl dt {
  width: 588px;
}
.remember_div.complate .domain_fra dl dd {
  width: 586px;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0;
  border-right: 1px solid #54ed49;
  border-left: 1px solid #54ed49;
  border-bottom: 1px solid #54ed49;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.remember_div.complate .domain_fra dl dd a {
  color: #019CF8;
  text-decoration: underline;
}
