@charset "shift_jis";
/*

  es_user.css

    Last update : 2015/08/17 01
    Style       : Fixed 2pane A-A w900

*/

/* *****************************************************************************

  レイアウト変更定義ファイルの読み込み

***************************************************************************** */
/* トップページ (top.html) のお勧め商品を横二列で表示します。 */
/* @import url("es_model_top_1.css"); */
/* 商品一覧ページ (item_list.html) の商品を横四列で表示します。 */
/* @import url("es_model__itemList_4ColumnsItem.css"); */



/* /////////////////////////////////////////////////////////////////////////////



  スタイル定義 - 共有



///////////////////////////////////////////////////////////////////////////// */

/* *****************************************************************************

  共有される定義 -フォント

***************************************************************************** */
/* 金額 */
.es_strPrice {
}
/* 個数 */
.es_strQty {
}
/* ポイント */
.es_strPoint {
}
/* 会員区分 */
.es_strMemberLevel {
}
/* エラー文 */
.es_strErr {
}
/* 注意文 */
.es_strAttn {
}
/* 例文 */
.es_strExample {
}


/* /////////////////////////////////////////////////////////////////////////////



  共有される定義 -ブロック



///////////////////////////////////////////////////////////////////////////// */

/* *****************************************************************************

  ベース

***************************************************************************** */
body {
/*	background: url(../img/body--bg.png) repeat-x;*/
	background: #FFF8E7;
}
a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.disp-none{
	display: none;
}


/* *****************************************************************************

  コンテナ

***************************************************************************** */
#es_container {
/*	width: 912px;*/
	width: 100%;
	border: none;
/*	background: url(../img/container--bg.png) repeat-y;*/
	background: none;
}

/* *****************************************************************************

  SmartPhoneとPCの切り替えスイッチ

***************************************************************************** */
#es_switch{
	background: #FFFFFF;
}

/* *****************************************************************************

  ヘッダー

***************************************************************************** */
#es_header {
/*	width: 900px;
	margin: 0 auto;*/
	width: 100%;
	text-align: center;
	background: url(../img/header--bg.png) no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}
#es_header img {
	/* width: 900px; */ /* 看板画像 横幅 */
	/* height: 80px; */ /* 看板画像 縦幅 (未指定で自動) */
}


/* *****************************************************************************

  メインナビゲーション

***************************************************************************** */
/* 全体 */
#es_mainNav{
	width: 100%;
	background: #FFDE4A;
	padding: 3px 0;
	-webkit-box-sizing: border-box; /* Safari */  
	-moz-box-sizing: border-box; /* Firefox */  
	-ms-box-sizing: border-box; /* Internet Explorer 8 */  
	box-sizing: border-box; /* Opera */
}
#es_mainNav_list {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	border-left: 1px dotted #FFFFFF;
/*	background: url(../img/mainnavi--bg.png) repeat-x;*/
	background: none;
}
/* ボーダー */
#es_mainNav_list li{
	border-right: 1px dotted #FFFFFF;
}
/* リンク(一括指定) 前景・背景 */
#es_mainNav_list a {
	width: 100px;
	color: #263b60;
}
/* リンク(一括指定) 前景・背景 (マウスカーソルを乗せた時) */
#es_mainNav_list a:hover {
	background: none;
	color: #263b60;
}


/* *****************************************************************************

  ログインステータス

***************************************************************************** */
#es_loginStatusWords{
	width: 900px;
	margin: 0 auto;
}

/* *****************************************************************************

  コンテンツ (親), コンテンツ (子)

***************************************************************************** */
/* コンテンツ (親) */
#es_contentParent {
	width: 900px;
	margin: 0 auto;
}
/* コンテンツ (子) */
#es_contentChild {
}

/* *****************************************************************************

  メインコンテンツ

***************************************************************************** */
#es_mainContent {
	margin: 8px 5px 0 0;
}

