@charset "utf-8";

/************************************************
	Description: サイト内 ブロックスタイル
	Update: 2013/07/24
	Author: Japan Electronic Industrial Arts Co.Ltd.
	Notes: 
************************************************ */


/* ==============================================
 共通ブロック
=============================================== */

/* トップページブロック
----------------------------------------------- */
.block_top h2 {
	color: #666666;
	font-size: 24px;
	line-height: 1;
}
.block_top h2 .en {
	margin: 0 20px 0 0;
	font-family: "Century Gothic","Arial";
	vertical-align: middle;
}
.block_top h2 .ja {
	font-size: 13px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-weight:normal;
}


/* ==============================================
 【ヘッダー】サブナビゲーション
=============================================== */

#header_sub_navi {
	float: left;
	padding: 8px 0;
}
#header_sub_navi ul {
	font-size: 11px;
	line-height: 1.2;
}
#header_sub_navi li {
	float: left;
	width: auto;
	height: 17px;
	padding: 0 1px 0 0;
	background: url("../../img/block/header_sub_navi/bg_split.gif") no-repeat right 1px;
}
#header_sub_navi li.home {
	padding: 0 10px 0 0;
}
#header_sub_navi li.sns_f {
	padding: 0 0 0 8px;
	background-image: none;
}
#header_sub_navi li.sns_t,
#header_sub_navi li.sns_y,
#header_sub_navi li.sns_p {
	padding: 0 0 0 12px;
	background-image: none;
}
#header_sub_navi li a {
	display: block;
	padding: 2px 10px 0 10px;
	color: #ffffff;
}
#header_sub_navi li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#header_sub_navi li.home a,
#header_sub_navi li.sns_f a,
#header_sub_navi li.sns_t a,
#header_sub_navi li.sns_y a,
#header_sub_navi li.sns_p a {
	width: 17px;
	height: 17px;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#header_sub_navi li.home a {
	width: 15px;
	background: url("../../img/block/header_sub_navi/ico_home.png") no-repeat;
}
#header_sub_navi li.sns_f a {
	background: url("../../img/block/header_sub_navi/ico_sns_f.png") no-repeat;
}
#header_sub_navi li.sns_t a {
	background: url("../../img/block/header_sub_navi/ico_sns_t.png") no-repeat;
}
#header_sub_navi li.sns_y a {
	background: url("../../img/block/header_sub_navi/ico_sns_y.png") no-repeat;
}
#header_sub_navi li.sns_p a {
	background: url("../../img/block/header_sub_navi/ico_sns_p.png") no-repeat;
}


/* ==============================================
 【ヘッダー】ユーティリティナビゲーション
=============================================== */

#header_util_navi {
	float: right;
	padding: 8px 0;
}
#header_util_navi ul {
	font-size: 11px;
	line-height: 1.4;
}
#header_util_navi li {
	float: right;
}
#header_util_navi li a {
	display: block;
	color: #ffffff;
}
#header_util_navi li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#header_util_navi li a span {
	margin: 0 -8px 0 0;
}
#header_util_navi li.util_cart a {
	padding: 0 0 0 20px;
	background: url("../../img/block/header_util_navi/ico_cart.png") no-repeat 0 1px;
}
#header_util_navi li.util_regist,
#header_util_navi li.util_mypage {
	margin: 0 20px 0 0;
}
#header_util_navi li.util_regist a,
#header_util_navi li.util_mypage a {
	padding: 0 0 0 18px;
	background: url("../../img/block/header_util_navi/ico_mypage.png") no-repeat 0 0;
}
#header_util_navi li.util_login,
#header_util_navi li.util_logout {
	margin: 0 16px 0 0;
}
#header_util_navi li.util_login a,
#header_util_navi li.util_logout a {
	padding: 0 0 0 18px;
	background: url("../../img/block/header_util_navi/ico_login.png") no-repeat 0 0;
}


/* ==============================================
 パンくずナビ
=============================================== */

