/* Y'S GEAR : shop_top.css */


/*======================================================================*
 *  [ pageTitle | ページタイトル（隠蔽） ] 
 *======================================================================*/

.pageTitle {
	margin: 0;
	overflow: hidden;
}
.pageTitle h1 {
	height: 0;
	margin: 0;
	text-indent: 100%;
	white-space: nowrap;
}


/*======================================================================*
 *  [ promotionArea | プロモーションエリア ] 
 *======================================================================*/

.promotionArea {
	margin-bottom: 20px;
}


/*======================================================================*
 *  [ mainText ] 
 *======================================================================*/

.mainText {
	/* margin: 10px 0 50px 0; */
	margin-bottom: 50px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
}


/*======================================================================*
 *  [ shopSection | ショップ共通セクション ] 
 *======================================================================*/

.shopSection {
	margin: 0 0 40px 0;
}
.shopSection h2 {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #969696;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
}

.shopSection a figure {
	border: 1px solid #969696;
}


/*======================================================================*
 *  [ カテゴリ別色設定 ] 
 *======================================================================*/

.contentsWidth .mc a:hover, 
.contentsWidth .mc a:hover figure {
	color: #cc1533 !important;
	border-color: #cc1533 !important;
}
.contentsWidth .marine a:hover, 
.contentsWidth .marine a:hover figure {
	color: #4794cf !important;
	border-color: #4794cf !important;
}
.contentsWidth .pas a:hover, 
.contentsWidth .pas a:hover figure {
	color: #db5e67 !important;
	border-color: #db5e67 !important;
}
.contentsWidth .other a:hover, 
.contentsWidth .other a:hover figure {
	color: #2e7939 !important;
	border-color: #2e7939 !important;
}

