/* ************************************************ 
 * ------------------------------------------------
 *	マイアカウント画面 CSS
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	共通
 * ------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}

body {
	color: #000000;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
	background-color: #ffffff;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {
	color:#6196d5;
	text-decoration:none;
}

a:visited {
	color:#6196d5;
	text-decoration:none;
}

a:active {
	color:#6196d5;
	text-decoration:none;
}

a:hover {
	color:#06F;
	text-decoration:underline;
}

/* ------------------------------------- 
 *	入力項目
 * ------------------------------------- */

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: 940px !important;
	margin: 0px auto !important;
	padding:0 25px !important;
	text-align: left !important;
}

.base02 {
	width:910px !important;
	margin: 0px !important;
	padding: 0 15px !important;
	text-align: left !important;
}

.sub {
	border-top:1px solid #cccccc;
	width: 700px !important;
	margin: 0px !important;
	padding: 10px 0px !important;
	background:#FFF;
}
/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */

.table1 {
	font-size: 11px;
	align:center;
	margin:0px auto;
}

.CELL_1_L {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px 2px 4px 10px;
	font-weight: bolder;
	text-align:left;
}

.CELL_1_C {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px 2px 4px 2px;
	font-weight: bolder;
	text-align:center;
}

.CELL_1_R {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 4px 10px 4px 2px;
	font-weight: bolder;
	text-align:right;
}

.CELL_2 {
	background:#FFF;
	border: 1px solid #EEE;
	padding: 4px 2px;
}

.prod_total, .all_total {
	font-weight: bolder;
	display: block;
}


.title_area {
	padding: 50px 0;
}

.shop_title {
        display: block;
        height: 50px;
	background:url(https://file001.shop-pro.jp/PA01102/335/img/common/header_logo.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.title_area a{
	text-indent:-9999px !important;
}



/* ------------------------------------- 
 *	ボタン
 * ------------------------------------- */

.submit_btn {
	text-align:center !important;
}

.submit_btn input{
	color:#FFFFFF;
	background-color:#49bad2;
	border:1px solid #93deee;
	padding:3px 5px;
}


/*決済ページ:カートを空にする&変更*/
.submit_btn_cart01 {
}

.submit_btn_cart01 input{
	color:#FFFFFF;
	background-color:#49bad2;
	border:1px solid #93deee;
	padding:3px 5px;
}

/*決済ページ:買い物を続ける&レジへ進む*/
.submit_btn_cart02 {
}

.submit_btn_cart02 input{
	color:#FFFFFF;
	background-color:#49bad2;
	border:1px solid #93deee;
	padding:3px 5px;
}


/* ------------------------------------- 
 *	コピーライト、セキュア
 * ------------------------------------- */
.copyright{
	background:url(https://img17.shop-pro.jp/PA01102/335/etc/01_wrap_bg.png?20110428112919) repeat-y;
	width: 940px;
	text-align:center !important;
	margin:0px auto !important;
	padding:0 25px 20px !important;
}

.secure_seal {
	background:url(https://img17.shop-pro.jp/PA01102/335/etc/01_wrap_bg.png?20110428112919) repeat-y;
	width: 940px;
	text-align:center !important;
	margin:0px auto !important;
	padding:0 25px !important;
}

.secure_table {
	margin:0 auto !important;
	text-align:center;
}

.secure_table span{
	font-size:12px !important;
}
/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	color: #3B6190;
}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #3c60c5 1px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #3c60c5;
	background-color: #f8f8ff;
	text-align: left
}

/* ------------------------------------- 
 *	会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */
.members_info {
	border: #3c60c5 1px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #3c60c5;
	background-color: #f8f8ff;
	text-align: left
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #00929F;
	border: 2px solid;
	border-color: #007782;
	padding: 4px 2px 4px 5px;
	margin:10px auto;
	text-align: left;
	color:#FFFFFF;
	font-size:11px;
}

/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: 00929F;
	font-weight: bold;
}