#ecp_topicpath {
	position: relative;
	z-index: 98;
	width: 980px;
	height: 19px;
	padding: 14px 0 0 0;
	margin: 0 auto;
}
#ecp_topicpath ul {
	padding: 0;
}
#ecp_topicpath .bloc_body ul.base {
}
#ecp_topicpath .bloc_body ul li {
	float: left;
	padding: 0 15px 0 0;
	margin: 0 12px 0 0;
	background: url("../../img/block/ecp_topicpath/ecp_topicpath_arrow.png") no-repeat right center;
	font-size: 13px;
	color: #000;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
}
#ecp_topicpath.reverse .bloc_body ul li {
	background-image: url("../../img/block/ecp_topicpath/ecp_topicpath_arrow_reverse.png");
}
#ecp_topicpath .bloc_body ul li.link-home a {
	/*
	display: block;
	width: 14px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../../img/block/ecp_topicpath/ecp_topicpath_home.png") no-repeat 0 3px;
	*/
}
#ecp_topicpath .bloc_body ul li.link-current {
	padding: 0;
	background-image: none;
}
#ecp_topicpath .bloc_body ul li a {
	color: #000;
	text-decoration: none;
}
#ecp_topicpath.reverse .bloc_body ul li a {
	color: #FFFFFF;
}
#ecp_topicpath .bloc_body ul li a:hover {
	text-decoration: underline;
}
#ecp_topicpath .bloc_body ul li.link-current span {
}


/* ==============================================
 バナーエリア1
=============================================== */
#side_banner_1 {
	width: 202px;
	margin: 0 0 16px 0;
}
#side_banner_1 p {
	margin: 10px 0 0 0;
}
#side_banner_1 p:first-child {
	margin: 0;
}
#side_banner_1 p a {
	display: block;
	background-color: #000000;
}
#side_banner_1 p a:hover img,
#side_banner_1 p a:active img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.80;
}


/* ==============================================
 バナーエリア2
=============================================== */
#side_banner_2 {
	width: 100%;
}
#side_banner_2 .box_banner {
	padding: 8px;
	background-color: #93181B;
}
#side_banner_2 .box_banner ul {
	display: block;
	border: 1px solid #FFFFFF;
}
#side_banner_2 .box_banner ul li {
	border-top: 1px solid #FFFFFF;
}
#side_banner_2 .box_banner ul li:first-child {
	border-top: 0;
}
#side_banner_2 .box_banner ul li a,
#side_banner_2 .box_banner ul li a img {
	display: block;
}
#side_banner_2 .box_banner ul li a {
	background-color: #FFFFFF;
}
#side_banner_2 p {
	margin: 16px 1px 0 1px;
}
/*
#side_banner_2 p:first-child {
	margin: 0;
}
*/
#side_banner_2 p a {
	display: block;
	background-color: #000000;
}
#side_banner_2 p a:hover img,
#side_banner_2 p a:active img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.80;
}

/* ==============================================
 バナーエリア3
=============================================== */
#side_banner_3 {
}


/* ==============================================
 プロモーション
=============================================== */
#ecp_promotion_b {
}
#ecp_promotion_b .ecp_promotion_images .ecp_promotion_images_loading {
	background: url("../../img/block/ecp_promotion_b/ajax-loader.gif") no-repeat center center !important;
}
#ecp_promotion_b .ecp_promotion_navi {
	padding: 14px 0 0 0 !important;
	text-align: center;
}

