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


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

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

html {   
    overflow-y:scroll;   
} 

body {
	color: #000000;
	font-size: 80%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳＰ ゴシック", "Osaka‐等幅";
	line-height: 1.6;
	background: url(https://sd13.securesite.ne.jp/ssl.kikakuseisaku.com/sample/cos/other_bg_top.jpg) top no-repeat;
	text-align: left;
}

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

a:visited {
	color: #9966CC;
}

a:active {
	color: #9966CC;
}

a:hover {
	color: #FF0033;
}

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

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: 820px !important;
	margin: 0px auto !important;
	padding: 0px !important;
	text-align: center !important;
}

.base02 {
	width: 700px !important;
	margin: 0px !important;
	padding: 20px 0px 0px 60px !important;
	_padding: 20px 0px 0px 0px !important;
	text-align: left !important;
}

.sub {
	width: 596px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
	background:#FFF;
	border: solid 1px #CCCCCC;
}

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

.table1 {
	border: 1px solid #CCCCCC;
	font-size: 100%;
	align:center;
	margin:0px auto;
}

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

.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 #EEE;
	padding: 4px 2px;
}

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


.title_area {
	font-size: 24px;
	padding: 48px 0px 20px 0px !important;
	margin:0px;
	font-weight: bold;
	background-repeat:no-repeat;
}

.title_area a {
	display:block;
	width:189px;
	height:30px;
}

.title_area a:hover{
	text-decoration: none;
	background-color: transparent;
}

.shop_title {
	display:none;
}


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

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

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

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

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

.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: #3B6190;
}

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

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: none;
	padding: 10px;
	font-size: 14px;
	margin: 10px auto;
	width: 576px !important;
	color: #000000;
	background-color: #F5F8F8;
	border: solid 1px #CCCCCC;
	text-align: left
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #EEEEEE;
	border: none;
	padding: 4px 10px 4px 10px;
	margin:10px auto;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}

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

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