@charset "utf-8";

/* 汎用：floatの解除 */
.clear_float {
  clear: both;
}

/* 汎用：見やすくするために、上下に小さなパッディング */
.line_padding {
  padding: 0.5em 0;
}

/* サポート情報表示ボタン：非表示 */
.supoinfo {
  display: none;
}

/* クレカ情報入力のエラーメッセージ */
p.error_message {
  text-align: left;
  margin: 5px;
  width: 100%;
  font-size: small;
  color: #FF0000;
  font-weight: bold;
}

/* クレカ情報入力の姓 */
.name_sei {
  float: left;
  margin-right: 1em;
}

/* クレカ情報入力の名 */
.name_mei {
  float: left;
}

/* 決済エラー時の注意書き */
.auth_error_notice {
  color: #C71585;
}

/* システムエラーのメッセージ部分 */
.system_error_msg {
  margin-bottom: 3em;
}

/* 閉じるボタン */
.close_button {
  width: 70px;
}

/* エラー画面の可変メッセージ部分 */
.msg_area {
  text-align: center;
  margin-top: 50px;
  width: 100%;
  height: 100px;
}

/* エラー画面のボタンエリア */
.btn_list {
  text-align: center;
}

/* エラー画面の固定メッセージ部分 */
.txt_close {
  width: 100%;
  font-size: 95%;
  text-align: left;
}

/* エラー画面のフッター */
.error_footer {
  width: 320px;
  margin: 0 auto;
}

/* 払込選択画面のコンビニロゴ */
.conveni_logo {
  width: 100%;
}

/* ボタンの非活性化 */
.btn_img.noLink {
	color: #000000;
	background-color: #cccccc;
	font-weight:normal;
	background-image:none;
	pointer-events:none;
	cursor:default;
}