#ecp_promotion_b .ecp_promotion_prev,
#ecp_promotion_b .ecp_promotion_next {
	top: 0 !important;
	width: 64px !important;
	height: 100% !important;
}
#ecp_promotion_b .ecp_promotion_prev {
	left: -64px !important;
}
#ecp_promotion_b .ecp_promotion_next {
	right: -64px !important;
}
#ecp_promotion_b .ecp_promotion_prev a,
#ecp_promotion_b .ecp_promotion_next a {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	text-indent: -9999px;
}
#ecp_promotion_b .ecp_promotion_prev a {
	background: url("../../img/block/ecp_promotion_b/btn_prev.png") no-repeat center center !important;
}
#ecp_promotion_b .ecp_promotion_next a {
	background: url("../../img/block/ecp_promotion_b/btn_next.png") no-repeat center center !important;
}
#ecp_promotion_b .ecp_promotion_navi ul {
	display: inline-block !important;
	padding: 0 !important;
	vertical-align: top;
}
#ecp_promotion_b .ecp_promotion_navi ul li {
	width: 8px !important;
	height: 8px !important;
	margin: 0 6px !important;
}


/* ==============================================
 トップページ/重要なお知らせ
=============================================== */

#ecp_news_headline {
	padding: 16px 0;
	background-color: #000000;
}
#ecp_news_headline .block_body {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#ecp_news_headline h2 {
	display: block;
	width: 68px;
}

#ecp_news_headline .btn_list {
	position: absolute;
	left: 86px;
	top: -5px;
	width: 148px;
	height: 23px;
	padding: 0 12px 0 0;
	background: url("../../img/block/news_important/bg_split.gif") no-repeat right center;
}

#ecp_news_headline .screen {
	position: absolute;
	left: 260px;
	top: 0;
	width: 720px;
	height: 14px;
	overflow: hidden;
	color: #ffffff;
	font-size: 13px;
}
#ecp_news_headline .screen a {
	color: #FFFFFF;
}
#ecp_news_headline .screen a:hover {
	text-decoration: underline !important;
}


/* ==============================================
 トップページ/シリーズ一覧
=============================================== */
#top_lineup {
	margin: 0 0 36px 0;
}
#top_lineup .block_head {
	margin: 0 0 20px 0;
}
#top_lineup .block_body {
}
#top_lineup .block_body .lineup_list {
}
#top_lineup .block_body .lineup_list li {
	float: left;
	width: 152px;
	margin: 0 0 20px 0;
}
#top_lineup .block_body .lineup_list li a {
	display: block;
}
#top_lineup .block_body .lineup_list li a img {
	display: block;
	width: 100%;
	height: auto;
}

/* ==============================================
 トップページ/トピックス
=============================================== */
#top_topics {
	margin: 0 0 32px 0;
}
#top_topics .block_head {
	margin: 0 0 16px 0;
}
#top_topics .block_body {
	width: 100%;
	overflow: hidden;
}
#top_topics .block_body .topics_list {
	width: 769px;
}
#top_topics .block_body .topics_list:after {
	clear: both;
	display: block;
	content: "";
}
#top_topics .block_body .topics_list li {
	float: left;
	width: 247px;
	margin: 0 9px 9px 0;
}


/* ==============================================
 おすすめ商品
=============================================== */
#recommend {
	margin: 0 0 36px 0;
}
#recommend .block_head {
	margin: 0 0 24px 0;
}
#recommend .block_body {
	width: 100%;
	overflow: hidden;
}
#recommend .block_body .recommend_list {
	width: 761px;
}
#recommend .block_body .recommend_list:after {
	clear: both;
	display: block;
	content: "";
}
#recommend .block_body .recommend_list li {
	float: left;
	width: 189px;
	margin: 0 1px 1px 0;
}
#recommend .block_body .recommend_list li a {
	display: block;
	color: #000;
}
#recommend .block_body .recommend_list li a:hover {
	color: #990000;
	text-decoration: none;
}
#recommend .block_body .recommend_list li a img {
	display: block;
	width: 100%;
	height: auto;
}
#recommend .block_body .recommend_list li a .info {
	display: block;
	padding: 12px 8px;
	font-size: 13px;
}
#recommend .block_body .recommend_list li a .info .product_name,
#recommend .block_body .recommend_list li a .info .price,
#recommend .block_body .recommend_list li a .info .membersonly {
	display: block;
}
#recommend .block_body .recommend_list li a .info .product_name {
	height: 58px;
}
#recommend .block_body .recommend_list li a .info .price,
#recommend .block_body .recommend_list li a .info .membersonly {
	margin: 8px 0 0 0;
	text-align: center;
}

