@charset "euc-jp";

/* ************************************************ 
 * ------------------------------------------------
 *  マイアカウント画面 CSS
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *  共通
 * ------------------------------------- */

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 12px;
}

body {
  color: #666;
  font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  line-height: 150%;
  background-color: #FFFFFF;
  margin: 0 auto;
}

/* ------------------------------------- 
 *  リンクの文字/通常時(link,visited,active)
 *  リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {
  color: #333;;
}

a:visited {
  color: #333;
}

a:active {
  color: #333;
}

a:hover {
  color: #3579bf;
}

/* ------------------------------------- 
 *  入力項目
 * ------------------------------------- */

input, select, textarea {
  border-right: solid #CCC 1px;
  border-top: solid #CCC 1px;
  border-left: solid #CCC 1px;
  border-bottom: solid #CCC 1px;
}

.base01 {
  width: 0 auto!important;
  margin: 0px auto !important;
  padding: 0px !important;
  text-align: left !important;
}
/*
.base02 {
  width: 0 auto!important;
  margin: 0px !important;
  padding: 20px 0px 0px 0px !important;
  text-align: left !important;
  border: 1px solid #ccc;
}*/

.sub {
  width: 0 auto!important;
  margin: 0px auto !important;
  padding: 0px !important;
  background:#FFF;
}

/* ------------------------------------- 
 *  テーブルの背景色と文字色
 * ------------------------------------- */

.table1 {
  border: 1px solid #CCC;
  font-size: 11px;
  text-align: center;
  margin: 20px auto !important;
}

.CELL_1_L {
  background: #f5f5f5;
  text-align: left;
  padding: 10px;
  font-weight: bold;
}

.CELL_1_C {
  background: #f5f5f5;
  border: 1px solid #CCC;
  padding: 4px 2px 4px 2px;
  font-weight: bolder;
  text-align:center;
}

.CELL_1_R {
  background: #f5f5f5;
  border: 1px solid #CCC;
  padding: 4px 10px 4px 2px;
  font-weight: bolder;
  text-align:right;
}

.CELL_2 {
  background:#FFF;
  text-align: left;
  padding: 10px;
}

.CELL_2 input {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #ccc;
}

.prod_total, .all_total {
  font-weight: bolder;
  display: block;
}

.title_area {
  padding:20px 0 !important;
  text-align: center !important;
}

.shop_title {
  font-size: 50px;
  font-weight: bolder;
  line-height:1.2em;
}

.input_ime{
font-size: 14px;
padding: 5px;
border: 1px solid #ccc;
}

/* ------------------------------------- 
 *  ボタン
 * ------------------------------------- */

.submit_btn {
  text-align:center !important;
  width: 570px;
  background: #eee;
  margin: 0 auto;
  padding: 15px;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}

/* ------------------------------------- 
 *  コピーライト、セキュア
 * ------------------------------------- */
.copyright{
  width: 700px;
  text-align:center !important;
  margin:0px auto !important;
}

.secure_seal {
  text-align:center;
  margin:20px auto !important;
  width:700px;
}

.secure_table {
  margin:20px auto !important;
  text-align:center;
}

/* ------------------------------------- 
 *  注意書き１の文字色
 * ------------------------------------- */
.note {
  font-size: 11px;
  color: #666;
}

/* ------------------------------------- 
 *  注意書き２の文字色
 * ------------------------------------- */
.note2 {
  font-size: 11px;
  color: #666;
}

/* ------------------------------------- 
 *  注意書き３の文字色
 * ------------------------------------- */
#note3 {
  font-size: 11px;
  color: #666;
}

/* ------------------------------------- 
 *  メッセージ表示域の設定
 * ------------------------------------- */
.info {
  margin: 10px auto;
  padding: 15px;
  font-size: 12px;
  color: #666;
  background-color: #f5f5f5;
  text-align: left;
  width: 570px !important;
}

/* ------------------------------------- 
 *  会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */
