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


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	background:#FFFFE7;
	color:#666;
	font: 12px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	}


tr,td,th,div,font {
	font: 12px/160% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#666;
	}

td {
	padding: 5px;
	}

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

img {
	border:0px;
	}

input, select, textarea {
	}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */

a:link    {color: #006380; text-decoration: underline;}
a:visited {color: #006380; text-decoration: underline;}
a:active  {color: #006380; text-decoration: underline;}
a:hover   {color: #FF3366; text-decoration: none;}



/* design css------------------------------------------ */

.base01 {
	background:#FFF;
	border-top:2px #74AEBF dotted;
	border-bottom:2px #74AEBF dotted;
}

.base02 {
	}



/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.table1 {
	background-color:#B7D5DE;
}

.CELL_1_C {
	font-weight:bolder;
	background-color:#EAF7D6;
	text-align:center;
}
.CELL_1_L {
	font-weight:bolder;
	background-color:#EAF7D6;
	text-align:left;
	padding-left: 10px;
}
.CELL_1_R {
	font-weight:bolder;
	background-color:#EAF7D6;
	text-align:right;
	padding-right: 10px;
}

.CELL_2 {
	background-color:#FFF;
	}



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

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: x-small;
	font-weight:bolder;
	color: #339999;
	}



/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {

text-align:center !important; 
padding-left:0 !important;
	}


/* ------------------------------------- 
 *	タイトルのショップ名の文字サイズと文字色
 * ------------------------------------- */

.shop_title {
	font-size:22px;
	color:#74AEBF;
	font-weight:bold;
	}
.shop_title a:link    {color: #74AEBF; text-decoration: none;}
.shop_title a:visited {color: #74AEBF; text-decoration: none;}
.shop_title a:active  {color: #74AEBF; text-decoration: none;}
.shop_title a:hover   {color: #74AEBF; text-decoration: none;}

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

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
 
.errorbox {
	background-color: #FFFF99;
	padding: 5px;
	margin:10px auto;
	font-size:11px;
	font-weight:bolder;
}

/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	border: 1px solid #CCC;
}

/* ------------------------------------- 
 *	商品合計金額の文字色
 * ------------------------------------- */
.prod_total {
	color: #CC3333;
	font-weight: bold;
}

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

/* ------------------------------------- 
 *	総合計の文字色
 * ------------------------------------- */
.all_total {
	color: blue;
	font-weight: bold;
}

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