@charset 'Shift_JIS';
@import 'iphone_common.css?v=1462';
/* -------------------------------------------------------------

  マイページ用CSS
  last-mod:00-00-00 name

   ------------------------------------------------------------- */
#iphone-layout {
  background-color: #f2f2f2;
}
/* ============================================================
  ヘッダー、フッターあたり
============================================================ */
/* ヘッダー
------------------------------------------------------------ */
/* ログインページ  -------------------*/
#header.h_login {
  border-bottom: 1px solid #737a9b;
  background: -webkit-gradient(linear, left top, left bottom, from(#d0d3de), color-stop(0.49, #7c83a1), color-stop(0.51, #737a9b), to(#8e94af));
  background: linear-gradient(to bottom, #d0d3de, #7c83a1 49%, #737a9b 51%, #8e94af);
}
/* トップ他  -------------------*/
#header.h_mp {
  width: -moz-available;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  border-bottom: 1px solid #c0c0c0;
  background: #fff;
}
#header.h_mp h1.mp_logo {
  width: 102px;
  padding: 5px 5px 5px 10px;
}
#header.h_mp h1.mp_logo img {
  width: 80px;
}
/* ヘッダーメニュー（名前、夜ガイ） */
#header.h_mp .h_menu {
  padding: 5px 0;
  font-size: 12px;
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
#header.h_mp .h_menu p {
  padding: 0 5px 0 0;
}
#header.h_mp .h_menu p.h_name {
  margin: 0 0 3px;
}
#header.h_mp .h_menu p.h_name span {
  font-size: 14px;
  font-weight: bold;
  color: #f30;
}
.mailMagPR {
  margin-bottom: 15px;
}
/* リンク青色 */
#header.h_mp .h_menu p.bk_yg a {
  text-decoration: underline;
  color: #09f;
}
/*次回ログインチェック*/
#syouryaku {
  margin-top: 5px;
}
#syouryaku a {
  text-decoration: underline;
  color: #09f;
}
/* フッター
------------------------------------------------------------ */
.pageBack p {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
.pageBack p a {
  padding: 8px 10px 8px 20px;
  display: block;
  text-align: center;
  color: #000b4f;
  background: none;
}
.rtb {
  margin-top: 20px;
}
/* ------------------------------------------------------------
  12. 汎用部分
------------------------------------------------------------ */
.mainarea {
  font-size: 14px;
}
/* タイトルまわり
------------------------------------------------------------ */
.mainarea h2.titleMypage {
  margin-bottom: 5px;
  padding: 5px 5px 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: #fff;
  border: 1px solid #a0a0a0;
  border-right: none;
  border-left: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#a4b3da), to(#5370ba));
  background: linear-gradient(to bottom, #a4b3da, #5370ba);
  text-shadow: 1px 2px 0 #45506d;
}
.mainarea h2.titleMypage .okiniShop {
  margin-right: 0.5em;
  font-size: 14px;
}
.mainarea h2.titleSetting {
  margin-bottom: 10px;
  padding: 5px 5px 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  color: #fff;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a0a0a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#bfbfbf), to(#888));
  background: linear-gradient(to bottom, #bfbfbf, #888);
  text-shadow: 1px 2px 0 #636363;
}
/* 色の設定はclassを付ける */
.mainarea h3.h_form {
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  border: none;
}
.mainarea h3.h_setting {
  margin: 0;
  padding: 3px 10px 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  border: none;
  background: #334a94;
}
.mainarea h3.h_form02 {
  margin: 0 0 9px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  border: none;
  color: #344a94;
  border-left: 5px solid #334a94;
}
h3.h_form02 > span {
  font-size: 13px;
  font-weight: normal;
}
/*青いh3のタイトル*/
h3.titleSettingItem {
  margin-right: 0;
  margin-left: 0;
  padding: 3px 5px 5px 10px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #334a94 url(../st_img/title_bk_checked.png) repeat-y left top;
  text-shadow: 1px 1px 0 #1f2c59;
}
/* タイトル：夜ガイポイントを貯める */
h3.h_pt_tameru {
  background: #6ce171 url(../st_img/title_bk_checked.png) repeat-y left top;
  text-shadow: 1px 1px 0 #4c9f50;
}
/* タイトル：夜ガイポイントを使う */
h3.h_pt_tsukau {
  background: #fd8ad7 url(../st_img/title_bk_checked.png) repeat-y left top;
  text-shadow: 1px 1px 0 #a65a8d;
}
h3.h_pt_tousen,
h3.h_pt_tameru,
h3.h_pt_tsukau {
  margin-right: 0!important;
  margin-left: 0!important;
  padding: 3px 5px 5px 10px!important;
  font-size: 14px!important;
  color: #fff!important;
  border: none!important;
}
/* タイトルにあるサブメニュー ------------------------ */
.submenu {
  width: 90px;
  position: absolute;
  top: 4px;
  right: 5px;
}
.submenu dt {
  width: 90px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 25px;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #323232;
  border: 1px solid #bcbcbc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbdbdb));
  background: linear-gradient(to bottom, #fff, #dbdbdb);
}
.submenu dt span {
  padding-left: 15px;
  line-height: 25px;
  background: url(../st_img/mp/icon_menu.png) no-repeat left center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  text-shadow: 1px 1px 0 #fff;
}
.submenu dd {
  position: absolute;
  z-index: 200;
  top: 25px;
  right: 0;
  display: none;
  background: #fff;
  text-shadow: none;
}
.submenu li {
  width: 160px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  display: block;
  border: 1px solid #ccc;
  border-top: none;
}
.submenu li a {
  padding-left: 5px;
  display: block;
}
.submenu li.here a {
  background: #ffffa4;
}
/* ボタン
------------------------------------------------------------ */

/* 2個並び  -------------------*/
.btn_cl02 {
  width: 260px;
  margin: 10px auto;
  text-align: center;
}
.btn_cl02 li {
  margin: 0 20px 0 0;
  float: left;
}
.btn_cl02 li:last-child {
  margin: 0;
}
/* オレンジボタン（送信とか） */
.btn_submit {
  width: 120px;
  margin: 0;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #f7931e;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc01e), to(#ff6301));
  background: linear-gradient(to bottom, #ffc01e, #ff6301);
  text-shadow: 1px 1px 0 #a7620b;
}
.btn_submit_w140 {
  width: 140px;
}
/* グレイのボタン（キャンセルとか） */
.btn_cancel {
  width: 120px;
  margin: 0;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#9a9a9a));
  background: linear-gradient(to bottom, #ccc, #9a9a9a);
  text-shadow: 1px 1px 0 #828282;
}
/* フォーム
----------------------------------------------------*/
div.form {
  margin: 0 10px;
}
div.form02 {
  margin: 0;
}
/* 1行テキスト */
div.form input[type='text'],
div.form input[type='password'] {
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* テキストエリア */
div.form textarea {
  width: 100%;
  height: 5em;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0 #ddd;
  box-shadow: 1px 1px 0 #ddd;
}
div.form p {
  margin: 0 0 20px;
  font-size: 16px;
}
.btn {
  margin: 20px auto 0;
  text-align: center;
}
.btn input[type='button'],
.btn02 input[type='button'],
.btn input[type='submit'],
.btn02 input[type='submit'] {
  width: 280px;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background: linear-gradient(to bottom, #fff, #dedede);
}
/* フォームの注意書き */
.form_chui {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  color: #f00;
  margin-left: 6px;
}
/* テキストとか */
.mpTxt {
  font-size: 14px;
}
.mpTxt02 {
  margin: 0 10px 20px;
  font-size: 14px;
}
.mpNotes {
  font-size: 10px;
  text-align: right;
  color: #667284;
}
/* チェックボックス */
.checkbox {
  padding: 0;
  overflow: hidden;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}
.checkbox li {
  border-bottom: 1px solid #bcbcbc;
}
.checkbox li:last-child {
  border-bottom: none;
}
label {
  padding: 5px;
  display: block;
}
#logiom_chack {
  padding: 0;
  display: inline;
}
label.sex {
  padding: 0;
  display: inline;
}
/* リスト系
------------------------------------------------------------ */
.mpList {
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.mpList li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #c6c6c6;
}
.mpList li:last-child {
  border-bottom: none;
}
/* カーソル赤 */
.mpList li .girlLink {
  width: -moz-available;
  padding: 5px 30px 5px 5px;
  background: url(../st_img/cur_red.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.mpList li .shopLink,
.mpList li.shopLink,
.mpList div.shopLink {
  width: -moz-available;
  padding: 5px 30px 5px 5px;
  background: url(../st_img/cur_red.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.mpList dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
}
.mpList dl dt {
  margin-right: 8px;
}
.mpList dl dt img {
  max-width: 90px;
  max-height: 120px;
}
.mpList p {
  line-height: 1.3;
}
.mpList dl dd {
  width: 70px;
  text-align: left;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
.mpList dl dd p {
  margin: 0 0 1px;
}
/* 更新日 */
#okinijouList .update {
  margin-right: 10px;
  font-size: 12px;
  color: #dc0039;
}
/* 本日出勤 */
.today_work {
  padding: 1px 4px;
  font-size: 10px;
  display: inline-block;
  color: #fff;
  background: #0ea710;
  text-shadow: 1px 1px 0 #096d0a;
}
/* 名前 */
#okinijouList .name {
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  color: #09f;
  background: url(../st_img/icon_girl.png) no-repeat 1px center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
#okinijouList .name a {
  color: #09f;
}
#okinijouList .age {
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  vertical-align: text-top;
}
#okinijouList .spec {
  font-size: 12px;
}
/* 出勤時間 */
#okinijouList .time {
  margin: 0;
  font-size: 14px;
  display: inline-block;
  color: #40a940;
}
/* ショップ名・職種　もろもろ共通 --------------- */
/* ショップ名 */
.shop {
  line-height: 1.5;
}
.shop .shopName {
  margin-right: 5px;
  padding: 0 0 0 20px;
  font-size: 12px;
  display: inline-block;
  word-break: break-all;
  color: #333;
  background: url(../st_img/icon_tenpo.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.shop .gyosyu,
.shop .shopType {
  margin: 0;
  font-size: 10px;
  display: inline-block;
  color: #667284;
}
/* 10オキニ嬢の新着日記 の設定 -------------------- */
/* 日記更新日 */
.diaryDate {
  font-size: 12px;
}
/* 日記タイトル */
#okinijouList.okinijouDiary .diaryTitle {
  margin: 0 0 5px;
}
#okinijouList.okinijouDiary .diaryTitle a {
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  padding-left: 18px;
  font-size: 16px;
  font-weight: bold;
  word-break: break-all;
  color: #09f;
  background: url(../st_img/icon_write2.png) no-repeat 1px center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
/* 名前 */
#okinijouList.okinijouDiary .name {
  padding-left: 18px;
  font-size: 14px;
  word-break: break-all;
  color: #f39;
  background: url(../st_img/icon_girl.png) no-repeat 1px center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
/* 11オキニ店 の設定 -------------------- */
#okinishopList .shop .shopName {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  display: inline;
  word-break: break-all;
  color: #09f;
  background: none;
}
#okinishopList .shop .shopType {
  margin: 0;
  font-size: 10px;
  /*  display:inline-block;*/
  display: inline;
  color: #667284;
}
#okinishopList .icon {
  margin-top: 5px;
}
#okinishopList .icon .icon_movie {
  min-width: 76px;
  padding: 5px 6px;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), color-stop(0.3, #b3b3b3), to(#808080));
  background: linear-gradient(to bottom, #b3b3b3, #b3b3b3 30%, #808080);
  text-shadow: 1px 1px 0 #656565;
}
/* 14オキニ店 イベント情報の設定 -------------------- */

.okiniEvent p {
  margin-bottom: 3px;
}
.okiniEvent p:last-child {
  margin-bottom: 0;
}
/* 店名*/
.okiniEvent .shopName,
.okiniKinkyu .shopName {
  padding-left: 18px;
  font-size: 14px;
  background: url(../st_img/icon_tenpo.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* 職種 */
.okiniEvent .shopType,
.okiniKinkyu .shopType {
  margin: 0;
  font-size: 12px;
  color: #667284;
}
/* コメント */
.okiniEvent .msgTxt {
  font-size: 13px;
  display: block;
}
/* イベント期間 */
.okiniEvent .eventDate {
  margin-right: 1em;
  font-size: 16px;
  color: #080;
}
/* イベントタイトル */
.okiniEvent .eventTitle a {
  font-size: 16px;
  font-weight: bold;
  color: #09f;
}
/* 店長の緊急メッセージ -------------------- */

/* イベント期間 */
.okiniKinkyu .kinkyuUpdate {
  margin-right: 1em;
  font-size: 12px;
  color: #080;
}
.okiniKinkyu .kinkyuMesTxt a {
  font-size: 16px;
  color: #09f;
}
/* 16登録VIP-Mailの管理 -------------------- */
.vipSettingList li {
  padding: 5px;
}
#okinishopList.vipSettingList .shop span {
  display: inline-block;
}
#okinishopList.vipSettingList .shop .shopName {
  padding-right: 5px;
  text-decoration: underline;
}
#okinishopList.vipSettingList .shop .shopType {
  display: inline-block;
}
.vipSettingList li ul {
  margin: 0;
  padding: 8px 0 0;
}
.vipSettingList li ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  border: none;
}
/* 受信設定 */

.vipSettingList li ul li.vipSetting a {
  margin: 0 3px 0 0;
  padding: 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(to bottom, #fff, #dfdfdf);
  text-shadow: 1px 1px 0 #fff;
}
.vipSettingList li ul li.vipSetting a span {
  padding: 6px 0 6px 20px;
  display: inline-block;
  background: url(../st_img/mp/icon_setting.png) no-repeat left center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
/* 設定状態 */
.vipSettingList li ul li.vipSetting .vipStatus {
  margin: 3px 0 5px;
  font-size: 12px;
}
/* 解除する */

.vipSettingList li ul li.vipKaijo a {
  margin: 0 0 0 3px;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #c1272d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3301), to(#ee1d22));
  background: linear-gradient(to bottom, #ff3301, #ee1d22);
  text-shadow: 1px 1px 0 #828282;
}
.vipSettingList li ul li.vipKaijo a span {
  padding: 6px 0 6px 20px;
  display: inline-block;
  background: url(../st_img/mp/icon_dust.png) no-repeat left center;
  -webkit-background-size: 14px 16px;
  background-size: 14px 16px;
}
/* 31オキニ嬢の管理 -------------------- */
.okinijouSettingList li,
.okiniSettingList li {
  padding: 5px;
}
.okinijouSettingList dl,
.okiniSettingList dl {
  width: -moz-available;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
}
.okinijouSettingList dl dt,
.okiniSettingList dl dt {
  width: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  float: none;
  background: #f2f2f2;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-pack: center;
  box-align: center;
}
.okinijouSettingList dl dd,
.okiniSettingList dl dd {
  overflow: hidden;
  zoom: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
.okiniSettingList .shopName a {
  text-decoration: underline;
}
.okinijouSettingList .name a {
  text-decoration: underline;
}
.okinijouSettingList li ul,
#okinishopList li ul {
  margin: 8px 0 0;
  padding: 0 0 5px;
}
.okinijouSettingList li ul li,
#okinishopList li ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  float: left;
  border: none;
}
.okinijouSettingList li ul li.btn_tsuchi a,
#okinishopList li ul li.btn_tsuchi a {
  margin: 0 3px 0 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(to bottom, #fff, #dfdfdf);
  text-shadow: 1px 1px 0 #fff;
}
.okinijouSettingList li ul li.btn_tsuchi a span,
#okinishopList li ul li.btn_tsuchi a span {
  padding: 6px 0 6px 20px;
  display: inline-block;
  background: url(../st_img/mp/icon_tsuchi.png) no-repeat left center;
  -webkit-background-size: 17px 11px;
  background-size: 17px 11px;
}
.okinijouSettingList li ul li.btn_sakujo a,
#okinishopList li ul li.btn_sakujo a {
  margin: 0 0 0 3px;
  padding: 0;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #c1272d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3301), to(#ee1d22));
  background: linear-gradient(to bottom, #ff3301, #ee1d22);
  text-shadow: 1px 1px 0 #828282;
}
.okinijouSettingList li ul li.btn_sakujo a span,
#okinishopList li ul li.btn_sakujo a span {
  padding: 6px 0 6px 20px;
  display: inline-block;
  background: url(../st_img/mp/icon_dust.png) no-repeat left center;
  -webkit-background-size: 14px 16px;
  background-size: 14px 16px;
}
.iconOkini {
  padding: 1px 3px;
  font-size: 10px;
  color: #fff;
  background: #f7931e;
  text-shadow: 1px 1px 0 #a16014;
}
.okinijouSettingList .touroku {
  font-size: 12px;
}
.okinijouSettingList .touroku span {
  color: #80b62a;
}
/* もっと見る */
.moreView {
  margin-bottom: 10px;
  border-bottom: none;
}
/* グループ切替
------------------------------------------------------------ */
.selectGroup {
  margin: 0 10px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.selectGroup2 {
  padding: 10px 0;
  font-size: 15px;
  line-height: 2;
}
.selectGroup select,
.selectGroup2 select {
  width: 160px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
.how_to_group {
  width: 160px;
  margin: -5px auto 15px;
  text-align: center;
}
.how_to_group a {
  padding-left: 17px;
  font-size: 12px;
  display: inline-block;
  text-decoration: underline;
  color: #0090ff;
  background: url(../st_img/icon_syukei.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* 切替
------------------------------------------------------------ */
.kirikae {
  width: -moz-available;
  margin: 0 10px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  border: solid 1px #ccc;
  border-radius: 4px;
}
.kirikae li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
.kirikae li a {
  padding: 2px 0;
  display: block;
  color: #909090;
  border-right: solid 1px #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(0.5, #f9f9f9), to(#fefefe));
  background: linear-gradient(to bottom, #f9f9f9, #f9f9f9 50%, #fefefe);
}
.kirikae li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.kirikae li:last-child a {
  border-right: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.kirikae li a.here {
  color: #303030;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdd4fe), color-stop(0.5, #fdd4fe), to(#fdeffe));
  background: linear-gradient(to bottom, #fdd4fe, #fdd4fe 50%, #fdeffe);
}
/* 管理のボタン
------------------------------------------------------------ */
.btn_kanri {
  margin: 10px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.btnArea .btn_kanri {
  margin-top: 15px;
}
.btn_kanri a {
  padding: 5px 0 7px;
  font-size: 13px;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #202020;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#a7a7a7));
  background: linear-gradient(to bottom, #d8d8d8, #a7a7a7);
  text-shadow: 1px 1px 0 #f0f0f0;
}
/* オキニ嬢の管理 */
.btn_kanri a span.btn_okinijou {
  padding-left: 12px;
  background: url(../st_img/mp/icon_okinijou.png) no-repeat left center;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
}
/* オキニ店の管理 */
.btn_kanri a span.btn_okinishop {
  padding-left: 15px;
  background: url(../st_img/mp/icon_okinishop.png) no-repeat left center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
/* 一覧へ戻る */
.btn_kanri a span.btn_listback {
  display: block;
  text-align: center;
  background: url(../st_img/mp/icon_list.png) no-repeat 5px center;
  -webkit-background-size: 9px 13px;
  background-size: 9px 13px;
}
p.btn_kanriNoBorder {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* ------------------------------------------------------------
  01ログイン
------------------------------------------------------------ */
.pw_forget {
  text-align: left;
}
.pw_forget a {
  padding-left: 17px;
  font-size: 15px;
  display: inline-block;
  text-decoration: underline;
  color: #0090ff;
  background: url(../st_img/icon_syukei.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.mp_entry {
  margin: 20px 0;
  text-align: center;
}
.mp_entry2 p,
.mp_entry p {
  margin: 0 0 5px;
  color: #808080;
}
.mp_entry2 a,
.mp_entry a {
  width: 280px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc01e), to(#ff6301));
  background: linear-gradient(to bottom, #ffc01e, #ff6301);
  -webkit-box-shadow: rgba(50, 50, 50, 0.4) 0 1px 3px;
  box-shadow: rgba(50, 50, 50, 0.4) 0 1px 3px;
  text-shadow: 1px 1px 0 #a7620b;
}
.mp_entry2 {
  padding: 10px 0 20px 0;
  text-align: center;
}
.mp_tanosimi {
  margin-top: -10px;
  text-align: center;
}
.mp_tanosimi a {
  font-size: 17px;
  display: inline-block;
  text-decoration: underline;
  color: #0090ff;
}
/* ------------------------------------------------------------
  02パスワード忘れ
------------------------------------------------------------ */
.mp_jushin {
  margin: 20px 10px 10px;
  color: #ff6000;
  font-size: 13px;
  line-height: 1.5em;
}
.mp_jushin a {
  color: #0080de;
  text-decoration: underline;
}
.mp_jushin input[type='text'] {
  width: 130px;
  margin: 0 2px;
  padding: 4px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: #fff;
}
.jushin_caution {
  margin: 10px 10px 0;
}
.jushin_caution.chui {
  color: #f00;
}
.jushinJoken {
  margin: 0 10px 10px;
}
.jushinJoken li {
  padding-left: 1em;
  text-indent: -1em;
}
/* ------------------------------------------------------------
  03トップページ
------------------------------------------------------------ */
/* オキニ嬢の数とか */
#topHeader {
  width: -moz-available;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  border-top: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fff));
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
#okiniNum {
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  box-align: center;
}
#okiniNum .num {
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}
#syojiPT {
  font-size: 10px;
  text-align: right;
}
#syojiPT .syoji {
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #f00;
  background: url(../st_img/mp/icon_yorugaipt.png) no-repeat left center;
  -webkit-background-size: 28px 18px;
  background-size: 28px 18px;
}
#syojiPT a {
  text-decoration: underline;
  color: #0090ff;
}
/* お知らせ -------------------------------- */
.infoArea {
  border-top: 1px solid #ffdf20;
  border-bottom: 1px solid #ffdf20;
  background: #ffc;
}
.infoArea p {
  padding: 5px;
  font-size: 14px;
  line-height: 1.6em;
  border-bottom: 1px solid #ffdf20;
}
.infoArea p:last-of-type {
  border-bottom: none;
}
.infoArea p a {
  text-decoration: underline;
  color: #0090ff;
}
.txal {
  text-align: left!important;
}
/* オキニ嬢 -------------------------------- */
#topOkinijou {
  margin: 10px 10px 15px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}
#topOkinijou .okiniList li a,
#topOkinishop .okiniList li a {
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #c0c0c0;
  background: url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
#topOkinijou .okiniList li a {
  border-bottom: none;
  border-bottom: 1px solid #c0c0c0;
}
#topOkinijou .syukkinGirlBk {
  width: 100%;
  height: 90px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #c0c0c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f9f9f9));
  background: linear-gradient(to bottom, #f2f2f2, #f9f9f9);
}
#topOkinijou .syukkinGirlLeft {
  width: 25px;
  height: 100px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0.2, #fff), color-stop(0.8, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,1));
}
#topOkinijou .syukkinGirlRight {
  width: 25px;
  height: 100px;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(0.2, rgba(255,255,255,0)), color-stop(0.8, #fff), to(#fff));
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,1));
}
#topOkinijou ul.syukkinGirl {
  width: 2000px;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topOkinijou ul.syukkinGirl li {
  width: 90px;
  height: 80px;
  margin: 0;
  padding: 0;
  float: left;
  overflow: hidden;
  border: none;
}
#topOkinijou ul.syukkinGirl li img {
  width: 90px;
}
#topOkinijou h2 {
  margin: 0;
  padding: 7px 10px 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffbdda), color-stop(0.5, #ff5790), to(#ff5790));
  background: linear-gradient(to bottom, #ffbdda, #ff5790 50%, #ff5790);
  text-shadow: 1px 1px 0 #a7395e;
}
/* 一覧ボタン */
#topOkinijou h2,
#topOkinishop h2 {
  position: relative;
}
#topOkinijou h2 a,
#topOkinishop h2 a {
  width: 90px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: center;
}
#topOkinijou h2 a span,
#topOkinishop h2 a span {
  width: 90px;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  position: absolute;
  top: 4px;
  right: 6px;
  display: inline-block;
  color: #333;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.49, #f3f3f3), color-stop(0.5, #e8e8e8), to(#fafafa));
  background: linear-gradient(to bottom, #fff, #f3f3f3 49%, #e8e8e8 50%, #fafafa);
  -webkit-box-shadow: rgba(50, 50, 50, 0.8) 0 1px 1px;
  box-shadow: rgba(50, 50, 50, 0.8) 0 1px 1px;
  text-shadow: 1px 1px 0 #fff;
}
#topOkinijou .addOkinijou {
  padding: 10px;
}
#topOkinijou .addOkinijou p {
  margin: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