/* ==============================================
 カテゴリランキング
=============================================== */

.multiple_recommend {
	margin: 0 0 40px 0;
}
.multiple_recommend .block_head {
	margin: 0 0 24px 0;
}
.multiple_recommend .block_body h3 {
	margin: 0 0 14px 0;
	color: #000000;
	font-size: 14px;
	line-height: 1;
}
.multiple_recommend .block_body h3 .en {
	margin: 0 6px 0 0;
	font-family: "Arial";
}
.multiple_recommend .block_body h3 .ja {
	color: #333333;
	font-size: 12px;
	line-height: 1;
	/*
	font-family: "FOT-マティス Pro DB";
	*/
	font-weight:normal;
}

.multiple_recommend .block_body .product_list {
	width: 100%;
	overflow: hidden;
}
.multiple_recommend .block_body .product_list ul {
	width: 761px;
}
.multiple_recommend .block_body .product_list ul li {
	float: left;
	display: block;
	width: 253px;
	height: 253px;
	padding: 0 0 0 1px;
	/*
	background: url("../../img/block/multiple_recommend/bg_split.png") no-repeat 0 0;
	*/
}
.multiple_recommend .block_body .product_list ul li:first-child {
	padding: 0;
	background-image: none;
}
.multiple_recommend .block_body .product_list ul li a,
.multiple_recommend .block_body .product_list ul li a img {
	display: block;
}
.multiple_recommend .block_body .product_list ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #333333;
	text-align: center;
}
.multiple_recommend .block_body .product_list ul li a:hover {
	width: 250px;
	height: 251px;
	border: 1px solid #CC0000;
}
.multiple_recommend .block_body .product_list ul li a img {
	margin: 0 0 6px 0;
	display: block;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.multiple_recommend .block_body .product_list ul li a:hover img {
	margin: -1px;
}
.multiple_recommend .block_body .product_list ul li a span {
	display: block;
}
.multiple_recommend .block_body .product_list ul li a .rank {
	position: absolute;
	left: 1px;
	top: 1px;
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
}
.multiple_recommend .block_body .product_list ul li a .rank-1 {
	background: url("../../img/block/multiple_recommend/rank_1.png") no-repeat;
}
.multiple_recommend .block_body .product_list ul li a .rank-2 {
	background: url("../../img/block/multiple_recommend/rank_2.png") no-repeat;
}
.multiple_recommend .block_body .product_list ul li a .rank-3 {
	background: url("../../img/block/multiple_recommend/rank_3.png") no-repeat;
}
.multiple_recommend .block_body .product_list ul li a:hover .rank {
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}
.multiple_recommend .block_body .product_list ul li a .hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 221px;
	height: 147px;
	padding: 106px 16px 0 16px;
	background: url("../../img/block/recommend/bg_black.png") repeat 0 0;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	transition: opacity .3s linear;
}
.multiple_recommend .block_body .product_list ul li a:hover .hover {
	width: 219px;
	height: 146px;
	padding: 105px 16px 0 16px;
	opacity: 1;
}
.multiple_recommend .block_body .product_list ul li a .product_name {
	display: block;
	margin: 0 0 6px 0;
	font-size: 12px;
	line-height: 1.4;
}
.multiple_recommend .block_body .product_list ul li a .price {
	display: block;
	font-size: 16px;
	line-height: 1;
}


/* ==============================================
 カテゴリーブロック
=============================================== */
.category_bloc {
	position: relative;
	width: 200px;
	padding: 0 1px;
	margin-bottom:20px;
}

.category_bloc .block_head {
	padding: 12px 0 12px 2px;
}
.category_bloc .block_head h3 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: "FOT-マティス Pro DB";
	line-height: 1.2;
}

