/* チャット画面の過去ログ読み込みボタン用 */
.btn-loadmore{
	color: #fff;
	outline: none;
	/*border-radius: 5px;*/
	cursor: pointer;
	display: inline-block;
	/*margin: 20px 0 20px 0;*/
	margin: 10px 0 0 0;
	border: 0;
	text-align: center;
	text-decoration: none;
	background: rgb(37,19,2);
	/*background: linear-gradient(0deg, rgba(37,19,2,1) 0%, rgba(93,67,42,1) 100%);*/
	background-color:white;
	width:60%;
	height:30px;
}

.errorMessage {
  color: #fff;
  background-color: #fff;
}
#overlay{ 
  position: fixed;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* モーダル処理結果とかのやつ */
#commonBox {
  color:#87cefa;
  text-align:center;
}
/* リンク部分の文字色 */
.textHref {
  color:#ffffff;
  text-decoration: none;
}
/* リンク部分の文字色 背景に色無い時用 */
.textHref2 {
  color:#ffffff;
  text-decoration: none;
}
/* アルバムモーダル内のPタグ */
.modalAlbumP {
  color:#ffffff;
  font-size:0.8rem;
  text-align:center;
}
/* エラーPタグ部分 */
.errorP {
  color:#ffffff;
  text-align:center;
}
/* テレコム説明部分 */
.telecomExplanation {
  color:#ffffff;
  font-size: 10px;
}
/* 位置情報送信画面の説明部分 */
.mapTextDiv {
  color:#ffffff;
  text-align: center;
  margin: 10px;
}
/* 本登録登録フォーム ※style.css カンプ設定を上書き */
/* width: 100%;だとpadding:10px;している関係上、横がはみ出て横軸にスクロールする動きが起こるので変更 */
#entry .termsList li a{
	display: block;
	/* width: 100%; */
	width: auto;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #898989;
}
/* 登録フォームの項目文字色 ※modal.css カンプ設定を上書き */
.item{ color: #898989; }
/* 決済画面のボタン部分 */
.paymentButton {
    display: block;
    width: 70%;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(255,72,0,1) 1%, rgba(255,170,66,1) 100%);
}
.paymenttextHref {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
/* SUIPAY銀行振込 めんどくさいので全アプリ 背景色と文字色統一 */
#bankInfo .bank_inner{
	overflow: hidden;
	display: table;
	clear: both;
	width: 96%;
	margin: 0 auto 5px auto; 
	padding: 0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	background: #f5f5f5;
}
#bankInfo .bank_inner p{
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.0em;
	text-align: center;
	color: #000000;
}
#bankInfo .bank_inner span{
	text-align:left;
	margin:5px;
}

/* SUIPAY銀行振込 めんどくさいので全アプリ 背景色と文字色統一 */
#bankInfo .bank_inner{
	overflow: hidden;
	display: table;
	clear: both;
	width: 96%;
	margin: 0 auto 5px auto; 
	padding: 0;
	border-radius: 8px;		/* CSS3草案 */
	-webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;	/* Firefox用 */
	background: #f5f5f5;
}
#bankInfo .bank_inner p{
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.0em;
	text-align: center;
	color: #000000;
}
#bankInfo .bank_inner span{
	text-align:left;
	margin:5px;
}

/* カンプ変更 */
#map_page .map_wrap{
	clear: both;
	margin: 0;
	padding: 40px 0 70px 0;
}
/* 画像ぼかし */
.blur_img {
-ms-filter: blur(6px);
filter: blur(6px);
}
/* 長押し禁止/長押しのポップアップ&選択ボックスを無効化 */
/*
img {
pointer-events: none;
-webkit-touch-callout:none; 
-webkit-user-select:none;
}
*/
/* profileAppend */
.randam{
	margin: 0px auto;
	padding:15px 35%;
}
/* 80/view/www/wa/point.html */
/* 所持クーポンのリンク部分 */
a.coupon-link:link { color: white; }      /* 通常 */
a.coupon-link:visited { color: white; }  /* 訪問済み */
a.coupon-link:hover { color: orange; }  /* ホバー時 */
a.coupon-link:active { color: red; }   /* クリック中 */