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

*{
    margin:0;
    padding:0;
}
body {
	font-size:12px;
	line-height:19px;
	color:#666;
}

.base01 {
	margin: 0px auto !important;
	padding: 0px !important;
	text-align: left !important;
    position:relative;
	width:700px!important;
}
.base02 {
	margin: 0px !important;
	padding: 0px !important;
	width: 700px !important;
}
.sub {
	margin: 0px auto !important;
	padding: 0px auto !important;
	width: 680px !important;
}


/*ヘッダ*/
div.title_area {
	padding:20px 0px 0px 0px !important;
	margin:0px!important;
}
div.title_area a {
	margin:0px;
	display:block;
	width:180px;
	background: url(https://img02.shop-pro.jp/PA01126/872/etc/head_logo.gif) no-repeat left center;
	height:66px;
	font-size:1px;
	line-height:1px;
	text-decoration:none;
}
span.shop_title {
	text-indent:-9000px;
	display:block;
}


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

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

input {
	border:1px solid #999;
	background-color:#FFF;
	padding:3px;
}

select{
	border:1px solid #999;
	height:20px;
	line-height:20px;
}

textarea {
	border:1px solid #999;
	background-color:#FFF;
	padding:3px;
}



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

.table1 {
	background: #CCC;
	font-size:12px;
	align:center;
	margin:0px auto;
}
.sub table {
	margin-bottom:20px;
}

.CELL_1_L {
	background: #ECECEC;
	padding: 4px;
	color:#333;
	text-align:left;
	font-weight: normal;
}

.CELL_1_C {
	background: #ECECEC;
	padding: 4px;
	color:#333;
	text-align:center;
	font-weight: normal;
}

.CELL_1_R {
	background: #ECECEC;
	padding: 4px;
	color:#333;
	text-align:right;
	font-weight: normal;
}

.CELL_2 {
	background: #FFFFFF;
	padding: 4px;
}

.prod_total, .all_total {
	color:#333;
	display: block;
	font-weight: normal;
}






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

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

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

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

/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
	font-size:10px !important;
	color:#999 !important;
	text-align:center;
	width: 700px !important;
	margin:-50px auto 0px !important;
	padding:0px !important;
	overflow:visible;
}
.secure_seal {
	color:#999 !important;
	text-align:center;
	margin:0px auto !important;
	width:700px;
}

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

#foot_copy {
	color:#999;
	padding-top:3px;
	text-align:center;
}

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

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

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

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

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	border: 2px solid;
	border-color: #C00;
	padding: 5px;
	margin:10px auto;
	text-align:center !important;
	color:#C00;
	font-size:12px;
	font-weight:bold;
	width:588px !important;
}

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

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: #C00;
	font-weight: bold;
}
div.base02 p {
	font-size:12px;
	line-height:20px;
	margin:20px 0px;
}