/* *****************************************************************************

  メインメニュー

***************************************************************************** */
#es_mainMenu {
	width: 185px;
	margin: 8px 0 0 0;
}
/* カテゴリ */
#es_category{
	width: 184px;
	margin: 0;
	padding: 0 0 10px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center bottom;
}
/* カテゴリ 表題 */
#es_category_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--category-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* カテゴリ 枠 */
#es_category ul {
	padding: 5px 0 0 0;
	border: none;
	background: none;
}
/* カテゴリ リスト 前景・背景 */
#es_category ul li{
	border: none;
	background: none;
	padding: 7px 0;
}
#es_category ul a {
	padding: 0 0 0 5px;
}
/* カテゴリ リスト 前景・背景 (マウスカーソルを乗せた時) */
#es_category ul a:hover {
	background: none;
	color: #333333;
}
/* カテゴリ リスト 画像 */
#es_category ul img {
}
/* カテゴリ リンク非出力時文字等 */
#es_category .es_category_nolink {
	border: none;
	background: none;
}
/* カテゴリ リンク非出力時画像 */
#es_category .es_category_nolink img {
}
/*
  カテゴリ リスト 画像 をマーカー的に表示する場合は
  以下のコメントを外す
*/
/*
#es_category ul a:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#es_category ul img {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0 5px 0 0;
	vertical-align: middle;
}
#es_category ul span {
	display: block;
	float: right;
	width: 143px;
	cursor: pointer;
}
* html #es_category ul span {
	overflow: auto;
}
*/
/* 特設ページ */
#es_contentsPage{
	width: 184px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center bottom;
}
/* 特設ページ 表題 */
#es_contentsPage_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--contentspage-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* 特設ページ 枠 */
#es_contentsPage ul {
	border: none;
	background: none;
}
/* 特設ページ リスト 前景・背景 */
#es_contentsPage li{
	border: none;
	background: none;
}
#es_contentsPage a {
	padding: 0 0 5px 5px;
}
/* 特設ページ リスト 前景・背景 (マウスカーソルを乗せた時) */
#es_contentsPage a:hover {
	background: none;
	color: #333333;
}

/* アンケートページ */
#es_enquetePage{
	width: 184px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center bottom;
}
/* アンケートページ 表題 */
#es_enquetePage_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--enquetepage-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* アンケートページ 枠 */
#es_enquetePage ul {
	border: none;
	background: none;
}
/* アンケートページ リスト 前景・背景 */
#es_enquetePage li{
	border: none;
	background: none;
}
/* アンケートページ リンク */
#es_enquetePage a {
	padding: 0 0 0 5px;
}
/* アンケートページ リスト 前景・背景 (マウスカーソルを乗せた時) */
#es_enquetePage a:hover {
	background: none;
	color: #333333;
}

/* カスタマーレビュー */
#es_allReviewPage{
	width: 184px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center bottom;
}
/* カスタマーレビュー 表題 */
#es_allReviewPage_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--allreviewpage-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* カスタマーレビュー 枠 */
#es_allReviewPage ul {
	border: none;
	background: none;
}
/* カスタマーレビュー リスト 前景・背景 */
#es_allReviewPage li{
	border: none;
	background: none;
}
/* カスタマーレビュー リンク */
#es_allReviewPage a {
	padding: 0 0 0 5px;
}
/* カスタマーレビュー リスト 前景・背景 (マウスカーソルを乗せた時) */
#es_allReviewPage a:hover {
	background: none;
	color: #333333;
}

/* ランキングページ */
#es_rankingPage{
	width: 184px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center bottom;
}
/* ランキングページ 表題 */
#es_rankingPage_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--rankingpage-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* ランキングページ 枠 */
#es_rankingPage ul {
	border: none;
	background: none;
}
/* ランキングページ リスト 前景・背景 */
#es_rankingPage li{
	border: none;
	background: none;
}
/* ランキングページ リンク */
#es_rankingPage a {
	padding: 0 0 0 5px;
}
/* ランキングページ リスト (訪問済み) */
#es_rankingPage a:visited {
	background: none;
	color: #333333;
}
/* ランキングページ リスト 前景・背景 (マウスクリック時) */
#es_rankingPage a:active {
	background: none;
	color: #333333;
}
/* ランキングページ リスト 前景・背景 (マウスオーバー時) */
#es_rankingPage a:hover {
	background: none;
	color: #333333;
}
/* ランキング リスト 文字順位 */
.es_rankingPage_title {
}
/* ランキング リスト 商品名 */
.es_rankingPage_item_name {
}
/* ランキング リスト 商品販売価格 */
.es_rankingPage_item_price {
}
/* ランキング リスト ランキング画像 */
.es_rankingPage_image {
}
/* ランキング リスト 商品一覧画像 */
.es_rankingPage_list_image {
}
/* 内側コンテンツ */
#es_rankingPage li p{
	padding: 0 5px;
}