.category_bloc .block_body ul,
.category_bloc .block_body ul li,
.category_bloc .block_body ul li a {
	display: block;
}
.category_bloc .block_body ul {
	font-size: 12px;
	line-height: 1.4;
}
.category_bloc .block_body ul li {
	padding: 0 0 1px 0;
	background: url("../../img/block/category_bloc/bg_split.png") no-repeat 0 bottom;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
	
}
.category_bloc .block_body ul li a {
	padding: 8px 10px 9px 20px;
	background: url("../../img/block/category_bloc/bg_link.gif") no-repeat 8px 14px;
	color: #333333;
}
.category_bloc .block_body ul li a:hover {
	background-color: #990000;
	background-image: url("../../img/block/category_bloc/bg_link_selected.gif");
	color: #ffffff;
	text-decoration: none;
}


/* category_bloc_grape_detail */
#category_bloc_grape_detail .block_body {
	padding: 0 8px;
}
#category_bloc_grape_detail .block_body ul {
	zoom: 1;
}
#category_bloc_grape_detail .block_body ul:after {
	clear: both;
	display: block;
	content: "";
}
#category_bloc_grape_detail .block_body ul li {
	float: left;
	position: relative;
	margin: 0 3px 0 0;
	background-image: none;
}
#category_bloc_grape_detail .block_body ul li a {
	padding: 4px;
	background-image: none !important;
}
#category_bloc_grape_detail .block_body ul li.open a {
	background-color: #666666;
	color: #FFFFFF;
}
#category_bloc_grape_detail .block_body ul li ul {
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 10;
	display: none;
	line-height: 1;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
#category_bloc_grape_detail .block_body ul li.open ul {
	display: block;
	padding: 4px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#category_bloc_grape_detail .block_body ul li ul li {
	float: none;
}
#category_bloc_grape_detail .block_body ul li.open ul li a {
	white-space: nowrap;
	background: none transparent;
	color: #333333;
	padding: 4px 20px 4px 4px;
}
#category_bloc_grape_detail .block_body ul li.open ul li a:hover {
	background-color: #CCCCCC;
}


/* ==============================================
 価格帯リスト
=============================================== */
#listprice {
	padding: 0 1px 0 1px;
	margin: 0 0 26px 0;
}
#listprice .block_body ul li:last-child {
	background-image: none;
}


/* ==============================================
 最近チェックした商品・
 最近購入した商品
=============================================== */
.ecp_history_list {
	margin: 38px 0 0 0;
}
.ecp_history_list .block_header {
}
.ecp_history_list h2 .en img {
	vertical-align: middle;
}
.ecp_history_list h2 .ja {
	margin: 0 0 0 16px;
	color: #333333;
	font-size: 12px;
	line-height: 1;
}
.ecp_history_list .block_body {
	margin-top: 15px;
}
.ecp_history_list .block_body .product_item {
	float: left;
	width: 184px;
	height: 184px;
	margin: 0 0 0 14px;
	/*
	background: url("../../img/block/ecp_history_list/bg_split.png") repeat-y 0 0;
	*/
}
.ecp_history_list .block_body .product_item:first-child {
	margin: 0;
}
.ecp_history_list .block_body .product_item a {
	position: relative;
	display: block;
	width: 182px;
	height: 182px;
	border: 1px solid #e6e6e6;
}
.ecp_history_list .block_body .product_item a:hover {
	border: 1px solid #B50000;
}
.ecp_history_list .block_body .product_item a .product_image {
	display: block;
}
.ecp_history_list .block_body .product_item a .product_hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 158px; /* 182 - 12 * 2 */
	height: 110px; /* 182 - 72 */
	padding: 72px 12px 0 12px;
	background: url("../../img/block/recommend/bg_black.png") repeat 0 0;
	opacity: 0;
	color: #ffffff;
	text-align: center;
	transition: opacity .3s linear;
}
.ecp_history_list .block_body .product_item a:hover .product_hover {
	opacity: 1;
}

