@charset "UTF-8";
/* ************************************************ 
 * ------------------------------------------------
 *	お問合せ画面 CSS
 * ------------------------------------------------
 * ************************************************ */


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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	color: #3d3419;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, '游ゴシック体 Medium', 'Yu Gothic Medium', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 1.7;
	letter-spacing: 0.1em;
	background: #fff url(https://img13.shop-pro.jp/PA01286/056/etc/bg_noiz.png?20140613143033) repeat 0% 0%;
	text-align: center;
}

table,th,td,input,textarea,select {
	font-size: 100%;
	font-family: inherit;
}

h1,h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 100%; }


a:link { color: #ec8584; }
a:visited { color: #a96dc2; }
a:hover { color: #999; }



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

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: 100%!important;
	margin: 0px auto!important;
	padding: 185px 0px 0px!important;
	text-align: center;
background: url(https://img13.shop-pro.jp/PA01286/056/etc/ssl_header.png?cmsp_timestamp=20191108101138) no-repeat 50% 0%;
}

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

.sub {
	width: 700px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
	background:#FFF;
}

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

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

.CELL_1_L {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px 2px 4px 10px;
	font-weight: bolder;
	text-align:left;
font-size: 90%;
}

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

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

.CELL_2 {
	background:#FFF;
	border: 1px solid #ccc;
	padding: 4px 2px;
}

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


.title_area {
	padding: 0px !important;
display:none!important;
}

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



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

.submit_btn {
	text-align:center !important;
padding: 5px 10px;
}

/*決済ページ:カートを空にする&変更*/
.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;
}

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

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	color: #c00;
}

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	color: #c00;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #736357 1px dotted;
	padding: 10px;
	margin: 10px auto;
	color: #736357;
	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: #900990;
	font-weight: bold;
}

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


/** add ***/

input { padding: 2px; }
input[type=button] { padding: 5px 10px; border-color: #333;}
h1 { text-align: center; }
div { font-size: 110%; }
div.info { font-size: 90%;font-weight: normal; }
.view_pc .base01 { max-width: 100%;}