/* 商品検索 */
#es_easySearch{
	width: 184px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center bottom;
}
/* 商品検索 表題 */
#es_easySearch_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--easysearch-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* 商品検索 枠 */
#es_easySearch_field {
	border: none;
	background: none;
}
/* 商品検索 説明文 */
#es_easySearch p {
}
/* 商品検索 ボタン */
#es_easySearch_submit{
	height: 21px;
}
/* カート */
#es_cart{
	width: 184px;
	margin: 15px 0 0 0;
	padding: 0 0 5px 1px;
	background: url(../img/mainmenu--bg.png) no-repeat;
	background-position: center top;
}
/* カート 表題 */
#es_cart_headline {
	width: 180px;
	height: 34px;
	background: url(../img/mainmenu--cart-ttl.png) no-repeat;
	text-indent: -9999px;
}
/* カート 枠 */
#es_cart_content {
	border: none;
	background: none;
}
#es_cart_item_info{
	width: 184px;
	margin: 0;
	padding: 0 0 5px 1px;
	background: url('../img/mainmenu--bg.png') repeat-y;
	background-position: left top;
	border: none;
}
#es_cart_item_info table{
	margin: 0 0 0 5px;
	padding: 0;
}
#es_cart_item_info p{
	padding-right: 10px;
}
#es_menu_cart_free_shipping{
	width: 184px;
	margin: 0;
	padding: 0 5px 5px 1px;
	background: url('../img/mainmenu--bg.png') repeat-y;
	background-position: left bottom;
	border: none;
	-webkit-box-sizing: border-box; /* Safari */  
	-moz-box-sizing: border-box; /* Firefox */  
	-ms-box-sizing: border-box; /* Internet Explorer 8 */  
	box-sizing: border-box; /* Opera */
}
#es_cart_item_info table .item_total_price,
#es_cart_item_info p .total_price{
	color: #D70001;
}
/* カート ボタン */
#es_cart_show{
	width: 92px;
	height: 27px;
}
#es_cart_register{
	width: 65px;
	height: 27px;
}

/* カレンダー */
#es_currentCalendar,
#es_nextCalendar{
	width: 180px;
	margin: 15px 0 0 1px;
}
#es_currentCalendar table,
#es_nextCalendar table{
	padding: 0;
}
/* 営業日カレンダー 今月 */
#es_currentCalendar table,
#es_currentCalendar th,
#es_currentCalendar td {
	border-color: #E3CFAC;
	background: #FFFFFF;
}
#es_currentCalendar .es_sunday {
}
#es_currentCalendar th {
}
#es_currentCalendar .es_title {
	background: #FFDCA6;
	border-color: #FFDCA6;
	color: #333333;
}
#es_currentCalendar td {
}
/* 営業日カレンダー 来月 */
#es_nextCalendar table,
#es_nextCalendar th,
#es_nextCalendar td {
	border-color: #E3CFAC;
	background: #FFFFFF;
}
#es_nextCalendar .es_sunday {
}
#es_nextCalendar th {
}
#es_nextCalendar .es_title {
	background: #FFDCA6;
	border-color: #FFDCA6;
	color: #333333;
}
#es_nextCalendar td {
}

/* *****************************************************************************

  サブナビゲーション

***************************************************************************** */
#es_subNav {
	height: 62px;
	background: url(../img/subnavi--bg.png) no-repeat;
}
#es_subNav_list {
	padding: 0;
	margin: 0;
	font-size: 77%;
	padding-top: 41px;
}
#es_subNav_list li{
	background: none;
	line-height: 1;
	font-size: 100%;
}
/* リンク (一括指定) */
#es_subNav_list a {
	color: #263b60;
}
/* リンク (一括指定) リンク先訪問済み */
#es_subNav_list a:visited {
	color: #263b60;
}
/* リンク (一括指定) マウスカーソルを載せた時 */
#es_subNav_list a:hover {
	color: #263b60;
}
/* リンク (一括指定) マウスクリックした時 */
#es_subNav_list a:active {
	color: #263b60;
}

