@charset "euc-jp";

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


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

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

body {
	color: #4f4f4f;
	font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	line-height: 150%;
	background-color: #ffffff;
	margin: 0 auto;
}

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

a:visited {
	color: #149bc7;
	text-decoration: none;
}

a:active {
	color: #149bc7;
	text-decoration: none;
}

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

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

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

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

.base02 {
	width: 700px !important;
	margin: 0px !important;
	padding: 20px 0px 0px 0px !important;
	text-align: left !important;
	border: 1px solid #acb8bd;
}

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

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

.table1 {
	border: 1px solid #acb8bd;
	font-size: 11px;
	text-align: center;
	margin: 20px auto !important;
}

.CELL_1_L {
	background: #e1ebf0;
	text-align: left;
	padding: 10px;
	font-weight: bold;
}

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

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

.CELL_2 {
	background:#ffffff;
	text-align: left;
	padding: 10px;
}

.CELL_2 input {
	font-size: 14px;
	padding: 5px;
	border: 1px solid #dedede;
}

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

.title_area {
	padding: 40px 0 !important;
	text-align: center !important;
}

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

.input_ime{
font-size: 14px;
padding: 5px;
border: 1px solid #dedede;
}

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

.submit_btn {
	text-align:center !important;
	width: 570px;
	background: #ffffff;
	margin: 0 auto;
	padding: 15px;
}

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

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

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	margin: 10px auto;
	padding: 15px;
	font-size: 12px;
	color: #66605c;
	background-color: #f2fbff;
	text-align: left;
	width: 570px !important;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #cc6688;
	padding: 10px;
	margin: 10px 0;
	text-align: left;
	color:#ffffff;
}

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

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

/* ------------------------------------- 
 *	ボタングループ
 * ------------------------------------- */

.submit_btn input{
	background-color:#217091;
	width:170px;
	height:30px;
	border:0;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
	-moz-border-radius:6px ;
	border-radius:6px ;}
	
.submit_btn input:hover{
	background-color:#3889ab;
}

