@charset "utf-8";

/* ==================================================
  スライドインページ（ポップアップ）
================================================== */
/* デフォルト
-------------------------------------------------- */
#container_popup {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  color: #4c4a4a;
  background-color: #f6f4f4;
  padding: 0;
  overflow: hidden;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Droid Sans", Meiryo, "メイリオ", "sans-serif";
  -webkit-text-size-adjust: none;
  border: 0;
  z-index: 9999;
}

#container_popup.active {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-property: transform;
  -moz-transition-property: -moz-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  display: block;
}

#container_popup a {
  text-decoration: none;
  color: #4b4b4b;
  -webkit-tap-highlight-color: rgba(232, 76, 128, 0.2);
}

#container_popup .btn_01 a {
  color: #fefefe;
}

#container_popup header {
  position: static;
}

/* ヘッダ
-------------------------------------------------- */
/* --------------------------------------------------
  更新ボタンあり：popup_header_01
   更新ボタンなし：popup_header_02
-------------------------------------------------- */
#popup_header_01,
#popup_header_02 {
  display: table;
  width: 100%;
  height: 40px;
  background-color: #e94b7f;
  -moz-box-shadow: 0 1px 0 #c55077, inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 0 #c55077, inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 #c55077, inset 0 1px 0 rgba(255, 255, 255, 0.25);
  background-image: -moz-linear-gradient(bottom, #e94b7f 0%, #f6739e 100%);
  background-image: -o-linear-gradient(bottom, #e94b7f 0%, #f6739e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e94b7f), to(#f6739e));
  background-image: -webkit-linear-gradient(bottom, #e94b7f 0%, #f6739e 100%);
  background-image: linear-gradient(bottom, #e94b7f 0%, #f6739e 100%);
  border-bottom: 1px solid #c55077;
}

#popup_header_01:after,
#popup_header_02:after {
  content: " ";
  display: block;
  clear: both;
}

#popup_header_01 div,
#popup_header_02 div {
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#popup_header_01 div.refresh {
  width: 28px;
  padding-left: 8px;
}

#popup_header_01 div.close,
#popup_header_02 div.close {
  width: 28px;
  padding-right: 4px;
}