/* *****************************************************************************

  フッター

***************************************************************************** */
#es_footer {
	width: 900px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	background: url(../img/footer--bg.png) no-repeat;
}
/* コピーライト */
#es_copyright {
	padding: 0;
	color: #263b60;
	line-height: 42px;
}

/* *****************************************************************************

  マイページ

***************************************************************************** */
/* マイページ メニュー */
/* マイページ メニュー */
#es_mypages_menu h3 {
	background: #EFB968;
	color: #FFFFFF;
}
#es_mypages_menu ul {
	border-color: #EFB968;
}
#es_mypages_menu a{
	color: #1464BF;
}
/* マイページ メニュー (ホーム) */
#es_mypage_topmenu h3 {
	background: #EFB968;
	color: #FFFFFF;
}
#es_mypage_topmenu ul {
	border-color: #EFB968;
}
#es_mypage_topmenu a{
	color: #1464BF;
}



/* /////////////////////////////////////////////////////////////////////////////



  メインコンテンツ内で使用する共通定義



///////////////////////////////////////////////////////////////////////////// */

/* *****************************************************************************

  トピックパス

***************************************************************************** */
#es_topicPath p {
	border-left-color: #EFB968;
}
#es_topicPath a{
	color: #1464BF;
}


/* *****************************************************************************

  コンテンツ 見出し

***************************************************************************** */
#es_contentHeadline {
}
#es_contentHeadline h1,
#es_contentHeadline h2 {
}

/* *****************************************************************************

  コンテンツ メッセージ

***************************************************************************** */
/* メッセージ 見出し */
.es_contentMsg_headline {
}
/* メッセージ 概要 */
.es_contentMsg_outline {
}

/* *****************************************************************************

  コンテンツ エラーメッセージ

***************************************************************************** */
/* エラーメッセージ 見出し */
.es_contentErrMsg_headline {
}
/* エラーメッセージ 内容 */
.es_contentErrMsg li {
}
.es_contentErrMsg{
	border-color: #D70001;
}

/* *****************************************************************************

  ホームへ戻る リンク

***************************************************************************** */
#es_goHome {
}
#es_goHome a{
	color: #1464BF;
}

/* *****************************************************************************

  商品

    以下のテンプレートで共有して使用されます。

      top.html
      item_list.html
      item_detail.html
      item_search_list.html

    ※ es_model_top_1.css を読み込んでいる場合、
       基本的に widht プロパティの値は変更不可です。

***************************************************************************** */
/* 商品ブロック */
.es_item:after{
	content: url('../img/item--foot.png');
	visibility: visible;
}
.es_item {
	background: url('../img/item--bg.png');
	border: none;
}

/* 画像ブロック (詳細画像 1) */
.es_item__image1 {
	/* width: 250px; */ /* 横幅 (標準 250px) */
}
/* 商品 詳細画像 1 */
.es_item__image1 img {
}
/* 画像ブロック (一覧画像) */
.es_item__imageList {
}
/* 商品 一覧画像 */
.es_item__imageList img {
}
/* データブロック (商品 詳細画像 1 用) */
.es_item__data {
	width: 421px;
	padding-right: 8px;
	-webkit-box-sizing: border-box; /* Safari */  
	-moz-box-sizing: border-box; /* Firefox */  
	-ms-box-sizing: border-box; /* Internet Explorer 8 */  
	box-sizing: border-box; /* Opera */
}
/* データブロック (商品 一覧画像用) */
.es_item__dataList {
	width: 421px;
	padding-right: 8px;
	-webkit-box-sizing: border-box; /* Safari */  
	-moz-box-sizing: border-box; /* Firefox */  
	-ms-box-sizing: border-box; /* Internet Explorer 8 */  
	box-sizing: border-box; /* Opera */
}

