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


/* ------------------------------------- 
 *	共通
 * ------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 15px;
}

body {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000
      ;
	line-height: 20px;
}

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

a:visited {
	color: #FF3399;
}

a:active {
	color: #FF3399;
}

a:hover {
	color: #FF0033;
}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */

input, select, textarea {
	border-right: solid #CCC 1px;
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}

.base01 {
	width: 700px !important;
	margin: 0px auto !important;
	padding: 0px !important;
	text-align: left !important;
}

.base02 {
	width: 700px !important;
	margin: 0px !important;
	padding: 20px 0px 0px 0px !important;
	text-align: left !important;
	color: #666666;
	background-color: #FFFFFF;
}

.sub {
	width: 700px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
}
.base01 .title_area {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 60px;
	margin-top: 20px;
}

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

.table1 {
	border: 1px solid;
	color: #FFFFFF;
	font-size: 14px;
	align:center;
	margin:0px auto;
}

.CELL_1_L {
	font-size: 14px;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	border-right-style: none;
	border-bottom-style: none;
	padding: 4px 2px 4px 10px;
	font-weight: bolder;
	text-align:left;
	border-top-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

.CELL_1_C {
	padding: 4px 2px 4px 2px;
	font-weight: bolder;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
	color: #FFFFFF;
	font-size: 14px;
}

.CELL_1_R {
	padding: 4px 10px 4px 2px;
	font-weight: bolder;
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
}

.CELL_2 {
	padding: 5px;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px 2px;
	border-top-style: none;
	border-right-style: none;
	color: #FFFFFF;
	font-size: 14px;
}

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


.title_area {
	padding: 0px !important;
}

.base01 .title_area .shop_title {
	background-image: url(https://img11.shop-pro.jp/PA01055/342/etc/depomart.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 310px;
}



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

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

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

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

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
	width: 700px;
	text-align:center !important;
	margin:0px auto !important;
}

.secure_seal {
	text-align:center;
	margin:20px auto !important;
	width:700px;
}

.secure_table {
	margin:20px auto !important;
	text-align:center;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

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

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

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #3c60c5 1px dotted;
	padding: 10px;
	font-size: 12px;
	margin: 10px auto;
	width: 90%;
	color: #666666;
	background-color: #cccccc;
	text-align: left;
	line-height: 18px;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #FFCC00;
	border: 2px solid;
	border-color: #FF3300;
	padding: 4px 2px 4px 5px;
	margin:10px auto;
	text-align: left;
	color:#990000;
	font-size:11px;
}

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

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