/* ************************************************ 
 * ------------------------------------------------
 *	マイアカウント画面 CSS
 * ------------------------------------------------
 * ************************************************ */


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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

body {
	padding-top: 30px;
	color: #333333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
	line-height: 150%;
	background-color: #FFFFFF;
	margin-left: 20px;
}

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

a:visited {
	color: #0033cc;
}

a:active {
	color: #0033cc;
}

a:hover {
	color: #ff3366;
}

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

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

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

.sub {
	width: 700px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
	background:#ffffff;
}

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

.table1 {
	background-color:#ffffff;
	font-size: 12px;
	align:center;
	margin:0px auto;
}

.CELL_1_C {
	color: #333333;
	background-color:#F5F5F5;
	padding: 10px 10px;
	font-weight: normal;
	text-align:center;
}

.CELL_1_L {
	color: #333333;
	background-color:#F5F5F5;
	padding: 10px 10px;
	font-weight: normal;
	text-align:left;
}

.CELL_1_R {
	color: #333333;
	background-color:#F5F5F5;
	padding: 10px 10px;
	font-weight: normal;
	text-align:right;
}

.CELL_2 {
	color: #333333;
	background-color:#FFFFFF;
	padding: 10px 10px;
	font-weight: normal;
}

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


.title_area {
	padding: 0px !important;
}

.shop_title {
	font-size: 22px;
	font-weight: bolder;
	line-height:1.2em;
}



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

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

.submit_btn input{
	font-size:16px;
	line-eight:1.1;
	font-weight:bold;
	padding:5px 30px;
	border:1px solid #999;
	background-color:#d00;
	color:#fff;
}

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

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

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

.secure_seal {
	text-align:center;
	margin:20px auto !important;
	width:700px;
}

.secure_table {
	margin:20px auto !important;
	text-align:center;
}

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

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

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:solid #999 1px;
	padding: 10px;
	font-size: 12px;
	line-height:1.5;
	margin: 10px auto;
	width: 90%;
	color: #000000;
	background-color:#ffffff;
	text-align: left
}

/* ------------------------------------- 
 *	会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */
.members_info {
	background-color: #ffd;
	border: 2px dotted #d00;
	padding: 10px;
	margin:10px auto;
	text-align: left;
	color:#cc1010;
	font-size:12px;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #ffd;
	border: 2px dotted #d00;
	padding: 10px;
	margin:10px auto;
	text-align: left;
	color:#cc1010;
	font-size:12px;
}

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

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