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

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

body {
	background:url(https://img05.shop-pro.jp/PA01159/887/etc/bg.gif?cmsp_timestamp=20150924100957) repeat-x;
	color:<{$font_color}>;
	font: <{$font_size}>/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin: 0px;
	padding: 0px;
	}

tr,td,th,div,font {
	font: <{$font_size}>/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:<{$font_color}>;
	}

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

img {
	border:0px;
	}


/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {font-size:<{$font_size}>; color:<{$link_normal}>; text-decoration:none;}
a:visited {font-size:<{$font_size}>; color:<{$link_normal}>; text-decoration:none;}
a:active {font-size:<{$font_size}>; color:<{$link_normal}>; text-decoration:none;}
a:hover {font-size:<{$font_size}>; color:<{$link_hover}>; text-decoration:none;}


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

.base01 {
	position:relative !important;
	width:100% !important;
}

.base02 {
	padding-top:0px !important;
}

.p-page__body-inner {
  border-top:none!important;
  padding-top: 5px!important;
}

.sub {
	width:100% !important;
	margin: 0px !important;
	padding: 0 2% !important;
	box-sizing: border-box !important;
}


/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.table1 {
	background-color:<{$table_border_color}>;
	}

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

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

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

.CELL_2 {
	color: <{$table_cell_fontcolor}>;
	background-color:<{$table_cell_bgcolor}>;
	}


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

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

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
    width:329px !important;
	height:76px !important;
	text-indent:-9999px !important;
	font-size:<{$title_fontsize}>;
	background:url(https://img05.shop-pro.jp/PA01159/887/etc/head_bg.png?cmsp_timestamp=20150924100914) no-repeat top left;
}

.title_area a{
	position:absolute !important;
	left:0px !important;
	top:10px !important;
	display:block !important;
	width:329px !important;
	height:76px !important;
}

@media screen and (max-width: 568px) {
.title_area {
    width:260px !important;
	height:60px !important;
	text-indent:-9999px !important;
	font-size:14px;
	background:url(https://img05.shop-pro.jp/PA01159/887/etc/head_bg.png?cmsp_timestamp=20150924100914) no-repeat 8px left;
}

.title_area a{
	position:absolute !important;
	left:0px !important;
	top:18px !important;
	display:block !important;
	width:260px !important;
	height:60px !important;
}
}

/* ------------------------------------- 
 *	タイトルのショップ名の文字サイズと文字色
 * ------------------------------------- */
.shop_title {
	font-size: <{$title_fontsize}>;
	font-weight: bolder;
	line-height:1.2em;
}

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

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:1px #49BAD2 solid;
	padding: 5px 10px;
	margin: 15px auto;
	color: #006B80;
	text-align: left
	}
	
/* ------------------------------------- 
 *	会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */
.members_info {
	border:1px #49BAD2 solid;
	padding: 5px 10px;
	margin: 15px auto;
	color: #006B80;
	text-align: left
	}

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

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

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

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

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

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