#topOkinijou .addOkinijou a {
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #202020;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#a7a7a7));
  background: linear-gradient(to bottom, #d8d8d8, #a7a7a7);
  text-shadow: 1px 1px 0 #f0f0f0;
}
#topOkinijou .addOkinijou a span {
  padding-left: 20px;
  display: inline-block;
  background: url(../st_img/mp/icon_search.png) no-repeat left center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
#topOkinijou .topMenu,
#topOkinishop .topMenu {
  width: -moz-available;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  border-bottom: 1px solid #c0c0c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), to(#f2f2f2));
  background: linear-gradient(to bottom, #fff, #fff 50%, #f2f2f2);
}
#topOkinijou .topMenu li,
#topOkinishop .topMenu li {
  width: 50%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px solid #c0c0c0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
#topOkinijou .topMenu li:last-child,
#topOkinishop .topMenu li:last-child {
  border-right: none;
}
#topOkinijou .topMenu li a,
#topOkinishop .topMenu li a {
  width: 100%;
  height: 46px;
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  box-pack: center;
  box-align: center;
}
#topOkinijou .topMenu li a span,
#topOkinishop .topMenu li a span {
  display: inline-block;
  text-align: center;
}
/* 出勤 */
#topOkinijou .topMenu li.menuSyukkin a span,
#topOkinishop .topMenu li.menuSyukkin a span {
  padding: 6px 0 6px 27px;
  background: url(../st_img/icon_sokuhou.png) no-repeat left center;
  -webkit-background-size: 24px 23px;
  background-size: 24px 23px;
}
/* プライベート日記 */
#topOkinijou .topMenu li.menuDiary a span,
#topOkinishop .topMenu li.menuDiary a span {
  padding: 6px 0 6px 18px;
  background: url(../st_img/icon_private.png) no-repeat left center;
  -webkit-background-size: 18px 17px;
  background-size: 18px 17px;
}
/* オキニ店 -------------------------------- */
#topOkinishop {
  margin: 10px 10px 15px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
}
#topOkinishop h2 {
  margin: 0;
  padding: 7px 10px 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ce171), color-stop(0.5, #0ea710), to(#0ea710));
  background: linear-gradient(to bottom, #6ce171, #0ea710 50%, #0ea710);
  text-shadow: 1px 1px 0 #096d0a;
}
/* イベント */
#topOkinishop .topMenu li.menuEvent a span {
  padding: 6px 0 6px 27px;
  background: url(../st_img/icon_event.png) no-repeat left center;
  -webkit-background-size: 21px 23px;
  background-size: 21px 23px;
}
/* ニューフェイス */
#topOkinishop .topMenu li.menuNewface a span {
  padding: 6px 0 6px 23px;
  background: url(../st_img/icon_newface.png) no-repeat left center;
  -webkit-background-size: 21px 21px;
  background-size: 21px 21px;
}
/* 緊急メッセージ */
#topOkinishop .topMenu li.menuKinkyu a span {
  padding: 6px 0 6px 23px;
  background: url(../st_img/icon_kinkyu.png) no-repeat left center;
  -webkit-background-size: 21px 21px;
  background-size: 21px 21px;
}
/* 検索 */
div.myp_searchBox {
  margin: 0;
  padding: 10px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
div.myp_searchBox input[type='text'] {
  width: 100%;
  height: 34px;
  margin: 0;
  padding: 0 2px 0 25px;
  font-size: 14px;
  border: 1px solid #959595;
  border-radius: 8px 0 0 8px;
  background: #fff url(../st_img/search.png) no-repeat 7px center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
}
div.myp_searchBox input[type='submit'] {
  width: 58px;
  height: 34px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px solid #959595;
  border-left: none;
  border-radius: 0 8px 8px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ce171), color-stop(0.5, #0ea710), to(#0ea710));
  background: linear-gradient(to bottom, #6ce171, #0ea710 50%, #0ea710);
  text-shadow: 1px 1px 0 #096d0a;
}
.wo_input_cell2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.wo_kensaku_bt2 {
  padding-left: 0;
}
/* VIP-Mail募集 -------------------------------- */
.btnVipBosyu {
  margin: 15px 10px;
  text-align: center;
}
.btnVipBosyu a {
  margin: 0 auto;
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc01e), to(#ff6301));
  background: linear-gradient(to bottom, #ffc01e, #ff6301);
  -webkit-box-shadow: rgba(50, 50, 50, 0.4) 0 1px 3px;
  box-shadow: rgba(50, 50, 50, 0.4) 0 1px 3px;
  text-shadow: 1px 1px 0 #a7620b;
}
.btnVipBosyu a span {
  padding-left: 25px;
  background: url(../st_img/mp/icon_mail.png) no-repeat left center;
}
/* 日記チェックリスト -------------------------------- */
#topDiary {
  margin: 0 0 15px;
}
#topDiary h3 {
  margin: 0;
  padding: 5px 10px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-top: 1px solid #cb8ca7;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff75d4), color-stop(0.5, #ff41c4), to(#ff41c4));
  background: linear-gradient(to bottom, #ff75d4, #ff41c4 50%, #ff41c4);
  text-shadow: 1px 1px 0 #cc349d;
}
#topDiary .diaryDate {
  font-size: 10px;
  color: #40a940;
}
#topDiary #okinijouList.okinijouDiary .diaryTitle {
  margin-bottom: 0;
}
#topDiary #okinijouList.okinijouDiary .diaryTitle a {
  padding: 0;
  font-size: 14px;
  background: none;
}
#topDiary #okinijouList.okinijouDiary .name {
  font-size: 13px;
}
#topDiary #okinijouList.okinijouDiary .shopName {
  font-size: 12px;
}
#topDiary #okinijouList.okinijouDiary .shopType {
  font-size: 10px;
}
#topDiary #okinijouList.okinijouDiary .moreDiary a {
  padding: 12px 30px 12px 5px;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  background: url(../st_img/cur_red.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
#topDiary .mpList li {
  border-bottom: 1px solid #f9c7df;
}
#topDiary .mpList li:last-child {
  border: none;
}
/* メッセージ投稿履歴 -------------------------------- */
#topMessage {
  margin: 0 0 15px;
}
#topMessage h3 {
  margin: 0;
  padding: 5px 10px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-top: 1px solid #3b89e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#60b5f1), color-stop(0.5, #1a62db), to(#1a62db));
  background: linear-gradient(to bottom, #60b5f1, #1a62db 50%, #1a62db);
  text-shadow: 1px 1px 0 #154eaf;
}
#topMessage #messageSubList li {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #61b6f2;
}
#topMessage #messageSubList li:last-child {
  border: none;
}
#topMessage #messageSubList li .to {
  padding-left: 30px;
  font-size: 13px;
  background: url(../st_img/mp/message_to.png) no-repeat left center;
  -webkit-background-size: 25px 14px;
  background-size: 25px 14px;
}
#topMessage #messageSubList li .to .name {
  color: #ff006c;
}
#topMessage #messageSubList li .to .messageDate {
  font-size: 12px;
}
#topMessage #messageSubList li .message {
  font-size: 12px;
}
#topMessage #messageSubList .moreMEssage {
  padding: 0;
}
#topMessage #messageSubList .moreMEssage a {
  padding: 12px 30px 12px 5px;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  background: url(../st_img/cur_blue_next.png) no-repeat right center;
  -webkit-background-size: 19px 16px;
  background-size: 19px 14px;
}
/* 店長の緊急メッセージ -------------------------------- */
#topKinkyu {
  margin: 0 0 15px;
}
#topKinkyu h3 {
  margin: 0;
  padding: 5px 10px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-top: 1px solid #ff9d0a;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc01e), color-stop(0.5, #ff6000), to(#ff6000));
  background: linear-gradient(to bottom, #ffc01e, #ff6000 50%, #ff6000);
  text-shadow: 1px 1px 0 #d34f00;
}
#topKinkyu #kinkyuList li {
  padding: 5px 30px 5px 5px;
  border-bottom: 1px solid #ffdf20;
  background: url(../st_img/cur_new.png) no-repeat right center;
  -webkit-background-size: 19px 16px;
  background-size: 19px 14px;
}
#topKinkyu #kinkyuList li.girlLink p.msgTxt a {
  padding: 0;
  font-weight: bold;
  display: inline;
  color: #09f;
  background: none;
}
#topKinkyu #kinkyuList li.girlLink a {
  padding: 0;
  background: none;
}
#topKinkyu #kinkyuList li.girlLink .shopname {
  font-size: 12px;
}
#topKinkyu #kinkyuList li.girlLink .shoptyoe {
  font-size: 10px;
}
#topKinkyu #kinkyuList li.moreKinkyu {
  padding: 0;
}
#topKinkyu #kinkyuList li:last-child {
  border: none;
}
#topKinkyu #kinkyuList li.moreKinkyu a {
  padding: 12px 30px 12px 5px;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  background: none;
}
/* 設定・サポート -------------------------------- */
#topSetting h3 {
  margin: 0;
  padding: 5px 10px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-top: 1px solid #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), color-stop(0.5, #666), to(#666));
  background: linear-gradient(to bottom, #c6c6c6, #666 50%, #666);
  text-shadow: 1px 1px 0 #5c5c5c;
}
#topSetting #settingList {
  margin: 0;
  padding: 0;
}
#topSetting #settingList li {
  font-size: 16px;
  border-bottom: 1px solid #c0c0c0;
  background: url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 16px;
  background-size: 19px 14px;
}
#topSetting #settingList li a {
  padding: 6px 30px 6px 40px;
  display: block;
}
#topSetting #settingList li.menuSetting a {
  background: url(../st_img/mp/icon_setting_top.png) no-repeat 10px center;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}
