@charset "utf-8";

.pageLink ul {
	padding: 0;
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:catalog-category カテゴリートップ

---------------------------------------------------------------------------------------- */

.catalogBoxCatchNo {
	margin-top: 10px;
}

.catalogBoxCatchNo .col-xs-12 {
	margin-bottom: 20px;
	line-height: 1.4;
}

.catalogBoxCatchNo .col-xs-12 div {
	margin-bottom: 8px;
}

.catalogBoxCatchNo .col-xs-12 div:last-child {
	margin-bottom: 0;
}

.catalogBoxCatchYes .row {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.itemTitle,
div.itemCondition,
div.itemPrice {
	margin-bottom: 8px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	
	.catalogBoxCatchYes .row {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.catalogBoxCatchYes .col-xs-12 {
		width: auto;
	}
	
	.catalogBoxCatchNo .col-xs-12 img,
	.catalogBoxCatchYes .col-xs-12:first-child {
		float: left;
		width: 150px;
		margin: 0 8px 8px 0;
	}
	
	.catalogBoxCatchYes .col-xs-12 + .col-xs-12 {
		float: none;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:catalog-detail 商品詳細

---------------------------------------------------------------------------------------- */

.catalogDetailBoxLeft ul {
	display: flex;
	flex-wrap: wrap;
	margin: 5px -5px 0;
}

.catalogDetailBoxLeft li {
	width: 25%;
	padding: 5px;
}

@media (max-width: 767px) {
	
	.catalogDetailBoxLeft {
		margin-bottom: 5px;
	}
  
  form .variationInfo table th,
  form .variationInfo table td {
    display: table-cell;
    width: auto;
  }
	
}

.socialButton + form {
	margin-top: 15px;
}

#contents .cdetailLayout01 h2,
#contents .cdetailLayout02 h2,
#contents .cdetailLayout03 h2 {
  margin-top: 0;
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:cart-show_cart カートの中

---------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	.cartShowTable tr:first-child {
		display: none;
	}
	
	.cartShowTable td {
		display: block;
		width: 100%;
	}
	
	table.cartShowTable .cartUnitTd,
	table.cartShowTable .cartNumTd,
	table.cartShowTable .cartPriceTd {
		text-align: left;
	}
	
	.cartNumTd form {
		display: inline-block;
	}
	
	.cartDeleteTd {
		text-align: right;
	}
	
	.cartUnitTd:before { content: '単価'：;}
	.cartNumTd:before { content: '数量：';}
	.cartPriceTd:before { content: '金額：';}
	
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:cart-login ショッピングカート（会員ログイン・登録画面）

---------------------------------------------------------------------------------------- */

.cartIsUserRegist .pageLink .nextBu {
	border-left: none;
}

.cartRuleBodyBox {
	max-height: 100%;
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:cart-payment レジ（お支払い・配送の指定画面）

---------------------------------------------------------------------------------------- */

.cartDelivBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 767px) {
	
	.cartDelivBox tr:first-child {
		display: none;
	}
	
	.cartDelivBox td {
		display: block;
		width: 100%;
	}
	
	.cartPayment .cartPointBox table th,
	.cartPayment .cartPointBox table td {
		display: block;
		width: 100%;
		text-align: left;
	}
		
}

.cartPayment .cartBikoBox textarea {
	width: 100% !important;
	max-width: 100%;
}

.cartPayment .pageLink .nextBu {
	border-left: none;
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:cart-confirm レジ（確認画面）

---------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	.cartConfirm .cartPointBox table td {
		display: block;
		width: 100%;
	}

}


/* ---------------------------------------------------------------------------------------- 

	MODULE:shop-law 特定商取引に関する法律に基づく表記

---------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	.shopLaw th,
	.shopLaw td {
		display: block;
		width: 100%;
	}

}


/* ---------------------------------------------------------------------------------------- 

	MODULE:shop_search 商品検索結果

---------------------------------------------------------------------------------------- */

.shopSearch .col-xs-12 {
	margin-bottom: 20px;
	line-height: 1.4;
}

.shopSearch .col-xs-12 div {
	margin-bottom: 8px;
}

.shopSearch .col-xs-12 div:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	
	.shopSearch .col-xs-12 div:first-child {
		margin: 0;
	}
	
	.shopSearch .col-xs-12 img {
		float: left;
		width: 150px;
		margin: 0 8px 8px 0;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:user-history 会員ページ（購入履歴）

---------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	.userMypageHistory tr:first-child {
		display: none;
	}
	
	.userMypageHistory td {
		display: block;
		width: 100%;
	}
	
	#wrapper .userMypageHistory td:last-child {
		text-align: right;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	MODULE:user-pointy 会員ページ（ポイントの確認）

---------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	#point-table tr:first-child {
		display: none;
	}

	#point-table td {
		display: block;
		width: 100%;
		text-align: left;
	}

	#point-table td:nth-child(1):before { content: 'ご利用日時：';}
	#point-table td:nth-child(2):before { content: 'ご利用区分：';}
	#point-table td:nth-child(3):before { content: '獲得/ご利用ポイント：';}
	#point-table td:nth-child(4):before { content: '残高：';}
	
}


/* ---------------------------------------------------------------------------------------- 

	ピックアップ商品 MODULE:catalog_picup

---------------------------------------------------------------------------------------- */

.catalog_picup .col-xs-12 {
	margin-bottom: 20px;
}

.catalog_picup .col-xs-12 a {
	display: block;
}

.catalog_picup .col-xs-12 > a,
.catalog_picup .col-xs-12 > div {
	margin-top: 8px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	
	.catalog_picup .col-xs-12 img {
		float: left;
		margin: 0 8px 8px 0;
	}
	
}

#opt .catalog_picup .col-xs-12 img {
	float: left;
	margin: 0 8px 8px 0;
}


/* ---------------------------------------------------------------------------------------- 

	ランダム商品 MODULE:catalog_random-get_random

---------------------------------------------------------------------------------------- */

.catalog_random .col-xs-12 {
	margin-bottom: 20px;
}

.catalog_random .col-xs-12 a {
	display: block;
}

.catalog_random .col-xs-12 img {
	display: block;
	margin: 0 0 8px;
}

.catalog_random .col-xs-12 > a,
.catalog_random .col-xs-12 > div {
	margin-top: 8px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	
	.catalog_random .col-xs-12 img {
		float: left;
		margin: 0 8px 8px 0;
	}
	
}

#opt .catalog_random .col-xs-12 img {
	float: left;
	margin: 0 8px 8px 0;
}


/* ---------------------------------------------------------------------------------------- 

	商品カテゴリリスト MODULE:catalog_index

---------------------------------------------------------------------------------------- */

.categoryIndex .mainBoxBottom {
	padding: 0 20px 20px;
}

.categoryIndex ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0;
}

