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

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

* 
body {	
	font-size: 12px;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
        color: #fff;
	line-height: 1.5em;
	background: url(https://img10.shop-pro.jp/PA01047/643/etc/background_3.jpg);
	text-align:left;

}

a {
text-decoration: none;
color:#b25070;
}

a:hover {
color:#B25070;
text-decoration: underline;
}

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

img {
	border: 0px;
}






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

input, select, textarea {
}

.base01 {
	width: 700px;
	margin: 0px auto !important;
	padding: 20px !important;
	text-align: left !important;
        background-color: #fff;
        color: #666;
        background: url(使用停止http://img10.shop-pro.jp/PA01047/643/etc/kessai_back.jpg) no-repeat #fff;
}
@media screen and (max-width: 767px) {
.base01 {
	width: 100%;}
}
.base02 {
	width: 700px !important;
	margin: 0px !important;
	padding: 0 !important;
	text-align: left !important;
        background: #;
}
@media screen and (max-width: 767px) {
.base02 {
	width: 100% !important;}
}

.sub {
	width: 600px !important;
	margin: 0px !important;
	padding: 10px 20px !important;
        background: #;
	align: left !important;
}


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

.table1 {
        width: 600px;
	border: 0px solid #ffffff;
	font-size: 11px;
	align:left;
	margin:0px auto;
        background: #440c34;
        color: #fff;
}

.CELL_1_L {
	background: #7e2d5e;
	border: 0px solid #CCC;
	padding: 4px 2px 4px 10px;
	font-weight: bolder;
	text-align:left;
}

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


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

.CELL_2 {
	background:#FFF;
	border: 0px;
	padding: 5px;
        color: #666;
}

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


.title_area {
	padding: 20px  0px !important;
}

.shop_title {
	font-size: 12pix;
	font-weight: bolder;
	line-height:1.2em;
}



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

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

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

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

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

}

.secure_seal {
	width: 700px !important;
	margin: 0px auto !important;
	padding: 0px 20px !important;
	text-align:center;
        background: #fff;


}

.secure_table {
	margin:0px auto !important;
	text-align:center;
        color: #444;
}
/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color:#b24070;
}

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

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

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


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

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

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: 00929F;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shop_title{font-size: 1.2rem !important;}
}