@charset "Shift_JIS";


@media screen and (max-width: 750px) and (orientation: portrait), screen and (min-width: 319px) and (max-width: 750px) and (orientation: landscape){
	
	.spOnly { display: block; }
	.pcOnly { display: none; }
	
	.fontXS { font-size: 8px !important; }
	.fontS  { font-size: 10px !important; }
	.fontM  { font-size: 12px !important; }
	.fontL  { font-size: 14px !important; }
	.fontXL { font-size: 16px !important; }
	
	.mt_s { margin-top: 5px !important; }
	.mt_M { margin-top: 10px !important; }
	.mt_L { margin-top: 20px !important; }
	.mr_s { margin-right: 5px !important; }
	.mr_M { margin-right: 10px !important; }
	.mr_L { margin-right: 20px !important; }
	.mb_s { margin-bottom: 5px !important; }
	.mb_M { margin-bottom: 10px !important; }
	.mb_L { margin-bottom: 20px !important; }
	.mb_LL{ margin-bottom: 40px !important; }

	.ml_s { margin-left: 5px !important; }
	.ml_M { margin-left: 10px !important; }
	.ml_L { margin-left: 20px !important; }
	
	body {
		font-family: "モトヤLシーダ3等幅","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
		font-size: 12px;
		-webkit-text-size-adjust:100%;
	}

  a ,
  button ,
  [type=button] ,
  [type=image] ,
  [type=submit] {
  	-webkit-transition-duration: 0;
  	-moz-transition-duration: 0;
  	-ms-transition-duration: 0;
  	transition-duration: 0;
  }
  
  a:hover ,
  button:hover ,
  [type=button]:hover ,
  [type=image]:hover ,
  [type=submit]:hover {
  	opacity: 1;
  }

	img { width: 100%; }
	
	#content {
		width: 100%;
		margin: 0 auto;
	}
	/*------------------------------------------------
	Section
	------------------------------------------------*/
	.section {
		padding: 0 10px;
	}
  .sectionWrap .section{
    width: auto;
  }

	
	/*------------------------------------------------
	Heading Parts
	------------------------------------------------*/
	
	.heading01 {
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		border: none;
	}
	
	.heading02 {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.7;
	}
	
	.heading02 .shoulderTxt {
		font-size: 11px;
		padding-left: 0;
		display: block;
		font-weight: normal;
	}
	
	.heading02 .icoRecommend {
		padding-left: 22px;
		background-size: auto 15px;
		background-position: left top;
	}
	
	.heading02 .icoKuchikomi {
		padding-left: 22px;
		background-size: auto 15px;
		background-position: left top;
	}
	
	.heading02 .icoCheck {
		padding-left: 22px;
		background-size: auto 15px;
		background-position: left top;
	}
	
	.heading02 .icoInfo {
		padding-left: 22px;
		background-size: auto 15px;
		background-position: left top;
	}
	
	.heading02 .icoBargain {
		padding-left: 22px;
		background-size: auto 15px;
		background-position: left top;
	}
	
	.heading02 .icoRankNew {
		padding-left: 28px;
		background-size: auto 20px;
		background-position: left top;
	}
	
	/*------------------------------------------------
	Text Parts
	------------------------------------------------*/
	.paragraph01 {
		font-size: 12px;
	}
	
	/*------------------------------------------------
	Column Parts
	------------------------------------------------*/
	.txtCol2 .col {
		float: left;
		width: 49%;
		margin-left: 2%;
	}
	
	.txtCol2 .col:first-child {
		margin-left: 0;
	}
	
	.imgCol2 .col {
		float: left;
		width: 49%;
		margin-left: 2%;
	}
	
	.imgCol2 .col.rect {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.imgCol3 .col {
		float: left;
		width: 49%;
		margin-left: 2%;
		margin-bottom: 10px;
	}
	
	.imgCol3 .col:last-child {
		width: 100%;
		margin-left: 0;
	}
	
	.variableCol .imgCol {
		float: left;
		margin: 0 18px 0 0;
		width: 75px;
	}
	
	.variableCol .txtCol {
		font-size: 12px;
		overflow: hidden;
	}
	
	/*------------------------------------------------
	Font Price
	------------------------------------------------*/
	.price.priceS {
		font-size: 12px;
	}
	
	.price.priceS .priceNum {
		font-size: 15px;
	}
	
	.price.priceS .priceTax {
		font-size: 11px;
	}
	
	.price.priceL {
		font-size: 15px;
	}
	
	.price.priceL .priceNum {
		font-size: 22px;
	}
	
	.price.priceL .priceTax {
		font-size: 13px;
	}
	
	.price.priceL .priceTax {
		font-weight: bold;
	}
	
	/*------------------------------------------------
	Links
	------------------------------------------------*/
	.pipedLink ul li {
		font-size: 12px;
	}
	
	.linkExIcon li {
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 10px;
	}
	
	.linkExIcon li a {
		background-size: 15px;
	}
	
	.linkEx {
		font-size: 12px;
	}
	
	.linkExIcon02 ul {
		padding: 0 0 5px;
	}
	
	/*------------------------------------------------
	TopNews
	------------------------------------------------*/
	.topNews dl {
		padding:  10px 10px 10px 10px;
		display: table;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.topNews dl .topNewsDate {
		width: auto;
		padding-right: 10px;
		float: none;
		display: table-cell;
		font-size: 12px;
		width: 70px;
	}
	
	.topNews dl .topNewsTxt {
		width: auto;
		float: none;
		display: table-cell;
		font-size: 12px;
	}
	
	.topNews dl .topNewsTxt a {
		text-decoration: underline;
		color: #93560f;
	}
	
	/*------------------------------------------------
	CautionInfo
	------------------------------------------------*/
	.cautionInfo ul {
		overflow: hidden;
		padding: 0 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	/*------------------------------------------------
	Btn
	------------------------------------------------*/
	.btn a,
	.btn button {
		font-size: 14px;
	}
	
	/* ボタン幅 */
	.btn.btnW60 { width: 100%; }
	.btn.btnW104 { width: 100%; }
	.btn.btnW140 { width: 100%; }
	.btn.btnW220 { width: 100%; }
	.btn.btnW300 { width: 100%; }
	.btn.btnW380 { width: 100%; }
	.btn.btnW500 { width: 100%; }
	.btn.spBtnW100p { width: 100% !important; }
	/* ボタン高さ */
	.btn .btnH_s { padding: 4px 0 3px; } /*30px*/
	.btn .btnH_m { padding: 10px 0 8px; } /*40px*/
	.btn .btnH_l { padding: 15px 0 13px; } /*60px*/
	
	.btn .btnH_l.btnH_l_sp2l { padding: 4px 0 3px; } /*60px*/
	
	.btn.spLeftBtn {
		width: 49% !important;
		float: left;
	}
	.btn.spCenterBtn {
		width: 49% !important;
		margin: 0 auto;
	}
	.btn.spRightBtn {
		width: 49% !important;
		float: right;
	}
	
	.btn2Col {
		width: 100%;
	}
	
	.btn2Col .btn {
		width: 49%;
		float: left !important;
		margin-left: 2%;
	}
	
	.btn2Col .btn:first-child {
		margin-left: 0;
	}
	
	.btn3Col {
		width: 100%;
	}
	
	.btn3Col .btn {
		width: 100%;
		margin-left: 0;
	}
	
	.btnPriority01 a {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnPriority02 a {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnPriority03 a {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnPriority04 a {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnPriority05 a {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnBigH,
	.btnBigW {
		float: none !important;
	}
	
	.btnBigH a {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnBigW a {
		width: 100%;
		padding: 5px 0 3px;
	}
	
	.btnMid a {
		width: 100%;
		padding: 10px 0 8px;
	}
	
	.btnSml a {
		width: 100%;
		padding: 5px 0 3px;
	}
	
	.btnCart01 button {
		width: 100%;
		padding: 15px 0 13px;
	}
	
	.btnCart02 button {
		width: 100%;
		padding: 5px 0 3px;
	}
	
	.btnCart03 button {
		width: 100%;
		padding: 10px 0 8px;
	}
	
	.btnCart04 button {
		width: 100%;
		padding: 10px 0 8px;
	}
	
	.btnSml a {
		display: inline-block;
		background: #ffffff;
		color: #000000;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border: 1px solid #000000;
	}
	
	.spBtn3ColType01 {
		width: 100%;
	}
	
	.spBtn3ColType01 .btn {
		width: 32%;
		float: left;
		margin-left: 2%;
	}
	
	.spBtn3ColType02 {
		width: 66%;
		float: right;
	}
	
	.spBtn3ColType02 .btn {
		width: 49%;
		float: left;
		margin-left: 2%;
	}
	
	.spBtn3ColType03 {
		width: 32%;
		float: right;
	}
	
	.spBtn3ColType03 .btn {
		width: 100%;
	}
	
	
	
	.spBtn3ColType01 .btn:first-child,
	.spBtn3ColType02 .btn:first-child,
	.spBtn3ColType03 .btn:first-child {
		margin-left: 0;
	}
	
	.favoriteBtn button {
		width: 48%;
		padding: 7px 0 5px;
	}
	
	.favoriteBtn span {
		padding: 5px 0 5px 30px;
		background: url(/shop/common/images/bg-icon-favorite.png) no-repeat left center;
		background-size: 22px 19px;
	}
	.favoriteBtn.is-active span {
		background: url(/shop/common/images/bg-icon-favorite-is-active.png) no-repeat left center;
		background-size: 22px 19px;
	}

  .favoriteIcon span {
    padding-left: 24px;
  	background: url(/shop/common/images/bg-icon-favorite-sp.png) no-repeat left center;
  	background-size: 19px 16px;
  }
  
  .btn.is-active .favoriteIcon span {
  	background: url(/shop/common/images/bg-icon-favorite-is-active-sp.png) no-repeat left center;
  	background-size: 19px 16px;
  }
	
	.favoriteItemsBtn button {
		width: 47px;
		padding: 6px 0 4px;
	}
	
	/*------------------------------------------------
	Text Box input textarea select
	------------------------------------------------*/
	.txtBox,
	.txtBox02 {
		font-size: 12px;
	}
	
	.txtBox .unitTxt,
	.txtBox02 .unitTxt {
		margin-left: -2px;
	}
	
	.txtBox .txtBoxInner,
	.txtBox02 .txtBoxInner {
		margin: 0 6px 0 2px;
	}
	
	.txtBox .txtBoxInner {
		display: inline-block;
		width: 100%;
	}
	
	.txtBox02 .txtBoxInner {
		display: inline-block;
		width: 25%;
	}
	
	.txtBox input,
	.txtBox02 input {
		height: 40px;
		font-size: 12px;
	}
	
	.inputW01 {
		width: 100%;
	}
	.inputW02 {
		width: 100%;
	}
	.inputW03 {
		width: 100%;
	}
	.inputW04 {
		width: 100%;
	}
	.inputW05 {
		width: 100%;
	}
	.inputW06 {
		width: 100%;
	}
	.inputW07 {
		width: 100%;
	}
	.inputW08 {
		width: 100%;
	}
	
	.txtAreaBox textarea {
		width: 100%;
		max-width: 100%;
	}
	
	.txtAreaBox .txtAreaBoxInner {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	
	.selectBox02 .selectBoxInner {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

  .selectType04 .selectBoxInner {
    width: 100%;
  }

	.selectW01 {
		width: 60px;
	}
	.selectW02 {
		width: 70px;
	}
	.selectW03 {
		width: 140px;
	}
	.selectW04 {
    width: 100%;
    height: 40px;
	}
	.selectW05 {
		width: 200px;
	}
	.selectW06 {
		width: 100%;
	}
	.selectW07 {
		width: 100%;
	}
	
	/*------------------------------------------------
	CheckBox RadioBtn
	------------------------------------------------*/
	.checkList ul {
		letter-spacing: -1em;
	}
	
	.checkList ul li {
		width: 49%;
		margin: 0 2% 10px 0;
	}
	
	.checkList ul li:nth-child(2n) {
		margin-right:  0;
	}

  .checkList ul li label:after {
  	background: url(/shop/common/images/bg-icon-checkbox-sp.png) no-repeat left top;
  	background-size: 24px auto;
  }
	
	.radioListHorizon ul li,
	.radioListVertical ul li {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	
	.checkList ul li label {
		padding: 0 0 0 25px;
		height: auto;
	}
	
	.radioList ul {
		border: 1px solid #e6e7c7;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		overflow: hidden;
	}
	
	.radioList ul li {
		border-top: 1px solid #e6e7c7;
		padding-right: 0;
		display: table;
	}
	
	.radioList ul li:first-child {
		border-top: none;
	}
	
	.radioList ul li span {
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.radioList ul li label {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		line-height: 1.5;
		padding: 10px 10px 10px 40px;
		background: none;
		position: relative;
	}
	
	.radioList ul li label.is_on {
		background: no-repeat;
		background-color: #ffd9b2;
	}
	
	.radioList ul li:first-child label.is_on {
		border-radius: 5px 5px 0 0;
	}
	
	.radioList ul li:last-child label.is_on {
		border-radius: 0 0 5px 5px;
	}
	
	.radioList ul li.installments label.is_on {
		border-radius: 5px;
	}
	
	.radioList ul li label:after {
		top: 50%;
		left: 10px;
		margin-top: -10px;
	}

  .radioList ul li label:after {
  	background: url(/shop/common/images/bg-icon-radiobtn-sp.png) no-repeat left top;
  	background-size: 20px auto;
  }
	
	/*------------------------------------------------
	Conts searchBox
	------------------------------------------------*/
	.searchBox {
		position: relative;
		width: 100%;
	}
	
  .contsSearchBox:before {
  	content: none;
  }

	.contsSearchBox {
		float: none;
		display: block;
		width: 100%;
		height: 40px;
		padding: 4px 5px 6px;
		border-radius: 5px;
	}
	
	.contsSearchBox input {
		width: 100%;
		height: 30px;
		padding: 0 7px;
	}
	
	.contsSearchBtn {
		float: none;
		display: inline-block;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		background-size: 25px;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
	}

  .contsSearchBtn:hover {
  	opacity: 1;
  }

	
	/*------------------------------------------------
	ModalWindow
	------------------------------------------------*/
	.modalContentInner,
	.modalAddCartInner {
		width: 96%;
		margin-left: -48%;
		padding: 20px 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.modalTit {
		font-size: 14px;
		padding: 0 24px 15px 0;
		font-weight: bold;
	}
	
  .modalBtmConts .section{
    padding: 0;
  }
  
  .modalBtmConts .mAuto.spCenterBtn.btn:first-of-type{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  .modalBtmConts .mAuto.spCenterBtn.btn{
    margin-bottom: 10px;
  }
  
  .modalBtmConts .heading02{
    margin: 15px 0 20px;
    padding-bottom: 8px;
    border-bottom: dotted 1px #000;
  }
  
  .modalBtmConts .heading02 .icoRecommend{
    padding-left: 0;
    background: none;
  }
  
	.modalClose {
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		width: 20px;
		height: 20px;
	}
	
	/*------------------------------------------------
	Table
	------------------------------------------------*/
	.tableLayout .tableType01,
	.tableLayout .tableType02 {
		border: none;
		margin-bottom: 20px;
	}

	.tableLayout .tableType01 tr,
	.tableLayout .tableType01 tr th,
	.tableLayout .tableType01 tr td,
	.tableLayout .tableType02 tr,
	.tableLayout .tableType02 tr th,
	.tableLayout .tableType02 tr td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: none;
		font-weight: normal;
	}
	
	.tableLayout .tableType01 tr th,
	.tableLayout .tableType01 tr td,
	.tableLayout .tableType02 tr th,
	.tableLayout .tableType02 tr td {
		font-size: 12px;
		padding: 15px 10px;
	}
	
	.tableLayout th .requiredIcon {
		margin-left: 20px;
		margin-top: -4px;
	}
	
	.tableLayout .tableType02 {
		width: 100%;
		border-right: none;
		float: none;
	}
	
	.tableLayout .tableSideArea {
		width: 32%;
		padding-right: 10px;
    float: right;
		border: none;
		display: block;
		height: inherit !important;
	}
	
	/*------------------------------------------------
	PaginationNav
	------------------------------------------------*/
	.paginationNav {
		float: none;
		margin-bottom: 10px;
	}
	
	.paginationNav ol {
		display: table;
		width: 100%;
	}
	
	.paginationNav ol li {
		float: none;
		display: table-cell;
		border-left: 1px dotted #000000;
		text-align: center;
	}
	
	.paginationNav ol li:first-child {
		border-left: 1px dotted #000000;
		width: 50px;
	}
	
	.paginationNav ol li:last-child {
		border-right: 1px dotted #000000;
		width: 50px;
	}
	
	.paginationNav ol li a {
		display: inline-block;
		width: 100%;
		padding: 2px 0;
		font-size: 12px;
		font-weight: bold;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}
	
	.paginationNav ol li.is-active,
	.paginationNav ol li:hover {
		background: #ffd9b2;
	}
	
	/*------------------------------------------------
	DispNum
	------------------------------------------------*/
	.dispNum {
		width: 100%;
		padding: 5px 0;
	}
	
	.dispNum.borderTop {
		border-top: 1px dotted #000000;
	}
	
	.dispNum.borderBtm {
		border-bottom: 1px dotted #000000;
	}
	
	.dispNum .dispNumTxt {
		font-size: 13px;
	}
	
	.dispNum .dispNumTxt span {
		font-weight: bold;
	}
	
  .dispNum.dispNumAbove{
    float: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    border-bottom: solid 1px #000;
  }

	/*------------------------------------------------
	SingleItemSort
	------------------------------------------------*/
	.singleItemSort {
		width: 100%;
	}
	
	.singleItemSortTit {
		font-size: 12px;
	}
	
	.singleItemSortSelect li span {
		display: block;
		padding: 10px 12px;
		font-size: 12px;
	}

	/*------------------------------------------------
	StepNav
	------------------------------------------------*/
	.stepNav ol li {
		height: 24px;
	}
	
	/* stepNavType01 */
	.stepNav .stepNavType01 ol li {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -0.5px transparent;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	.stepNav .stepNavType01 ol li.is-active {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -26px #ff8247;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	/* stepNavType02 */
	.stepNav .stepNavType02 ol li {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left 0 transparent;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	.stepNav .stepNavType02 ol li.is-active {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -26px #ff8247;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	.stepNav .stepNavType02 ol li.is-disable {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -52px transparent;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	/* stepNavType03 */
	.stepNav .stepNavType03 ol li {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left 0 transparent;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	.stepNav .stepNavType03 ol li.is-active {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -26px #ff8247;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	.stepNav .stepNavType03 ol li.is-disable {
		background: url(/shop/common/images/bg-icon-stepnav.png) no-repeat left -52px transparent;
		background-size: 10px auto;
		-moz-background-size: 10px auto;
		-webkit-background-size: 10px auto;
	}
	
	/*------------------------------------------------
	module02
	------------------------------------------------*/
	.deleteHistory {
		position: static;
	}
	.price .priceTax {
    font-size: 10px;
  }
  .price.priceS,
  .price.priceL {
    font-size: 10px;
  }
  .price.priceS .fontM {
    font-size: 12px !important;
  }
  .price.priceL .fontL,
  .items .price.priceS .fontM {
    font-size: 14px !important;
  }
  .btnPriority05 a {
    box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px;
  }
  .btnCart02 button {
    box-sizing: border-box;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px;
  }
  .favoriteItemsBtn button {
    width: 47px;
  }
  
  .smallSpecial{
    padding-top: 0;
    border-top: none;
  }
  
  .favoriteItemsBtn button span{
    background: url(/shop/common/images/bg-icon-favorite-sp.png) no-repeat center 2px;
    background-size: 19px auto;
  }
  
  .favoriteItemsBtn.is-active button span {
    background: url(/shop/common/images/bg-icon-favorite-is-active-sp.png) no-repeat center 2px;
    background-size: 19px auto;
  }
  .smallSpecialLink:nth-child(n+4),
  .smallSpecialLink{
    display: block;
    width: 100%;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .smallSpecial dt:before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 9px #ff8247;
  }

  .recommend{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  
  .recommendInner{
    width: auto;
  }

  .recommendList{
    letter-spacing: 0;
  }
  
  .recommendList:after{
    content: "";
    clear: both;
    display: table;
  }
  
  .recommendListItem{
    display: block;
    float: left;
    padding: 0 2px;
  }
  .noSlide .recommendListItem{
	  width: 33.3333%;
	  float: left;
    padding: 0 2px;
  }
  .noSlide .recommendListItem:last-child{
	  display: none;
  }
  .noSlide .recommendListItem:nth-child(3n){
	  border-right: none;
  }
  
  .recommendListItem.slick-slide .recommendListItemInner{
    padding: 0 2px;
  }

  .recommend.recommendModal{
    width: 100%;
    margin: 0 auto;
  }

  .recommendModal .recommendListItem{
    width: 50%;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  
  .recommendModal .recommendListItem:nth-child(3n){
    border-right: dotted 1px #000;
  }
  
  .recommendModal .recommendListItem:nth-child(2n){
    border-right: none;
  }
  
  .recommendModal .recommendListItem:nth-child(3n+1):before{
    content: none;
  }

  .recommendModal .recommendListItem:nth-child(2n+1):before{
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    top: -20px;
    left: 0;
    width: 300%;
    border-top: dotted 1px #000;
  }

  .recommendName{
    margin: 0 5px;
  }

  .recommendList .price,
  .recommendList .review{
    display: none;
  }
  .recommendControlPrev,
  .recommendControlNext{
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 50px;
    margin-top: -45px;
    background-color: rgba(255,130,71,.6);
  }
  
  .recommendControlPrev{
    left: -10px;
    border-radius: 0 2px 2px 0;
  }
  
  .recommendControlNext{
    right: -10px;
    border-radius: 2px 0 0 2px;
  }
  
  .recommendControlPrev:before,
  .recommendControlNext:before{
    top: 17px;
    width: 16px;
    height: 16px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  
  .recommendControlPrev:before{
    left: 8px;
  }
  
  .recommendControlNext:before{
    right: 8px;
  }

  .catalogList{
    padding: 0 5px;
  }
  
  .catalogListItem{
    position: relative;
    width: 50%;
    padding: 0 5px;
  }
  
  .catalogListItem:nth-child(4n+1),
  .catalogListItem:nth-child(4n+2){
    padding-top: 19px;
  }
  
  .catalogListItem:nth-child(4n+1):before{
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    width: 200%;
    border-top: dotted 1px #000;
  }
  
  .catalogListItem:nth-child(4n+1):after{
    content: "";
    position: absolute;
    top: -1px;
    right: auto;
    left: 0;
    width: 5px;
    border-top: solid 1px #FFF;
  }
  
  .catalogListItem:nth-child(4n+2):after{
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: auto;
    width: 5px;
    border-top: solid 1px #FFF;
  }
  
  .catalogListItem:nth-child(6n+1){
    clear: none;
  }

  .catalogImg{
    margin-bottom: 5px;
    border: solid 1px #000;
  }
  
  .catalogName{
    margin-bottom: 5px;
  }
  
  .catalogPeriod{
    font-size: 10px;
    letter-spacing: -1em;
  }

  .catalogPeriod dt,
  .catalogPeriod dd{
    display: inline;
    letter-spacing: 0;
  }

  .itemsList{
    padding: 0;
  }
  
  .is-2col .itemsListItem,
  .itemsListItem{
    width: 50%;
    margin-bottom: 20px;
    padding: 0 9px 20px 10px;
  }
  
  .is-2col .itemsListItem:nth-child(2n),
  .itemsListItem:nth-child(2n){
    padding: 0 10px 20px;
    border-right: none;
  }
  
  .is-2col .itemsListItem:nth-child(2n+1):before,
  .itemsListItem:nth-child(2n+1):before{
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2px;
    left: 0;
    width: 200%;
    border-top: dotted 1px #000;
  }
  
  .is-2col .itemsListItem:nth-child(2n+1):after,
  .itemsListItem:nth-child(2n+1):after{
    content: "";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    width: 10px;
    border-top: solid 1px #FFF;
  }
  
  .is-2col .itemsListItem:nth-child(2n):after,
  .itemsListItem:nth-child(2n):after{
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: -2px;
    width: 10px;
    border-top: solid 1px #FFF;
  }

  .itemsListItem:nth-child(odd) .favoritePopup{
    -ms-transform: translateY(-100%) translateX(-95px);
    -webkit-transform: translateY(-100%) translateX(-95px);
    transform: translateY(-100%) translateX(-95px);
  }
  .itemsListItem:nth-child(odd) .favoritePopup:after{
    right: auto;
    left: 52%;
  }

  .itemsListItem:nth-child(even) .favoritePopup{
    -ms-transform: translateY(-100%) translateX(-80%);
    -webkit-transform: translateY(-100%) translateX(-80%);
    transform: translateY(-100%) translateX(-80%);
  }
  .itemsListItem:nth-child(even) .favoritePopup:after{
    right: 5px;
  }
  
  .is-2col .itemsImg,
  .itemsImg{
    position: relative;
    width: 100%;
    max-height: 100%;
    margin: 0 auto 10px;
  }
  
  .itemsImg img{
    max-height: 100%;
  }
  
  .is-2col .itemsName,
  .itemsName{
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: normal;
  }
  
  .itemsTxt,
  .itemsSpec{
    display: none;
  }
  
  .itemsFavorite .itemsSpec{
    display: block;
    font-size: 12px;
  }
  
  .is-2col .itemsList .reviewStars,
  .itemsList .reviewStars{
    padding-right: 0;
  }
  .is-2col .itemsList .review{
    width: 100%;
  }
  .is-2col .itemsList .reviewStars img,
  .itemsList .reviewStars img{
    width: 65px;
  }
  .itemsList .reviewNum{
    font-size: 10px;
  }
  .itemsList .tag{
    margin: 5px 0 0;
  }
  .itemsList .tagImg{
		margin: 5px 0 0
	}
  
  .itemsPeriod {
    margin: 5px 0 0;
    font-size: 10px;
  }

  .itemsBtn{
    margin: 0;
  }
  
  .itemsBtn .colorOR.btnH_s {
    padding: 17px 0 15px;
  }

  .itemsBtn .colorBorderBK.btnH_s {
    padding: 16px 0 14px;
  }

  .tag{
    letter-spacing: 0;
    overflow: hidden;
  }

  .tag li{
    float: left;
    display: block;
    width: auto;
    margin: 10px 10px 0 0;
    padding: 8px 6px 6px;
    font-size: 10px;
    border-radius: 6px;
  }
  
  .tagImg li{
	  float: left;
    display: block;
    width: auto;
    margin: 5px 5px 0 0;
	}
	
	.tagImg li img{
		height: 25px;
		width: auto;
	}
  
  .tagOutstock{
    padding: 12px 0 0;
    font-size: 12px;
  }

  /* 301 */
  .selectRegionList{
    margin-bottom: 20px;
  }

  .selectRegionList dt{
    position: relative;
    margin-top: 20px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: dotted 1px #000;
  }

  .selectRegionList li:first-child dt{
    margin-top: 0;
  }

  .selectRegionList dd li{
    padding: 10px 0;
    border-bottom: dotted 1px #000;
  }

  .selectRegionTrigger{
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 47px;
    height: 30px;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .selectRegionTrigger:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    margin-left: -4.5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* 302 */
  .loginStepNav{
    margin-bottom: 20px;
  }
  
  .loginStepNavList{
    position: relative;
  }
  
  .loginStepNavList li{
    display: table;
    position: relative;
    width: 100%;
    height: 89px;
    margin-bottom: 28px;
  }
  
  .loginStepNavList li:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 37px;
    border-top: solid 13px #ff8247;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
  }
  
  .loginStepNavList:after{
    content: none;
  }
  
  .loginStepNavList li:last-child{
    overflow: hidden;
    margin-bottom: 18px;
  }

  .loginStepNavImg,
  .loginStepNavTxt{
    display: table-cell;
    vertical-align: middle;
  }
  
  .loginStepNavImg{
    padding: 0;
    width: 89px;
    height: 89px;
  }
  
  .loginStepNavTxt{
    padding-left: 18px;
  }
  
  .loginStepNav .btn .btnH_l{
    padding: 10px 0 8px;
  }

  /* 308 */
  .rulesArea{
    margin-bottom: 20px;
  }
  
  .rulesArea .paragraph01{
    margin-bottom: 10px;
  }
  
  .rulesAreaDocumentInner{
    height: 200px;
    font-size: 10px;
    padding: 0 10px 0 0;
  }


  /* 008A */
  .tableOrderNum{
	  width: 100%;
	}
  
  .tableOrderNumTable{
    display: block;
  }
  
  .tableOrderNumTable th{
    display: none;
  }
  
  .tableOrderNumTable td{
    display: block;
  }
  
  .tableOrderNumTable td:first-of-type{
    text-align: center;
  }
  .tableOrderNumTable th:last-of-type,
  .tableOrderNumTable td:last-of-type{
    border-right: none;
  }
  .tableOrderNumTable td:last-of-type[colspan]{
    text-align: left;
    border-right: dotted 1px #000;
  }
  
  .tableOrderNumTable .btnSml a,
  .tableOrderNumTable .inputType02 input{
    width: 100%;
  }
	
	/*------------------------------------------------
	ThemeTxtList ThemeImgList
	------------------------------------------------*/
	.themeTxtList ul {
		border-bottom: 1px dotted #000000;
	}
	
	.themeTxtList ul li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 0;
		border: none;
		border-top: 1px dotted #000000;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		padding: 5px 0;
		min-height: 75px;
		background: url(/shop/common/images/bg-icon-themeTxtList-arrow-sp.png) no-repeat right 10px center;
		background-size: 7px 12px;
		-moz-background-size: 7px 12px;
		-webkit-background-size: 7px 12px;
	}
	.themeTxtList ul li:nth-child(2n) {
		margin-right: 0;
	}
	.themeTxtList ul li a {
		width: 100%;
		font-size: 12px;
		border-right: 1px dotted #000000;
		padding: 0 25px 0 10px;
		
	}
	.themeTxtList ul li:nth-child(2n) a {
		border-right: none;
	}
	
	.sp_themeImgList ul li {
		float: left;
		width: 50%;
		border-top: 1px solid #000000;
		position: relative;
		margin-top: -1px;
	}
	
	.sp_themeImgList ul li a:after {
		content: '';
		width: 16px;
		height: 16px;
		overflow: hidden;
		background: url(/shop/common/images/bg-icon-themeImgLIst-accordion-sp.png) no-repeat left top;
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 10px;
	}
	
	.sp_themeImgList ul li.is-active {
		background: #f9f8f8;
	}
	
	.sp_themeImgList ul li.is-active a:after {
		background-position: left bottom;
	}
	
	.sp_themeImgList ul li a {
		display: block;
		padding: 10px 6px;
	}
	
	.sp_themeImgList ul li dl {
		display: table;
		width: 100%;
	}
	
	.sp_themeImgList ul li dl dt,
	.sp_themeImgList ul li dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	
	.sp_themeImgList ul li dl dt {
		width: 54px;
	}
	
	.sp_themeImgList ul li dl dd {
		padding-left: 10px;
		padding-right: 20px;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner {
		display: none;
		background: #f9f8f8;
		position: relative;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner:after {
		content: '';
		position: absolute;
		top: -1px;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 1px;
		background: #000000;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner li {
		border-top: 1px dotted #000000;
		border-bottom: 1px dotted #000000;
		margin-top: -1px;
		background: url(/shop/common/images/bg-icon-themeTxtList-arrow-sp.png) no-repeat right 10px center;
		background-size: 7px 12px;
		-moz-background-size: 7px 12px;
		-webkit-background-size: 7px 12px;
		padding: 5px 0;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner li:first-child {
		border: none;
		width: 100%;
		text-align: center;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner li a {
		display: block;
		padding: 20px;
		border-right: 1px dotted #000000;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner li:nth-child(odd) a {
		border: none;
	}
	
	.sp_themeImgList_conts .sp_themeImgList_contsInner li a:after {
		display: none;
	}
	
	/*------------------------------------------------
	Footer
	------------------------------------------------*/
	.footerArea {
		min-width: 100%;
		margin-top: 69px;
		padding: 20px 0 20px;
	}
	
	.footerAreaInner {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	.footerArea .footerLogo {
		text-align: center;
		font-size: 12px;
	}
	
	.footerArea .footerLogo img {
		width: 40%;
	}
	
	
	.footerArea .pipedLink {
		position: static;
		margin-bottom: 30px;
		padding: 0 10px;
	}
	
	.footerArea .pipedLink ul {
		position: static;
		left: 50%;
		float: left;
	}
	
	.footerArea .pipedLink ul li {
		position: static;
		font-size: 10px;
		margin-bottom: 10px;
		padding: 0 10px 0 10px;
	}
	
	#ctTag {
		position: static;
		width: 20%;
		float: right;
		margin: 20px 10px;
	}
	
	.pageTopBtn {
		position: absolute;
		width: 45px;
		height: 38px;
		right: 10px;
		top: -58px;
	}
	
	
	/*------------------------------------------------
	Header
	------------------------------------------------*/
	body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .headerSearch,
  .headerControlls,
  .globalNav {
    display: none;
  }
  img {
    width: 100%;
  }

  .headerArea {
    min-width: 100%;
    margin-bottom: 20px;
    border-bottom: 5px solid #c8c8c8;
  }
  .headerAreaInner {
    margin: 10px;
  }
  h1.headerLogo {
    float: left;
    width: 87px;
    margin: 0 10px 0 0;
  }
  .headerGreeting {
    line-height: 1.3;
    font-size: 10px;
  }
  .headerMenu {
    width: 35%;
  }
  .headerMenuBack {
    margin: 5px 0 0;
    font-size: 10px;
    white-space: nowrap;
  }
  .headerMenuBack a:hover {
    opacity: 1;
  }
  .headerMenuBack img {
    width: 60px;
  }
  .headerMenuSp {
    display: block;
    clear: both;
    margin-top: 5px;
  }
  .headerMenuSp ul {
    overflow: hidden;
    margin-right: -5px;
  }
  .headerMenuSp ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
  }
  .headerMenuSp ul li a {
    display: block;
    height: 40px;
    margin: 0 5px 0 0;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    background: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.6);
    color: #fff;
    box-sizing: border-box;
  }
  .headerMenuSp ul li:not(:first-child) a {
    background: #ff8247;
  }
  .headerMenuSp ul li:nth-child(1) a {
    padding-top: 25px;
    background: center 3px #fff url(/shop/common/images/img-header-icon-logout-sp.png) no-repeat;
    background-size: 18px 21px;
    color: #ff8247;
  }
  .headerMenuSp ul li:nth-child(2) a {
    padding-top: 6px;
  }
  .headerMenuSp ul li:nth-child(2) img {
    width: 26px;
    height: 26px;
  }
  .headerMenuSp ul li:nth-child(3) a {
    line-height: 1.366;
    padding-top: 8px;
  }
  .headerMenuSp ul li:nth-child(4) a {
    padding-top: 24px;
    background: center 4px #ff8247 url(/shop/common/images/img-header-icon-menu-sp.png) no-repeat;
    background-size: 21px 19px;
  }
  .headerMenuSp ul li:nth-child(5) a {
    position: relative;
    background: center center #ff8247 url(/shop/common/images/img-header-icon-cart-sp.png) no-repeat;
    background-size: 31px 28px;
  }
  .headerMenuSp ul li:nth-child(5) .cartCount {
    position: absolute;
    top: 2px;
    width: 25px;
    height: 25px;
    margin: 0 0 0 8px;
    line-height: 23px;
    border: 2px solid #fff;
    border-radius: 25px;
    background: #ff4b4b;
    font-size: 11px;
    text-align: center;
    text-indent: 0;
    box-sizing: border-box;
  }

  .modalMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 10px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
    box-sizing: border-box;
  }
  .modalMenu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .modalMenuOverlay .modalMenu{
    display: block;
  }
  .modalMenuInner {
    position: relative;
    background: #fff;
    margin: 10px;
    padding: 35px 25px 25px;
    -webkit-box-shadow: 0 12px 70px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 12px 70px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0 12px 70px -12px rgba(0, 0, 0, 0.75);
  }
  .headerSearchSp {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .headerSearchSp .headerSearchBox {
    display: block;
    height: 40px;
    margin-right: 40px;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
  }
  .headerSearchSp .headerSearchBox input {
    width: 100%;
    height: 30px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #93560f;
    text-indent: 8px;
    box-sizing: border-box;
  }

  .headerSearchSp .headerSearchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 40px;
    margin-left: -21px;
    border: 1px solid #ff8247;
    border-radius:  0 5px 5px 0;
    background: #ff8247;
    box-sizing: border-box;
    cursor: pointer;
    background: #ff8247 center center url(/shop/common/images/img-header-icon-search.png) no-repeat;
    background-size: 25px 25px;
  }

  .modalMenuHeaderLink {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .modalMenuHeaderLink li {
    display: block;
    float: left;
    width: 33.333%;
    margin-bottom: 10px;
  }
  .modalMenuHeaderLink li:nth-child(3n+1) {
    clear: both;
  }
  .modalMenuHeaderLink li:nth-child(3n+1) a {
    margin-left: 0;
  }
  .modalMenuHeaderLink li a {
    display: block;
    position: relative;
    height: 40px;
    border-radius: 4px;
    background: #ff8247;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
  }
  .modalMenuHeaderLink li + li a {
    margin-left: 10px;
  }
  .modalMenuHeaderLink li a span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    text-shadow: 0 0 1px rgba(0,0,0,.6);
    text-align: center;
  }
  .modalMenuHeaderLink li:nth-child(1) a {
    background: #ff8247 8px 8px url(/shop/common/images/img-header-modal-icon-mypage-sp.png) no-repeat;
    background-size: 23px 27px;
  }
  .modalMenuHeaderLink li:nth-child(2) a {
    background: #ff8247 8px 10px url(/shop/common/images/img-header-modal-icon-favorite-sp.png) no-repeat;
    background-size: 23px 21px;
  }
  .modalMenuHeaderLink li:nth-child(3) a {
    background: #ff8247 8px 6px url(/shop/common/images/img-header-modal-icon-question-sp.png) no-repeat;
    background-size: 28px 28px;
  }
  .modalMenuHeaderLink li:nth-child(4) a {
    background: #ff8247 8px 6px url(/shop/common/images/img-header-modal-icon-order-sp.png) no-repeat;
    background-size: 23px 27px;
  }
  .modalMenuHeaderLink li:nth-child(5) a {
    background: #ff8247 8px 5px url(/shop/common/images/img-header-modal-icon-edit-sp.png) no-repeat;
    background-size: 27px 32px;
  }

  .modalMenuSlideLink {
    margin-bottom: 20px;
    border-top: 1px dotted #000;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .modalMenuSlideLink > li {
    border-bottom: 1px dotted #000;
  }
  .modalMenuSlideLink > li > span {
    position: relative;
    display: block;
    padding: 12px 8px;
  }
  .modalMenuSlideLink > li > span::after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-top: 1px solid #64320f;
    border-right: 1px solid #64320f;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .modalMenuSlideLink > li.active > span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .modalMenuSlideLink > li > ul {
    display: none;
    margin-left: 20px;
  }
  .modalMenuSlideLink > li > ul li {
    position: relative;
    margin-bottom: 15px;
    text-indent: 10px;
  }
  .modalMenuSlideLink > li > ul li::before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 4px solid #000;
    box-sizing: border-box;
  }
  .modalMenuSlideLink > li > ul li:last-child {
    margin-bottom: 10px;
  }
  .modalMenuSlideLink > li > ul li a {
    display: block;
  }

  .modalMenuFooterLink {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 1px;
  }
  .modalMenuFooterLink li {
    float: left;
    margin-left: -1px;
    margin-bottom: 10px;
    border-left: 1px dotted #000;
    border-right: 1px dotted #000;
  }
  .modalMenuFooterLink li a {
    display: inline-block;
    padding: 7px;
    font-size: 10px;
    color: #64320f;
  }

  .modalMenuGift {
    margin-top: 20px;
  }
  .modalMenuGift img {
    width: 135px;
    height: 28px;
  }

  .modalMenuClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #969696 center center url(/shop/common/images/img-header-modalmenu-close.png) no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
  }
  
  .headerArea.headerAreaTypeB {
		border-bottom: 5px solid #fc854b;
	}
	
	
	/* 001 */
  .sectionWrapTopKv {
    padding-bottom: 0;
    background: none;
  }
  .topKv {
    margin-top: -20px;
    border-bottom: solid 5px #c8c8c8;
  }
  .topKvInner {
    width: 100%;
  }
  .topKvSlide img {
    width: 100%;
  }
  .topKvSlide .slick-dots li {
    margin: 0;
  }

  .topKv .slick-dots {
    bottom: -30px;
  }
  .topKv .slick-dots li button:before {
    font-size: 12px;
  }
  .topKvControl {
    display: none;
  }


  .borderSection .borderSectionInner {
    width: 100%;
    padding-top: 20px;
  }

  .topCatalogueBlock {
    margin-top: 40px;
  }
  .topCatalogueBlockInfo {
    float: none;
    width: 100%;
    background-image: none;
  }
  .topCatalogueBlockLink {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .topCatalogueBlockLink li {
    float: left;
    width: 32%;
    margin-left: 2%;
  }
  .topCatalogueBlockLink li:first-child {
    margin-left: 0;
  }
  .topCatalogueBlockLink li a {
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .topCatalogueBlockLink li:first-child a {
    padding-top: 2px;
    line-height: 18px;
  }
  .topCatalogueBlock .topCatalogueBlockBnr {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .topCatalogueBlock div:last-child {
    margin-right: 0;
  }


  /* 002 */
  .categoryTopKv {
    margin-top: -20px;
  }
  .categoryTopKvInner {
    width: 100%;
  }
  .categoryTopKvSlide img {
    width: 100%;
  }
  .categoryTopKv .slick-slider {
    width: auto;
    margin-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
  }
  .categoryTopKvSlide .slick-dots li {
    margin: 0 2px;
  }

  .categoryTopKv .slick-dots {
    bottom: -30px;
  }
  .categoryTopKv .slick-dots li button:before {
    font-size: 12px;
  }
  .categoryTopKvControl {
    display: none;
  }

  .spImageSlide {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -10px;
  }
  .spImageSlide .slick-list {
    padding-right: 50px;
  }
  .spImageSlideItem {
    float: left;
    width: 50%;
  }
  .spImageSlideItem a {
    display: block;
    padding-left: 10px;
  }

  /*003*/
  .is-2col.items .favoriteItemsBtn{
    top: auto;
    right: 0;
  }
  /* 004 */
  .itemDetailInfo {
    margin: 0;
    padding: 0 10px;
  }
  .itemDetailInfo {
    font-size: 10px;
  }
  .itemDetailInfoTagWrap {
    border-bottom: none;
  }
  .itemDetailInfoTag {
    padding: 0;
    font-size: 10px;
  }
  .itemDetailInfoTagWrap .linkExIcon {
    margin-top: -5px;
  }
  .itemDetailInfoTagWrap .linkExIcon a {
    font-size: 12px;
  }
  .itemDetailInfoTitle {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .itemDetailInfoReviews {
    display: table;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .itemDetailInfoReview {
    display: table-cell;
    width: 60%;
    vertical-align: top;
  }
  .itemDetailInfoReviewBlock {
    display: block;
    margin-bottom: 2px;
  }
  .itemDetailInfoReviewer {
    font-size: 10px;
  }
  .itemDetailInfoReview .itemDetailInfoStars {
    width: 70px;
  }
  .itemDetailInfoReviewNum {
    display: inline-block;
    margin-right: 6px;
    font-size: 10px;
  }
  .itemDetailInfoReview .linkExIcon {
    display: inline-block;
  }
  .itemDetailInfoReview .linkExIcon.kuchikomiIcon li a {
    padding: 2px 0 2px 16px;
    font-size: 10px;
    background-size: 15px;
    background-position: 0;
  }
  .itemDetailInfoReviews .price {
    display: table-cell;
    vertical-align: bottom;
    width: 40%;
    padding-top: 10px;
    font-size: 12px;
  }
  .itemDetailInfoReviews .price.priceL .priceNum {
    font-size: 18px;
  }
  .itemDetailInfoReviews .price.priceL .priceTax {
    font-size: 10px;
  }
  .itemDetailInfoReviews .price.priceL .priceTax .priceNum {
    font-size: 12px;
  }
  
  .discountNum {
		font-size: 12px;
	}

  .viewDetailItem {
    margin-bottom: 5px;
  }
  .detailItemSlidePrev,
  .detailItemSlideNext {
    top: 0;
    height: 100%;
    margin-top: 0;
  	-webkit-transition-duration: 0;
  	-moz-transition-duration: 0;
  	-ms-transition-duration: 0;
  	transition-duration: 0;
  }
  .detailItemSlidePrev:hover,
  .detailItemSlideNext:hover {
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
  }
  .detailItemSlidePrev {
    left: 10px;
  }
  .detailItemSlideNext {
    right: 10px;
  }
  .detailItemSlidePrev:before {
    width: 15px;
    height: 15px;
  }
  .detailItemSlideNext:before {
    width: 15px;
    height: 15px;
  }
  .viewDetailItemTxt {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .viewDetailItemControl {
    margin: 0 0 20px;
    padding: 0 20px;
  }
  .detailItemSlideControl li {
    width: 15%;
    margin: 0 0 0 2%;
  	-webkit-transition-duration: 0;
  	-moz-transition-duration: 0;
  	-ms-transition-duration: 0;
  	transition-duration: 0;
  }
  .detailItemSlideControl li:hover {
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
  }
  .detailItemSlideControl li:first-child {
    margin-left: 0;
  }
  .itemDetailSelectForm {
    margin: 0 10px 40px;
  }
  .itemDetailSelectForm label {
    font-size: 12px;
  }
  .itemDetailSelectForm .singleItemSortBox {
    margin: 0 10px 10px;
    padding-bottom: 30px;
  }
  .itemDetailSelectForm .stockTxt {
    font-size: 22px;
    font-weight: normal;
  }
  .itemDetailSelectForm .selectType01 select {
    height: 55px;
  }
  .itemDetailSimpleForm select,
  .itemDetailSimpleForm .txtBox input {
    width: 100%;
    height: 50px;
  }
  .itemDetailSimpleFormNotes {
    font-size: 12px;
  }
  .itemDetailSimpleFormErrorTxt {
    font-size: 12px;
  }
  .itemDetailSlideArrowBtn {
    position: relative;
    margin-bottom: 20px;
  }
  .itemDetailSlideArrowBtn span {
    position: absolute;
    top: -26px;
    right: 0;
    display: block;
    width: 46px;
    height: 28px;
    content: "";
    border: 1px solid #222;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
  }
  .itemDetailSlideArrowBtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    margin-left: -5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .itemDetailSlideArrowBtn.is-active span:before {
    -ms-transform: rotate(-135deg) scaleY(-1);
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1);
    margin-top: -4px;
  }
  .itemDetailRecommendWrap {
    display: block;
  }
  .itemDetailRecommend {
    margin: 0 0 20px;
    font-size: 12px;
  }
  .itemDetailRecommendImg {
    width: 122px;
    margin-right: 15px;
  }
  
	.itemDetailRecommendTagArea {
		margin-bottom: 10px;
		width: 100%;
	}
	
	.itemDetailRecommendTagArea .itemDetailRecommendTagAreaInner {
		float: left;
		border-bottom: dotted 1px #696969;
		border-right: dotted 1px #696969;
		padding: 0 10px;
		width: 50%;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.itemDetailRecommendTagArea .itemDetailRecommendTagAreaInner:nth-child(2n) {
		border-right: none;
	}
	.itemDetailRecommendTagArea .itemDetailRecommendTagAreaInner .itemDetailRecommendTagTitle {
		margin-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
	}
  
  .itemDetailRecommendTags {
    margin-bottom: 15px;
  }
  .itemDetailRecommendTags li {
    width: 40px;
  }
  .itemDetailProductInfo {
    display: block;
  }
  .itemDetailSizeTable {
    overflow: hidden;
    width: auto;
    margin: 0 0 10px;
  }
  .section .itemDetailSizeTable {
    margin-left: -10px;
    margin-right: -10px;
  }
  .itemDetailSizeTableInner {
    overflow-x: scroll;
  }
  .itemDetailSizeTableInner table {
    width: 720px;
  }
  .itemDetailSizeTable th {
    padding: 7px 10px 4px;
    font-size: 12px;
  }
  .itemDetailSizeTable td {
    padding: 7px 6px 4px;
    font-size: 12px;
  }
  .itemDetailSizeTableNotes {
    margin-bottom: 30px;
  }
  .itemDetailSizeTableNotes p {
    margin-left: 10px;
    font-size: 12px;
  }
  .itemDetailSizeTableNotes .linkExIcon {
    margin-top: 0;
  }
  .itemDetailSizeTableNotes .linkExIcon li a {
    margin-top: 3px;
  }
  
  .itemDetailReviewComment {
	  width: 100%;
	  float: none;
	  padding: 0;
	  border: none;
  }
  .itemDetailReviewComment:before {
	  display: none;
  }
  .itemDetailReviewComment:after {
	  display: none;
  }
  .itemDetailReviewAnswer {
	  padding: 10px 20px 0px 40px;
	  background: url(/shop/common/images/bg-icon-arrow-answer.png) 10px 10px no-repeat;
	  background-size: 20px 15px;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  .itemDetailReviewLists {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 2px #93560f;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .itemDetailReviewList {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #93560f;
  }
  .itemDetailReviewLists .itemDetailReviewList:last-child {
	  border: none;
  }
  .itemDetailReviewList:first-child {
    border-top: none;
  }
  .itemDetailReviewListInner {
    display: none;
    padding: 10px;
  }
  .itemDetailReviewTitle {
    position: relative;
    margin-bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .itemDetailReviewTitle span {
		display: inline-block;
		width: 60%;
	}
  
  .itemDetailReviewTitle:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    margin-top: -8px;
    margin-left: -5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .itemDetailReviewTitle.is-active:before {
    -ms-transform: rotate(-135deg) scaleY(-1);
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1);
    margin-top: -5px;
  }
  .itemDetailReviewTitle .reviewListStatusStar {
    position: absolute;
    top: 12px;
    right: 36px;
    width: 84px;
    height: 14px;
  }
  .itemDetailReviewTxt {
    margin-bottom: 0;
  }
  .itemDetailReviewDate {
    position: relative;
    top: auto;
    right: auto;
  }
  .itemDetailReviewStatusWrap {
    overflow: hidden;
    margin-bottom: 10px;
    border-top: 1px dotted #000000;
    margin-top: 5px;
    padding-top: 5px;
  }
  .itemDetailReviewPerson {
    padding-left: 0;
    background: none;
    font-size: 12px;
  }
  .itemDetailReviewStatus {
    margin-left: 50%;
  }
  .itemDetailReviewStatus:first-child {
    float: left;
    width: 50%;
    margin-left: 0;
  }
  .itemDetailReviewStatusItems p {
    font-size: 12px;
    font-weight: bold;
  }
  .itemDetailReviewStatusItems dt,
  .itemDetailReviewStatusItems dd {
    font-size: 12px;
  }
  .itemDetailReviewReferWrap {
    text-align: center;
  }
  .itemDetailReviewRefer dt a {
    padding: 4px 20px;
    font-size: 12px;
  }
  .itemDetailReviewRefer dd {
    top: -1px;
  }
  .itemDetailReviewRefer dd > span {
    right: 0;
    padding: 4px 5px;
    font-size: 10px;
  }
  .itemDetailReviewRefer dd > span:before {
    right: -4px;
    margin-top: -4px;
    border-width: 4px 0 4px 4px;
  }
  .itemDetailReviewRefer dd > span:after {
    right: -5px;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
  }
  .itemDetailReviewRefer .itemDetailReferencePopup {
    margin-top: 6px;
  }

  /* 006 */
  .topCatalogueInfo {
    float: none;
    width: auto;
  }
  .topCatalogueInfo h2 {
    margin-left: 0;
    font-size: 14px;
    font-weight: bold;
  }
  .topCatalogueInfo p {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 10px;
  }

  /* 007A アコーディオン追加 */
  .legendListTrigger a:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .legendListTrigger.is-active a:before {
    -ms-transform: rotate(-180deg) scaleY(-1);
    -webkit-transform: rotate(-180deg) scaleY(-1);
    transform: rotate(-180deg) scaleY(-1);
  }
  .legendListItemWrap{
    display: none;
  }

  /* 301 */
  .selectRegionList li dt {
    cursor: pointer;
  }
  .selectRegionList li dt.is-active .selectRegionTrigger:before {
    margin-top: -2px;
    -ms-transform: rotate(-135deg) scaleY(-1);
    -webkit-transform: rotate(-135deg) scaleY(-1);
    transform: rotate(-135deg) scaleY(-1);
  }
  .selectRegionList li dd {
    display: none;
  }
  .selectRegionList dd li {
    cursor: pointer;
  }
  .modalContentInnerSelectRegion {
    height: auto;
    font-size: 14px;
  }
  .modalContentInnerSelectRegion br {
    display: none;
  }
  .modalContentInnerSelectRegion .modalRelative >a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 12px;
  }
  .modalContentInnerSelectRegion .modalRelative >a:first-of-type {
    margin-top: 15px;
    border-top: 1px dotted #000;
  }
  .modalContentInnerSelectRegion .modalRelative .modalClose,
  .modalContentInnerSelectRegion .modalRelative .modalAddCartClose {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
  }


  /* スライダー派生 ランキング*/
  .recommend.ranking .recommendListItem .rank {
    top: 0;
    left: 5px;
    font-size: 24px;
  }

  /* スライダー派生 レビューバルーン*/
  .recommend.reviews .reviewBalloon {
    margin: 0 -3px;
    background: #fff;
  }
  .recommend.reviews .reviewBalloonInner {
    margin: 0 5px;
    padding: 10px 6px 4px;
  }
  .recommend.reviews .reviewBalloonInner:before {
    bottom: -7px;
    margin-left: -10px;
    border-width: 7px 7px 0 7px;
  }
  .recommend.reviews .reviewBalloonInner:after {
    bottom: -6px;
    margin-left: -10px;
    border-width: 7px 7px 0 7px;
  }
  .recommend.reviews .recommendListItem.slick-slide a {
    margin-top: 0;
  }
  .reviewBalloon .reviewStars {
    margin-bottom: 3px;
  }
  .reviewBalloon .reviewTitle {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .reviewBalloon .reviewComment {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .reviewAllLink {
    display: block;
    margin: 0 0 5px;
    font-size: 10px;
    font-weight: bold;
    color: #93560f;
    text-decoration: underline;
  }
  .reviewBalloon .reviewUser {
    font-size: 8px;
  }

  /* スライダー派生 sp only slide */
  .recommend.spOnlySlide .recommendListItem {
    padding-bottom: 0;
    border-bottom: none;
  }

  /* エレメントリストに足りなかったもの */
  /* PC 4 / SP 2カラムバナー */
  .imgCol4 .col {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .imgCol4 .col:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }

  .selectBox.selectBoxH50 select {
    height: 50px;
  }
  .txtAreaBox.txtAreaBoxH150 textarea {
    height: 150px;
  }
  .pipedLink.pipedLinkCol2Center ul li {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    box-sizing: border-box;
  }
  .paragraph02 {
    font-size: 10px;
  }
  .tableLayout .tableType01.spTdPb30 tr td {
    padding-bottom: 30px;
  }
  
  
  /* 004 */
  .heading01.noBorder.fontXL{
    margin-bottom: 15px;
    font-size: 14px !important;
  }
  
  .sortSearchWrap.itemIndex{
    margin-bottom: 10px;
    border-top: 1px dotted #000;
  }
  .sortSearchWrap.itemIndex dl.price,
  .sortSearchWrap.itemIndex dl{
    float: none;
    width: 100%;
    margin: 0 0 15px;
    padding-right: 0;
    border-right: none;
  }
  .sortSearchWrap.itemIndex dl.price .btn{
    display: inline-block;
    vertical-align: middle;
  }
  .sortSearchWrap.itemIndex .refineSearchLink{
    margin-top: 0;
  }
  .selectDispNumWrap .selectType02 select,
  .sortSearchWrap .selectType02 select,
  .sortSearchWrap .inputType01 .txtBoxInner input{
    height: 50px;
  }
  .sortSearchWrap.itemIndex .selectType02 .selectBoxInner{
    display: block;
  }
  .sortSearchWrap.itemIndex .selectType02 select{
    width: 100%;
  }
  .sortSearchWrap.itemIndex .price .txtBox02 .txtBoxInner{
    width: 41%;
    margin: 0 0 0 3%;
  }
  .sortSearchWrap.itemIndex .price .txtBox02 .txtBoxInner:first-child{
    margin-left: 0;
  }
  .sortSearchWrap.itemIndex .price .txtBox02 .unitTxt{
    margin-left: 1.5%;
  }
  .sortSearchWrap.itemIndex .price .txtBox02 .refineSearchPriceBtn{
    display: block;
    width: 100%;
    margin: 20px 0 0;
    text-align: right;
    box-sizing: border-box;
    background: transparent;
  }
  .sortSearchWrap.itemIndex .price .txtBoxInner.refineSearchPriceBtn .btn .btnH_m{
    display: inline-block;
    width: 49%;
    padding: 15px 0 13px;
  }
  
  .dispNumWrap .dispNum{
    padding-top: 0;
  }
  .selectDispNumWrap,
  .selectDispNum{
    width: 100%;
    text-align: right;
  }
  .selectDispNum dd{
    width: 49%;
  }
  .otherlinkList{
    margin: 30px 0 0 1px;
  }
  .otherlinkList dt{
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
  }
  .otherlinkList li{
    margin-bottom: 10px;
  }
  .otherlinkList li a{
    font-size: 12px;
  }

  .favoriteBtnWrapSp .is-active button{
    border: 1px solid #ff82d2;
  }
  
  .favoriteBtnWrapSp .is-active button span{
    color: #ff82d2;
  }
  
  .favoriteBtnWrapSp .favoritePopup{
    left: auto;
    right: 0;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .favoriteBtnWrapSp .favoritePopup:after{
    left: auto;
    right: 29%;
  }

  /* 009 */
  .refineSearchWrap,
  .refineSearchWrap .searchResult,
  .refineSearchWrap .refineSearch{
    display: block;
    width: 100%;
  } 
  .searchResult .searchWord{
    margin-bottom: 20px;
    font-size: 14px;
  }
  .refineSearchWrap{
    padding: 0;
    border: none;
  }
  .refineSearchWrap .searchResult{
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .refineSearch .refineSearchInputWrap{
    display: none;
    border-bottom: 1px solid #000;
  }
  .refineSearchWrap.is-active .refineSearch .refineSearchInputWrap{
    display: block;
  }
  .refineSearchWrap .searchResultNum{
    float: left;
  }
  .refineSearchWrap .searchResultNum span{
    font-size: 12px;
  }
  .refineSearchWrap .refineSearchBtn{
    float: right;
  }
  .refineSearchWrap .refineSearchBtn span{
    padding: 5px 0 5px 20px;
    font-weight: bold;
    color: #19afa5;
    background: url(../images/bg-icon-refineSearch-sp.png) left center no-repeat;
    background-size: 15px;
  }
  .refineSearchWrap .refineSearchBtn a{
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 20px;
  }
  .refineSearchWrap .refineSearchBtn a:before,
  .refineSearchWrap .refineSearchBtn a:after{
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 9px;
    height: 2px;
    background-color: #19afa5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .refineSearchWrap .refineSearchBtn a:before{
    margin-right: 5px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .refineSearchWrap .refineSearchBtn a:after{
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .refineSearchWrap .refineSearchBtn a.is-active:before{
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .refineSearchWrap .refineSearchBtn a.is-active:after{
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .refineSearchWrap .refineSearchInputWrap dl{
    padding-top: 30px;
  }
  .refineSearch .refineSearchInputWrap dt{
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
  }
  .refineSearchKeyWord,
  .refineSearchCategory{
    position: relative;
    z-index: 1;
  }
  .refineSearchKeyWord:before,
  .refineSearchCategory:before{
    content: '●';
  }
  .refineSearch .refineSearchInputWrap dd{
    float: none;
    margin:0 0 15px;
  }
  .refineSearchKeyWordInput .inputType01 .txtBoxInner input,
  .refineSearchKeyWordInput .inputType01 .txtBoxInner,
  .refineSearch .refineSearchInputWrap dd select,
  .refineSearchPriceInput .txtBox02{
    width: 100%;
    box-sizing: border-box;
  }
  .refineSearchCategoryInput .selectBoxInner,
  .refineSearchMediaInput .selectBoxInner{
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
  }
  .refineSearchCategoryInput .selectType02 select,
  .refineSearchMediaInput .selectType02 select{
    height: 50px;
    padding: 15px 25px 13px 10px;
  }
  .refineSearchPriceInput .txtBox02 .txtBoxInner{
    width: 41%;
    margin: 0 0 0 3%;
  }
  .refineSearchPriceInput .txtBox02 .txtBoxInner:first-child{
    margin-left: 0;
  }
  .refineSearchPriceInput .txtBox02 .unitTxt{
    margin-left: 1.5%;
  }
  .refineSearchMediaInput .selectBoxInner{
    margin-bottom: 0;
  }
  .refineSearch .checkList li{
    margin-left: 0;
  }
  .refineSearchInputWrap .btn{
    position: static;
    text-align: right;
    margin-bottom: 10px;
  }
  .refineSearchInputWrap .btn .colorOR{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 15px 0 13px 0;
    color: #ff8247;
    border: 1px solid #ff8247;
    background-color: #fff;
  }
  .dispNumWrap .dispNum .dispNumTxt,
  .dispNumWrap .dispNum .dispNumTxt span,
  .dispNumBottom.dispNum .dispNumTxt,
  .dispNumBottom.dispNum .dispNumTxt span{
    font-size: 12px;
  }
  .paginationNavBottom.dispNum{
    margin-bottom: 20px;
  }
  .paginationNav.borderTop{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
  }
  .paginationNav.borderTop ol{
    display: table;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .paginationNavBottom.paginationNav ol{
    padding: 0 10px;
    box-sizing: border-box;
  }
  .items.searchResult{
    margin-bottom: 0;
  }
  .linkExIcon.linkExIcon01.mb50{
    margin-bottom: 30px !important;
  }
  .sortSearchWrap .btn{
    position: static;
  }
  .sortSearchListWrap{
    margin-bottom: 30px;
  }
  .sortSearchListWrap ul{
    display: none;
    margin-top: 20px;
    border-top: 1px dotted #000;
  }
  .sortSearchListWrap li{
    border-bottom: 1px dotted #000;
  }
  .sortSearchListWrap li a{
    display: block;
    padding: 15px 0 13px 0;
  }
  .errorMessage{
    margin-bottom: 20px;
  }
  .searchTips{
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
  }
  .searchTips dt{
    font-weight: bold;
  }
  .searchTips dd dt{
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
  }
  .searchTips dd{
    font-size: 12px;
  }
  
  /* 103A */
  .orderConfirmationAddressWrap{
    margin-bottom: 20px;
  }
  .txtLead{
    font-size: 10px;
  }
  .orderConfirmation h3{
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px dotted #000;
  }
  .orderConfirmationAddress{
    display: block;
    border: none;
  }
  .orderConfirmationAddressInfo,
  .orderConfirmationAddressBtnWrap{
    display: block;
  }
  .orderConfirmationAddressInfo{
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
  }
  .orderConfirmationAddressInfo dt,
  .orderConfirmationAddressInfo dd{
    width: 100% !important;
    font-size: 12px;
  }
  .orderConfirmationAddressInfo dt{
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 1;
  }
  .orderConfirmationAddressInfo dd{
    margin-bottom: 0;
  }
  .orderConfirmationAddressInfo dt:first-child{
    margin-top: 0;
  }
  .orderConfirmationAddressInfo dd.payDetails .spOnly{
    display: inline !important;
  }
  .orderConfirmationAddressBtnWrap{
    width: 100%;
    text-align: center;
    border: none;
  }
  .orderConfirmationAddressBtnWrap .btn.btnW104{
    width: 50%;
  }
  .orderConfirmationAddressBtnWrap .btn.btnW104 a{
    font-size: 12px;
  }
  
  
  .orderConfirmationAddress.orderConfirmationAddressTable {
		border: none;
		padding: 0;
		display: block;
		margin-bottom: 20px;
	}
	
	.orderConfirmationAddress.orderConfirmationAddressTable .orderConfirmationAddressInfo {
		padding: 0;
	}
	
	.orderConfirmationAddress.orderConfirmationAddressTable table {
		width: 100%;
		border-bottom: none;
		margin-bottom: 0;
		display: block;
	}
	.orderConfirmationAddress.orderConfirmationAddressTable table tr {
		display: block;
	}
	.orderConfirmationAddress.orderConfirmationAddressTable table td {
		text-align: left;
		vertical-align: top;
		padding: 10px;
		display: block;
	}
	
	.orderConfirmationAddress.orderConfirmationAddressTable table td .orderConfirmationAddressBtnWrap {
		border-left: none;
	}
	
	.orderConfirmationAddress.orderConfirmationAddressTable table td {
		border-left: none;
		border-top: none;
		border-bottom: 1px dotted #000;
	}
	
	.orderConfirmationAddress.orderConfirmationAddressTable table tr td:first-child {
		border-left: none;
		border-bottom: none;
	}
	
	.orderConfirmationAddress.orderConfirmationAddressTable table td .orderConfirmationAddressBtnWrap {
		padding-top: 0;
	}
	.orderConfirmationAddress.orderConfirmationAddressTable table td.emptyCell {
		display: none;
	}
  
  
  .orderConfirmationItemWrap h3{
    padding: 0 10px;
    margin: 0 -10px;
    border-style: solid;
  }
  .orderConfirmationItem table{
    display: block;
    margin-bottom: 0;
  }
  .orderConfirmationItem thead{
    display: none;
  }
  .orderConfirmationItem tbody,
  .orderConfirmationItem tr,
  .orderConfirmationItem td{
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .orderConfirmationItem td{
    padding: 20px 0;
    border-left: none;
  }
  .orderConfirmationItem .txtC{
    text-align: left;
  }
  .orderConfirmationItem .productName{
    font-weight: bold;
  }
  .orderConfirmationItem .spOnly{
    display: inline !important;
  }
  .orderConfirmationItem td.quantityCol,
  .orderConfirmationItem td.unitPriceCol{
    width: 50%;
  }
  .quantityCol{
    float: left;
    font-weight: bold;
  }
  .unitPriceCol{
    float: right;
    color: #ff4b4b;
  }
  .orderConfirmationItem .unitPriceCol .txtC{
    text-align: right;
  }
  .orderConfirmationItem .unitPriceCol .txtC:first-child{
    font-size: 18px;
    font-weight: bold;
  }
  .orderConfirmationItem .unitPriceCol .txtC span,
  .orderConfirmationItem .unitPriceCol .txtC.fColorRed{
    font-size: 12px !important;
  }
  .unitPriceCol,
  .serviceCol,
  .priceCol{
    clear: both;
  }
  .numtxt{
    font-weight: normal;
  }
  .orderConfirmationItem .dottedLineBK{
    display: none;
  }
  .priceCol dl{
    display: table;
    width: 100%;
  }
  .priceCol dt,
  .priceCol dd{
    float: none;
    display: table-cell;
    vertical-align: baseline;
    text-align: right;
    font-weight: bold;
  }
  .priceCol dt{
    width: 80%;
    padding-right: 10px;
    font-size: 14px;
  }
  .priceCol dd{
    font-size: 18px;
    word-wrap: normal;
    word-break: normal;
    white-space: nowrap;
  }
  .priceCol dd span{
    font-size: 12px !important;
  }
  .orderConfirmationItem table tr:last-child td:last-child{
    border: none;
  }
  .totalPriceWrap{
    margin: 0 -10px 20px;
  }
  .totalPriceWrap dl{
    float: none;
    width: 100%;
  }
  .totalPriceWrap dt{
    font-weight: bold;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .totalPriceWrap dd{
    padding-top: 14px;
    padding-right: 20px;
    font-size: 18px;
    box-sizing: border-box;
  }
  .totalPriceWrap dd span{
    font-size: 14px;
  }
  .totalPriceWrap dt.totalPrice{
    width: 50%;
    padding-top: 16px;
    font-size: 18px;
  }
  .totalPriceWrap dd.totalPrice{
    width: 50%;
  }
  .totalPriceWrap dd.totalPrice span span{
    font-size: 22px;
  }
  .orderConfirmationBtnWrap{
    display: block;
  }
  .orderConfirmationBtnWrap .back,
  .orderConfirmationBtnWrap .order{
    display: block;
    font-size: 10px;
  }
  .orderConfirmationBtnWrap .back{
    margin-bottom: 20px;
  }
  .orderConfirmationBtnWrap .back a{
    color: #19afa5;
    text-decoration: underline;
  }
  .orderConfirmationBtnWrap .btn{
    margin-bottom: 0;
  }
  .orderConfirmationBtnWrap .btn a{
    padding: 15px 0 13px;
    font-size: 14px;
  }
  .orderConfirmation .paymentWrap{
    clear: both;
    width: 100%;
    padding: 0 10px;
    border-top: 1px solid #000;
    box-sizing: border-box;
  }
  .orderConfirmation .paymentWrap .title{
    padding: 20px 0 18px;
    color: #000;
    font-weight: normal;
    text-align: left;
    background-color: #fff;
    border-bottom: 1px dotted #000;
  }
  .orderConfirmation .paymentInner{
    padding: 10px 0 20px;
  }
  .orderConfirmation .paymentInner p{
    font-size: 10px;
  }
  .orderConfirmation .paymentInner .paymentErrorTxt{
    margin-bottom: 10px;
  }
  .orderConfirmation .radioListVertical ul,
  .orderConfirmation .radioListVertical ul li{
    border: none;
    border-radius: 0;
  }
  .orderConfirmation .paymentInner .radioList{
    margin-bottom: 10px;
  }
  .orderConfirmation .paymentInner .selectBox,
  .orderConfirmation .paymentInner .radioList ul li label{
    display: block;
  }
  .orderConfirmation .paymentInner .selectBox select,
  .orderConfirmation .paymentInner .radioList ul li label{
    width: 100%;
  }
  .orderConfirmation .paymentInner .selectBox{
    margin: 10px 0 20px;
  }
  .orderConfirmation .paymentInner .selectBox select{
    height: 50px;
  }
  .orderConfirmation .paymentInner .radioList ul li:last-child .selectBox{
    margin-bottom: 0;
  }
  .orderConfirmation .oneTime label{
    border: 1px solid #e6e7c7;
    border-radius: 5px 5px 0 0;
  }
  .orderConfirmation .bonus label{
    border: 1px solid #e6e7c7;
    border-top: none;
    border-radius: 0 0 5px 5px;    
  }
  .orderConfirmation .installments label{
    border: 1px solid #e6e7c7;
    border-radius: 5px;       
  }
  /*104*/
  .orderComplete.imgCol2,
  .orderComplete.txtLead{
    margin-bottom: 20px !important;
  }
  .orderComplete.txtBtnCol2,
  .orderComplete.txtBtnCol2 p,
  .orderComplete.txtBtnCol2 .btn{
    display: block;
  }
  .orderComplete.txtBtnCol2{
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
  }
  .orderComplete.txtBtnCol2 p{
    margin-bottom: 20px;
    padding: 0;
    font-size: 10px;
  }
  .orderComplete.imgCol3,
  .orderComplete.btnCol2{
    margin-bottom: 10px !important;
  }
  .orderComplete.recommend,
  .orderComplete.btnCol2 .btn{
    margin-bottom: 20px;
  }
  .heading02 .icoMypage {
    padding-left: 22px;
    background: url(/shop/common/images/bg-icon-user_or.png) no-repeat left 3px;
    background-size: 12px auto;
  }
  .orderComplete.myMenuCol4{
    margin-bottom: 10px;
  }
  .orderComplete.myMenuCol4 .equalCol4 > li{
    float: none;
    width: 100%;
    margin: 0;
  }
  .orderComplete.myMenuCol4 .equalCol4 .btn .btnH_m{
    padding: 15px 0 13px;
  }
  .orderComplete.myMenuCol4 p,
  .orderComplete.myMenuCol4 .paragraph01{
    padding-left: 10px;
  }
  .orderComplete.myMenuCol4 p{
    font-size: 12px;
  }
  .orderComplete.myMenuCol4 .equalCol4 .equalCol4Item{
    margin-bottom: 20px;
  }
  .orderComplete.imgCol4 .equalCol4 > li{
    width: 49%;
    margin: 0 0 2%;
  }
  .orderComplete.imgCol4 .equalCol4 > li:nth-child(2),
  .orderComplete.imgCol4 .equalCol4 > li:nth-child(4){
    margin-left: 2%;
  }
  
  /*105*/
  .heading01.deliveryAddress{
    margin: 0 -10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #000;
  }
  .deliveryAddress.boxCol3{
    margin: 0 0 25px;
  }
  .deliveryAddress.boxCol3 .box{
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 15px 0 0;
    box-sizing: border-box;
  }
  .deliveryAddress.boxCol3 dl{
    margin-bottom: 15px;
  }
  .deliveryAddress.boxCol3 dt{
    margin-bottom: 10px;
  }
  .deliveryAddress.boxCol3Btn{
    float: right;
    width: 66%;
    margin-bottom: 5px;
  }
  .deliveryAddress.boxCol3 .btn.btnW220{
    text-align: right;
  }
  .deliveryAddress.boxCol3 .btn.btnW220 a{
    display: inline-block;
    vertical-align: top;
    width: 72.6%;
    padding: 15px 0 13px;
  }
  .deliveryAddress.boxCol3 .btn2Col{
    width: 100%;
  }
  .deliveryAddress.boxCol3 .btn2Col .btn{
    width: 49%;
    margin-left: 2%;
  }
  .deliveryAddress .validatedTxt .paragraph01{
    font-size: 10px;
  }
  .deliveryAddress .validatedTxt.mb40{
    margin-bottom: 10px !important;
  }
  .deliveryAddress .tableLayout{
    width: auto;
    margin: 0 -10px;
    padding-top: 25px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
  }
  .deliveryAddress .tableLayout .tableType01{
    margin-bottom: 0;
  }
  .deliveryAddress .tableLayout .exampleTxt{
    display: block;
    margin-top: 10px;
  }
  .deliveryAddress .zipLink{
    float: right;
    margin: 4px 0 0;
  }
  .deliveryAddress .txtBox .txtBoxInner{
    margin: 0;
    box-sizing: border-box;
  }
  .deliveryAddress .deliveryAddressNumber.txtBox02 .txtBoxInner{
    width: 29.8%
  }
  .deliveryAddress .deliveryAddressNumber .inputNotes{
    position: static;
    display: block;
    margin-top: 5px;
  }
  .deliveryAddress .addressAutoBtn{
    width: 100%;
    margin-top: 20px;
    text-align: right;
  }
  .deliveryAddress .addressAutoBtn a{
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
  }
  .deliveryAddress .addressAutoTxt{
    width: 100%;
    margin: 0;
  }
  .deliveryAddress .inputNotes.pcOnly{
    display: none;
  }
  .deliveryAddress .confirmationBtn .btn{
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }
  .deliveryAddress .confirmationBtn .btn:first-child{
    margin-left: 0;
  }
  .deliveryAddress .tableType01 .selectType02{
    margin-bottom: 15px;
  }
  
  /*106*/
  .deliveryAddressConfirmation .heading01.noBorder{
    margin-bottom: 10px;
    padding: 0;
  }
  .deliveryAddressConfirmation .txtLead{
    padding-left: 0;
    font-size: 12px;
  }
  .deliveryAddressConfirmationTable .tableLayout{
    display: block;
    width: auto;
    margin: 0 -10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .deliveryAddressConfirmationTable .tableLayout .tableType02,
  .deliveryAddressConfirmationTable .tableLayout .tableSideArea{
    display: block;
  }
  .deliveryAddressConfirmationTable .tableLayout .tableSideArea,
  .deliveryAddressConfirmationTable .tableLayout th,
  .deliveryAddressConfirmationTable .tableLayout td,
  .deliveryAddressConfirmationTable .tableLayout tbody{
    display: block;
    width: 100%;
  }
  .deliveryAddressConfirmationTable .tableLayout .tableType02{
    border-bottom: none;
  }
  .deliveryAddressConfirmationTable .tableLayout .tableSideArea .btn{
    float: right !important;
    width: 42%;
  }
  .deliveryAddressConfirmation .configurationBtn{
    margin-top: 20px;
  }
  .deliveryAddressConfirmation .configurationBtn .btn{
    float: none !important;
    margin: 0 auto;
    width: 53%;
  }
  
  
  /* 005 */
  .reviewedProductAbove .reviewedProductLeftCol{
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  
  .reviewedProductBelow .reviewedProductLeftCol{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  .reviewedProductLeftColImg{
    padding-right: 5px;
    box-sizing: border-box;
  }

  .reviewedProductBelow .reviewedProductLeftColImg{
    float: left;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
  }
  
  .reviewedProductRightCol{
    float: none;
    width: auto;
  }

  .reviewedProductBelow .reviewedProductRightCol{
    clear: both;
  }

  .reviewedProductBelow .reviewedProductLeftCol .reviewedProductColInner,
  .reviewedProductAbove .reviewedProductRightCol .reviewedProductColInner{
    width: 50%;
    margin-bottom: 0;
    margin-left: 50%;
    padding-bottom: 0;
    padding-left: 5px;
    border-bottom: none;
    box-sizing: border-box;
  }

  .reviewedProductNameWrap{
    float: none;
    width: auto;
    margin-right: 0;
  }

  .reviewedProductName{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  .reviewedProductLeftCol .review,
  .reviewedProductRightCol .review{
    width: auto;
    margin-bottom: 15px;
  }

  .reviewedProductLeftCol .reviewReviewer,
  .reviewedProductRightCol .reviewReviewer{
    display: inline-block;
    width: 90px;
    font-size: 10px;
  }
  
  .reviewedProductLeftCol .reviewStars,
  .reviewedProductRightCol .reviewStars{
    display: inline-block;
    width: 65px;
  }
  
  .reviewedProductLeftCol .reviewNum,
  .reviewedProductRightCol .reviewNum{
    margin-top: 3px;
    display: block;
    font-size: 10px;
    text-align: left;
  }

  .reviewedProductRightBtn li{
    clear: both;
    font-size: 13px;
  }
  .reviewedProductRightBtnStock{
    width: 50%;
  }

  .reviewedProductRightBtn .fontXL{
    font-size: 22px !important;
    font-weight: normal;
  }

  .reviewedProductRightCol .itemDetailSelectForm {
    margin: 0 0 40px;
  }

  .colorBorderOR.kuchikomiIcon span {
  	padding: 3px 0 5px 22px;
  	background-image: url(/shop/common/images/bg-icon-kuchikomi4.png);
  	background-size: 16px auto;
  }

  .colorOR.kuchikomiIcon span {
  	padding: 4px 0 5px 22px;
  	background-image: url(/shop/common/images/bg-icon-kuchikomi3.png);
  	background-size: 18px auto;
  }

  .btn.btnW220.reviewedProductRightBtnList{
    width: 50%;
    margin-bottom: 10px;
    position: static;
  }

  .reviewedProductBelow .reviewedProductRightCol .selectBoxInner,
  .reviewedProductBelow .reviewedProductRightCol .selectBox select{
    width: 100%;
  }

  .reviewedProductBelow .reviewedProductRightCol .price{
    margin-bottom: 10px;
  }

  .btn.btnW220.reviewedProductRightBtnFav{
    float: right;
    width: 50%;
    margin: 0 0 10px;
  }
  
  .btn.btnW220.reviewedProductRightBtnFav .favoritePopup{
    left: auto;
    right: 0;
    font-size: 13px;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .btn.btnW220.reviewedProductRightBtnFav .favoritePopup:after{
    right: 32%;
    left: auto;
  }

  .reviewedProductRightColLimit{
    text-align: left;
  }

  .reviewSPbg{
    background-color: #fefdeb;
    margin: 0 -10px;
    padding: 0 10px;
    border-top: solid 1px #93560f;
  }
  .refineSearchReview{
    clear: both;
  }

  .refineSearchReviewMenu{
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
  }
  .refineSearchReviewMenu dd{
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
  
  .refineSearchReviewMenu dd.is-first{
    padding-right: 10px;
    padding-left: 0;
  }
  
  .refineSearchReviewMenu .selectBoxInner,
  .refineSearchReviewMenu .selectBox select{
    width: 100%;
  }

  .sortReview{
    margin-top: 0;
    padding-top: 20px;
    float: none;
    letter-spacing: -1em;
  }
  
  .sortReview dt,
  .sortReview dd{
    font-size: 12px;
  }

  .sortReview dt{
    display: block;
    margin-bottom: 5px;
  }
  
  .sortReview dd{
    font-weight: normal;
  }

  .sortReview dd a{
    display: block;
    padding: 2px 10px;
    border-right: dotted 1px #000;
    border-radius: 0;
  }

  .sortReviewMenu{
    display: table;
    width: 100%;
  }

  .sortReviewMenu dt{
    display: table-cell;
    width: 50%;
    padding-right: 5px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    box-sizing: border-box;
  }

  .sortReviewMenu dd{
    display: table-cell;
    width: 50%;
    padding-left: 5px;
    box-sizing: border-box;
  }

  .sortReviewMenu .selectBoxInner,
  .sortReviewMenu .selectBox select{
    width: 100%;
  }

  .reviewListDetail{
    display: block;
  }

  .reviewListPerson{
    margin-bottom: 3px;
    width: 50%;
    padding-left: 15px;
    font-size: 10px;
    background: none;
    letter-spacing: -0.1em;
    box-sizing: border-box;
  }
  
  .reviewListPerson .fwBold{
    letter-spacing: 0;
  }
  
  .sectionWrapReview .itemDetailReviewLeft{
    float: none;
    width: auto;
    padding: 0 15px;
  }
  .sectionWrapReview .itemDetailReviewRefer dt a {
    width: 170px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sectionWrapReview .itemDetailReviewRefer .itemDetailReferencePopup {
    margin-left: -135px;
  }
  .noBorderT .itemDetailReviewPerson{
    width: 50%;
    font-size: 10px;
  }
  .noBorderT .itemDetailReviewStatusItems{
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .noBorderT .itemDetailReviewStatusItems dt,
  .noBorderT .itemDetailReviewStatusItems dd{
    font-size: 10px;
  }
  .noBorderT .itemDetailReviewStatusItems:first-child{
    margin-top: 36px;
  }
  .noBorderT .itemDetailReviewStatus {
    margin-left: 0;
    margin-top: -36px;
  }
  
  
  .noBorderT .itemDetailReviewComment {
    margin-bottom: 20px;
    margin-left: 0;
    float: none;
    padding: 10px;
    position: relative;
  }
  
  .noBorderT .itemDetailReviewComment:after {
	  content: '';
	  display: block;
	  width: 24px;
	  height: 22px;
	  position: absolute;
	  top: -22px;
	  left: 50px;
	  background: url(/shop/common/images/icon_kuchikomi_balloonArrow.png) no-repeat left top;
	  background-size: 100%;
	  z-index: 100;
	  margin-top: 0;
	  border: none;
  }
  
  
  .noBorderT .itemDetailReviewTitle{
    margin-bottom: 5px;
    padding: 0;
    color: #93560f;
    font-size: 12px;
    font-weight: bold;
  }
  
  .noBorderT .itemDetailReviewTitle:before{
    content: none;
  }
  
  .noBorderT .itemDetailReviewDate{
    width: auto;
    top: 0;
    margin-bottom: 5px;
    text-align: left;
    font-size: 10px;
  }

  .noBorderT .itemDetailReviewTxtWrap{
    display: table;
    width: 100%;
  }

  .noBorderT .itemDetailReviewImg{
    float: none;
    display: table-cell;
    width: 110px;
    padding-right: 10px;
    vertical-align: top;
  }

  .noBorderT .itemDetailReviewTxt{
    display: table-cell;
    vertical-align: top;
  }

  .noBorderT .itemDetailReviewTxt p{
    overflow-y: auto;
    max-height: 150px;
  }

  .noBorderT .itemDetailReviewReferWrap {
    margin-top: 10px;
    margin-right: 0;
    text-align: right;
  }

  .noBorderT .itemDetailReviewRefer dd > span {
    padding: 7px 5px 8px;
  }

  .noBorderT .itemDetailReviewAnswer{
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0 5px 53px;
    color: #27afa4;
    font-size: 12px;
    border-top: dotted 1px #000;
    background: url(/shop/common/images/bg-icon-arrow-answer.png) 14px 11px no-repeat;
    background-size: 20px auto;
  }
  
  .stocksConfirm .selectBox {
	  width: 49%;
	  float: left;
	}
  
  .stocksConfirm .selectBox select {
	  width: 100%;
	  height: 55px;
  }
  
  .stocksConfirm .reviewedProductRightBtnList {
	  width: 49% !important;
	  float: left;
	  margin-left: 2%;
  }
  

  /* 007 */
  .refineSearchProductsName{
    font-size: 14px;
  }
  
  .refineSearchProducts .pipedLink{
    float: right;
    margin-left: 0;
  }
  
  .refineSearchProducts .pipedLink ul li {
  	padding: 5px 10px;
  	font-size: 10px;
  }
  
  .refineSearchProducts .pipedLink ul li:last-child {
  	border-right: dotted 1px #000000;
  }
  
  .refineSearchStock{
    display: block;
    margin: 20px 0 30px;
  }
  
  .refineSearchStockCol{
    display: block;
    width: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
  
  .refineSearchStockCol dt{
    font-size: 13px;
    font-weight: bold;
  }
  
  .refineSearchStockCol .btn{
    float: right;
  }
  
  .tableStock{
    width: 100%;
    box-sizing: border-box;
  }
  
  .tableStockRow{
    display: table;
    width: 100%;
    border-bottom: dotted 1px #000;
  }
  
  .tableStockCol{
    width: 50%;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: top;
  }
  
  .tableStockCol.tableStockColProduct{
    width: 50%;
    padding-right: 10px;
    padding-left: 0;
    border-right: dotted 1px #000;
  }
  
  .tableStockCol.tableStockColNotes{
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
  }
  
  .tableStockCol .selectBox,
  .tableStockCol .btn{
    display: block;
  }
  
  .tableStockCol .selectBox{
    display: block;
    margin-bottom: 10px;
  }
  
  .tableStockCol .btn .btnH_m{
    padding: 15px 0 13px;
  }

  .tableStockCol .selectBoxInner,
  .tableStockCol .selectBox select{
    width: 100%;
  }

  .tableStockCol .selectType02 select {
  	height: 50px;
  }
  .tableStockCol .selectBox,
  .tableStockCol .btn{
    margin-left: 0;
  }
  
  .tableStockColProductName {
    margin-bottom: 10px;
  }
  
  .tableStockColProductName span{
    display: block;
    font-size: 12px;
    margin-right: 0;
  }
  
  .tableStock .spOnly{
    display: inline;
  }
  .tableStock .tag{
    margin-bottom: 10px;
  }
  
  .tableStock .tag li{
    margin-top: 0;
    margin-right: 5px;
  }
  
  .tableStockColProductStatus,
  .tableStockColProductPrice{
    display: block;
  }
  
  .tableStockColProductStatus{
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 3px 0;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #000;
  }
  
  .tableStockColProductPrice{
    font-size: 12px;
    font-weight: bold;
  }
  
  .tableStockColProductPriceNum{
    font-size: 18px;
  }
  

  .tableStockColProductPriceIntax{
    font-size: 10px;
  }

  .tag li.tagFurniture{
    padding: 6px 6px 5px;
    font-size: 10px;
    border: solid 1px #93560f;
    border-radius: 2px;
  }
  
  .tableStock .tag li.tagFurniture{
    margin-right: 5px;
  }
  
  .tagReadyMade{
    color: #FFF;
    background-color: #ff6f6f;
  }
  
  .tagSimpleKnockdown{
    color: #FFF;
    background-color: #93560f;
  }
  
  .tableStock .tagReadyMade,
  .tableStock .tagSimpleKnockdown{
    width: 110px;
  }
  
  .tableStock .tagMinute{
    width: 68px;
  }
  
  .legendList{
    margin: 0;
  }
  
  .legendListTrigger a{
    position: relative;
  }

  .legendListTrigger a:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 10px;
    height: 7px;
    margin-top: -3px;
    background: url(/shop/common/images/bg-icon-accordion_01.png) 0 0 no-repeat/10px auto;
  }

  .legendListItem{
    display: table;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0;
  }
  
  .legendList .tag,
  .legendListItem p{
    display: table-cell;
    vertical-align: middle;
  }
  
  .legendList .tag li{
    margin-top: 0;
    margin-right: 5px;
  }
  
  .legendListItem p{
    font-size: 10px;
  }
  
  .legendList .tag{
    width: 125px;
  }
  
  .legendList .legendListItem:nth-child(-n+3) .tag{
    width: 30px;
  }
  
  .legendList .legendListItem:nth-child(1) .tag,
  .legendList .legendListItem:nth-child(1) p{
    vertical-align: top;
  }
  
  .legendList .tagReadyMade,
  .legendList .tagSimpleKnockdown{
    width: 120px;
  }
  
  .legendList .tagMinute,
  .legendList .tagOneself,
  .legendList .tagTwosome{
    width: 57px;
  }

  /* 008A */
  .tableOrderList{
    margin-top: -10px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  .tableOrderListItem{
    padding: 15px 10px;
    border-bottom: solid 1px #000;
  }

  .tableOrderListItem:last-child{
    border-bottom: none;
  }

  .tableOrderList .txtBox02.inputType02 {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .tableOrderList .unitTxt{
    display: table-cell;
    width: 54px;
    font-weight: normal;
    vertical-align: middle;
  }

  .tableOrderList .txtBox02.inputType02 .txtBoxInner{
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }

  .tableOrderListName{
    margin: 15px 0 0;
  }

  .tableOrderList .selectBox{
    margin-top: 15px;
  }

  .tableOrderList .selectBoxInner,
  .tableOrderList .selectBox select{
    width: 100%;
  }

  .tableOrderListTxtWrap{
    margin-top: 20px;
    padding: 15px 0 15px 10px;
    border-top: dotted 1px #000;
    border-bottom: dotted 1px #000;
    box-sizing: border-box;
  }

  .tableOrderListTxt{
    clear: both;
    padding-top: 5px;
  }

  .tableOrderListStatus{
    float: left;
  }

  .tableOrderListPrice{
    float: right;
  }

  .tableOrderListPrice span{
    font-size: 18px;
  }

  .tableOrderListPrice .tableOrderListPriceInTax{
    font-size: 10px;
    color: #000;
  }

  .tableOrderListPrice .tableOrderListPriceInTax span{
    font-size: 12px;
  }

  .tableOrderList .paragraph01{
    padding: 15px 10px 0;
    border-bottom: dotted 1px #000;
  }

  .tableOrderList li{
    margin: 0 0 10px 0;
  }

  .tableOrderList .tag{
    display: block;
    margin: 5px 0;
  }
  
  .tableOrderList .tagImg{
    display: block;
    margin: 5px 0;
  }
  
  .tableOrderList .tagImg li{
	 margin-bottom: 0; 
	}

  .tableOrderList .tag li{
    margin: 0 5px 0 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tableOrderList .assemblyIcon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tableOrderList .assemblyIcon img {
    width: auto;
    margin-right: 5px;
  }

  .tableOrderList .btn{
    margin: 20px 0 10px;
    text-align: right;
  }

  .tableOrderList .btn a{
    position: relative;
    display: inline-block;
    width: 106px;
    padding-left: 16px;
  }

  .tableOrderList .btn a span:before,
  .tableOrderList .btn a span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 16px;
    margin-top: -2px;
    border-top: solid 1px #000;
  }

  .tableOrderList .btn a span:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .tableOrderList .btn a span:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .tableOrderListFoot{
    display: table;
    width: 100%;
    margin: 15px 0;
  }

  .tableOrderListFootAdd,
  .tableOrderListFootPrice{
    display: table-cell;
    vertical-align: middle;
  }

  .tableOrderListFootPrice{
    font-weight: bold;
    text-align: right;
    font-size: 14px;
  }

  .tableOrderListFootPriceNum{
    font-size: 18px;
  }

  .modalWandering{
    margin-bottom: 0;
  }

  .modalWandering .fColorGreen{
    font-weight: bold;
  }

  /* 214 309 */
  .deliveryAddress .tableType01 tr .setMailMagazine {
    padding-right: 10px;
  }
  .deliveryAddress .tableType01 tr .setMailMagazine .radioList {
    width: 100%;
  }
  .deliveryAddress .setMailMagazine .pipedLink {
    width: 100%;
    margin-bottom: 5px;
  }
  .deliveryAddress .setMailMagazine .pipedLink li {
    width: 50%;
    float: left;
    padding: 2px 0;
    text-align: center;
    box-sizing: border-box;
  }

  /* 219 */
  .sectionWrap.sectionWrapHd{
    margin-top: -20px;
  }
  
  .sectionWrap.sectionWrapReview{
    min-width: 0;
    background-color: #fff;
  }
  
  .sectionWrap.sectionWrapReview .heading01{
    margin-top: -10px;
    padding: 0 0 20px;
  }
  
  .sectionWrap.sectionWrapReview.sectionWrapMain{
  background-color: #fefdeb;
  border-top: solid 1px #93560f;
  }

  .sectionWrap.sectionWrapReview.sectionWrapFree{
    margin-top: 10px;
    border-bottom: none;
  }
  .sectionWrap.sectionWrapReview .section{
    padding: 10px 10px 0;
  }
  
  .sectionWrap.sectionWrapReview .paginationNav ol li a {
  	border-left: 1px solid #fefdeb;
  	border-right: 1px solid #fefdeb;
  }

  .sectionWrap.sectionWrapReview .dispNum{
    color: #000;
  }


  .reviewList{
    margin-top: 40px;
  }
  .reviewListItems{
    display: block;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: none;
  }
  .reviewListProduct{
    display: table;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    table-layout: fixed;
  }

  .reviewListProduct p{
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
  }

  .reviewListProduct p:first-child{
    padding-right: 5px;
  }

  .reviewListProduct p:last-child{
    padding-left: 5px;
  }

  .reviewListProduct p:first-child:last-child{
    padding: 0;
  }

  .reviewListDetail{
    display: block;
  }

  .reviewListPerson{
    margin-bottom: 3px;
    width: 50%;
    padding-left: 15px;
    font-size: 10px;
    background: none;
    letter-spacing: -0.1em;
    box-sizing: border-box;
  }
  
  .reviewListPerson .fwBold{
    letter-spacing: 0;
  }
  
  .reviewListStatus{
    margin: -33px 0 0;
    padding: 0 15px;
  }
  .reviewListStatusItems{
    display: block;
    width: auto;
    font-size: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .reviewListStatusItems.reviewListStatusProfile,
  .reviewListStatusItemsWrap{
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .reviewListStatusItems.reviewListStatusProfile{
    padding-top: 33px;
    padding-right: 10px;
  }
  
  .reviewListStatus dt{
    padding-top: 0;
  }
  
  .reviewListStatus dt:after{
    top: 0;
  }
  
  .reviewListStatus dd{
    padding-top: 0;
  }
  
  .reviewListStatusStar{
    width: 65px;
  }
  .reviewListStatus p{
    margin-bottom: 3px;
    font-weight: bold;
  }
  .reviewListStatus p .reviewListStatusStar{
    margin-left: 5px;
  }
  .reviewListComment{
    padding: 13px;
    border: solid 2px #93560f;
    background-color: #fff;
    border-radius: 4px;
  }
  
  .reviewListCommentTitleWrap{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  
  .reviewListCommentTitle,
  .reviewListCommentDate{
    display: block;
  }
  
  .reviewListCommentTitle{
    margin-bottom: 5px;
    color: #93560f;
    font-size: 12px;
    font-weight: bold;
  }
  
  .reviewListCommentDate{
    width: auto;
    text-align: left;
    font-size: 10px;
  }
  
  .reviewListCommentInner{
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  
  .reviewListCommentImg,
  .reviewListCommentTxtWrap{
    display: table-cell;
    vertical-align: top;
  }
  
  .reviewListCommentImg{
    width: 110px;
    padding-right: 10px;
  }
  
  .reviewListCommentTxt{
    max-height: 130px;
    padding-right: 10px;
    overflow-y: auto;
    margin-bottom: 10px;
    font-size: 12px;
  }
  
  .reviewListCommentTxt::-webkit-scrollbar{
	  background: #f5f5f5;
	  width: 5px;
  }
  
  .reviewListCommentTxt::-webkit-scrollbar-thumb{
	  background: #ccc;
	}
  
  .reviewListCommentRefer{
    position: relative;
    text-align: right;
  }
  
  .reviewListCommentRefer dt{
    padding: 9px 0;
    color: #93560f;
    font-weight: bold;
  }
  
  .reviewListCommentRefer dd{
    position: absolute;
    top: 0;
    right: 8.25em;
    padding: 8px;
    font-size: 10px;
    font-weight: bold;
    border: solid 1px #000;
    background-color: #fff;
    border-radius: 4px;
  }
  
  .reviewListCommentRefer dd:before{
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #000;
  }
  
  .reviewListCommentRefer dd:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -4px;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #fff;
  }
  
  .reviewListCommentAnswer{
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 10px 0 5px 53px;
    color: #27afa4;
    border-top: dotted 1px #000;
    background: url(/shop/common/images/bg-icon-arrow-answer.png) 14px 11px no-repeat;
    background-size: 20px auto;
  }
  
  .sectionWrap .btn2Col.btn2ColW220{
    width: 100%;
  }

  .sectionWrap.sectionWrapReview .btn2Col.btn2ColW220{
    padding-bottom: 10px;
  }

  /* coupon */
  .coupon{
    font-size: 12px;
  }
  
  .couponInner{
    height: auto;
  }
  

  .radioList ul li .coupon span{
    padding: 0;
  }
  .radioList ul li .coupon label{
	  display: block;
	  box-sizing: border-box;
    padding: 5px 8px 5px 54px;
  }

  .couponLabel{
    width: 80px;
    height: 80px;
  }
  
  .couponLabelInner{
    top: 21px;
    left: -30px;
    width: 120px;
    padding-top: 24px;
    background-size: auto 24px;
  }
  
  .radioList ul li .coupon .couponLabelInner{
    width: 120px;
    padding-top: 24px;
  }
  
  .couponNum{
    margin-bottom: 5px;
    text-align: right;
  }
  
  .couponNumIcon {
    display: inline-block;
    margin-right: 4px;
    vertical-align: baseline;
    background: url(/shop/common/images/bg-icon-present.png) left top no-repeat;
    font-size: 0;
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }
  
  .radioList ul li .couponNumIcon {
    display: inline-block;
    width: 14px;
  }
  
  .couponName{
    min-height: 70px;
    font-size: 28px;
  }
  
  .couponTxt{
    font-weight: bold;
  }
  
  .couponName{
    margin-bottom: 5px;
    color: #ff4b4b;
    font-size: 28px;
  }
  
  .couponPrice{
    margin-bottom: 5px;
    text-align: right;
    color: #ff4b4b;
    font-size: 24px;
    font-weight: bold;
    line-height: 0.9;
  }
  
  .couponPrice span{
    font-size: 250%;
    letter-spacing: -0.025em;
  }
  
  .radioList ul li .couponPrice span {
    display: inline;
    width: auto;
  }
  
  .couponLimit{
    font-size: 12px;
  }
  

  /*108*/
	.radioList .couponList ,
	.radioList .couponList .paragraph01{
		border: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.radioList .couponList li {
		border-top: none;
	}
	
  .couponListBtn02{
    margin-bottom: 20px;
  }

  .couponListBtn02 .btn:first-child {
    float: none !important;
  }

  .couponListBtn02 .btn:last-child {
    margin-top: 20px;
  }

  .couponListBtn02 .btn .colorOR.btnH_m {
    padding: 15px 0 13px;
  }

  .radioList .couponListNum{
    display: block;
    padding: 0;
    border: none;
  }

  .radioList .couponListNum label{
    display: block;
    width: auto;
  }

  .radioList .couponListNum label.is_on{
    background: none;
  }

  /* 211 */
  .couponGet{
    width: auto;
    max-width: 335px;
  }

  
  /* 220 */
  .couponList{
    letter-spacing: -0.4em;
  }
  
  .couponListItem{
    display: block;
    width: auto;
    max-width: 335px;
    margin: 0 auto 20px;
  }
  
  .couponListItem:nth-child(3n){
    margin-right: auto;
  }

  .couponListBtn{
    display: block;
  }
  
  .couponListBtn li{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
  }
  
  .couponListBtn li:first-child{
    text-align: right;
  }
  

  /* 201 */
  .heading02 .icoUser {
  	padding-left: 22px;
  	background-position: 2px 2px;
  	background-size: auto 15px;
  }
  
  .mypageColWrap{
    margin-bottom: 40px;
  }

  .mypageCol{
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  
  .mypageCol:nth-of-type(odd){
    padding-right: 10px;
  }
  
  .mypageCol:nth-of-type(even){
    padding-left: 10px;
  }
  
  .mypageNews{
    position: relative;
    margin-bottom: 30px;
    padding: 0;
  }
  
  .mypageNews:before{
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-bottom: dotted 1px #93560f;
  }
  
  .mypageNews ul{
    height: 150px;
    padding-right: 20px;
    overflow-y: scroll;
  }
  
  .mypageNews li{
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .mypageBtns{
    letter-spacing: -0.4em;
  }
  .mypageBtnsItem{
    display: block;
    width: 100%;
  }
  .mypageBtns .mypageBtnsItem:nth-child(even){
    margin-left: 0;
  }
  
  .mypageInfo{
    padding: 8px;
    font-size: 12px;
    border: solid 2px #000;
    border-radius: 6px;
  }
  
  .mypageInfo dt{
    font-weight: bold;
  }
  
  .mypageInfoNum{
    font-weight: bold;
    text-align: right;
    line-height: 1.25;
  }
  
  .mypageInfoNum span{
    font-size: 18px;
  }


  /* 202A */
  .orderHistory {
    margin: 0 -10px 20px;
    border-bottom: none;
  }
  
  .orderHistoryHeader{
    padding: 5px 10px;
    font-size: 12px;
  }
  
  .orderHistoryHeader em{
    font-size: 18px;
    font-weight: bold;
  }
  
  .orderHistoryHeader em.orderHistorySum{
    font-size: 21px;
  }
  
  .orderHistoryLabel{
    margin: 0 -10px;
  }
  
  .orderHistoryListDetail.is-canceled{
    background-color: #f9f8f8;
  }
  
  .orderHistoryListDetail + .orderHistoryHeader{
    margin-top: 40px;
  }

  .orderHistoryListDetail .favoritePopup{
    -ms-transform: translateY(-100%) translateX(-175px);
    -webkit-transform: translateY(-100%) translateX(-175px);
    transform: translateY(-100%) translateX(-175px);
  }

  .orderHistoryListDetail .favoritePopup:after{
    right: 6%;
  }  
  .orderHistoryMiddle{
    margin: 0 10px;
    padding: 10px 0 7px;
    border-bottom: dotted 1px #000;
  }
  
  .orderHistoryProduct{
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
  }
  
  .orderHistoryProductNum{
    display: block;
    width: auto;
    margin-left: 0;
  }
  
  .orderHistoryParagraph{
    margin-top: 10px;
  }
  
  .orderHistoryParagraph li{
    display: block;
    margin-right: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
  }
  
  .orderHistoryParagraph li.fColorRed{
    text-align: left;
    font-size: 12px;
    font-weight: normal;
  }
  
  .orderHistoryBottom{
    display: block;
    padding: 7px 10px 17px;
    border-bottom: solid 1px #000;
    box-sizing: border-box;
  }
  
  .orderHistoryBottomLeft{
    display: block;
    width: auto;
    padding-right: 0;
  }
  
  .orderHistoryAddress{
    display: block;
  }
  
  .orderHistoryAddress.noDetails dd{
    display: block;
  }
  
  .orderHistory .paragraph01 li{
    margin-bottom: 0;
  }
  
  .orderHistory .paragraph01 em{
    font-size: 14px;
  }
  
  .orderHistoryBtnWrap{
    padding: 0 10px;
    text-align: center;
  }
  
  .orderHistoryBtnWrap .btn{
    display: inline-block;
    margin-bottom: 10px;
    letter-spacing: 0;
    vertical-align: top;
  }
  
  .orderHistoryBtnWrap .btn:not(.orderHistoryBtnCancel).btnW104,
  .orderHistoryBtnWrap .btn.btnW220{
    width: 106px;
  }
  .orderHistoryBtnWrap .btn:not(.orderHistoryBtnCancel).btnW104 .btnH_m,
  .orderHistoryBtnWrap .btn.btnW220 .btnH_m{
    display: inline-block;
    height: 30px;
    padding: 4px 0 3px;
  }
  .orderHistoryBtnWrap .btn.orderHistoryBtnCancel,
  .orderHistoryBtnWrap .btn:first-child{
    margin-left: 0;
  }
  
  .orderHistoryBtnWrap .kuchikomiIcon span {
  	padding: 0;
  	background: none;
  }

  .orderHistoryBtnWrap .favoriteItemsBtn button {
    height: 30px;
  	padding: 6px 0 4px;
  }
  
  .linkExIcon.linkExIcon04 li {
  	display: block;
    margin-bottom: 10px;
  	padding: 0;
  }

  .orderHistoryAddress{
    margin-top: 10px;
    padding: 0 10px;
  }

  .orderHistoryAddress dt{
    position: relative;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    background-color: #93560f;
    text-align: center;
    border-radius: 4px;
  }

  .orderHistoryAddress dt:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .orderHistoryAddress dt.is-active:before{
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .orderHistoryAddress dd{
    display: none;
    margin-top: 5px;
  }
  
  .orderHistory .favoriteItemsBtn button span{
    background-position-y: 0;
  }

  /* 203 */
  .reviewedProductInput{
    margin-bottom: 15px;
  }

  .reviewedProductInput .reviewedProductLeftCol{
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .reviewedProductInput .refineSearchReviewTable{
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }

  dt .refineSearchReviewStars img{
    width: 65px;
  }
  
  .refineSearchReviewStars a img{
    width: 74px;
  }

  .paragraph01 dt{
    margin-bottom: 0;
  }

  .reviewForm .tableLayout{
    width: auto;
    margin: 0 -10px;
    padding-top: 25px;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
  }

  .reviewForm .selectBoxInner,
  .reviewForm .selectW05 {
		width: 100%;
	}

  .reviewForm input[type="text"],
  .reviewForm select{
		height: 38px;
	}

  .tableType01 .selectBox3Col .selectBox{
    float: none;
    margin-right: 0;
    margin-top: 10px;
  }

  .tableType01 .selectBox3Col .selectBox:first-child{
    margin-top: 0;
  }

  .reviewInfo{
    padding: 0;
    font-size: 12px;
    background: none;
  }
  
  .reviewInfo p{
    margin-bottom: 10px;
  }

  .reviewInfo p a{
    display: inline-block;
    margin-top: 10px;
  }

  /* 206 */
  .sendList {
    margin-bottom: 30px;
    padding: 20px 0 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  
  .sendList ul{
    margin: 0;
  }
  
  .sendList li{
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  
  .sendList dt{
    margin-bottom: 5px;
  }
  
  .sendListBtn{
    letter-spacing: -1em;
    text-align: right;
  }
  
  .sendListBtn .btn.btnW104{
    width: 113px;
    margin: 0 0 0 10px;
  }

  .sendListBtn .btn .btnH_m{
    padding: 4px 0 3px;
  }

  .btnSp2Col .btn.btnW220{
    width: 49%;
  }
  
  /* 204 */
	.kuchikomiConf .tableLayout {
		padding-top: 10px;
		border-top: 1px solid #000;
	}
	
	.kuchikomiConf .tableLayout table {
		border-bottom: 1px solid #000000;
		margin-bottom: 0;
	}
	
	.borderFrame {
		border: 1px solid #000000;
		padding: 10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	
	.kuchikomiConf table .reviewBox {
		display: block;
		margin-top: 5px;
	}
	
	.kuchikomiConf table .reviewBox:first-child {
		margin-top: 0;
	}
	
	.kuchikomiConf table .itemImg {
		width: 110px;
	}
	
	/* 205 */
	.colorBorderBR.kuchikomiIcon span {
		background-position: left center;
	}
	
	.noKuchikomiItems ul {
		padding: 0;
	}
	
	.noKuchikomiItems ul li {
		display: block;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px dotted #000000;
		border-right: none;
	}
	
	.noKuchikomiItems ul li:first-child {
		border-top: 1px dotted #000000;
	}
	
	.noKuchikomiItems ul li .noKuchikomiItemsImg {
		width: 50%;
		box-sizing: border-box;
	}
	
	.noKuchikomiItems ul li .noKuchikomiItemsName {
		width: 50%;
		box-sizing: border-box;
		padding-right: 0;
	}
	
	.noKuchikomiItems ul li .noKuchikomiItemsName .btn {
		right: 0;
		bottom: 10px;
		width: 48%;
	}
	
	.noKuchikomiItems ul li:nth-child(2n) .noKuchikomiItemsImg {
		padding-left: 0;
	}
		
	
	
	/* 215 */
	.registrationInfoConfTable .tableLayout {
		display: block;
		width: auto;
		margin: 0 -10px;
		padding-bottom: 20px;
	}
	
	.registrationInfoConfTable .tableLayout .tableType02 {
		border-bottom: 1px solid #000000;
	}
	
	/* 217B */
	.heading02 .icoFavoriteList {
		padding-left: 22px;
		background-size: auto 15px;
		background-position: left top;
	}
	
	.favoriteListMsg{
		font-size: 14px;
	}
	/* 101 */
	.spReadMoreWrap .spReadMore {
		display: none;
	}
	
	.btnReadMore {
		text-align: center;
		color: #19af7d;
		font-size: 10px;
		position: relative;
		padding: 10px;
	}
	
	.btnReadMore:after {
		content: '';
		background: url(/shop/common/images/bg-icon-readmore.png) no-repeat left top;
		background-size: 18px auto;
		position: absolute;
		bottom: -5px;
		left: 50%;
		margin-left: -9px;
		width: 18px;
		height: 10px;
	}
	
	.btnReadMore.is-active:after {
		background-position: left bottom;
	}
	
	.cartItemWrap {
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		width: 100%;
	}
	
	.cartItemHeading {
		padding: 20px 10px 10px;
		font-weight: bold;
	}
	
	.cartItemHeading:first-child {
		border-top: 1px dotted #000000;
	}
	
	.cartItemWrap .cartItem:first-child .cartItemHeading:first-child {
		border-top: none;
	}
	
	.cartItemHeading span {
		font-weight: normal;
	}
	
	.cartItemHeading span.cartItemApNum {
		font-weight: bold;
	}
	
	.cartItemName .cartItemImg {
		width: 30%;
		padding-right: 5%;
	}
	
	.cartItemName .cartItemDetail {
		float: left;
		min-width: 65%;
	}
	
	.itemDetailTxt {
		display: inline-block;
		background: #ffd9b2;
		padding: 4px 10px 2px;
		margin-bottom: 10px;
	}
	
	.cartItemBtn {
		display: table;
    width: 100%;
		margin-bottom: 10px;
	}
	
	.cartItemBtn.clearfix:after {
		content: none;
	}
	
	.cartItemBtn div {
		display: table-cell;
		width: 48%;
    padding-left: 10px;
	}
	
	.cartItemBtn div:first-child {
		padding-left: 0;
    white-space: nowrap;
	}
	
	.cartItemBtn div:first-child button {
		min-width: 108px;
	}
	
	.cartItemBtn div button {
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	}
	
	.cartItemBtn div.spFavoriteBtn{
    position: relative;
    z-index: 5;
	}
	
	.cartItemBtn div.spFavoriteBtn span {
		padding: 4px 0 5px 30px;
		background: url(/shop/common/images/bg-cart-favoriteBtn-sp.png) no-repeat left center;
		background-size: 30px 26px;
	}
	.cartItemBtn div.spFavoriteBtn.is-active button{
  	border: 1px solid #ff82d2;
	}
	.cartItemBtn div.spFavoriteBtn.is-active span {
  	color: #ff82d2;
		background: url(/shop/common/images/bg-cart-favoriteBtn-is-active-sp.png) no-repeat left center;
		background-size: 30px 26px;
	}
	
	.cartItemBtn div.spDeleteBtn button {
		background: url(/shop/common/images/bg-cart-deleteBtn-sp.png) no-repeat left 10px center;
		background-size: 14px 14px;
	}
	
	.cartItemBtn div.spFavoriteBtn .favoritePopup{
  	width: 230px;
  	padding-left: 20px;
    -ms-transform: translateY(-100%) translateX(0);
    -webkit-transform: translateY(-100%) translateX(0);
    transform: translateY(-100%) translateX(0);
	}
	
  .cartItemBtn div.spFavoriteBtn .favoritePopup:after{
    right: auto;
    left: 24%;
  }
	
	.cartItemPrice {
		margin-top: 10px;
		border-top: 1px dotted #000000;
		padding: 15px 0 40px;
		text-align: right;
	}
	
	.cartItemPrice p {
		padding: 0;
		border: none;
		font-size: 18px;
	}
	
	.cartItemPrice p span {
		font-size: 12px;
	}
	
	.cartPriceTotalWrap {
		width: 100%;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table {
		width: 100%;
		border-top: none;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table th {
		font-size: 14px;
		font-weight: bold;
		box-sizing: border-box;
		padding-left: 20px;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table td {
		font-size: 14px;
		padding-right: 20px;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table td span {
		font-size: 18px;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table .totalPrice th {
		font-size: 18px;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table .totalPrice td span {
		font-size: 22px;
	}
	
	.cartPriceTotalWrap .cartPriceTotal table th,
	.cartPriceTotalWrap .cartPriceTotal table td {
		padding-top: 10px;
	}
}

@media screen and (max-width: 374px) {
  .modalMenuHeaderLink li {
    width: 50%;
  }
  .modalMenuHeaderLink li:nth-child(3n+1) {
    clear: none;
  }
  .modalMenuHeaderLink li:nth-child(odd) {
    clear: both;
  }
  .modalMenuHeaderLink li:nth-child(odd) a {
    margin: 0 5px 0 0;
  }
  .modalMenuHeaderLink li:nth-child(even) a {
    margin: 0 0 0 5px;
  }
  
  .cartItemBtn div {
		margin-left: 0;
	}
}

@media screen and (max-width: 320px){
  .totalPriceWrap dt.totalPrice{
    font-size: 14px;
  }
  .totalPriceWrap dd.totalPrice{
    font-size: 18px;
  }
  /* 004 009 */
  .sortSearchWrap.itemIndex .price .txtBox02 .txtBoxInner,
  .refineSearchPriceInput .txtBox02 .txtBoxInner{
    width: 40%;
  }

}
