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


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

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

body {
  padding-top: 30px;
  color: #000000;
  font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  line-height: 150%;
  background-color: #E8E5D9;
  margin-left: 20px;
}

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

a:visited {
  color: #0066CC;
}

a:active {
  color: #0066CC;
}

a:hover {
  color: #3399CC;
}

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

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: 700px !important;
  margin: 0px auto !important;
  padding: 0px !important;
  text-align: left !important;
}

.base02 {
  width: 700px !important;
  margin: 20px 0px 0px 0px !important;
  padding: 0px !important;
  text-align: left !important;
}

.sub {
  width: 700px !important;
  margin: 0px !important;
  padding: 10px 0px !important;
  /*background:#FFF;*/
  background: #E8E5D9;
}

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

.table1 {
  border: 3px solid #CCCCCC;
  font-size: 11px;
  align:center;
  margin:0px auto;
  background: #FFFFFF
}

.CELL_1_L {
  background: #FFF;
  padding: 10px;
  font-weight: bolder;
  text-align:left;
  border-bottom: #999999 1px solid;
}

.table1 tr:last-child .CELL_1_L {
  border-bottom: 0px;
}

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

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

.CELL_2 {
  background:#FFF;
  padding: 10px 10px 10px 0;
  border-bottom: #999999 1px solid;
}

.table1 tr:last-child .CELL_2 {
  border-bottom: 0px;
}

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


.title_area {
  position: relative;
  background: url(https://img20.shop-pro.jp/PA01300/326/etc/im_mypage_logo.png?212207) center bottom no-repeat;
  font-size: 1px;
  margin: 0 auto;
  width: 150px;
  height: 121px;
  text-indent: -9999px;
}

.title_area a {
  position: absolute;
  width: 150px;
  height: 121px;
  left: 275px;
}

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



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

.submit_btn {
  text-align:center !important;
}


.submit_btn input {
  width: 250px;
  background-color: #901313;
  color: #FFFFFF;
  font-size: 116%;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 10px;
  padding: 15px 0px;
  border: none;
}

.submit_btn input:hover {
  background-color: #ff9999;
}

/*決済ページ:カートを空にする&変更*/
.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: #666666;
}

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

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

/* ------------------------------------- 
 *  メッセージ表示域の設定
 * ------------------------------------- */
.info {
  border: #D3D1C7 1px solid;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  margin: 10px auto;
  width: 90%;
  color: #666666;
  background-color: #f8f6eb;
  text-align: left
}

/* ------------------------------------- 
 *  会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */
.members_info {
  display: none;
  border: #3c60c5 1px dotted;
  padding: 10px;
  font-size: 11px;
  margin: 10px auto;
  width: 90%;
  color: #3c60c5;
  background-color: #f8f8ff;
  text-align: left
}

/* ------------------------------------- 
 *  エラー表示域の設定
 * ------------------------------------- */
.errorbox {
  background-color: #00929F;
  border: 2px solid;
  border-color: #007782;
  padding: 4px 2px 4px 5px;
  margin:10px auto;
  text-align: left;
  color:#FFFFFF;
  font-size:11px;
}

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

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

/* -------------------------------------
 *      【追加分】パスワード再設定
 * ------------------------------------- */
.sub div[style] + .submit_btn:after {
	content: " ";
	background-image: url("https://img20.shop-pro.jp/PA01300/326/etc/im_cart_password_reset_discription.png?2048092403");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 700px;
	height: 3441px;
	margin-tom: 15px;
}