#topSetting #settingList li.menuRiyou a {
  background: url(../st_img/mp/icon_riyou.png) no-repeat 9px center;
  -webkit-background-size: 25px 20px;
  background-size: 25px 20px;
}
#topSetting #settingList li.menuContact a {
  background: url(../st_img/mp/icon_contact.png) no-repeat 10px center;
  -webkit-background-size: 24px 18px;
  background-size: 24px 18px;
}
/* 設定していない場合 ------------------------- */
.notSet {
  padding: 10px;
  text-align: center;
}
.notSet .noneOkini {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #f00;
}
.notSet .btn_add a {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #202020;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#a7a7a7));
  background: linear-gradient(to bottom, #d8d8d8, #a7a7a7);
  text-shadow: 1px 1px 0 #f0f0f0;
}
.notSet .btn_add span {
  margin: 0 0 5px;
  font-size: 12px;
  display: block;
}
.notSet .btn_add span.btnBorder {
  display: block;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}
.notSet .addDescription {
  margin: 10px 0 0;
  font-size: 14px;
}
.mailBosyu {
  margin: 10px;
  text-align: center;
}
/* ------------------------------------------------------------
  04ポイントについて
------------------------------------------------------------ */
/* ポイントをためる */
.pt_tameru {
  min-height: 75px;
  margin: 10px;
  padding: 0 70px 0 0;
  font-size: 14px;
  background: url(../st_img/mp/point_01.png) no-repeat right top;
}
.mypage_go {
  text-align: right;
}
.mypage_go a {
  text-decoration: underline;
  color: #09f;
}
.pointoChui {
  margin-top: 10px;
  text-align: right;
  color: #f00;
}
/* ポイントを使う */
.pt_tsukau {
  min-height: 60px;
  margin: 10px 10px 20px;
  padding: 0 70px 0 0;
  font-size: 14px;
  background: url(../st_img/mp/point_02.png) no-repeat right top;
}
/* 招待券抽選会 */
.chusen_syotai {
  margin: 0 10px 20px;
  text-align: center;
}
/* 景品抽選会 */
.chusen_keihin {
  margin: 0 10px;
  text-align: center;
}
.chusen_syotai h4,
.chusen_keihin h4 {
  margin: 0 0 5px;
  font-weight: bold;
  color: #fd8ad7;
}
.chusen_syotai .term,
.chusen_keihin .term {
  font-weight: bold;
  color: #ff931e;
}
.hitsuyou_pt {
  margin-top: 5px;
  padding: 1px 1px 1px 3px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #fff;
  background: #f00;
}
.hitsuyou_pt_chui {
  margin-top: 5px;
  padding: 0 0 0 3px;
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
  color: #f00;
}
.tyusen_banner {
  display: inline-block;
}
.hitsuyou_pt_main {
  text-align: right;
}
.ptRequire {
  height: 16px;
  margin-left: 6px;
  padding: 0 6px;
  display: inline-block;
  color: #f00;
  background-color: #fff;
}
/* ------------------------------------------------------------
  05オキニ嬢のリスト
------------------------------------------------------------ */

.subarea {
  margin: 0 0 5px;
  padding: 5px;
  background: #f5f5f5;
}
/* グループ・メモの両方が未登録の場合 -------------- */
.subarea ul.girlBtn li {
  width: 50%;
  border: none;
}
.subarea .btn_group {
  float: left;
}
.subarea .btn_memo {
  float: right;
}
.subarea .btn_group a,
.subarea .btn_memo a {
  padding: 0;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #202020;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(to bottom, #fff, #dfdfdf);
  text-shadow: 1px 1px 0 #fff;
}
.subarea .btn_group a {
  margin-right: 3px;
}
.subarea .btn_memo a {
  margin-left: 3px;
}
.subarea .btn_group a span {
  padding: 5px 5px 5px 18px;
  display: inline-block;
  background: url(../st_img/mp/icon_group.png) no-repeat left center;
  -webkit-background-size: 15px 14px;
  background-size: 15px 14px;
}
.subarea .btn_memo a span {
  padding: 5px 5px 5px 15px;
  display: inline-block;
  background: url(../st_img/mp/icon_hensyu.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* どちらか登録の場合orどちらも登録の場合 -------------- */
.subarea ul.girlHensyu {
  margin: 0;
  padding: 0;
}
.subarea ul.girlHensyu li {
  padding: 1px 0 6px;
  font-size: 12px;
  border: none;
  border-bottom: 1px dashed #ccc;
}
.subarea ul.girlHensyu li:last-child {
  padding: 6px 0 2px;
  border: none;
}
/* グループ */
.mpList .girlGroup a {
  padding: 1px 0 1px 18px;
  display: inline-block;
  color: #09f;
  background: url(../st_img/mp/icon_group.png) no-repeat left center;
  -webkit-background-size: 15px 14px;
  background-size: 15px 14px;
}
.mpList .girlGroup .group,
.mpList .girlMemo .memo {
  display: inline;
  color: #666;
}
.mpList .girlHensyu .girlBtnGroup a,
.mpList .girlHensyu .girlBtnMemo a {
  padding: 0;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #202020;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(to bottom, #fff, #dfdfdf);
  text-shadow: 1px 1px 0 #fff;
}
.mpList .girlHensyu .girlBtnGroup a span {
  padding: 5px 5px 5px 18px;
  display: inline-block;
  background: url(../st_img/mp/icon_group.png) no-repeat left center;
  -webkit-background-size: 15px 14px;
  background-size: 15px 14px;
}
.mpList .girlHensyu .girlBtnMemo a span {
  padding: 5px 5px 5px 15px;
  display: inline-block;
  background: url(../st_img/mp/icon_hensyu.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* メモ */
.mpList .girlMemo a {
  padding: 1px 0 1px 18px;
  display: inline-block;
  color: #09f;
  background: url(../st_img/mp/icon_hensyu.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* 編集 */
.mpList .btnEdit {
  width: 60px;
  margin: 0;
  display: block;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #404040;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #fff;
}
.mpList .btnEdit a {
  height: 16px;
  padding: 0;
  font-size: 11px;
  display: block;
  color: #4d4d4d;
  border: 1px solid #fff;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background: linear-gradient(to bottom, #fff, #dedede);
}
.mpList .btnEdit a span {
  padding-left: 15px;
  background: url(../st_img/mp/icon_hensyu.png) no-repeat left center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
/* ------------------------------------------------------------
  06オキニ嬢　グループの編集
------------------------------------------------------------ */
/* 女の子の情報 ------------------ */
#girldate {
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #c0c0c0;
}
#girldate dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
}
#girldate dl dt {
  margin-right: 8px;
}
#girldate dl dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
}
#girldate dl dt img {
  width: 90px;
}
#girldate dl dd p {
  margin: 0 0 5px;
  line-height: 1.4;
}
#girldate .name {
  margin: 0 0 3px;
  padding: 0 0 0 23px;
  font-size: 16px;
  word-break: break-all;
  background: url(../st_img/icon_girl.png) no-repeat left 3px;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}
#girldate .name a {
  text-decoration: underline;
  color: #09f;
}
#girldate .age {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
}
/* 新規グループ追加 ------------------ */
div.form .mpTxt {
  margin-bottom: 10px;
}
div.form .add_group {
  margin-bottom: 10px;
}
.add_group a {
  padding-left: 17px;
  font-size: 15px;
  display: inline-block;
  text-decoration: underline;
  color: #0090ff;
  background: url(../st_img/mp/icon_plus.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* ------------------------------------------------------------
  09本日出勤のオキニ嬢
------------------------------------------------------------ */
/* オススメ */
.iconosusume {
  margin-left: 0.3em;
  padding: 1px 3px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
  color: #fff;
  background: #00c200;
}
/* レア */
.iconrea {
  margin-left: 0.3em;
  padding: 1px 3px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: text-top;
  color: #fff;
  background: #909;
}
/* スグ嬢 */
.sugujou {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #f30;
}
.sugujou span {
  margin-right: 0.3em;
  padding: 1px 3px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #f30;
}
/* ------------------------------------------------------------
  10オキニ嬢の新着日記
------------------------------------------------------------ */




/* ------------------------------------------------------------
  12オキニ店　出勤情報
------------------------------------------------------------ */

#okiniSyukkinList .shop {
  padding: 8px 10px 10px;
  border-bottom: 1px solid #e6e6e6;
  background: #f2f2f2;
}
#okiniSyukkinList .shop .shopName {
  margin-right: 5px;
  padding: 0;
  font-size: 18px;
  display: inline-block;
  word-break: break-all;
  background: none;
}
#okiniSyukkinList .shop .shopName a {
  font-weight: bold;
  color: #09f;
}
#okiniSyukkinList .shop .shopType {
  font-size: 12px;
  display: inline-block;
}
.btn_syukkin {
  margin: 0 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #1a62db;
  border-radius: 5px;
}
.btn_syukkin a {
  padding: 5px 0 6px;
  font-size: 13px;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #60b5f1;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#60b5f1), to(#1a62db));
  background: linear-gradient(to bottom, #60b5f1, #1a62db);
  text-shadow: 1px 1px 0 #154eaf;
}
#okiniSyukkinList ul.syukkinGirl {
  margin: 5px 5px 10px;
}
#okiniSyukkinList ul.syukkinGirl li {
  width: 60px;
  height: 60px;
  margin: 0 2px 0 0;
  padding: 0;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
