/* ************************************************ 
 *	決済画面用CSS
 * ************************************************ */

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

body {
	background:#323232;
	color: #e6e6e6;
	font-size: 12px;
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	line-height: 140%;
	text-align:center;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}


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

a:link {color: #b4cec9; text-decoration: none;}
a:visited {color: #b4cec9; text-decoration: none;}
a:active {color: #ffff00; text-decoration: none;}
a:hover {color: #ffff00; text-decoration: underline;}


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

.base01 {
	background:<{$page_center_bgcolor}>;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

.base02 {
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	background-color: #282828;
	font-size:22px;
        height: 35px;
        color: #b4cec9
	font-weight: normal;

}

a:link {color: #b4cec9; text-decoration: none;}
a:visited {color: #b4cec9; text-decoration: none;}
a:active {color: #ffff00; text-decoration: none;}
a:hover {color: #ffff00; text-decoration: underline;}




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

.table1 {
        color: #323232;
	background:#BFBFBF;

/*テーブル−枠の色*/
}

.CELL_1_C {
	font-weight:normal;
	text-align:center;
	padding:5px;
	background-color:#dfdfdf;
	color:<{$table_title_fontcolor}>;
}

.CELL_1_L {
	font-weight:normal;
	text-align:center;
	background-color:#dfdfdf;
	padding:5px;
	color:<{$table_title_fontcolor}>;
}

.CELL_1_R {
	font-weight:normal;
	text-align:right;
	padding:3px;
	background-color:#dfdfdf;
	color:<{$table_title_fontcolor}>;
}

.CELL_2 {
	background-color:#ffffff;

	}

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


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

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

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


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

.info {
	background-color: #e6e6e6;
	border:1px solid #cecece;
	color:#323232;
	padding:10px;
	margin: 10px auto;
	text-align: left
}

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

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

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

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

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

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