/* ************************************************ 
 * ------------------------------------------------
 *	お問い合わせ画面 CSS
 * ------------------------------------------------
 * ************************************************ */
body {  background-color: #F2F2F3;}

/* ------------------------------------- 
 *	ロゴ
 * ------------------------------------- */
.p-shop__logo {
  max-width: 243px!important;
}

.c-button__group--sub {
  margin: 10px 0 30px!important; 
}

/* ------------------------------------- 
 *	イントロ
 * ------------------------------------- */
.c-alert {
  color: #000846!important;
background: #FFF!important; 
  text-align: center!important; 
}

/* ------------------------------------- 
 *	もどるボタン色
 * ------------------------------------- */
.c-button {
  background: #DCDDDD!important; 
  box-shadow: none!important; 
}
.c-button:hover {
    background: #C9CACA!important;
  }

/* ------------------------------------- 
 *	送信ボタン色
 * ------------------------------------- */
.c-button--primary {
  background: #EC6D81!important;
  box-shadow: none!important; 
}
.c-button--primary:hover {
    background: #DD667A!important;
  }

/* ------------------------------------- 
 *	記入欄
 * ------------------------------------- */
.c-input--text {
  width: 90%!important;
  border: 1px solid #DCDDDD!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.c-form__title {
  color: #595757!important;
}
.c-form__title--must {font-size:80%;}

.c-form__note { font-size: 90%!important; margin:1em 0!important; color: #595757!important;} 

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */

body {
	background-color:#F2F2F3;
	color:#595757;
	font-size: 12px;
font-family:'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	
	margin: 0px;
	padding: 0px;
	}

tr,td,th,div,font {
	color:#595757;
	}

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

img {
	border:0px;
	}
.copyright, .secure_seal td {color:#595757!important;font-size:80%!important;}

.secure_seal table {background:#fff;}
.secure_seal td {padding:5px 10px;}


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


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

.base01 {
	}

.base02 {	
	}


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

.CELL_1_C {
	color: <{$table_title_fontcolorr}>;
	background-color:#DCDDDD;
	text-align:center;
	}

.CELL_1_L {
	color: <{$table_title_fontcolorr}>;
	text-align:left; vertical-align:top;
	padding-left: 10px;
	}

.CELL_1_R {
	color: <{$table_title_fontcolorr}>;
	text-align:right;
	padding-right: 10px;
	}

.CELL_2 {
	color: #333333;
	}

.table1 input, .table1 textarea {background:#eee; border:none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  padding:10px;}

/* -- 送信 --*/
.submit_btn input {width:auto; height:40px; padding:0px 20px; background-color:#EC6D81; border:none; color:#fff;
cursor:pointer; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
text-align:center; line-height:40px; }
.submit_btn input:hover {background-color:#595757; }


/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 10px;
	font-weight: bolder;
	color: #DB4F4A;
	}

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

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	text-align:center !important;
padding-left:0 !important; 
	}

.title_area a img {width: 243px;
  margin-bottom: 30px;
}


/* ------------------------------------- 
 *	メニュータイトルの文字サイズと文字色
 * ------------------------------------- */
.menu_title {
	font-size:14px;
	color:#F2F2F3;
	font-weight:bold;
	}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:none; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
	padding: 15px;
	margin: 15px auto;
	color: <{$page_fontcolor>;
	text-align: left;
background:#F2F2F3;
	}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	border:1px <{$link_fontcolor}> solid;
	padding: 5px 10px;
	margin: 15px auto;
	color: <{$link_fontcolor}>;
	text-align: left
	}

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

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

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: <{$page_fontcolor>;
	font-weight: bold;
	}

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

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

.mail_title {font-size:120%; color:<{$page_fontcolor>;}