/* 在庫テーブル */
.es__top_colorStock_table{
}
.es__itemList_colorStock_table_sub_classification > .es__itemList_colorStock_price{
	color: #D70001;
}
/* 商品名 */
.es_item_itemName {
	/* background-color: blue; */ /* 背景色 */
}
.es_item_itemName a {
	font-size: 18px;
	color: #B90505;
}
/* 商品 標準フォント一括指定 */
.es_item .es_text_items {
}
/* 商品 説明文 1 */
.es_item_explanation1 {
}
/* 商品 おすすめコメント ラベル */
.es_item_suggestComment_label {
}
/* 商品 おすすめコメント */
.es_item_suggestComment {
}
/* 商品 利用可能支払方法 ラベル */
.es_item_itemSettlement_label {
}
/* 商品 利用可能支払方法 */
.es_item_itemSettlement {
}
/* 商品 利用不可支払方法 ラベル */
.es_item_itemSettlementNg_label {
}
/* 商品 利用不可支払方法 */
.es_item_itemSettlementNg {
}
/* 商品 返品特約 */
.es_item_return {
}
/* 商品 補足 */
.es_item_supplement {
}
/* 商品コード (全体) */
.es_item_code {
}
/* 商品コード */
.es_item_code span {
}
/* 商品メーカー名 (全体) */
.es_item_maker {
}
/* 商品メーカー名 */
.es_item_maker span {
}
/* 標準価格 (全体) */
.es_item_fixedPrice {
}
/* 標準価格 */
.es_item_fixedPrice span {
}
/* 販売価格 (全体) */
.es_item_price {
}
/* 販売価格 */
.es_item_price span {
}
/* 販売価格 税抜 (全体) */
.es_item_noTaxPrice {
}
/* 販売価格 税抜 */
.es_item_noTaxPrice span {
}
/* 特別価格 (全体) */
.es_item_specialPrice {
}
/* 特別価格 */
.es_item_specialPrice span {
}
/* 特別価格 税抜 (全体) */
.es_item_noTaxSpecialPrice {
}
/* 特別価格 税抜 */
.es_item_noTaxSpecialPrice span {
}
/* 会員価格 (全体) */
.es_item_memberPrice {
}
/* 会員価格 */
.es_item_memberPrice span {
}
/* 会員価格 税抜 (全体) */
.es_item_noTaxMemberPrice {
}
/* 会員価格 税抜 */
.es_item_noTaxMemberPrice span {
}
/* 標準価格と実売価格の一括スタイル切り替え */
.es_item span.on {
}
.es_item span.off {
}
/* 在庫 (全体) */
.es_item_stock {
}
/* 在庫 */
.es_item_stock span {
}
/* 在庫切れ */
.es_item_stockComment {
	color: #D70001;
}
/* 宅急便荷物 宅急便 */
.es_item_sendMethod0 {
}
/* 宅急便 荷物 クール宅急便(冷凍) */
.es_item_sendMethod1 {
}
/* 宅急便 荷物 クール宅急便(冷蔵) */
.es_item_sendMethod2 {
}
/* 宅急便 荷物 サイズ */
.es_item_sendSize {
}
/* 宅急便 荷物 商品重量 */
.es_item_weight {
}
/* 在庫ラベル */
.es_item__stockLabel span {
}
/* 最低購入数 (全体) */
.es_item_itemOrderLowest {
}
/* 最低購入数 */
.es_item_itemOrderLowest span {
}
/* 購入上限数 (全体) */
.es_item_itemOrderLimit {
}
/* 購入上限数 */
.es_item_itemOrderLimit span {
}
/* カートボタン */
.es_item_cartButton {
}
/* 説明 2 */
.es_item__explanation2 {
}
/* 画像 その他 (横) */
/* 商品画像 2　表示制限範囲 */
.es_item__imageEtc .es_item__image2 {
}
/* 商品画像 2 */
.es_item__imageEtc .es_item__image2 img {
}
/* 商品画像 3 表示制限範囲 */
.es_item__imageEtc .es_item__image3 {
}
/* 商品画像 3 */
.es_item__imageEtc .es_item__image3 img {
}
/* 画像 その他 (縦) */
/* 商品画像 2 表示制限範囲 */
.es_item__imageEtc_vertical .es_item__image2 {
}
/* 商品画像 2 */
.es_item__imageEtc_vertical .es_item__image2 img {
}
/* 商品画像 3 表示制限範囲 */
.es_item__imageEtc_vertical .es_item__image3 {
}
/* 商品画像 3 */
.es_item__imageEtc_vertical .es_item__image3 img {
}

