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

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

body {
  background: url(https://img11.shop-pro.jp/PA01289/603/etc/top_haikei.jpg?20140911125657);
  background-repeat: repeat-x;
  background-position: top;
	color:#333333;
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin: 0px;
	padding: 0px;
	}

tr,td,th,div,font {
	font: 12px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#333333;
	}

form {
	margin-bottom: 15px;
	padding: 0px;
	}

img {
	border:0px;
	}


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


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

.base01 {
	background-color:#FFF;
	border-top:solid 3px ;
	border-right:solid 1px ;
	border-bottom:solid 3px ;
	border-left:solid 1px ;
	border-color:#333333;
	margin-bottom: 15px;
	}

.base02 {
	background-color:#FFF;
	}


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

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

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

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

.CELL_2 {
	color: #333333;
	background-color:#FFFFFF;
	}


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

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

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	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;
	}

/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border:1px #333333 solid;
	padding: 5px 10px;
	margin: 15px auto;
	color: #333333;
	text-align: left
	}

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

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

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

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


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

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

/* ------------------------------------- 
 *	2015スマホリニューアル
 * ------------------------------------- */

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #35454c; /* ボタンの文字の色を指定 */
}
.c-button {
  background: #eff2f4; /* 通常時　ボタンの背景色を指定 */
}
  .c-button:hover {
    background: #dfe5e8; /* マウスオーバー時　ボタンの背景色を指定 */
  }

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff; /* ボタンの文字の色を指定 */
}
.c-button--primary {
  background: #2196f3; /* 通常時　ボタンの背景色を指定 */
}
  .c-button--primary:hover {
    background: #1e87da; /* マウスオーバー時　ボタンの背景色を指定 */
  }

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #86251e; /* ボタンの文字の色を指定 */
}
.c-button--danger {
  background: #feedeb; /* 通常時　ボタンの背景色を指定 */
}
  .c-button--danger:hover {
    background: #fdd9d7; /* マウスオーバー時　ボタンの背景色を指定 */
  }

.c-input--text {
  border-color: #d7dee2; /* 通常時　入力エリアのボーダー色を指定 */
}
  .c-input--text:focus {
    border-color: #607d8b; /* フォーカス時　入力エリアのボーダー色を指定 */
  }