/* ==============================================
 【サイド】新着情報
=============================================== */
#side_news {
	width 190px;
	padding: 4px;
	border: 1px solid #C6C6C6;
	margin: 0 0 22px 0;
	box-shadow: 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 2px 0 #FFFFFF inset;
}
#side_news .block_header h3 {
	padding: 5px;
	background-color: #000000;
	text-align: center;
	color: #CC0000;
	font-family: "Georgia";
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}

#side_news .block_body dl,
#side_news .block_body dl dt,
#side_news .block_body dl dd {
	display: block;
}
#side_news .block_body dl {
	padding: 12px 0 13px 0;
	background: url("../../img/block/side_news/bg_dotted.png") repeat-x 0 bottom;
	font-size: 12px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
}
#side_news .block_body dl dt {
}
#side_news .block_body dl dd a {
	color: #333333;
}

#side_news .block_footer a {
	display: block;
	padding: 10px 0 8px 0;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

/* ==============================================
 ご利用ガイド
=============================================== */
#guide {
	margin: 0 0 24px 0;
}
#guide .block_header {
	padding: 0 0 5px 0;
	border-bottom: 2px solid #2C5472;
}
#guide .block_header .side_title {
	color: #2C5472;
}
#guide .block_body ul,
#guide .block_body ul li,
#guide .block_body ul li a {
	display: block;
}
#guide .block_body ul li {
	padding: 0 0 2px 0;
	background: url("../../img/block/guide/bg_guide.png") no-repeat 0 bottom;
}
#guide .block_body ul li a {
	padding: 11px 9px 11px 18px;
	background: url("../../img/block/guide/bg_guide_link.png") no-repeat 4px 14px;
	color: #000000;
	font-size: 13px;
	line-height: 1;
}

/* ==============================================
 ソーシャルボタン
=============================================== */
#ecp_social_button {
	margin: 0 0 24px 0;
}
#ecp_social_button ul li {
	float: left;
	display: block;
	margin: 0 8px 0 0;
}


/* ==============================================
 新着商品
=============================================== */
#ecp_new_products {
	margin: 0 0 24px 0;
}
#ecp_new_products .block_header {
	padding: 0 0 5px;
	border-bottom: 2px solid #71362D;
}
#ecp_new_products .block_header .main_title {
	color: #71362D;
}
#ecp_new_products .block_body .product_list .product_item {
	float: left;
	width: 120px;
	margin: 0 8px 0 0;
}


/* ==============================================
 【フッター】メーカーリスト
=============================================== */
#ecp_maker {
	width: 980px;
	padding: 50px 0 10px;
	margin: 0 auto;
	background-color: #000;
}
/*
#ecp_maker .block_header {
}
#ecp_maker .block_header .side_title {
}
*/
#ecp_maker .block_body {
	width: 980px;
	margin: 0 auto;
	color: #fff;
}
#ecp_maker .block_body ul {
}
#ecp_maker .block_body ul li {
	width: 32%;
	min_height: 50px;
	height: 50px;
	float: left;
	margin: 0.5%;
	margin-bottom: 40px;
	text-align: center;
}
#ecp_maker .block_body ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#ecp_maker .block_body ul li img {
}


/* ==============================================
 【フッター】ご利用ガイド
=============================================== */
#footer_guide {
	background-color: #f1f1f1;
	/*
	color: #fff;
	*/
	width: 100%;
	padding: 40px 0 36px 0;
}
#footer_guide .inner {
	width: 980px;
	/*padding: 28px 0 0 0;*/
	margin: 0 auto;
}
#footer_guide .column {
	float: left;
	width: 215px;
	padding: 0 16px 0 14px;
}
#footer_guide .column_head {
	width: auto;
	height: 44px;
}
#footer_guide .column_head h3 {
	/*
	color: #fff;
	*/
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
#footer_guide .column_body p {
	font-size: 11px;
	line-height: 1.4;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
}
#footer_guide .column_body .link_more {
	margin: 14px 0 0 0;
}
#footer_guide .column_body .link_more a {
	float: left;
	display: block;
	padding: 0 8px 0 0;
	background: url("../../img/block/footer_guide/bg_link_more.gif") no-repeat right 5px;
	color: #C61A1F;
}