.categoryIndex ul.clearfix:before {
	display: none;
}

.categoryIndex .menu-level-1 {
	display: block;
	width: 33.33333333%;
	padding: 0 10px;
}

.categoryIndex .menu-level-1 a {
	display: block;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.categoryIndex .menu-level-1 ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.categoryIndex .menu-level-2 {
	display: block;
	width: 100%;
	margin-top: 2px;
	padding: 0;
}

.categoryIndex .menu-level-2 a {
	padding-left: 5px;
	padding-right: 5px;
}

.categoryIndex .menu-level-2 ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.categoryIndex .menu-level-3 {
	display: block;
	width: 100%;
	margin-top: 2px;
	padding: 0;
}

.categoryIndex .menu-level-3 a {
	padding: 10px 5px;
	font-size: .9285rem;
}

.categoryIndex .menu-level-3 ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	
	.categoryIndex .menu-level-1 {
		width: 100%;
		margin-bottom: 2px;
	}
	
	.categoryIndex .menu-level-1 a {
		padding-left: 20px;
		text-align: left;
	}
	
	.categoryIndex .menu-level-2 a {
		padding-left: 40px;
	}
	
	.categoryIndex .menu-level-3 a {
		padding-left: 60px;
	}
	
}

#side .categoryIndex h3,
#opt .categoryIndex h3 {
	margin-bottom: 0;
}

#side .categoryIndex ul,
#opt .categoryIndex ul {
	margin-left: 0;
	margin-right: 0;
}

#side .categoryIndex .menu-level-1,
#opt .categoryIndex .menu-level-1 {
	width: 100%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#side .categoryIndex .menu-level-1 a,