.members_info {
  margin: 10px auto 30px;
  padding: 10px;
  font-size: 12px;
  color: #666;
  background-color: #f5f5f5;
  text-align: left;
  width: 580px !important;
}

/* ------------------------------------- 
 *  エラー表示域の設定
 * ------------------------------------- */
.errorbox {
  background-color: #ffcc00;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}

/* ------------------------------------- 
 *  手数料の文字色
 * ------------------------------------- */
.sub_charge {
  color: #900990;
  font-weight: bold;
}

/* ------------------------------------- 
 *  使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
  color: 00929F;
  font-weight: bold;
}

/* ------------------------------------- 
 *  ボタングループ
 * ------------------------------------- */

.submit_btn input {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.submit_btn input:hover,
.submit_btn input:active,
.submit_btn input.active,
.submit_btn input.disabled,
.submit_btn input[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.submit_btn input:active,
.submit_btn input.active {
  background-color: #cccccc 9;
}

.submit_btn input:first-child {
  *margin-left: 0;
}

.submit_btn input:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.submit_btn input:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.submit_btn input.active,
.submit_btn input:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.submit_btn input,
.submit_btn input:hover{
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.submit_btn input.active{
  color: rgba(255, 255, 255, 0.75);
}

.submit_btn input {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.submit_btn input {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.submit_btn input:hover,
.submit_btn input:active,
.submit_btn input.active,
.submit_btn input.disabled,
.submit_btn input[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.submit_btn input:active,
.submit_btn input.active {
  background-color: #004099 9;
}



/* -------------------------------------
 *      カスタム
 * ------------------------------------- */

body{

padding:0!important;}


.base01{
width: 0 auto!important;
margin: 0 auto!important;
background-color: #ffffff!important;
padding: 30px 0!important;}

#copyright {
border-top: 0px solid #CCCCCC;
padding-top: 0!important;
margin-top: 0!important;
}

/*
.base02 {
margin: 0 auto !important;
padding: 20px 0px 0px 0px !important;
text-align: left !important;
border: 1px solid #ccc;
}*/

.members_info,
.info,
.submit_btn {
background-color: #FBD9DB;}

.info a{
color:#EF0800;}

.submit_btn input {
background: #EF0800!important;}


.CELL_1_L {
white-space: nowrap;}

/* ------------------------------------- 
 *  ショップ名
 * ------------------------------------- */
.title_area a{
  text-align: center !important;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center top;
  text-indent: -9999px;
  display:block;
  height: 70px;
  background-size: contain;
}

/* ------------------------------------- 
 *  フォーム
 * ------------------------------------- */
.c-input--text {
  border-color: #e3e3e3;
}
.c-input--text:focus {
  border-color: #8c8c8c;
}
.c-input--select {
  border-color: #f5f5f5;
  background: #f5f5f5;
}

/* ------------------------------------- 
 *  メッセージ
 * ------------------------------------- */
.c-alert {
  color: #8b6060;
  background: #f4efef;
}

/* ------------------------------------- 
 *  通常ボタン
 * ------------------------------------- */
.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #4c3535; /* ボタンの文字の色を指定 */
}
.c-button {
  background: #f5f0f0; /* 通常時　ボタンの背景色を指定 */
}
  .c-button:hover {
    background: #e8dfdf; /* マウスオーバー時　ボタンの背景色を指定 */
  }

.c-button:disabled,
.c-button.disabled,
.c-button:disabled:hover,
.c-button.disabled:hover {
  background: #ddd;
  color: #efefef;
  cursor: default;
  box-shadow: none;
}

/* ------------------------------------- 
 *  送信ボタン
 * ------------------------------------- */
.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff; /* ボタンの文字の色を指定 */
}
.c-button--primary {
  background: #fa4a4a; /* 通常時　ボタンの背景色を指定 */
}
  .c-button--primary:hover {
    background: #fa7070; /* マウスオーバー時　ボタンの背景色を指定 */
  }