#okiniSyukkinList ul.syukkinGirl li:last-child {
  margin: 0;
}
#okiniSyukkinList ul.syukkinGirl li img {
  width: 60px;
}
.syukkinJoho {
  width: 95%;
  margin: 10px 5px;
}
.syukkinJoho th,
.syukkinJoho td {
  padding: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.syukkinJoho th {
  width: 20%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.syukkinJoho th.eigyo {
  background: #80b62a;
  text-shadow: 1px 1px 0 #53761b;
}
.syukkinJoho th.syukkin {
  background: #dc0039;
  text-shadow: 1px 1px 0 #8f0025;
}
.syukkinJoho td {
  width: 30%;
  padding: 1px 4px;
  font-size: 12px;
  text-align: left;
}
/* ------------------------------------------------------------
  20メッセージ投稿履歴
------------------------------------------------------------ */

#messageSubList dl {
  display: block;
}
#messageSubList dl dt {
  margin: 0;
  padding: 5px 5px 5px 35px;
  float: none;
  border-bottom: 1px solid #e2e2e2;
  background: #f2f2f2 url(../st_img/mp/message_to.png) no-repeat 5px center;
  -webkit-background-size: 25px 16px;
  background-size: 25px 16px;
}
#messageSubList dl dt a {
  font-size: 18px;
  text-decoration: underline;
  color: #0090ff;
}
#messageSubList dl dd {
  width: 100%;
  padding: 10px 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#messageSubList p {
  margin: 0 0 5px;
}
#messageSubList p.date .re {
  margin-left: 5px;
  padding: 1px 3px;
  font-size: 10px;
  display: inline-block;
  color: #fff;
  background: #0ea710;
  text-shadow: 1px 1px 0 #096d0a;
}
#messageSubList .messageRead {
  margin-top: 10px;
  text-align: center;
}
#messageSubList .messageRead a {
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #09f;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f7f8), to(#c8ebf8));
  background: linear-gradient(to bottom, #e8f7f8, #c8ebf8);
}
#messageSubList .messageRead a span {
  padding-left: 20px;
  background: url(../st_img/mp/icon_re.png) no-repeat left center;
  -webkit-background-size: 17px 11px;
  background-size: 17px 11px;
}
.btn_kaijo_sita {
  margin: 15px 10px;
  padding-bottom: 10px;
}
.btn_kaijo {
  width: 100%;
  margin: 0;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #c1272d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3301), to(#ee1d22));
  background: linear-gradient(to bottom, #ff3301, #ee1d22);
  text-shadow: 1px 1px 0 #98170e;
}
div.btnArea {
  border-top: 1px solid #e2e2e2;
}
div.btnAreaNoBorder {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
/* ------------------------------------------------------------
  31オキニ嬢の管理
------------------------------------------------------------ */
#sentaku {
  padding: 5px 5px 0;
  border-bottom: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8e8e8));
  background: linear-gradient(to bottom, #fff, #e8e8e8);
}
#sentaku li {
  width: 50%;
  margin-bottom: -1px;
  font-weight: bold;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#sentaku .current {
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: #fff;
}
#sentaku li a {
  padding: 3px;
  display: block;
  color: #09f;
}
#sentaku .current a {
  color: #ff6000;
}
/* ------------------------------------------------------------
  31グループ管理
------------------------------------------------------------ */
.groupNotes {
  margin: 20px 10px 10px;
  text-align: right;
  color: #667284;
}
#groupList {
  border-top: 1px solid #c6c6c6;
}
#groupList li {
  margin: 0;
  padding: 5px;
  line-height: 1.3;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #c6c6c6;
}
#groupList li ul {
  margin: 8px 0 0;
  padding: 0 0 5px;
}
#groupList li ul li {
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  float: left;
  border: none;
}
#groupList li .groupNum {
  color: #667284;
}
#groupList li ul li.btn_hensyu a {
  margin: 0 3px 0 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dfdfdf));
  background: linear-gradient(to bottom, #fff, #dfdfdf);
  text-shadow: 1px 1px 0 #fff;
}
#groupList li ul li.btn_hensyu a span {
  padding: 6px 0 6px 16px;
  display: inline-block;
  background: url(../st_img/mp/icon_hensyu.png) no-repeat left center;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