/* HTML埋め込みコード */
.es_html_embed_code {
}

/* 購入履歴 */
.es__itemList_view_history p a,
.es__itemList_view_history_item_name a,
.es__itemList_order_history_item_name a{
	color: #1464BF;
}

/* *****************************************************************************

  registers       - 共有定義

***************************************************************************** */
/* ステップバー */
#es_registers_stepBar_arrow,
#es_registers_stepBar_arrowOn {
}
#es_registers_stepBar_arrowOn {
}
#es_registers_stepBar_item,
#es_registers_stepBar_itemOn {
}
#es_registers_stepBar_itemOn {
}
/* 見出し*/
.es_registers_form_headline {
}
/* 見出し 概要 */
.es_register_form_outline {
}



/* /////////////////////////////////////////////////////////////////////////////



  各点テンプレートファイル独自の定義



///////////////////////////////////////////////////////////////////////////// */

/* *****************************************************************************

  top.html - トップ

***************************************************************************** */
/* キャッチコピー画像 */
#es__top_catchCopyImage {
	margin-bottom: 0px;
}
#es__top_catchCopyImage img {
	width: auto;
	height: auto;
}

/* お知らせ */
.es__top_information_headline{
	margin-top: 17px;	/* メインビジュアルと新着情報タイトルの空き */
}
.es__top_information_bg{
	width: 703px;
	padding: 15px 20px 15px 15px;
	background: url('../img/info--bg.png') no-repeat;
	background-position: left bottom;
	-webkit-box-sizing: border-box; /* Safari */  
	-moz-box-sizing: border-box; /* Firefox */  
	-ms-box-sizing: border-box; /* Internet Explorer 8 */  
	box-sizing: border-box; /* Opera */
}
#es__top_information {
	width: 100%;
	border: none;
	line-height: 170%;
}

/* おすすめ商品帯画像 */
#es__top_choice{
	padding-top: 15px;
}
#es__top_choiceBeltImage p {
	background: none;
	margin-bottom: 9px;	/* おすすめ商品タイトルと、商品までの空き */
}
#es__top_choiceBeltImage img {
}
/*
  おすすめ商品

  商品の共有定義のセレクタの始めに #es__top_choiceItems を
  指定することで、top.html のおすすめ商品ブロックの
  スタイルのみを変更可能です。
  以下にいくつかのサンプルを記載します。

*/
/* 商品画像 1 */
#es__top_choiceItems .es_item__image1 img {
}
/* 商品 データブロック */
#es__top_choiceItems .es_item__data {
}
.es__top_view_history_item_name a,
.es__top_view_history p a,
.es__top_view_history p a{
	color: #1464BF;
}

/* *****************************************************************************

  beginner.html - 初めての方へ

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__beginner #es_content_explanation {
}

/* *****************************************************************************

  info.html - 会社概要

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__info #es_content_explanation {
}

/* *****************************************************************************

  privacy.html - プライバシーポリシー

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__privacy #es_content_explanation {
}

/* *****************************************************************************

  payment.html - お支払方法について

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__payment #es_content_explanation {
}

/* *****************************************************************************

  delivery.html - 配達について

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__delivery #es_content_explanation {
}

/* *****************************************************************************

  law.html - 特定商取引法に基づく表示

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__law #es_content_explanation {
}

/* *****************************************************************************

  contact.html - お問合せ 入力

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__contact #es_content_explanation {
}
/* お問い合わせフォーム 見出し */
#es__contact_form legend {
}
/* お問い合わせフォーム 説明文 */
#es__contact_form_explanation {
}

/* *****************************************************************************

  contact_confirm.html - お問合せ 確認

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__contactConfirm #es_content_explanation p {
}

/* *****************************************************************************

  contact_finish.html - お問合せ 完了

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__contactFinish #es_content_explanation  {
}
/* コンテンツメッセージ (標準) */
#es__contactFinish_contentDefault {
}

