/* ************************************************ 
 * ------------------------------------------------
 *	決済画面 CSS
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	共通
 * ------------------------------------- */
* {
	margin: 0px;
	padding: 0px;

}
img{
	border: 0px;
}
html{ 
    height:100%; 
}

body{ 

	padding: 0px;
	color: #ffffff;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
margin: 0px;
background-color:#000000;
background-image: url(https://img14.shop-pro.jp/PA01080/786/etc/bg_tile.jpg);
background-position:center center; 
}

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

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */
td input{
font-size:12px;
color:#000000;
padding:2px;
}
select{
font-size:12px;
color:#000000;
}
textarea{
font-size:12px;
color:#000000;
padding:2px;
height:110px;
}

.base01 {
	width: 1024px !important;
min-height: 768px !important;
	padding: 0px !important;
	text-align: center !important;
	margin-bottom: 0px !important;
	margin-top: 50px !important;
	margin-right: auto;
	margin-left: auto;
background-color:#929292;
}
.base02 {
	width: 700px !important;
	margin: 0px auto auto auto !important;
	padding: 20px 0px 0px 0px !important;
	text-align: left !important;
}

.sub {
	border-top: 2px solid #cccccc !important;
	width: 600px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
}

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

.table1 {
margin: 0px auto auto auto !important;
	border: 1px solid #aeaeae;
	font-size: 11px;
	align:center;
background: #aeaeae;
}
th,td{
color:#ffffff !important;
}
.CELL_1_L {
	background: #aeaeae;
	border: 1px solid #CCC;
	padding: 4px 2px 4px 10px;
	font-weight: bolder;
	text-align:left;
}

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

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

.CELL_2 {
background: #aeaeae;
	border: 1px solid #cccccc;
	padding: 4px 2px;
}

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


.title_area {
	height: 127px;
padding:50px 0px 0px 208px !important;
	}
.shop_title {
display:none;
}


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

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

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
text-align: center;
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
text-align: center;
}

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
width: 1024px !important;
background-color:#929292 !important;
margin:0px auto auto auto  !important;
color:#d0d0d0 !important;
border-top: 1px solid #aeaeae;
font-size:11px !important;
text-align:left  !important;
display:none;
}
.secure_seal {
	float:left;
	text-align:center;
	margin:20px auto !important;
	width:700px;
display:none;
}

.secure_table {
	margin:20px auto !important;
	text-align:center;
}

/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #dddddd;
}

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

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #7f7f7f 1px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #ffffff;
	background-color: #aeaeae;
	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: #fff000;
	font-weight: bold;
}

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