#okinishopList .shop a {
  text-decoration: underline;
  color: #09f;
}
span.sakuzyo_name {
  margin: 0 10px;
  padding: 5px 5px 5px 18px;
  font-size: 120%;
  font-weight: bold;
  background: url(../st_img/mp/icon_group.png) no-repeat left center;
  -webkit-background-size: 15px 14px;
  background-size: 15px 14px;
}
p.sakuzyo {
  text-align: center;
  color: red;
}
/* ------------------------------------------------------------
  48マイページ利用方法
------------------------------------------------------------ */


.mpUse {
  margin: 0 0 20px;
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.mpUse li {
  padding: 0;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #ccc;
}
.mpUse li dt {
  margin: 0;
  padding: 8px 30px 8px 10px;
  font-weight: bold;
  display: block;
}
.mpUse dl dd {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  display: block;
  border-top: 1px solid #ccc;
}
/* 部門の開閉 ---------------------- */
.mpUse li dt {
  padding-left: 30px;
  background: #fcfcfc url(../st_img/mp/mp_close.png) no-repeat 10px center;
}
.mpUse li .nowOpen {
  background: #fcfcfc url(../st_img/mp/mp_open.png) no-repeat 10px center;
}
.mpUse .useOkinijou dd,
.mpUse .useOkinishop dd,
.mpUse .useDiary dd,
.mpUse .useMessage dd,
.mpUse .useVipmail dd {
  min-height: 90px;
  padding: 10px 70px 10px 10px;
}
.mpUse .useOkinijou dd p,
.mpUse .useOkinishop dd p,
.mpUse .useDiary dd p,
.mpUse .useMessage dd p,
.mpUse .useVipmail dd p {
  margin: 0 0 10px;
}
/* オキニ嬢 */
.mpUse .useOkinijou dd {
  background: url(../st_img/mp/sasie_okini_girls.jpg) no-repeat right 10px;
}
/* オキニ店 */
.mpUse .useOkinishop dd {
  background: url(../st_img/mp/sasie_okini_shop.jpg) no-repeat right 10px;
}
/* 日記チェックリスト */
.mpUse .useDiary dd {
  background: url(../st_img/mp/sasie_okini_nikki.jpg) no-repeat right 10px;
}
/* メッセージ投稿履歴 */
.mpUse .useMessage dd {
  background: url(../st_img/mp/sasie_msg.jpg) no-repeat right 10px;
}
/* VIP-Mail受信BOX */
.mpUse .useVipmail dd {
  background: url(../st_img/mp/sasie_vipmail.jpg) no-repeat right 10px;
}
.mpUse dd p a {
  padding-left: 17px;
  display: inline-block;
  text-decoration: underline;
  color: #0090ff;
  background: url(../st_img/icon_syukei.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.mpUse dl dd ol {
  margin: 0;
  padding: 0;
  border: none;
}
.mpUse dl dd ol li {
  margin: 0;
  padding: 0 0 10px;
  font-weight: normal;
  border: none;
}
.mpUse dl dd ol li h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 14px;
  border: none;
}
.mpUse dl dd ol li p {
  margin: 0 0 5px;
}
/* ------------------------------------------------------------
  48マイページ特典画面
------------------------------------------------------------ */
.mpUse2 {
  margin: 0 0 20px;
  font-size: 16px;
  border-top: 1px solid #ccc;
}
.mpUse2 li dt {
  padding-left: 30px;
  background: #fcfcfc;
}
.mpUse2 dl dd {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  display: block;
  border-top: 1px solid #ccc;
}
.mpUse2 dd p {
  padding-left: 17px;
  display: inline-block;
}
.mpUse2 .mypage {
  font-weight: bold;
  color: #f90;
  background: #ffd url(../st_img/mp/mp_close.png) no-repeat 10px center;
}
.mpUse2 .message {
  font-weight: bold;
  color: #f39;
  background: #fef url(../st_img/mp/mp_close.png) no-repeat 10px center;
}
.mpUse2 .mail {
  font-weight: bold;
  color: #70b35b;
  background: #efe url(../st_img/mp/mp_close.png) no-repeat 10px center;
}
.mpUse2 .syoutai {
  font-weight: bold;
  color: #09f;
  background: #eef url(../st_img/mp/mp_close.png) no-repeat 10px center;
}
.mpUse2 dd p a {
  display: inline-block;
  text-decoration: underline;
  color: #0090ff;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.border_ue {
  border-top: 5px solid #70b35b;
  border-bottom: 5px solid #70b35b;
}
/* ------------------------------------------------------------
  56会員登録完了
------------------------------------------------------------ */
.mgKanryo {
  color: #80b62a;
}
.mpTxt02 a {
  text-decoration: underline;
  color: #09f;
}
.chusenkai {
  padding: 35px 0 0;
  background: url(../st_img/mp/chusen_bk_top.png) no-repeat center top;
  -webkit-background-size: 280px 30px;
  background-size: 280px 30px;
}
.chusenkai_btm {
  padding: 0 0 35px;
  background: url(../st_img/mp/chusen_bk_btm.png) no-repeat center bottom;
  -webkit-background-size: 280px 30px;
  background-size: 280px 30px;
}
.chusenkai p {
  text-align: center;
}
.chusenkai a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #09f;
}
/* ------------------------------------------------------------
  57規約
------------------------------------------------------------ */

.mainarea h3.h_kiyaku01 {
  margin-right: 0;
  margin-left: 0;
  padding: 3px 5px 5px 10px;
  font-size: 14px;
  color: #fff;
  background: #334a94;
  text-shadow: 1px 1px 0 #1f2c59;
}
.mainarea h4.h_kiyaku02 {
  margin: 0 10px 5px;
  padding: 1px 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  border: none;
  border-left: 5px solid #334a94;
}
.kiyakuTxt {
  margin: 0 10px 10px;
  line-height: 1.4;
}
ol.kiyakuList {
  margin: 0 10px 10px;
}
ol.kiyakuList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* ------------------------------------------------------------
  58景品抽選会
------------------------------------------------------------ */
.chusenImg {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 20px;
  text-align: center;
}
.chusenImg img {
  width: 100%;
}
.chusenChui {
  color: #f00;
}
.chusen {
  margin: 0 10px 30px;
}
div.ch_h3gm_name {
  margin: 10px 10px 10px;
  padding: 5px 5px 5px 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  border: 1px solid #a0a0a0;
}
.chusen h3,
.chusen div.ch_h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #09f;
  border: none;
}
h3.shopTitle,
.ch_h3shopTitle {
  margin: 0 0 5px;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  border: none;
  background: #f2f2f2;
}
.ch_h3shopTitle {
  padding-left: 10px;
  display: block;
}
h3.shopTitle .shopType {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #667284;
}
h3.shopTitle a {
  font-weight: bold;
  text-decoration: underline;
}
.chusenNaiyo {
  margin-bottom: 5px;
}
.chusen .ninzu {
  color: #09f;
}
.btn_chusen {
  width: 300px;
  margin: 5px 0 0;
  padding: 4px 0;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #404040;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background: linear-gradient(to bottom, #fff, #dedede);
}
.btn_chusen a {
  display: block;
}
.chusen .syouhiPT {
  color: #f00;
}
.chusen .syojiPT {
  color: #808080;
}
/*　景品抽選会・抽選結果 キャンペーン名の追加 */
.campaign_title {
  padding: 3px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #1c67ab;
  border: none;
  background: #d6e6f5;
}
/* ------------------------------------------------------------
  61VIP-Mail
------------------------------------------------------------ */
.vipmailList li.shopLink,
.vipmailList div.shopLink {
  padding: 5px 30px 5px 5px;
  background: url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.vipmailList li.kidoku {
  padding: 5px 30px 5px 5px;
  background: #e6e6e6 url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.vipmailList p {
  margin-bottom: 3px;
}
.vipmailList p:last-child {
  margin-bottom: 0;
}
/* 店名*/
.vipmailList .shopName {
  padding-left: 18px;
  font-size: 14px;
  background: url(../st_img/icon_tenpo.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/* 職種 */
.vipmailList .shopType {
  margin: 0;
  font-size: 12px;
  color: #667284;
}
/* イベント期間 */
.vipmailList .eventDate {
  margin-right: 1em;
  font-size: 16px;
  color: #080;
}
/* イベントタイトル */
.vipmailList .eventTitle a {
  font-size: 16px;
  font-weight: bold;
  color: #09f;
}
/* 既読 */
.vipmailList li.read {
  background: #e7eff7 url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.vipmailList .read .eventTitle a {
  color: #666;
}
.vipmailList .read .eventDate {
  color: #999;
}
/* ------------------------------------------------------------
  62VIP-Mail詳細
------------------------------------------------------------ */
.vipmailDetail {
  margin: 0 10px 10px;
  font-size: 16px;
}
.vipmailDetail h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border: none;
}
.vipmailDetail a {
  text-decoration: underline;
  color: #09f;
}
.vipmailDetail .from {
  margin: 0 0 10px;
  padding: 5px 10px 8px;
  background: #f4f4f4;
}
.vipmailDetail .from .iconFrom {
  margin-right: 5px;
  padding: 0 4px 2px;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #4d4d4d;
  text-shadow: 1px 1px 0 #222;
}
.vipmailDetail .from .shop {
  margin: 0 0 5px;
}
.vipmailDetail .from .shop .shopName {
  padding: 0;
  font-size: 14px;
  background: none;
}
.vipmailDetail .from .shop .shopType {
  padding: 0;
  font-size: 12px;
  color: #667284;
  background: none;
}
.vipmailDetail .mailDate {
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: right;
  color: #080;
}
.vipmailDetail .mailTxt {
  font-family: monospace;
  font-family: 'HiraKakuProN-W3', 'ヒラギノ角ゴシック ProN W3', 'ヒラギノ角ゴ Pro W3';
  font-size: 14px;
  line-height: 1.1;
}
.vipPaging {
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #667284;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.97, #f0f0f0), color-stop(0.98, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #f0f0f0 97%, #fff 98%, #fff);
}
.vipPaging li {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-flex: 1;
}
.vipPaging li.page {
  color: #333;
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}
.vipPaging li a {
  display: block;
  text-decoration: underline;
  color: #09f;
}
.vipPaging li.back span,
.vipPaging li.next span {
  padding: 0 10px;
}
/* 前へ */
.vipPaging li.back a span {
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: url(../st_img/cur_blue_back.png) no-repeat left center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.vipPaging li.back span {
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: url(../st_img/cur_gray04.png) no-repeat left center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
/* 次へ */
.vipPaging li.next a span {
  padding-right: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  background: url(../st_img/cur_blue_next.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.vipPaging li.next span {
  padding-right: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  background: url(../st_img/cur_gray05.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.vipPaging a.link {
  padding-left: 20px;
  font-size: 15px;
  display: inline-block;
  background: url(../st_img/icon_syukei.png) no-repeat left center;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
/*--------------------------------------------
    林追加分
-----------------------------------------------*/

/*店名のリンク（？）*/
.shop_name {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.shop_name p {
  margin: 0 10px 0;
  font-size: 90%;
  color: #667284;
}
.shop_name a {
  font-size: 120%;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #09f;
}
/*登録解除ボタン（赤いボタン）*/
.btn_release {
  width: 120px;
  margin: 0;
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #c1272d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3301), to(#ee1d22));
  background: linear-gradient(to bottom, #ff3301, #ee1d22);
  text-shadow: 1px 1px 0 #98170e;
}
.btn_release_center {
  width: 120px;
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #c1272d;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3301), to(#ee1d22));
  background: linear-gradient(to bottom, #ff3301, #ee1d22);
  text-shadow: 1px 1px 0 #98170e;
}
/*ログアウトボタン*/
.btn_logout {
  width: 200px;
  margin: 0 auto 10px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  border: 1px solid #34365d;
  border: 1px solid #34365d;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dee1e9), color-stop(0.49, #b1bacb), color-stop(0.5, #a1abc0), to(#b0b8ca));
  background: linear-gradient(to bottom, #dee1e9, #b1bacb 49%, #a1abc0 50%, #b0b8ca);
  text-shadow: 1px 1px 1px #fff;
}
/*退会ボタン*/
.btn_taikai {
  width: 200px;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  border: 1px solid #c50000;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd0d0), color-stop(0.49, #fc8888), color-stop(0.5, #ff7b7b), to(#ff8f8f));
  background: linear-gradient(to bottom, #ffd0d0, #fc8888 49%, #ff7b7b 50%, #ff8f8f);
  text-shadow: 1px 1px 0 #fff;
}
/*設定を変更するボタン（灰色のやつ）*/
.function_btn_area {
  margin: 10px auto;
}
.btn_function {
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#b3b3b3));
  background: linear-gradient(to bottom, #ccc, #b3b3b3);
  text-shadow: 1px 1px 0 #828282;
}
.btn_function span {
  margin: 0 10px;
  display: block;
  background: url(../st_img/mp/cur.png) no-repeat right center;
}
.mailSetting {
  margin: 0 0 15px;
}
/*フォーム　灰色の注釈文*/
.form_condition {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
  color: #8b98ad;
}
/*真ん中に来るときの長いボタン*/

.btn_cl_cneter {
  margin: 20px 0 0 0;
  text-align: center;
}
.btn_cl_cneterNoMargin {
  margin: 0 !important;
  text-align: center;
}
.btn_cl_cneter input.check {
  width: 250px;
  margin: 0 0;
}
/*設定画面のまとまり*/
.function_period {
  margin: 0 10px 26px;
}
.function_period label {
  width: 25%;
  margin: 0 10px 0 0;
  float: left;
}
.function_period .form {
  margin-right: 0;
  margin-left: 0;
}
/*配信メール設定のリスト*/
.mailSendList {
  margin: 10px 0 20px;
  font-size: 16px;
  border-top: 1px solid #b0b7cb;
}
.mailSendList li a {
  padding: 6px 30px 6px 10px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #b0b7cb;
  background: url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.mailSendList li a span {
  font-size: 12px;
  color: #667284;
}
/*エリア選択のチェックボックスたち*/
.areaCheck {
  margin-bottom: 10px;
}
.areaCheck li:first-child label {
  padding-left: 5px;
}
.areaCheck li label {
  padding-left: 15px;
}
/*退会しない（青いボタン）*/
.btn_no {
  width: 120px;
  margin: 0;
  margin-bottom: 8px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #1a62db;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5fb4f1), to(#1b63db));
  background: linear-gradient(to bottom, #5fb4f1, #1b63db);
  text-shadow: 1px 1px 0 #1a62db;
}
/*メルマガ登録　ステップ画像*/
.add_step {
  margin: 10px 0;
  text-align: center;
}
/*★会員登録ページ*/

/*入力必須*/
.hissu {
  color: #f00;
}
/*誕生日入力*/
div.birthday input[type='text'] {
  width: 20%;
}
div.birthday select {
  width: 20%;
  padding: 5px;
}
/*利用規約のリンク*/
a.kiyakuLink {
  text-decoration: underline;
  color: #09f;
}
/*マイページへ行くリンク*/
.mtpageBtn {
  margin: 10px 20px 16px;
}
.mtpageBtn .btn_gomypage {
  margin-bottom: 8px;
  border: 1px solid #1a62db;
  border-radius: 5px;
}
.mtpageBtn .btn_gomypage a {
  width: 100%;
  margin: 0;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #60b5f1;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5fb4f1), to(#1b63db));
  background: linear-gradient(to bottom, #5fb4f1, #1b63db);
  text-shadow: 1px 1px 0 #1f4d88;
}
.mtpageBtn .btn_gomypage span {
  padding: 0 0 0 30px;
  background: url(../st_img/mp/icon_user.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.mtpageBtn .chui {
  color: #f00;
}
.mtpageBtn .btn_mailadd {
  margin: 0 0 5px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border: 1px solid #f7931e;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc01e), to(#ff6301));
  background: linear-gradient(to bottom, #ffc01e, #ff6301);
  text-shadow: 1px 1px 0 #a7620b;
}
.mtpageBtn .btn_mailadd span {
  padding: 0 0 0 27px;
  background: url(../st_img/mp/icon_mail.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-background-size: 18px 12px;
  background-size: 18px 12px;
}
/* ------------------------------------------------------------
  設定変更内
------------------------------------------------------------ */
.settingTxt {
  margin: 0 10px 10px;
  font-size: 14px;
}
.settingTxt02 {
  margin: 0 10px 20px;
  font-size: 14px;
}
.settingList {
  margin: 0 0 20px;
  font-size: 16px;
}
.settingList li a {
  padding: 6px 30px 6px 10px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #b0b7cb;
  background: url(../st_img/cur_gray02.png) no-repeat right center;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.btnTxt a {
  font-size: 15px;
}
/* ajax
----------------------------------------------------*/

p.ajax {
  padding-top: 40px;
  text-align: center;
}
/* タイトル：当選アイテム */
h3.h_pt_tousen {
  background: #005fbf url(../st_img/title_bk_checked.png) repeat-y left top;
  text-shadow: 1px 1px 0 #4c9f50;
}
/*  当選ページのリンク */
.tousen {
  text-align: center;
}
.tousen a {
  font-weight: bold;
  text-decoration: underline;
  color: #0090ff;
}
/* clear
----------------------------------------------------*/

.fbox:after {
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  content: '.';
}
.fbox {
  min-height: 1%;
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .fbox {
  height: 1%;
}
.fbox {
  display: block;
}
/* End hide from IE-mac */

.topMenu3 li a span {
  font-size: 0.9em;
}
.myp_about img {
  max-width: 290px;
  border: 4px solid #888;
}
dl.conf_okini_girl dt {
  width: 50px;
  height: 67px;
  overflow: hidden;
}
dl.conf_okini_girl dt img {
  width: auto;
  max-width: 50px;
}
/* --------------------------------------- */
/* ダイアログ */
/* --------------------------------------- */
.myp_dialog {
  margin: 0 4px;
}
.myp_dialog .panelShiborikomi {
  border: 1px solid #f39;
  box-shadow: 0 2px 3px rgba(0,0,0,0.6);
}
/* --------------------------------------- */
/* 抽選会ヘッダ画像 */
/* --------------------------------------- */
.mainarea .hl_lottery {
  margin-bottom: 12px;
  padding: 0;
  text-align: center;
  border: 0 none;
}
.mainarea .hl_lottery img {
  width: 100%;
  max-width: 480px;
}
/* --------------------------------------- */
/* button */
.btn_link {
  width: 90%;
  max-width: 320px;
  margin: auto;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #adadad;
}
.btn_link:not(:hover) {
  box-shadow: 0 3px #555;
}
.link_gp {
  text-decoration: underline;
  color: #09f;
}
/* --------------------------------------- */
/* 金券キャンペーン */
/* --------------------------------------- */
.goldticket_campaign {
  padding: 0 8px;
}
.sent_product .infoTxt {
  padding: 0 4px;
}
.error {
  font-weight: bold;
  color: #f00;
}
.sent_product {
  max-width: 390px;
  margin: 0 auto;
}
.application_btn {
  width: 100%;
  max-width: 480px;
  margin: 8px auto;
  padding: 8px 4px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #14b57a;
  -moz-box-sizing: border-box;
}
.application_btn .small {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}
.success_text {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #14b57a;
}
.success_text img {
  margin: 14px auto 8px;
  display: block;
}

@media screen and (max-width: 340px) {
.success_text {
  font-size: 14px;
}
}
/* --------------------------------------- */
/* 抽選会　仕様変更 */
/* --------------------------------------- */
.chusenImg img {
  width: 100%;
  max-width: 480px;
}
.lottery_address_input_link {
  max-width: 480px;
  padding: 8px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  color: #fff;
  border-radius: 4px;
  background: #14b57a;
}
.lottery_address_input_link span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
.lottery_address_input_link:after {
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
/* --------------------------------------- */
/* ポイント使用方法 */
/* --------------------------------------- */
.lottery_info {
  text-align: center;
  font-size: 14px;
}
.lottery_info + .lottery_info {
  margin-top: 20px;
}
.lottery_info .hl {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 4px;
  color: #FF0083;
}
.lottery_info .frame + .frame {
  margin-top: 10px;
}
.lottery_info .btn_link {
  margin-bottom: 4px;
  background-color: #ffe858;
  padding: 2px 10px;
  min-height: 50px;
}
.lottery_info .btn_link.fl_base {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lottery_info .btn_link:not(:hover) {
  box-shadow: 0 3px 0 #bd971f, 0 1px 0 rgba(255,255,255,0.8) inset;
}
.lottery_info .btn_link .fl_inner.main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: calc(100% - 70px);
  text-align: left;
  align-self: flex-start;
}
.lottery_info .btn_link .date {
  border: 0 none;
  font-weight: normal;
  font-size: 12px;
  color: #555;
  background-color: #ffd;
  display: inline-block;
  padding: 2px 4px;
  line-height: 1;
}
.lottery_info .date .term {
  font-weight: bold;
}
.lottery_info .btn_link .title {
  text-shadow: 0 -1px 0 #ff0;
  line-height: 1.2;
  color: #333;
  text-align: center;
  padding: 4px 2px;
}
.lottery_info .date + .title {
  padding-top: 0;
}
.lottery_info .btn_link .fl_inner.sub {
  flex: 0 1 auto;
  padding: 4px 0;
}
.lottery_info .btn_link .circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  background-color: #DC143C;
  text-shadow: 1px 0 1px #DC143C, 0 1px 1px #DC143C, -1px 0 1px #DC143C, 0 -1px 1px #DC143C;
  box-sizing: border-box;
}
.lottery_info .btn_link .point {
  font-size: 12px;
  margin-right: 2px;
  text-shadow: 2px 0 0 #ff0010, 0 2px 0 #ff0010, -2px 0 0 #ff0010, 0 -2px 0 #ff0010;
}
.lottery_info .btn_link .num {
  font-size: 20px;
}
.lottery_info .btn_link .txt_app {
  font-size: 12px;
}
.lottery_info .btn_link .txt_app:first-child:last-child {
  font-size: 16px;
  line-height: 1.1;
  margin-top: 6px;
}
.lottery_info .btn_link .txt_app:first-child:last-child::after {
  content: 'する';
}
.lottery_info .btn_link .result {
  background-image: url(../st_img/lottery_lbl.png);
  background-repeat: no-repeat;
  -webkit-background-size: 68px 48px;
  background-size: 68px 48px;
  width: 80px;
  height: 48px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center;
}
.lottery_info .result + .main.fl_inner {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  max-width: calc(100% - 80px);
}
/* --------------------------------------- */
/* 会員登録　仕様変更 */
/* --------------------------------------- */
.regist_form div {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.regist_form input[type='text'],
.regist_form input[type='password'] {
  width: 100%;
  margin: 0;
  padding: 8px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 1.5;
}
.regist_form input.btncheck-error {
  border: 3px solid #ff9f9f!important;
}
.regist_form input.empty {
  background: #ffdede!important;
  border: 1px solid #ff9f9f!important;
}
.formError + input {
  border: 3px solid #ff9f9f!important;
}
.regist_form select {
  width: 15em;
  margin: 0;
  border: 1px solid #a0a0a0;
  background: #f9f9f9;
  border-radius: 4px;
  height: 45px;
  line-height: 40px;
}
.regist_form .error_txt_block {
  margin-bottom: 22px;
}
.regist_form .error_txt {
  font-weight: bold;
  color: #f00;
  margin: 4px 10px;
}
.regist_caution {
  margin: 16px 10px;
  padding: 10px;
  background-color: #f0f3ff;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #3354bb;
}
.regist_caution a {
  font-weight: bold;
  text-decoration: underline;
  color: #334a94;
}
/* 3STEP*/
.regist_step {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px 10px 22px;
}
.regist_step li {
  position: relative;
  background: #f1f5f3;
  height: 42px;
  font-weight: bold;
  color: #3354bb;
  font-size: 12px;
  flex: 1 0;
  margin-right: 20px;
}
.regist_step li.active {
  background: #3354bb;
  color: #ffffff;
}
.regist_step li.comp {
  margin-right: 0;
  max-width: 80px;
}
.regist_step li.complete {
  margin-right: 0;
}
.regist_step .txt {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 7px;
  margin: 0 auto;
  line-height: 42px;
}
.regist_step li.comp span {
  left: 0px;
}
.regist_step li:not(.comp):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -58px;
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-right: solid 40px transparent;
  border-bottom: solid 22px transparent;
  border-left: solid 18px #f1f5f3;
}
.regist_step li.active:after {
  border-left: solid 18px #3354bb;
}

@media screen and (max-width:365px) {
.regist_caution {
  font-size: 16px;
}
.regist_step li {
  font-size: 10px;
}
.regist_step .txt {
  left: 2px;
}
.regist_step li .sp_none {
  display: none;
}
}
/* フォーム　パスワード周り*/
.function_period label.pw_check {
  float: inherit;
  padding-left: 0;
  padding-bottom: 0;
  width: auto;
  display: inline-block;
}
/* チェックボックス・ラジオデザイン変更
*/
.radio-seibetu {
  display: none;
}
.radio-seibetu + label {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
}
.radio-seibetu + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-seibetu:checked + label {
  color: #344a94;
}
.radio-seibetu:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #344a94;
  border-radius: 50%;
}
/* アドレス */
.address_box {
  background: #e6e6e6;
  margin: 8px;
  padding: 8px;
  color: #199a6e;
}
.address_box .address {
  padding: 8px;
  background: #fff;
  border-radius: 4px;
  margin-top: 4px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  word-wrap: break-word;
}
.kaiin_privilege_box {
  background-color: #fffede;
  border-top: 1px solid #c7c453;
  border-bottom: 1px solid #c7c453;
  padding: 14px 0 12px;
  position: relative;
  z-index: 0;
}
.kaiin_privilege_box:before,
.kaiin_privilege_box:after {
  position: absolute;
  top: 4px;
  width: 60px;
  height: 39px;
  background-size: 100% 100%;
  content: '';
  z-index: -1;
}
.kaiin_privilege_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #ff6c05;
  text-align: center;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  border: none;
}
.kaiin_privilege_box:before {
  background-image: url(../st_img/regist_bg_left.png);
}
.kaiin_privilege_box:after {
  background-image: url(../st_img/regist_bg_right.png);
  right: 0;
}
.privilege_list {
  margin: 0 8px;
  font-size: 14px;
  z-index: 100;
}
.privilege_list dd {
  border-radius: 5px;
  border: 2px solid #ccc;
  background: #fff;
  margin-bottom: 8px;
  padding: 10px;
  color: #333;
}
.privilege_list .regist_hl {
  font-size: 15px;
  padding-left: 32px;
  padding-top: 2px;
  position: relative;
}
.privilege_list .regist_hl::before {
  width: 24px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: -1px;
  left: 0px;
  display: block;
  content: '';
  background-image: url(../st_img/regist_icon.png);
  background-repeat: no-repeat;
  -webkit-background-size: 26px;
  background-size: 26px;
  z-index: 12;
}
.privilege_list .regist_hl.message::before {
  background-position: 0px -28px;
}
.privilege_list .regist_hl.mail::before {
  background-position: 0 -56px;
}
.privilege_list .regist_hl.syotai::before {
  background-position: 0 -83px;
}
.privilege_list .regist_hl.gold_ticket::before {
  background-position: 0 -109px;
}
.privilege_list .regist_hl::after {
  width: 28px;
  height: 28px;
  margin: auto;
  position: absolute;
  top: -2px;
  left: -1px;
  display: block;
  content: '';
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ff9810;
  box-sizing: border-box;
}
.privilege_list a {
  color: #09f;
  text-decoration: underline;
}
.privilege_list .txt {
  line-height: 1.4;
  margin-top: 8px;
  color: #675436;
  font-size: 13px;
}
.regist_gray_txt {
  font-size: 12px;
  color: #777;
  margin: 10px 10px 0;
}
.regist_gray_txt a {
  color: #0080de;
  text-decoration: underline;
}
.regist_gray_txt.indent {
  padding-left: .6em;
  text-indent: -.6em;
}
.regist_gray_txt + .regist_gray_txt {
  margin-top: 0;
}
.regist_msg {
  font-size: 16px;
  word-break: break-all;
  line-height: 1.48em;
  margin: 10px 10px 20px;
}
.address_ok {
  margin-bottom: 18px;
}
.address_ok .regist_msg {
  margin-bottom: 10px;
}
/*会員登録完了*/
.regist_msg.complete {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.complete .chui {
  color: #f00;
}
.regist_form .formError .formErrorContent {
  width: 100%;
  background-color: #FFFBED;
  background-image: url(../st_img/icon_close_gray.png);
  background-repeat: no-repeat;
  background-position: right top 6px;
  color: #f00;
  min-width: 120px;
  font-size: 13px;
  border: 2px solid #FFD86D;
  box-shadow: none;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.regist_form .formError .formErrorArrow div {
  border-color: #FFD86D;
  background: #FFFBED;
  box-shadow: none;
}
.regist_form .formError {
  opacity: 1!important;
  bottom: 0!important;
  margin-top: 0!important;
}
.regist_form .function_period {
  position: relative;
}
.regist_confirm {
  font-size: 16px;
}
.regist_form .check_message,
.regist_form .message_ok,
.regist_form .message_ng {
  background-color: #FFFBED;
  background-image: url(../st_img/icon_close_gray.png);
  background-repeat: no-repeat;
  background-position: right top 6px;
  color: #f00;
  min-width: 120px;
  font-size: 13px;
  border: 2px solid #FFD86D;
  box-shadow: none;
  padding: 4px 23px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  position: absolute;
  width: auto;
  text-align: left;
  z-index: 99;
  top: 72px;
  width: auto;
  display: none;
}
.regist_form .check_message:before,
.regist_form .message_ok:before,
.regist_form .message_ng:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 17px;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #FFFBED transparent;
  z-index: 0;
}
.regist_form .check_message:after,
.regist_form .message_ok:after,
.regist_form .message_ng:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 17px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FFD86D transparent;
  z-index: -1;
}
.regist_form .message_ok {
  color: #33af44;
  background-image: url(../st_img/icon_regist_ok.png);
  background-position: left 6px top 9px;
  padding: 4px 10px 4px 23px;
}
.regist_form .message_ng {
  color: #f00;
  background-image: url(../st_img/icon_regist_ng.png);
  background-position: left 6px top 9px;
  padding: 4px 10px 4px 23px;
}
.lottery_notice {
  background: #fffede;
  padding: 0 0 10px;
  margin-top: 20px;
}
.lottery_notice h3 {
  margin: 0;
  border: 0;
  padding: 0 5px 0px 5px;
  text-align: center;
}
.lottery_notice h3 > span {
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: inline-block;
  background-image: url(../st_img/chusen_img.png);
  background-position: 12px 0px;
  background-size: 34px;
  color: #ff6c05;
  font-size: 16px;
  padding: 8px 0;
  padding-left: 52px;
  padding-right: 10px;
}
.lottery_notice_ul {
  border: 2px solid #ccc;
  margin: 0px 10px;
}
.lottery_notice_ul li {
  display: block;
  border-bottom: 1px solid #ccc;
  background: url(../st_img/cur_orange.png) no-repeat right center #fff;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.lottery_notice_ul li:last-child {
  border-bottom: none;
}
.lottery_notice_ul li strong {
  font-size: 15px;
  display: inline-block;
}
.lottery_notice_ul li a {
  display: block;
  text-decoration: underline;
  padding: 6px;
}
.lottery_notice_ul .day {
  color: #3354bb;
  font-size: 11px;
  display: inline-block;
}
.co_myp_p {
  margin: 8px 10px 0;
  text-align: center;
}
.co_myp_link:first-child {
  margin-left: -10px;
}
.co_myp_link {
  position: relative;
  padding-left: 10px;
  text-decoration: underline;
  color: #3354bb;
}
.co_myp_link + .co_myp_link {
  margin-left: 16px;
}
.co_myp_link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #a0b0e4;
}

@media screen and (max-width : 339px) {
.co_myp_p {
  font-size: 13px;
}
.regist_msg {
  font-size: 15px;
}
.lottery_notice h3 > span {
  background-image: url(../st_img/chusen_img.png);
  background-position: 0px 3px;
  background-size: 26px;
  font-size: 15px;
  padding-left: 30px;
}
}
/* --------------------------------------- */
/* プライバシーポリシー */
/* --------------------------------------- */
.list_policy_num {
  list-style: decimal;
  margin-left: 10px;
}
.list_policy_num li {
  padding-left: 0;
  text-indent: 0;
  margin-left: 1.2em;
}