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

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

body {
	background:#EFEFEF url(https://img08.shop-pro.jp/PA01037/894/etc/ssl_top_bg.gif) center top repeat-y;
	color:#333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	text-align:center;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}


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

a:link    {color: #75A732; text-decoration: none;}
a:visited {color: #75A732; text-decoration: none;}
a:active  {color: #75A732; text-decoration: underline;}
a:hover   {color: #8DC63F; text-decoration: underline;}


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

.base01 {
}

.base02 {
        background:#FFF url(https://img08.shop-pro.jp/PA01037/894/etc/ssl_top_account.gif) center top no-repeat;
        padding-top:140px;
}

.copyright {
        margin:50px auto 50px auto;
        width:700px;
        border-top:1px dotted #CCC;
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	width:700px;
	text-align:center;
	text-indent:-9999px;
	display:none;

}

.shop_title {
	color:#FFF;
	font-size:1px;
	font-weight:bolder;
	display:none;
}

.title_area a:link    {color: #FFF; text-decoration: none;}
.title_area a:visited {color: #FFF; text-decoration: none;}
.title_area a:active  {color: #FFF; text-decoration: none;}
.title_area a:hover   {color: #666; text-decoration: none;}


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

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

.CELL_1_C {
	font-weight:bolder;
	text-align:center;
        padding:5px;
	background-color:#EEE;
        color:#333;
}

.CELL_1_L {
	font-weight:bolder;
	text-align:center;
	background-color:#EEE;
        color:#333;
}

.CELL_1_R {
	font-weight:bolder;
	text-align:right;
	background-color:#EEE;
        color:#333;
}

.CELL_2 {
	background-color:#FFFFFF;
        padding:10px;
	}

.CELL_2 input{
	border:1px #CCC solid;
	}

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


/* ------------------------------------- 
 *	注意書き１の文字色(例示)
 * ------------------------------------- */
.note {
	color: #EC008C;
	}

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

/* ------------------------------------- 
 *	注意書き３の文字色（必須）
 * ------------------------------------- */
#note3 {
	font-size: x-small;
	font-weight:bolder;
	color: #EC008C;
	}

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

.info {
	background-color: #F5F0E6;
	color:#776655;
        border:1px solid #999;
	padding:10px;
	margin: 5px auto;
	text-align: left;
}

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

/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	border: 1px solid #FFF;/*テーブル−枠の色と同じ*/
}

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

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

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

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