.contentsWidth .cat {
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1;
}
.contentsWidth .mc     .cat { background: #cc1533; }
.contentsWidth .marine .cat { background: #4794cf; }
.contentsWidth .pas    .cat { background: #db5e67; }
.contentsWidth .other  .cat { background: #2e7939; }
.contentsWidth .shop   .cat { background: #363a90; }


/*======================================================================*
 *  [ specialBunner | スペシャルバナー ] 
 *======================================================================*/

.specialBunner {
	margin-bottom: 40px;
	text-align: center;
}


/*======================================================================*
 *  [ shopInformation | お知らせ ] 
 *======================================================================*/

.shopInformation {
	margin: 0 0 40px 0;
	padding: 20px;
	background: #ffefef;
}
.shopInformation a:hover {
	color: #ff6060 !important;
}

.shopInformation dt {
	color: #ff6060;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}
.shopInformation dd + dt {
	margin-top: 20px;
}
.shopInformation dd {
	margin: 5px 0 0 0;
	line-height: 1.6;
}

/* [ 期間 ] */
.shopInformation dd.period {
	margin: 7px 0;
	color: #ff6060;
	font-weight: bold;
}
.shopInformation dd.period span {
	display: inline-block;
	font-weight: normal;
}

/* [ ※ ] */
.shopInformation dd.notes {
	padding: 0 0 0 1em;
	color: #454545;
	text-indent: -1em;
	line-height: 1.2;
}
.shopInformation dd.notes:before {
	content: "※";
}


/*======================================================================*
 *  [ messageBoard | ワイズギアオンラインショップ掲示板 ] 
 *======================================================================*/

.messageBoard {
	position: relative;
	width: 100%;
	height: auto;
	background: #FCFAF4;
	margin: 31px 0 80px 27px;
	padding: 47px 0 43px 0;
}
.messageBoard::before {
	content: url('/e-shop/img/img_clip.svg');
	position: absolute;
	display: block;
	top: -31px;
	left: -27px;
	z-index: +1;
}
.messageBoard::after {
	content: "";
	position: absolute;
	top: 0;
	left: -11.5px;
	width: 96.2%;
	height: 100%;
	background: #D2BA98;
	transform: rotate(-3deg);
	z-index: -1;
}
.messageBoard h2 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.625;
	text-align: center;
}
.messageBoard ul {
	padding: 17px 30px 0;
	font-size: 1.4rem;
	font-weight: 500;
}
.messageBoard li {
	list-style-type: none;
	line-height: 1.2;
}
.messageBoard li + li {
	margin-top: 10px;
}
.messageBoard li a {
	display: inline-block;
	text-decoration: underline;
	padding-left: 7em;
}
.messageBoard li time {
	display: inline-block;
	width: 7em;
	margin-left: -7em;
	text-decoration: none;
}
.messageBoard .morenews {
	display: none;
}
.messageBoard .morenews ul {
	padding-top: 10px;
}
.messageBoard .news-open {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.messageBoard .news-open button {
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}
.messageBoard .news-open.active button {
	transform: rotate(-180deg);
}


/*======================================================================*
 *  [ selectItems | 店長のセレクトアイテム ] 
 *======================================================================*/

.selectItems {
	margin: 0 0 40px 0;
	padding: 20px;
	border-radius: 10px;
	background: #f5e9b8;
	color: #505050;
}
.selectItems .title {
	float: left;
	margin: 0 0 20px 0;
}
.selectItems .title h2 {
	display: table-cell;
	width: 90px;
	height: 90px;
	background: #646464;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
.selectItems .title + p {
	margin: 0 0 20px 110px;
	line-height: 1.6;
}

.selectItems section {
	margin: 0 -20px -20px -20px;
	padding: 20px;
	border-top: 2px solid #fff;
	clear: both;
}
.selectItems section h3 {
	font-size: 20px;
	font-size: 2rem;
}
.selectItems section ul {
	margin: 0 -5px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
}
.selectItems section li {
	float: left;
	width: 25%;
	margin: 10px 0 0 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.selectItems section li a {
	display: block;
}
.selectItems section li a + a {
	margin-top: 3px;
}
.selectItems section li p {
	margin: 5px 0 0 0;
	font-weight: bold;
}
.selectItems section li figure + p {
	padding-left: 1em;
	text-indent: -1em;
}
.selectItems section li figure + p:before {
	content: "▼";
}
.selectItems section li .mc     { color: #cc1533; }
.selectItems section li .marine { color: #4794cf; }
.selectItems section li .pas { color: #db5e67; }
.selectItems section li .other { color: #2e7939; }


/*======================================================================*
 *  [ pickupItems | ピックアップ ] 
 *======================================================================*/

.pickupItems ul {
	margin: 0 -6px -10px -6px;
}
.pickupItems li {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 6px;
	box-sizing: border-box;
}
.pickupItems li:nth-child(2n+1) {
	clear: both;
}
.pickupItems li a {
	display: block;
	position: relative;
}
.pickupItems li a:after {
	display: block;
	clear: both;
	content: "";
}
.pickupItems li figure {
	float: left;
}
.pickupItems li .cat {
	position: absolute;
	top: 0;
	left: 130px;
}
.pickupItems li p {
	margin: 0 0 0 130px;
}
.pickupItems li .copy {
	margin-bottom: 10px;
	padding: 25px 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2;
}


/*======================================================================*
 *  [ categoryList | 商品カテゴリー 一覧 ] 
 *======================================================================*/

.categoryList section {
	margin: 0 0 20px 0;
}
.categoryList h3 {
	color: #fff;
	margin: 0 0 10px 0;
	padding: 7px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
}
.categoryList .mc     h3 { background: #cc1533; }
.categoryList .marine h3 { background: #4794cf; }
.categoryList .pas    h3 { background: #db5e67; }
.categoryList .other  h3 { background: #2e7939; }

.categoryList li {
	display: table;
	float: left;
	width: 33.33333333%;
}
.categoryList li:nth-child(3n+1) {
	clear: both;
}
.categoryList li a {
	display: table-cell;
	position: relative;
	padding: 12px 10px 12px 44px;
	font-weight: bold;
	line-height: 1.1;
	vertical-align: middle;
}
.categoryList .mc     li a:hover { background: #fae7e9; }
.categoryList .marine li a:hover { background: #ecf4fa; }
.categoryList .pas    li a:hover { background: #fbeff0; }
.categoryList .other  li a:hover { background: #eaf1eb; }
.categoryList li a:before {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
}
/* [ MORTORCYCLE ] */
.categoryList li.helmet 	a:before { content: url(/e-shop/svg/icon_helmet.svg); }
.categoryList li.blouson 	a:before { content: url(/e-shop/svg/icon_blouson.svg); }
.categoryList li.globe 		a:before { content: url(/e-shop/svg/icon_globe.svg); }
.categoryList li.rainsuit 	a:before { content: url(/e-shop/svg/icon_rainsuit.svg); }
.categoryList li.bag 		a:before { content: url(/e-shop/svg/icon_bag.svg); }
.categoryList li.racing 	a:before { content: url(/e-shop/svg/icon_racing.svg); }
.categoryList li.strobe 	a:before { content: url(/e-shop/svg/icon_strobe.svg); }
.categoryList li.casual 	a:before { content: url(/e-shop/svg/icon_casual.svg); }
.categoryList li.emblem 	a:before { content: url(/e-shop/svg/icon_emblem.svg); }
.categoryList li.keyholder 	a:before { content: url(/e-shop/svg/icon_keyholder.svg); }
.categoryList li.catalog 	a:before { content: url(/e-shop/svg/icon_catalog.svg); }
.categoryList li.accessory 	a:before { content: url(/e-shop/svg/icon_goods.svg); }
.categoryList li.chemical 	a:before { content: url(/e-shop/svg/icon_chemical.svg); }
.categoryList li.tool 		a:before { content: url(/e-shop/svg/icon_tool.svg); }
.categoryList li.battery 	a:before { content: url(/e-shop/svg/icon_battery.svg); }
.categoryList li.manual 	a:before { content: url(/e-shop/svg/icon_manual.svg); }
.categoryList li.bikecover 	a:before { content: url(/e-shop/svg/icon_bikecover.svg); }
.categoryList li.lock 		a:before { content: url(/e-shop/svg/icon_lock.svg); }
.categoryList li.tooring 	a:before { content: url(/e-shop/svg/icon_tooring.svg); }
.categoryList li.bolton 	a:before { content: url(/e-shop/svg/icon_bolton.svg); }
/* [ MARINE ] */
.categoryList li.lifesaving a:before { content: url(/e-shop/svg/icon_lifesaving.svg); }
.categoryList li.play 		a:before { content: url(/e-shop/svg/icon_play.svg); }
.categoryList li.goods 		a:before { content: url(/e-shop/svg/icon_goods.svg); }
.categoryList li.binoculars a:before { content: url(/e-shop/svg/icon_binoculars.svg); }
.categoryList li.book 		a:before { content: url(/e-shop/svg/icon_book.svg); }
.categoryList li.mapparel 	a:before { content: url(/e-shop/svg/icon_mapparel.svg); }
.categoryList li.sinacova 	a:before { content: url(/e-shop/svg/icon_sinacova.svg); }
.categoryList li.waterproof a:before { content: url(/e-shop/svg/icon_waterproof.svg); }
.categoryList li.fender 	a:before { content: url(/e-shop/svg/icon_fender.svg); }
.categoryList li.outboard 	a:before { content: url(/e-shop/svg/icon_outboard.svg); }
.categoryList li.fishing 	a:before { content: url(/e-shop/svg/icon_fishing.svg); }
/* [ PAS ] */
.categoryList li.front 		a:before { content: url(/e-shop/svg/icon_front.svg); }
.categoryList li.rear 		a:before { content: url(/e-shop/svg/icon_rear.svg); }
.categoryList li.pashelmet 	a:before { content: url(/e-shop/svg/icon_pashelmet.svg); }
.categoryList li.saddlecover a:before { content: url(/e-shop/svg/icon_saddlecover.svg); }
.categoryList li.cyclecover a:before { content: url(/e-shop/svg/icon_cyclecover.svg); }
.categoryList li.paschemical a:before { content: url(/e-shop/svg/icon_paschemical.svg); }
.categoryList li.pasother 	a:before { content: url(/e-shop/svg/icon_pasother.svg); }
.categoryList li.pasbattery a:before { content: url(/e-shop/svg/icon_pasbattery.svg); }
/* [ OTHER ] */
.categoryList li.generator 	a:before { content: url(/e-shop/svg/icon_generator.svg); }
.categoryList li.snowmobile a:before { content: url(/e-shop/svg/icon_snowmobile.svg); }
.categoryList li.snowplow 	a:before { content: url(/e-shop/svg/icon_snowplow.svg); }


/*======================================================================*
 *  [ popularRanking | 人気商品ランキング ]
 *======================================================================*/

.popularRanking section {
	margin: 0 0 10px 0;
	padding: 0 10px;
}

/* [ タイトル ] */
.popularRanking .title {
	float: left;
	width: 16.66666667%;
	padding: 1px;
	box-sizing: border-box;
}
.popularRanking .mc 	.title h3 { background: #cc1533; }
.popularRanking .marine .title h3 { background: #4794cf; }
.popularRanking .pas 	.title h3 { background: #db5e67; }

/* [ 商品 ] */
.popularRanking ol {
	float: right;
	width: 83.33333333%;
	counter-reset: ranking;
}
.popularRanking li {
	float: left;
	width: 20%;
	padding: 1px;
	box-sizing: border-box;
}
.popularRanking li a {
	display: block;
	position: relative;
	padding: 100% 0 0 0;
	color: #fff;
	overflow: hidden;
}
.popularRanking li a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.6em;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	counter-increment: ranking;
	content: counter(ranking);
	z-index: 5;
}
.popularRanking .mc 	li a:before { background: #cc1533; }
.popularRanking .marine li a:before { background: #4794cf; }
.popularRanking .pas	li a:before { background: #db5e67; }
.popularRanking li figure {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #969696;
	box-sizing: border-box;
}
.popularRanking li p {
	position: absolute;
	right: 1px;
	bottom: 1px;
	left: 1px;
	padding: 5px;
	background: rgba(0,0,0,.5);
	line-height: 1.2;
}
.popularRanking li.noImage p {
	background: none;
}
.popularRanking li a:hover p {
	background: rgba(255,255,255,.5);
}
.popularRanking li .coupon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 2px;
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
}


/*======================================================================*
 *  [ recommendItems | オススメ ] 
 *======================================================================*/

.recommendItems ul {
	margin: 0 -6px -15px -6px;
}
.recommendItems li {
	float: left;
	width: 33.33333333%;
	margin: 0 0 15px 0;
	padding: 0 6px;
	box-sizing: border-box;
}
.recommendItems li:nth-child(3n+1) {
	clear: both;
}
.recommendItems li a {
	display: block;
	position: relative;
}
.recommendItems li .cat {
	position: absolute;
	top: 0;
	left: 0;
}
.recommendItems li figure {
	margin: 0 0 5px 0;
}
.recommendItems li figure img {
	display: block;
}


/*======================================================================*
 *  [ shopContentsSide | ショップサイドバー ] 
 *======================================================================*/

/* 下のマージン10px */
.shopContentsSide .ssMarket, 
.shopContentsSide .presentBox, 
.shopContentsSide .postageBox, 
.shopContentsSide .catalogBox {
	margin: 0 0 10px 0;
}

/* [ 買い物かごを見る・ご利用ガイドボタン ] */
.buttonCart {
	margin: 20px 0;
}


/*======================================================================*
 *  [ presentBox | 今月のプレセント ] 
 *======================================================================*/

.presentBox a {
	display: block;
	margin: 10px;
	background: url(/e-shop/shared/img/bg_present.png) center center no-repeat;
	background-size: 150px 150px;
}
.presentBox img {
	padding: 10px 0;
}
.presentBox p {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.presentBox p span {
	font-size: 24px;
	font-size: 2.4rem;
}


/*======================================================================*
 *  [ postageBox | 送料対策アイテム ] 
 *======================================================================*/

.postageBox {
	padding: 0 10px 10px 10px;
}
.postageBox h2 {
	margin: 0 -10px 10px -10px;
}
.postageBox p {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.postageBox p span {
	font-size: 15px;
	font-size: 1.5rem;
}
.postageBox p span span {
	color: #ff0000;
}
.postageBox a {
	display: block;
	position: relative;
	margin: 10px 0;
	padding: 15px 10px 15px 35px;
	background: #6a6daa;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
}
.postageBox a:hover {
	color: #fff !important;
	background: #4b4e8d;
}
.postageBox a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 0;
	height: 0;
	margin: -5px 0 0 0; 
	border: 6px solid transparent;
	border-left: 8px solid #fff;
	content: "";
}
.postageBox a span {
	font-size: 11px;
	font-size: 1.1rem;
}
.postageBox > span {
	display: block;
	color: #6a6daa;
	font-size: 9px;
	font-size: .9rem;
	text-align: center;
}


/*======================================================================*
 *  [ catalogBox | カタログ ] 
 *======================================================================*/

.catalogBox h2 {
	border-bottom: none;
	text-align: left;
}
.catalogBox ul {
	padding: 0 10px 10px 10px;
	line-height: 1.4;
}
.catalogBox li {
	list-style-type: none;
}
.catalogBox li a {
	display: block;
	position: relative;
	padding: 5px 5px 5px 12px;
}
.catalogBox li a:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 7px solid #4d4d4d;
	content: "";
}


/*======================================================================*
 *  [ guideBox | ご利用ガイド・Sea-Style Marketガイド ] 
 *======================================================================*/

.guideBox ul {
	padding: 10px;
	line-height: 1.4;
}
.guideBox li a {
	display: block;
	position: relative;
	padding: 5px 5px 5px 10px;
}
.guideBox li a:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #4d4d4d;
	content: "";
}


/*======================================================================*
 *  [ calendarBox | 営業日カレンダー ] 
 *======================================================================*/

.calendarBox .innerBox {
	margin: 10px;
	background: #f2f1ec;
}
.calendarBox table {
	width: 100%;
	text-align: center;
	border: 5px solid #f2f1ec;
}
.calendarBox th, 
.calendarBox td {
	padding: 5px 0;
	border: 2px solid #f2f1ec;
}
.calendarBox .month th {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
}
.calendarBox .month th a {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	margin: -5px 0 0 0; 
	border: 6px solid transparent;
	content: "";
}
.calendarBox .month th a:hover {
	border-color: transparent !important;
}
.calendarBox #tablink1 {
	left: -3px;
	border-right: 8px solid #4d4d4d !important;
}
.calendarBox #tablink2 {
	right: -3px;
	border-left: 8px solid #4d4d4d !important;
}
.calendarBox .week th {
	background: #5bb4e1;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}
.calendarBox p {
	margin: 0 5px;
	padding: 10px 0;
	border-top: 4px solid #5bb4e1;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}
.calendarBox p span {
	color: #ddd;
	font-size: 13px;
	font-size: 1.3rem;
}

/* 色指定 */
.calendarBox .sat 	{ color: #2656a2; }
.calendarBox .sun 	{ color: #ff3333; }
.calendarBox .close { background: #ddd; }
.calendarBox .half 	{ background: url(/e-shop/img/bg_half.gif) center center; background-size: 100px 100px; }
.calendarBox .half_am 	{ background: url(/e-shop/img/bg_half_am.gif) center center; background-size: 100px 100px; }


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	.siteContents {
		padding: 141px 0 0 0;
	}
	
	/*======================================================================*
	 *  [ mainText | メインテキスト ] 
	 *======================================================================*/
	
	.mainText {
		margin: 0 20px 40px 20px;
	}
	
	
	/*======================================================================*
	 *  [ shopSection | ショップ共通セクション ] 
	 *======================================================================*/
	
	.shopSection h2 {
		margin: 0 -20px 10px -20px;
	}
	
	
	/*======================================================================*
	 *  [ specialBunner | スペシャルバナー ] 
	 *======================================================================*/
	
	.specialBunner {
		margin: 0 -20px 40px -20px;
	}
	
	
	/*======================================================================*
	 *  [ shopInformation | お知らせ ] 
	 *======================================================================*/
	
	.shopInformation {
		margin: 0 -20px 40px -20px;
	}
	
	
	/*======================================================================*
	 *  [ categoryList | 商品カテゴリー 一覧 ] 
	 *======================================================================*/
	
	.categoryList h3 {
		margin: 0 -20px 10px -20px;
	}
	
	
	/*==================================================================*
	 *  [ popularRanking | 人気商品ランキング ]
	 *==================================================================*/
	
	.popularRanking section {
		padding: 0;
	}
	
	
	/*==================================================================*
	 *  [ shopContentsSide | ショップサイドバー ] 
	 *==================================================================*/
	
	.shopContentsSide > section, 
	.shopContentsSide > nav, 
	.shopContentsSide > aside {
		display: none;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 - 667 ] 
 *======================================================================*/

@media screen and (min-width: 568px) and (max-width: 667px) {
	
	/*======================================================================*
	 *  [ popularRanking | 人気商品ランキング ]
	 *======================================================================*/
	
	/* [ 商品 ] */
	.popularRanking li p {
		display: none;
	}
	.popularRanking li .coupon {
		top: auto;
		bottom: 0;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	
}


/*======================================================================*
 *  [ Media Queries 667 ] 
 *======================================================================*/

@media screen and (max-width: 667px) {
	
	/*==================================================================*
	 *  [ categoryList | 商品カテゴリー 一覧 ] 
	 *==================================================================*/
	
	.categoryList li {
		width: 50%;
	}
	.categoryList li:nth-child(3n+1) {
		clear: none;
	}
	.categoryList li:nth-child(2n+1) {
		clear: both;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ mainText | メインイメージ ] 
	 *==================================================================*/
	
	.mainText {
		display: none;
	}
	
	
	/*======================================================================*
	 *  [ specialBunner | スペシャルバナー ] 
	 *======================================================================*/
	
	.specialBunner {
		margin: 0 -10px 20px -10px;
	}
	
	
	/*==================================================================*
	 *  [ selectItems | 店長のセレクトアイテム ] 
	 *==================================================================*/
	
	.selectItems {
		padding: 10px;
	}
	.selectItems .title {
		display: table;
		float: none;
		margin: 0 auto 10px auto;
	}
	.selectItems .title + p {
		margin: 0 0 10px 0;
	}
	
	.selectItems section {
		margin: 0 -10px -10px -10px;
		padding: 10px;
	}
	
	
	/*==================================================================*
	 *  [ pickupItems | ピックアップ ] 
	 *==================================================================*/
	
	.pickupItems ul {
		margin: 10px 10px 0 10px;
	}
	.pickupItems li {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	
	/*==================================================================*
	 *  [ shopSection | ショップ共通セクション ] 
	 *==================================================================*/
	
	.shopSection {
		margin: 0 -10px 40px -10px;
	}
	.shopSection h2 {
		margin: 0 0 1px 0;
	}
	
	
	/*==================================================================*
	 *  [ tabBox | 商品カテゴリー 一覧 タブ ] 
	 *==================================================================*/
	
	#tabBox {
		position: relative;
		padding: 60px 0 0 0;
	}
	#tabBox section {
		margin: 0;
	}
	#tabBox h3 {
		position: absolute;
		top: 1px;
		width: 25%;
		height: 50px;
		margin: 0;
		padding: 0;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		box-sizing: border-box;
		background: rgb(227,227,227);
		background: -moz-linear-gradient(top,  rgba(227,227,227,1) 0%, rgba(204,204,204,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(227,227,227,1) 0%,rgba(204,204,204,1) 100%);
		background: linear-gradient(to bottom,  rgba(227,227,227,1) 0%,rgba(204,204,204,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cccccc',GradientType=0 );
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
	}
	#tabBox ul { display: none; }
	#tabBox .active ul { display: block; }
	/* 個別位置 */
	#catMC 		h3 { left: 0; }
	#catMarine 	h3 { left: 25%; }
	#catPAS 	h3 { left: 50%; }
	#catOther 	h3 { left: 75%; }
	/* オンマウス背景 */
	#catMC.active h3, 
	#catMC h3:hover {
		background: rgb(215,72,95);
		background: -moz-linear-gradient(top,  rgba(215,72,95,1) 0%, rgba(204,22,51,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(215,72,95,1) 0%,rgba(204,22,51,1) 100%);
		background: linear-gradient(to bottom,  rgba(215,72,95,1) 0%,rgba(204,22,51,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7485f', endColorstr='#cc1633',GradientType=0 );
	}
	#catMarine.active h3, 
	#catMarine h3:hover {
		background: rgb(143,181,217);
		background: -moz-linear-gradient(top,  rgba(143,181,217,1) 0%, rgba(72,148,207,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(143,181,217,1) 0%,rgba(72,148,207,1) 100%);
		background: linear-gradient(to bottom,  rgba(143,181,217,1) 0%,rgba(72,148,207,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fb5d9', endColorstr='#4894cf',GradientType=0 );
	}
	#catPAS.active h3, 
	#catPAS h3:hover {
		background: rgb(238,176,182);
		background: -moz-linear-gradient(top,  rgba(238,176,182,1) 0%, rgba(219,95,104,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(238,176,182,1) 0%,rgba(219,95,104,1) 100%);
		background: linear-gradient(to bottom,  rgba(238,176,182,1) 0%,rgba(219,95,104,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb0b6', endColorstr='#db5f68',GradientType=0 );
	}
	#catOther.active h3, 
	#catOther h3:hover {
		background: rgb(121,162,122);
		background: -moz-linear-gradient(top,  rgba(121,162,122,1) 0%, rgba(47,121,58,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(121,162,122,1) 0%,rgba(47,121,58,1) 100%);
		background: linear-gradient(to bottom,  rgba(121,162,122,1) 0%,rgba(47,121,58,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79a27a', endColorstr='#2f793a',GradientType=0 );
	}
	/* アイコン */
	#tabBox h3:before, 
	#tabBox h3:after {
		position: absolute;
		left: 50%;
		margin: 0 0 0 -32px;
		width: 64px;
		height: 50px;
		text-indent: 0;
	}
	#tabBox h3:before 	{ top: 0; }
	#tabBox h3:after 	{ top: 50px; }
	#tabBox .active h3:before, #tabBox h3:hover:before 	{ top: 50px; }
	#tabBox .active h3:after, #tabBox h3:hover:after 	{ top: 0; }
	#catMC 		h3:before 	{ content: url(/e-shop/svg/icon_mc.svg); }
	#catMC 		h3:after 	{ content: url(/e-shop/svg/icon_mc_on.svg); }
	#catMarine 	h3:before 	{ content: url(/e-shop/svg/icon_marine.svg); }
	#catMarine 	h3:after 	{ content: url(/e-shop/svg/icon_marine_on.svg); }
	#catPAS 	h3:before 	{ content: url(/e-shop/svg/icon_pas.svg); }
	#catPAS 	h3:after 	{ content: url(/e-shop/svg/icon_pas_on.svg); }
	#catOther 	h3:before 	{ content: url(/e-shop/svg/icon_other.svg); }
	#catOther 	h3:after 	{ content: url(/e-shop/svg/icon_other_on.svg); }
	
	
	/*======================================================================*
	 *  [ popularRanking | 人気商品ランキング ]
	 *======================================================================*/
	
	/* [ タイトル ] */
	.popularRanking .title {
		width: 25%;
	}
	
	/* [ 商品 ] */
	.popularRanking ol {
		width: 75%;
		counter-reset: ranking;
	}
	.popularRanking li {
		width: 33.333333%;
	}
	
	
	/*==================================================================*
	 *  [ recommendItems | オススメ ] 
	 *==================================================================*/
	
	.recommendItems ul {
		margin: 0;
	}
	.recommendItems li {
		margin: 0;
		padding: 1px;
	}
	.recommendItems li figure {
		margin: 0;
	}
	.recommendItems li p {
		display: none;
	}
	
}


/*======================================================================*
 *  [ Media Queries 480 ] 
 *======================================================================*/

@media screen and (max-width: 480px) {
	
	/*==================================================================*
	 *  [ messageBoard | ワイズギアオンラインショップ掲示板 ] 
	 *==================================================================*/
	
	.messageBoard {
		margin-left: 3px;
		margin-bottom: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.messageBoard::before {
		content: none;
	}
	.messageBoard ul {
		padding-right: 20px;
		padding-left: 20px;
	}

	.messageBoard .news-open {
		padding-top: 15px;
	}
	
	
	/*==================================================================*
	 *  [ selectItems | 店長のセレクトアイテム ] 
	 *==================================================================*/
	
	.selectItems section li {
		width: 50%;
		text-align: center;
	}
	.selectItems section li:nth-child(2n+1) {
		clear: both;
	}
	
	
	/*==================================================================*
	 *  [ pickupItems | ピックアップ ] 
	 *==================================================================*/
	
	.pickupItems li .cat {
		top: 0;
		left: 0;
	}
	.pickupItems li .copy {
		padding: 5px 0 0 0;
	}
	
	
	/*==================================================================*
	 *  [ popularRanking | 人気商品ランキング ]
	 *==================================================================*/
	
	/* [ タイトル ] */
	.popularRanking .title {
		width: 33.33333333%;
	}
	
	/* [ 商品 ] */
	.popularRanking ol {
		float: none;
		width: auto;
	}
	.popularRanking li {
		width: 33.33333333%;
	}
	
	
	/*==================================================================*
	 *  [ recommendItems | オススメ ] 
	 *==================================================================*/
	
	.recommendItems li {
		width: 50%;
	}
	.recommendItems li:nth-child(3n+1) {
		clear: none;
	}
	.recommendItems li:nth-child(2n+1) {
		clear: both;
	}
	
}


/*======================================================================*
 *  [ Media Queries 320 ] 
 *======================================================================*/

@media screen and (max-width: 320px) {
	
	/*==================================================================*
	 *  [ categoryList | 商品カテゴリー 一覧 ] 
	 *==================================================================*/
	
	.categoryList li {
		float: none;
		width: 100%;
	}
	
}



