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

/* ------------------------------------- 
 *	ロゴ
 * ------------------------------------- */
.p-shop__logo {
  max-width: 243px!important;
}

.c-button__group--sub {
  margin: 10px 0 30px!important; 
}

/* ------------------------------------- 
 *	イントロ
 * ------------------------------------- */
.c-alert {
  color: #000846!important;
background: #FFF!important; 
  text-align: center!important; 
}

/* ------------------------------------- 
 *	もどるボタン色
 * ------------------------------------- */
.c-button {
  background: #DCDDDD!important; 
  box-shadow: none!important; 
}
.c-button:hover {
    background: #C9CACA!important;
  }

/* ------------------------------------- 
 *	送信ボタン色
 * ------------------------------------- */
.c-button--primary {
  background: #EC6D81!important;
  box-shadow: none!important; 
}
.c-button--primary:hover {
    background: #DD667A!important;
  }

/* ------------------------------------- 
 *	記入欄
 * ------------------------------------- */
.c-input--text {
  width: 90%!important;
  border: 1px solid #DCDDDD!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.c-form__title {
  color: #595757!important;
}
.c-form__title--must {font-size:80%;}

.c-form__note { font-size: 90%!important; margin:1em 0!important; color: #595757!important;} 




/* ------------------------------------- 
 *	ページ背景色（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

body {
	background:#F2F2F3;
	color:#595757;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 140%;
	text-align:center;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}


/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */

a:link,
a:visited,
a:active  { color: #EC6D81; text-decoration: none;}
a:hover   { color: #595757; text-decoration: underline;}


/* design css------------------------------------------ */

.base01 {
	background:#F2F2F3;
	border-left:1px solid #F2F2F3;
	border-right:1px solid #F2F2F3;
	border-bottom:1px solid #F2F2F3;
}

.base02 {
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	background-color:#F2F2F3;
	font-size:18px;
	font-weight:bolder;
}

.title_area a:link,
.title_area a:visited,
.title_area a:active  { color: #595757;}
.title_area a:hover   { color: #996633; text-decoration: none;}


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

.table1 {
	background:#C9CACA;/*テーブル−枠の色*/
}

.CELL_1_C {
	font-weight:normal;
	text-align:center;
	background-color:#DCDDDD;
	color:#595757;
}

.CELL_1_L {
	font-weight:normal;
	text-align:center;
	background-color:#DCDDDD;
	color:#595757;
}

.CELL_1_R {
	font-weight:normal;
	text-align:right;
	background-color:#DCDDDD;
	color:#595757;
}

.CELL_2 {
	background-color:#FFFFFF;
	}

table.secure_table,table.table1 {margin:0 auto;}


/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	color: #3399CC;
	}

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 10px;
	font-weight:bolder;
	color: #CC3333;
	}


/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */

.info {
	background-color: #F0EAE7;
	border:1px solid #C3C3C3;
	color:#808080;
	padding:10px;
	margin: 10px auto;
	text-align: left
}


/* ------------------------------------- 
 *	会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */

.members_info {
	background-color: #F0EAE7;
	border:1px solid #C3C3C3;
	color:#808080;
	padding:10px;
	margin: 10px auto;
	text-align: left
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
 
.errorbox {
	background-color: #FFF;
	color:#CC3333;
	border:1px solid #000;
	padding: 5px;
	margin:10px auto;
	font-size:11px;
	font-weight:bolder;
}

/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	border: 1px solid #A49A93;
}

/* ------------------------------------- 
 *	商品合計金額の文字色
 * ------------------------------------- */
.prod_total {
	color: #CC3333;
	font-weight: bold;
}

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

/* ------------------------------------- 
 *	総合計の文字色
 * ------------------------------------- */
.all_total {
	color: blue;
	font-weight: bold;
}

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