/* ==============================================
 【フッター】カレンダー
=============================================== */
#calendar {
	width: 100%;
	padding: 40px 0 0;
	background-color: #000;
	color: #fff;
	font-size: 11px;
}

#calendar .inner {
	width: 980px;
	margin: 0 auto;
}

#calendar ul.frame > li {
	width: 33%;
	float: left;
}

#calendar .contents {
	text-align: center;
}

/* カラム1：カレンダー */
#calendar .column1 {
	font-size: 12px;
	width: 230px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

#calendar .column1 caption {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 5px;
}

#calendar .column1 table,
#calendar .column1 table th,
#calendar .column1 table td {
	border: none;
}

#calendar .column1 table {
	width: 100%;
}

#calendar .column1 table th,
#calendar .column1 table td {
	padding: 4px 6px;/*tableバランスの他、.today背景色サイズに影響*/
	text-align: center;
}

#calendar .column1 .off {
	color: #f00;
}

#calendar .column1 .today {
}
#calendar .column1 .today span {
	background-color: #333;
	display: block;
}

#calendar .column1 .information {
	margin-top: 10px;
	text-align: left;
	padding-left: 7px;
}

/* カラム2：ボタン群 */
#calendar .column2 {
}
#calendar .column2 h3 {
	margin: 0 0 16px 0;
}
#calendar .column2 .btn {
	margin: 0 auto 15px;
	width: 231px;
	font-size: 12px;
	line-height: 30px;
	background: #333;
	border-radius: 3px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-weight:normal;
}
#calendar .column2 .btn a {
	display: block;
	color: #fff;
}
#calendar .column2 .btn:hover {
	background: #444;
}
#calendar .column2 .btn a:hover {
	text-decoration: none;
}

#calendar .column2 ul {
	padding-top: 5px;
	float: left;
	position: relative;
	left: 50%;
}

#calendar .column2 ul li {
	width: auto;
	float: left;
	margin: 5px;
	position: relative;
	left: -50%;
}

/* カラム3：メールマガジン登録 */
#calendar .column3 {
	width: 232px;
	margin: 0 auto;
}

#calendar .column3 input[type=text] {
	margin: 10px 0;
	padding: 6px;
	border-radius: 3px;
	border: none;
	width: 220px;/*232-6x2*/
	background-color: #ccc;
}

#calendar .column3 input[type=text]:focus {
	background-color: #fff;
}

#calendar .column3 .btn {
	background: none;
	border: none;
	width: 231px;
	background-color: #900;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	border-radius: 3px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-weight:normal;
}

#calendar .column3 .btn:hover {
	cursor: pointer;
	background-color: #a00;/*#e2e2e2;*/
}


/* ==============================================
 おすすめ商品
=============================================== */
.ecp_category_recommend {
	width: 100%;
	margin: 0 0 28px 0;
}
.ecp_category_recommend .section {
	width: 100%;
	height: 522px;
	overflow: hidden;
	background-color: #FFFFFF;
}
.ecp_category_recommend .section ul,
.ecp_category_recommend .section ul li,
.ecp_category_recommend .section ul li a,
.ecp_category_recommend .section ul li a img {
	display: block;
}
.ecp_category_recommend .section ul {
	width: 783px;
}
.ecp_category_recommend .section ul li {
	float: left;
	width: 260px;
	height: 260px;
	margin: 0 1px 1px 0;
}
.ecp_category_recommend .section ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	cursor: pointer;
}
.ecp_category_recommend .section ul li a:hover {
	text-decoration: none;
}
.ecp_category_recommend .section ul li a .product_info {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../img/block/ecp_category_recommend/bg_product_info.png") no-repeat;
	visibility: hidden; /* default */
}
.ecp_category_recommend .section ul li a .product_info .product_name {
	display: block;
	padding: 116px 12px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	font-family: san-serif;
	line-height: 1;
}
.ecp_category_recommend .section ul li a .product_info .sale_price {
	display: block;
	padding: 8px 12px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: san-serif;
	line-height: 1;
}
.ecp_category_recommend .section ul li a:hover .product_info,
.ecp_category_recommend .section ul li a:active .product_info {
	visibility: visible;
}