#popup_header_01 div.refresh a,
#popup_header_01 div.close a,
#popup_header_02 div.close a {
  display: block;
  width: 26px;
  height: 25px;
  padding: 3px 2px 0 0;
  border: 1px solid #ad385f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #c83c6a;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3), inset 0 0 1px rgba(0, 0, 0, 0.4);
  background-image: -moz-linear-gradient(bottom, #c83c6a 0%, #d24473 50%, #d64374 51%, #f36e9a 100%);
  background-image: -o-linear-gradient(bottom, #c83c6a 0%, #d24473 50%, #d64374 51%, #f36e9a 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c83c6a), color-stop(, #d24473), color-stop(0.51, #d64374), to(#f36e9a));
  background-image: -webkit-linear-gradient(bottom, #c83c6a 0%, #d24473 50%, #d64374 51%, #f36e9a 100%);
  background-image: linear-gradient(bottom, #c83c6a 0%, #d24473 50%, #d64374 51%, #f36e9a 100%);
}

#popup_header_01 div.refresh a:hover,
#popup_header_01 div.close a:hover,
#popup_header_02 div.close a:hover {
  background-image: -moz-linear-gradient(bottom, #f36e9a 0%, #d64374 49%, #d24473 50%, #c83c6a 100%);
  background-image: -o-linear-gradient(bottom, #f36e9a 0%, #d64374 49%, #d24473 50%, #c83c6a 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f36e9a), color-stop(9, #d64374), color-stop(0.5, #d24473), to(#c83c6a));
  background-image: -webkit-linear-gradient(bottom, #f36e9a 0%, #d64374 49%, #d24473 50%, #c83c6a 100%);
  background-image: linear-gradient(bottom, #f36e9a 0%, #d64374 49%, #d24473 50%, #c83c6a 100%);
}

#popup_header_01 div.refresh a span {
  display: block;
  width: 17px;
  height: 20px;
  background: url(../../img/contents/icon_refresh_01.png) no-repeat left top;
  -webkit-background-size: 17px 20px;
  -moz-background-size: 17px 20px;
  -o-background-size: 17px 20px;
  -ms-background-size: 17px 20px;
  background-size: 17px 20px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 5px;
}

#popup_header_01 div.close a span,
#popup_header_02 div.close a span {
  display: block;
  width: 17px;
  height: 20px;
  background: url(../../img/contents/icon_close_01.png) no-repeat left top;
  -webkit-background-size: 17px 20px;
  -moz-background-size: 17px 20px;
  -o-background-size: 17px 20px;
  -ms-background-size: 17px 20px;
  background-size: 17px 20px;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: 5px;
}

#popup_header_01 div.title h1,
#popup_header_02 div.title h1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(7, 0, 2, 0.4);
}

#popup_header_02 div.title {
  padding-left: 36px;
}

/* メインコンテンツ
-------------------------------------------------- */
#wrapper_popup {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  margin-bottom: -2px;
}

/* 共通
-------------------------------------------------- */
/* 見出し
-------------------------------------------------- */
.popup_sub_lead_01 {
  background-color: #d2d2d2;
  background-image: -moz-linear-gradient(bottom, #e7e7e7 0%, #e7e7e7 100%);
  background-image: -o-linear-gradient(bottom, #e7e7e7 0%, #e7e7e7 100%);
  background-image: -webkit-linear-gradient(bottom, #e7e7e7 0%, #e7e7e7 100%);
  background-image: linear-gradient(bottom, #e7e7e7 0%, #e7e7e7 100%);
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #c0c0c0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  color: #319ba9;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 8px 7px;
}

.popup_sub_lead_01.txtcnt:after {
  content: "";
  display: block;
  clear: both;
}

.popup_sub_lead_01.txtcnt span:first-child {
  float: left;
  font-weight: bold;
}

.popup_sub_lead_01.txtcnt span:last-child {
  float: right;
  color: #666;
}

.popup_sub_lead_01.txtcnt span.error {
  color: #c00;
}

/* テキスト
-------------------------------------------------- */
/* 汎用テキストボックス
-------------------------------------------------- */
.popup_text_box_01,
.popup_text_box_02 {
  font-size: 14px;
  padding: 12px 8px;
  line-height: 1.5;
}

.popup_text_box_01 {
  background-color: #fff;
}

.popup_text_box_02 {
  background-color: #f6f4f4;
}

/* 見出し横：機能ボタン
-------------------------------------------------- */
.popup_sub_lead_01.btn:after {
  content: "";
  display: block;
  clear: both;
}

.popup_sub_lead_01.btn span {
  display: block;
  float: left;
  padding-top: 8px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}

.btn_line_list_01 {
  float: right;
  width: 164px;
  vertical-align: middle;
}

.btn_line_list_01 li {
  display: block;
  float: left;
}

.btn_line_list_01:after {
  content: "";
  display: block;
  clear: both;
}

.btn_line_list_01 li a {
  display: block;
  text-align: center;
  width: 70px; /* 90px */
  color: #4b4b4b;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  padding: 8px 5px;
  border: 1px solid #929090;
  border-right: none;
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  background-color: #dedcdc;
  background-image: -moz-linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
  background-image: -o-linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9d9d9), to(#f5f3f3));
  background-image: -webkit-linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
  background-image: linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
}

.btn_line_list_01 li a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(bottom, #f5f3f3 0%, #d9d9d9 100%);
  background-image: -o-linear-gradient(bottom, #f5f3f3 0%, #d9d9d9 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f3f3), to(#d9d9d9));
  background-image: -webkit-linear-gradient(bottom, #f5f3f3 0%, #d9d9d9 100%);
  background-image: linear-gradient(bottom, #f5f3f3 0%, #d9d9d9 100%);
}

.btn_line_list_01 li.disabled a {
  color: #9a9a9a !important;
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
  background-color: #dedcdc;
  background-image: -moz-linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
  background-image: -o-linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d9d9d9), to(#f5f3f3));
  background-image: -webkit-linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
  background-image: linear-gradient(bottom, #d9d9d9 0%, #f5f3f3 100%);
}

.btn_line_list_01 li:first-child a {
  border-radius: 4px 0 0 4px;
}

.btn_line_list_01 li:last-child a {
  border-right: 1px solid #929090;
  border-radius: 0 4px 4px 0;
}

/* ==================================================
  その他
================================================== */

/* ==================================================
  個別指定
================================================== */
/* 招待 */
#gm_message_input textarea#message {
  height: 120px;
  vertical-align: top;
  line-height: 1.4;
  resize: none;
}

#gm_message_input input[type="text"],
#gm_message_input textarea {
  font-size: 14px;
}

/* 招待、SNS送信ボタン */

.send_sns_list_01 {
  margin: 10px auto 0;
  width: 240px;
}

.send_sns_list_01:after {
  content: "";
  display: block;
  clear: both;
}

.send_sns_list_01 li {
  float: left;
  width: 120px;
  margin-bottom: 15px;
  text-align: center;
}

.send_sns_list_01 li:nth-child(3) {
  clear: both;
}

.send_sns_list_01 li a {
  display: block;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  margin: 0 auto 8px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 14px;
}

.send_sns_list_01 li a.mail {
  background: url(../../img/contents/icon_sns_mail_01.png) no-repeat left top;
  -webkit-background-size: 80px 80px;
  -moz-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  -ms-background-size: 80px 80px;
  background-size: 80px 80px;
}

.send_sns_list_01 li a.line {
  background: url(../../img/contents/icon_sns_line_01.png) no-repeat left top;
  -moz-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  -ms-background-size: 80px 80px;
  background-size: 80px 80px;
}

.send_sns_list_01 li a.kakao {
  background: url(../../img/contents/icon_sns_kakao_01.png) no-repeat left top;
  -moz-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  -ms-background-size: 80px 80px;
  background-size: 80px 80px;
}

.send_sns_list_01 li a.twitter {
  background: url(../../img/contents/icon_sns_twitter_01.png) no-repeat left top;
  -moz-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  -ms-background-size: 80px 80px;
  background-size: 80px 80px;
}

.send_sns_list_01 li span {
  width: 100px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
}
