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

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

body{
background:url(https://img06.shop-pro.jp/PA01176/389/etc/bg.gif) repeat-y center top;
background-color:#fff;
color:#562C2C;
font-size:12px;
font:12px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
text-align:center;
}
a{
color:#562C2C;
text-decoration:underline;
}
a:hover{
color:#562C2C;
text-decoration:none;
}

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

input,select,textarea {
	border-right: solid #CCC 1px;
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
}
textarea{
font:12px/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

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

.sub {
margin: 0px !important;
padding:20px;
border:1px solid #F2E9E9;
}

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

.table1 {
border:1px solid #D8BBBB;
font-size: 11px;
align:center;
margin:0px auto;
border-collapse:collapse;
}

.table1 td{
padding:10px;
}
.table1 th{
padding:10px;
}

.table1 input{
font:12px/1.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
height:1.8em;
}

.CELL_1_L {
background:#f6f5f4;
border:1px solid #D8BBBB;
text-align:left;
}

.CELL_1_C {
background:#f6f5f4;
border:1px solid #D8BBBB;
text-align:left;
}

.CELL_1_R {
background:#f6f5f4;
border:1px solid #D8BBBB;
text-align:right;
}

.CELL_2 {
background:#FFF;
border:1px solid #D8BBBB;
}

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


.title_area {
margin:30px 0 0 30px;
}

.shop_title {
	font-size: 22px;
	font-weight: bolder;
	line-height:1.2em;
}



/* ------------------------------------- 
 *	ボタン
 * ------------------------------------- */
#sk_link_other a{
font-size:10px;
color:#C79F9F;
}

.submit_btn {
	text-align:center !important;
}
.submit_btn input{
width:120px;
height:30px;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}
.submit_btn_cart01 input{
width:120px;
height:30px;
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}
.submit_btn_cart02 input{
width:120px;
height:30px;
}
.secureElement_orderEndBackButton input{
width:120px;
height:30px;
}

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.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;
}

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

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

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:#D8BBBB 2px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	background-color:#f6f5f4;
	text-align: left
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color:#DC1F3E;
	padding:10px;
	margin:20px auto;
	text-align: left;
	color:#FFFFFF;
	font-size:11px;
}

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

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