/* *****************************************************************************

  contents.html - 特設ページ

***************************************************************************** */
/* コンテンツ内容・説明 */
#es__contents #es_content_explanation {
}

/* *****************************************************************************

  item_list.html - 商品一覧

***************************************************************************** */
/* カレントカテゴリ */
#es__itemList_categoryCurrent {
}
/* カレントカテゴリ タイトル画像 */
#es__itemList_categoryCurrent_titleImage {
}
/* カレントカテゴリ 説明文 */
#es__itemList_categoryCurrent_explanation {
}
#es__itemList_categoryCurrent_explanation p {
	/* font-size: 100%; */ /* フォントの大きさ */
	/* font-weight: normal; */ /* フォントの太さ */
	/* font-style: normal; */ /* フォントのスタイル */
	/* color: black; */ /* フォントの色 */
}
/* サブカテゴリ */
#es__itemList_categorySub {
}
/* サブカテゴリ カテゴリアイコン画像 */
.es__itemList_categorySub_icon {
}
/* サブカテゴリ カテゴリ名 */
.es__itemList_categorySub_name {
}
/* サブカテゴリ カテゴリアイコン画像 リンクなし */
.es__itemList_categorySub_icon_nolink {
}
/* サブカテゴリ カテゴリ名 リンクなし */
.es__itemList_categorySub_name_nolink {
}
/* 商品並べ替え */
#es__itemList_categoryItemsSort {
}
/* 商品並べ替え 見出し */
#es__itemList_categoryItemsSort legend {
}
/*
  カテゴリ内商品

  商品の共有定義のセレクタの始めに #es__itemList_categoryItems を
  指定することで、item_list.html のカテゴリ内商品ブロックの
  スタイルのみを変更可能です。
  以下にいくつかのサンプルを記載します。
*/
/* 商品画像 1 */
#es__itemList_categoryItems .es_item__image1 img {
}
/* 商品 データブロック */
#es__itemList_categoryItems .es_item__data {
}
/* ページャ */
#es__itemList_categoryPager_table {
}

/* *****************************************************************************

  item_detail.html - 商品詳細

***************************************************************************** */
/*
  商品詳細

  商品の共有定義のセレクタの始めに #es__itemDetail を
  指定することで、item_detail.html の商品ブロックの
  スタイルのみを変更可能です。
  以下にいくつかのサンプルを記載します。
*/
/* 商品画像 1 */
#es__itemDetail .es_item__image1 img {
}
/* 商品 データブロック */
#es__itemDetail .es_item__data {
}



/* *****************************************************************************

  item_search_list.html - 商品検索

***************************************************************************** */
/* 検索結果 */
#es__itemSearchList_result {
}
/* 検索結果 見出し */
#es__itemSearchList_result h2 {
}
/* 検索結果 件数 */
#es__itemSearchList_result p {
}
/* 検索フォーム */
#es__itemSearchList_form {
}
/* 検索フォーム 見出し */
#es__itemSearchList_form legend {
}
/* 検索カテゴリ */
#es__itemSearchList_categories {
}
/* 検索カテゴリ 見出し */
#es__itemSearchList_categories legend {
}
/* 検索カテゴリ アイコン画像 */
.es__itemSearchList_category_icon {
}
/* 検索カテゴリ 名前 */
.es__itemSearchList_category_name {
}
/* 検索カテゴリ 件数 */
.es__itemSearchList_category_data {
}
/* 検索カテゴリ アイコン画像 リンクなし */
.es__itemSearchList_category_icon_nolink {
}
/* 検索カテゴリ 名前 リンクなし */
.es__itemSearchList_category_name_nolink {
}
/* 検索カテゴリ 件数 リンクなし */
.es__itemSearchList_category_data_nolink {
}
/*
  検索商品

  商品の共有定義のセレクタの始めに #es__itemSearchList_items を
  指定することで、item_search_list.html の商品ブロックの
  スタイルのみを変更可能です。
  以下にいくつかのサンプルを記載します。
*/
/* 検索商品画像 1 */
#es__itemSearchList_items .es_item__image1 img {
}
/* 検索結果商品 データブロック */
#es__itemSearchList_items .es_item__data {
}
/* ページャ */
#es__itemSearchList_categoryPager_table {
}