#opt .categoryIndex .menu-level-1 a {
	padding-top: 12px;
	padding-bottom: 10px;
	text-align: left;
}

#side .categoryIndex .menu-level-2,
#side .categoryIndex .menu-level-3,
#opt .categoryIndex .menu-level-2,
#opt .categoryIndex .menu-level-3 {
	padding-left: 20px;
}

#side .categoryIndex .menu-level-2 a,
#side .categoryIndex .menu-level-3 a,
#opt .categoryIndex .menu-level-2 a,
#opt .categoryIndex .menu-level-3 a {
	padding-top: 0;
	background-color: transparent;
}

#side .categoryIndex .menu-level-2 a:before,
#side .categoryIndex .menu-level-3 a:before,
#opt .categoryIndex .menu-level-2 a:before,
#opt .categoryIndex .menu-level-3 a:before {
	content: "└";
	padding: 0 5px 0 0;
}

@media (max-width: 767px) {
	
	#side .categoryIndex .menu-level-1,
	#opt .categoryIndex .menu-level-1 {
		padding-left: 0;
		padding-right: 0;
	}
	
	#side .categoryIndex .menu-level-1 a,
	#opt .categoryIndex .menu-level-1 a {
		padding-left: 10px;
	}
	
	.categoryIndex .menu-level-2 a,
	.categoryIndex .menu-level-3 a {
		padding-left: 20px;
	}
	
}


/* ---------------------------------------------------------------------------------------- 

	新着商品 MODULE:catalog_new

---------------------------------------------------------------------------------------- */

.catalog_new .col-xs-12 {
	margin-bottom: 20px;
}

.catalog_new .col-xs-12 a {
	display: block;
}

.catalog_new .col-xs-12 img {
	display: block;
	margin: 0 0 8px;
}

.catalog_new .col-xs-12 > a,
.catalog_new .col-xs-12 > div {
	margin-top: 8px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	
	.catalog_new .col-xs-12 img {
		float: left;
		margin: 0 8px 8px 0;
	}
	
}

#opt .catalog_new .col-xs-12 img {
	float: left;
	margin: 0 8px 8px 0;
}


/* ---------------------------------------------------------------------------------------- 

	人気商品 MODULE:catalog_popular

---------------------------------------------------------------------------------------- */

.catalog_popular .col-xs-12 {
	margin-bottom: 20px;
}

.catalog_popular .col-xs-12 a {
	display: block;
}

.catalog_popular .col-xs-12 img {
	display: block;
	margin: 0 0 8px;
}

.catalog_popular .col-xs-12 > a,
.catalog_popular .col-xs-12 > div {
	margin-top: 8px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	
	.catalog_popular .col-xs-12 img {
		float: left;
		margin: 0 8px 8px 0;
	}
	
}

#opt .catalog_popular .col-xs-12 img {
	float: left;
	margin: 0 8px 8px 0;
}


/* ---------------------------------------------------------------------------------------- 

	商品検索フォーム MODULE:catalog_search

---------------------------------------------------------------------------------------- */

#header .catalogSearchText,
#bottom .catalogSearchText {
	width: 88% !important;
	display: inline-block !important;
}

#header .catalog-search .searchLink,
#bottom .catalog-search .searchLink {
	width: 10% !important;
	display: inline-block;
	margin: 0 0 0 1%;
}

@media (max-width: 767px) {
	
	#header .catalog-search .catalogSearchText,
	#bottom .catalog-search .catalogSearchText {
		width: 75% !important;
	}

	#header .catalog-search .searchLink,
	#bottom .catalog-search .searchLink {
		width: 22% !important;
	}

	div#header .catalog-search-form {
		padding: 0 15px 15px;
		text-align: left;
	}

}


/* ---------------------------------------------------------------------------------------- 

	カートパーツ MODULE:cart_parts-js

---------------------------------------------------------------------------------------- */

.cartPartsBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.cartPartsCount,
.cartPartsCharge,
.cartPartsLook {
	margin: 0;
	padding: 0 15px;
}

.cartPartsBox .cartPartsLook a {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	
	.cartPartsCount,
	.cartPartsCharge,
	.cartPartsLook {
		width: 100%;
		margin-bottom: 8px;
	}
	
}