/* ==============================================
 ランキング（全体販売個数）・
 ランキング（カテゴリ別販売個数）
=============================================== */
.ecp_category_ranking {
	width: 100%;
	margin: 0 0 28px 0;
}
.ecp_category_ranking h3 {
	padding: 4px 0 4px 42px;
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	background: url("../../img/block/ecp_category_ranking/bg_ranking_title.png") no-repeat;
}
.ecp_category_ranking h3 span {
	vertical-align: top;
}
.ecp_category_ranking h3 .en {
	display: inline-block;
	font-style: italic;
}
.ecp_category_ranking h3 .ja {
	display: inline-block;
	padding: 2px 0 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.ecp_category_ranking .product_list {
	width: 100%;
	overflow: hidden;
}
.ecp_category_ranking .product_list .clearfix {
}
.ecp_category_ranking .product_item {
	float: left;
	width: 260px;
	margin: 0 1px 0 0;
}
.ecp_category_ranking .product_item .product_image a {
	position: relative;
	display: block;
	width: 260px;
	height: 260px;
	background-color: #000000;
}
.ecp_category_ranking .product_item .product_image a:hover img {
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	opacity: 0.65;
}
.ecp_category_ranking .product_item .product_image a .rank {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
}
.ecp_category_ranking .rank-1 .product_image a .rank {
	background: url("../../img/block/ecp_category_ranking/ico_rank_1.png") no-repeat;
}
.ecp_category_ranking .rank-2 .product_image a .rank {
	background: url("../../img/block/ecp_category_ranking/ico_rank_2.png") no-repeat;
}
.ecp_category_ranking .rank-3 .product_image a .rank {
	background: url("../../img/block/ecp_category_ranking/ico_rank_3.png") no-repeat;
}
.ecp_category_ranking .product_item .product_contents {
	background: url("../../img/block/ecp_category_ranking/bg_product_info.gif") repeat;
}
.ecp_category_ranking .product_item .product_contents a {
	display: block;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-family: san-serif;
	line-height: 1.4;
}
.ecp_category_ranking .product_item .product_contents a span {
	display: block;
}
.ecp_category_ranking .product_item .product_contents a .product_name {
	margin: 0 0 4px 0;
}

/* ==============================================
 ログイン
=============================================== */
#login_area h2{  
    background:#eee;  
    border-left:7px double #ccc;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

/* ==============================================
 固定お問い合わせ
=============================================== */
#fixed_contact {
	position: fixed;
	left: -380px;
	top: 180px;
	z-index: 1001;
	padding: 0 32px 0 0;
	transition: left ease-out .3s;
}
#fixed_contact.visible {
	left: 0;
	transition: left ease-in .3s;
}

#fixed_contact_swc {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 32px;
	background-color: #000000;
}
#fixed_contact_swc .ico_close {
	display: none;
}
#fixed_contact.visible #fixed_contact_swc  .ico_close {
	display: block;
}
#fixed_contact_form {
	width: 344px; /* 380 - 18 * 2 */
	padding: 24px 18px;
	background-color: #EAEAEA;
}
#fixed_contact.visible #fixed_contact_form {
	box-shadow: 0 0 3px 2px rgba( 0,0,0,0.35 );
	-moz-box-shadow: 0 0 3px 2px rgba( 0,0,0,0.35 );
	-webkit-box-shadow: 0 0 3px 2px rgba( 0,0,0,0.35 );
}
#fixed_contact_form iframe {
	width: 100%;
	height: 540px;
}
