/* ************************************************ 
 * ------------------------------------------------
 *	メルマガ登録・解除画面 CSS
 * ------------------------------------------------
 * ************************************************ */

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

body {
	background-color:#ddd;
	color: #222;
	font-family: 'Segoe UI','Century Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

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

img {
	border:0px;
}


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


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

.base01 {
	background-color:#f8f8f8;
}

.base02 {
	width: 800px!important;
	background-color:#f8f8f8;
}

.base02 a {
	display:block;
	width:135px;
	height:26px;
	font-size:14px;
	text-align:center;
	font-weight:normal!important;
	line-height: 26px;
	background-color: #ddd;
	border-radius: 3px;
}

.base02 a:hover {
	text-decoration: underline;
}

.base02 form > div[align="center"] > div[align="left"] {
	width: 740px!important;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.table1 {
	width: 500px;
}

.CELL_1_C {
	color: #333333;
	background-color:#cccccc;
	text-align:center;
}

.CELL_1_L {
	text-align: center;
	font-weight: normal;
}

.CELL_1_R {
	color: #333333;
	background-color:#cccccc;
	text-align:right;
	padding-right: 10px;
}

.CELL_2 input {
	width: 300px!important;
	height: 26px;
	padding: 0px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.CELL_2 a {
	display: inline;
	background-color: transparent;
}

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

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

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	padding: 0px!important;
	border-bottom: solid 1px ;
	border-color:#333333;
}
	
.title_area a:link,
.title_area a:hover,
.title_area a:visited,
.title_area a:active {
	text-decoration:none;
}

/* ------------------------------------- 
 *	タイトルのショップ名の文字サイズと文字色
 * ------------------------------------- */
.shop_title {
	font-size:22px;
	color:#0000cc;
	font-weight:bold;
}

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

/* ------------------------------------- 
 *	送信ボタン
 * ------------------------------------- */
.submit_btn input {
	width:280px;
	height:40px;
	border:0px;
	border-radius: 5px;
	padding:0px 0px 4px 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #ffb1b1;
	color: #751b1b;
	font-size: 15px;
	line-height: 40px;
}

.submit_btn input:hover {
	cursor: pointer;
	filter: alpha(style=0; opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	width: 720px!important;
	padding: 5px 10px 20px 10px;
	margin: 15px auto;
	border-bottom: 1px solid #ddd;
	color: #222;
	text-align: left
}

.info a {
	display: none;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	padding: 5px 10px;
	margin: 15px auto;
	border-radius: 5px;
	color: #222;
	background-color: #e7e7e7;
	text-align: left
}

/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	width: 720px!important;
	border-radius: 5px;
	padding-top: 5px!important;
	padding-bottom: 0px!important;
}

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

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


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

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