#opt .cartPartsCount,
#opt .cartPartsCharge,
#opt .cartPartsLook,
#opt .cartPartsBox .pageLink {
	width: 100%;
	margin-top: 0;
	margin-bottom: 8px;
}


/* ---------------------------------------------------------------------------------------- 

	購入手続きガイド MODULE:cart_guide

---------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	
	#wrapper .cartGuide .cartGuideBox ol li {
		float: none;
	}
	
	#wrapper .cartGuide .cartGuideBox ol li + li {
		margin-top: 4px;
	}
	
}

#opt .cartGuide .cartGuideBox ol li + li {
	margin-top: 4px;
}


/* ---------------------------------------------------------------------------------------- 

	会員ログインボックス-ログイン後 MODULE:user_login-menu

---------------------------------------------------------------------------------------- */

#header .userLoginMenu {
	margin-bottom: 30px;
}

.userLoginMenu .clearfix {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -15px;
}

.userLoginMenu .clearfix:before {
	display: none;
}

.userLoginMenu .clearfix > div  {
	width: 20%;
	padding: 5px 15px;
	text-align: center;
}

@media (max-width: 767px) {
	
	.userLoginMenu {
		padding: 0 15px 15px;
	}
	
	#header .userLoginMenu {
		margin-bottom: 0;
	}
	
	.userLoginMenu .clearfix > div  {
		width: 50%;
	}
	
}

#opt .userLoginMenu .clearfix {
	display: block;
	margin: 0;
}

#opt .userLoginMenu li {
	width: 100%;
}

#opt .userLoginMenu li + li {
	margin-top: 8px;
}

#opt .userLoginMenu .clearfix > div  {
	width: 100%;
	padding: 0;
}


/* ---------------------------------------------------------------------------------------- 

	会員ログインボックス-ログイン前 MODULE:user_login-get_form

---------------------------------------------------------------------------------------- */

.userLoginGetForm dl {
	margin: 0;
}

@media (max-width: 767px) {
	
	div#header .userLoginGetForm {
		padding: 0 15px 15px;
		text-align: left;
	}
	
	div#header .userLoginGetForm dt {
		text-align: left;
	}
	
	div#header li {
		text-align: left;
	}

}


/* ---------------------------------------------------------------------------------------- 

	btn

---------------------------------------------------------------------------------------- */

.userMypageLogoutBu a,
.cartPartsLook a,
#opt .userLoginMenu .pageLink a {
	display: inline-block;
	margin: 20px auto;
	padding: 15px 30px;
	border: none;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}

#opt .userLoginMenu .pageLink a {
	width: 100%;
}


/* ---------------------------------------------------------------------------------------- 

	color

---------------------------------------------------------------------------------------- */

.purchaseBu input[type="submit"],
.userMypageLogoutBu a,
.cartPartsLook a,
#opt .userLoginMenu .pageLink a {
	background: #ddd !important;
}

.purchaseBu input[type="submit"]:hover,
.userMypageLogoutBu a:hover,
.cartPartsLook a:hover,
#opt .userLoginMenu .pageLink a:hover {
	background-color: #134479 !important;
}

.categoryIndex .menu-level-2 a {
	background-color: #fff;
}

@media (max-width: 767px) {
	
	#wrapper .cartNameTd,
	#wrapper .cartDelivBox td:first-child,
	#wrapper .userMypageHistory td[rowspan]:first-child,
	#wrapper #point-table td:nth-child(1) {
		background-color: #2f4c6e;
	}
	
}

.purchaseBu input[type="submit"],
.userMypageLogoutBu a,
.cartPartsLook a,
#opt .userLoginMenu .pageLink a {
	color: #333 !important;
}

.purchaseBu input[type="submit"]:hover,
.userMypageLogoutBu a:hover,
.cartPartsLook a:hover,
#opt .userLoginMenu .pageLink a:hover {
	color: #fff !important;
}


@media (max-width: 767px) {
	
	#wrapper .cartNameTd,
	#wrapper .cartDelivBox td:first-child,
	#wrapper .userMypageHistory td[rowspan]:first-child,
	#wrapper #point-table td:nth-child(1) {
		color: #fff;
	}
	
}

#side .categoryIndex .menu-level-1,
#opt .categoryIndex .menu-level-1 {
	border-bottom-color: #aaa;
}