/* *****************************************************************************

  cart.html - カート

***************************************************************************** */

/* *****************************************************************************

  register1.html - 決済 支払方法選択

***************************************************************************** */
/* プライバシーポリシー */
#es__register1_privacy p {
}

/* *****************************************************************************

  register2.html - 決済 ご依頼主情報入力

***************************************************************************** */

/* *****************************************************************************

  register3.html - 決済 配送先一覧

***************************************************************************** */

/* *****************************************************************************

  register3b.html - 決済 配送先選択

***************************************************************************** */

/* *****************************************************************************

  register4.html - 決済 配送先登録

***************************************************************************** */

/* *****************************************************************************

  register7.html - 決済 注文確認

***************************************************************************** */

/* *****************************************************************************

  register8.html - 決済 注文完了

***************************************************************************** */

/* *****************************************************************************

  entry1.html - 会員登録 入力

***************************************************************************** */
/* プライバシーポリシー */
#es__entry1_privacy {
}

/* *****************************************************************************

  entry2.html - 会員登録 確認

***************************************************************************** */

/* *****************************************************************************

  entry3.html - 会員登録 完了

***************************************************************************** */

/* *****************************************************************************

  mypage1.html - マイページ

***************************************************************************** */

/* *****************************************************************************

  mypage3.html - マイページ 登録情報入力

***************************************************************************** */


/* *****************************************************************************

  mypage6.html - マイページ 配送先一覧

***************************************************************************** */

/* *****************************************************************************

  mypage7.html - マイページ 配送先登録

***************************************************************************** */

/* *****************************************************************************

  history1.html - マイページ 購入履歴 一覧

***************************************************************************** */

/* *****************************************************************************

  history2.html - マイページ 購入履歴 詳細

***************************************************************************** */

/* *****************************************************************************

  withdrawal1.html - マイページ 会員退会 入力

***************************************************************************** */

/* *****************************************************************************

  withdrawal2.html - マイページ 会員退会 完了

***************************************************************************** */

/* *****************************************************************************

  login.html - ログイン

***************************************************************************** */

/* *****************************************************************************

  reminder1.html - パスワード失念 入力

***************************************************************************** */

/* *****************************************************************************

  reminder2.html - パスワード失念 送信

***************************************************************************** */



/* *****************************************************************************

  ショップ全体の色変更

***************************************************************************** */

/* 基本色の変更 */
#es_mainNav_list,
#es_category_headline,
#es_contentsPage_headline,
#es_easySearch_headline,
#es_cart_headline,#es_footer,
#es_mypages_menu h3,
#es_mypage_topmenu h3,
#es__top_choiceBeltImage p,
#es_currentCalendar .es_title,
#es_nextCalendar .es_title,
#es_rankingPage_headline{
}

/* カテゴリ リンク非出力時上部ライン色 */
#es_category .es_category_nolink {
}

/* カテゴリ リンク非出力時背景色 */
#es_category .es_category_nolink {
}


/* 枠線の色 */
#es_category ul,
#es_contentsPage ul,
#es_easySearch_field,
#es_cart_content,
#es_mypage_topmenu ul,
#es_mypages_menu ul,
#es_currentCalendar table,
#es_currentCalendar th,
#es_currentCalendar td,
#es_nextCalendar table,
#es_nextCalendar th,
#es_nextCalendar td,
#es_rankingPage ul {
}

/* パンくずリストの左マーカーの色 */
#es_topicPath p {
}

/* 文字の色 */
#es_mainNav_list a,
#es_easySearch_headline,
#es_category_headline,
#es_contentsPage_headline,
#es_cart_headline,
#es_mypage_topmenu h3,
#es_mypages_menu h3,
#es_currentCalendar .es_title,
#es_nextCalendar .es_title,
#es_copyright,
#es_rankingPage_headline {
}

/* マウスを乗せたときの基本色 */
#es_mainNav_list a:hover,
#es_category ul a:hover,
#es_contentsPage a:hover {
}

/* マウスを乗せたときの文字の色 */
#es_mainNav_list a:hover,
#es_category ul a:hover,
#es_contentsPage a:hover {
}

