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

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

body {
background-color:#daf7b4;
	color:#333333;
	font-size:100%;
	font-family: " 'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif";
	line-height: 120%;
	text-align:left;
	}

td {
	padding: 10px;
	}

img {
	border:none;
	}


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

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


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

.base01 {
background-color:#ffffff;
border-left:1px solid #f4fa99;
border-right:1px solid #f4fa99;
background-image:url("https://muhiryou.com/colorme/hbg.gif");
background-repeat: no-repeat;
}

.base02 {

}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	font-size:150%;
margin:0 20px;
border-bottom:3px solid #d2c4b3;
}


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

.title_area a:hover   {
 color: #999999; text-decoration: none;
}

.shop_title{
margin:20px -20px 0;
font-size:150%;
}

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

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

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

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

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

.CELL_2 {
	background-color:#ffffff;
	}

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


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

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 93%;
	font-weight:bolder;
	color: #999999;
	}


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

.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:96%;
	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: #000000;
	font-weight: bold;
}

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