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

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

/*body {
	background:#FFFFFF;
	color:#333333;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 140%;
	text-align:center;
	}*/

body{
	color:#333333;
	font-size: 12px;
	font-family:  Arial, 'Lucida Grande', Verdana, Sans-Serif,'Hiragino Kaku Gothic Pro','Osaka','ＭＳ ゴシック' ;
	line-height: 1.8em;
        margin: 50px;
        padding: 0px;
}

td {
	padding: 5px;
	}

img {
	border:none;
	}


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

a:link,
a:visited,
a:active  { color: #333333; text-decoration: none;}
a:hover   { color: #ffdd00; text-decoration: none;}


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

.base01 {
	background:#FFFFFF;
}

.base02 {
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
/*.title_area {
	background-color:#ffffff;
	font-size:1px;
	font-weight:bolder;
}*/

.title_area{
        background-image: url("https://img08.shop-pro.jp/PA01206/400/etc/cinqplus_logo_s.gif?20130302161944");
        background-repeat: no-repeat;
        background-position: center center;
        height:100px;
	background-color:#ffffff;
}

.p-shop__title{
	font-size:1px;
}

/*.title_area {
border-color:#ffffff;
text-align:center !important; 
padding-left:10 !important; 
}*/

.title_area a:link,
.title_area a:visited,
.title_area a:active  { color: #fff;}
.title_area a:hover   { color: #fff; text-decoration: none;}


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

.table1 {
	background:#fff;/*テーブル−枠の色*/
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}

.table1 tr {
	background:#fff;/*テーブル−枠の色*/
	border-bottom:1px solid #ccc;
}

.CELL_1_C {
	font-weight:normal;
	text-align:center;
	background-color:#f8f8f8;
	color:#333333;
}

.CELL_1_L {
	font-weight:normal;
	text-align:center;
	background-color:#f8f8f8;
	color:#333333;
	border-bottom:1px solid #ccc;
        margin:0px;
        padding:7px;
}

.CELL_1_R {
	font-weight:normal;
	text-align:right;
	background-color:#f8f8f8;
	color:#333333;
}

.CELL_2 {
	background-color:#ffffff;
	border-bottom:1px solid #ccc;
        margin:0px;
        padding:7px;
	}

table.secure_table,table.table1 {margin:0 auto;}

input, select, textarea {
        padding:3px;
	border-right: solid #CCC 1px;
	border-top: solid #CCC 1px;
	border-left: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
        outline: none;
}



/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 0.8em;
        color: #666;
	/*color: #3399CC;*/
	}

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 10px;
	font-weight:bolder;
	color: #CC3333;
	}


/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */

.info {
	background-color: #fff;
	border:0px solid #ccc;
	color:#333;
	margin: 10px auto;
	text-align: left
}

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

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

/* ------------------------------------- 
 *	商品合計金額の文字色
 * ------------------------------------- */
.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;
}

