/* ************************************************ 
 * ------------------------------------------------
 *	お問合せ CSS
 * ------------------------------------------------
 * ************************************************ */


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

body{
	background:#ECE4BF url(https://img09.shop-pro.jp/PA01040/443/etc/header_form_bg.gif) repeat-x top;
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ ゴシック","Osaka‐等幅";
	font-size:12px;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

td {
	padding: 5px;
}

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

/* ------------------------------------- 
 *	ベースレイアウト
 * ------------------------------------- */

.base01 {
	height:auto;
	position:relative;
}

.base02 {
	padding:0px 0 0px 0;
	height:auto;
}

.sub {
	border: 1px solid #CCC;/*テーブル−枠の色と同じ*/
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	padding:0;
	height:80px;
}
.title_area a:link    {color: #000; text-decoration: none;}
.title_area a:visited {color: #000; text-decoration: none;}
.title_area a:active  {color: #000; text-decoration: none;}
.title_area a:hover   {color: #666; text-decoration: none;}

span.shop_title {
	display:block;
	position:absolute;
	top:25px;
	left:10px;
	background: url(https://img09.shop-pro.jp/PA01040/443/etc/logo_form.jpg) no-repeat left top;
	height:41px;
	width:339px;
	text-indent:-9912px;
}

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

.table1 {
	background:#CCC;/*テーブル枠の色*/
	margin:0 auto;
}

.CELL_1_L {
	background-color:#E2DECF;
	border:2px solid #FFF;
	font-weight: bolder;
	text-align:center;
}

.CELL_1_C {
	background-color:#E2DECF;
	border:2px solid #FFF;
	font-weight: bolder;
	text-align:center;
}

.CELL_1_R {
	background-color:#E2DECF;
	border:2px solid #FFF;
	font-weight: bolder;
	text-align:right;
}

.CELL_2 {
	background:#FFF;
}

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

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

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

.submit_btn input{
	font-weight:bold;
	padding:5px 0pt;
	text-align:center;
}

/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 input{
	font-size:12px;
	font-weight:bold;
	line-height:100%;
	padding:2px;
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 input{
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	padding:5px;
}

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

.secure_seal {
	text-align:center;
	margin:0 auto;
}

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

.p-page__footer{
	border-top: 5px solid #321C0E;
}

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

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	background:#E2DECF none repeat scroll 0%;
	color: #533831;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:2px #CCC solid;/*テーブル−枠の色と同じ*/
	padding: 10px;
	margin: 10px auto;
	color: #3c60c5;
	background-color: #f8f8ff;
	text-align: left
}

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

/* ------------------------------------- 
 *	総合計の文字色
 * ------------------------------------- */

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

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

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