
/**************************************
loginBox
**************************************/
.loginBox{
    display: block;
	width: 520px;
	margin: 0 auto 80px;
	font-size: 1.4rem;
}

.loginBox > dl{
	display: block;
	margin-bottom: 40px;
}

.loginBox > dl > dt{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.loginBox > dl > dd{margin-bottom: 20px;}
.loginBox > dl > dd:nth-last-of-type(1){margin-bottom: 0;}

.loginBox .guideLink{text-align: right;}

.loginBox > dl > dd.passUnder{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:space-between;
    justify-content: space-between;
}

.loginBox .pazzleBox{
	display: block;
	width: 100%;
}

.loginBox .pazzleBox > p{
	margin-bottom: 20px;
	line-height: 1.7;
}

.loginBox #pazzle{margin-bottom: 20px;}

/**【FFHC v1.0】#8825メアド保持機能がきかない Start
.loginBox .saveMail{
	text-align: center;
	margin-bottom: 20px;
}
   【FFHC v1.0】#8825メアド保持機能がきかない End*/

.loginBox .btnBlack{
	display: block;
	width: 400px;
	margin: 0 auto;
}

/**************************************
webUserGuideBox
**************************************/
.webUserGuideBox{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	background: #eeeeee;
	text-align: center
}

.webUserGuideBox > dl{ display: block;}

.webUserGuideBox > dl > dt{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.webUserGuideBox > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
}


.webUserGuideBox > dl > dd.imgIcon{
	margin-bottom: 30px;
}

.webUserGuideBox > dl > dd.imgIcon > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.webUserGuideBox > dl > dd.imgIcon > ul > li{
	display: block;
	height: 70px;
	padding: 0 15px;
}
.webUserGuideBox > dl > dd.imgIcon > ul > li > img{
	display: block;
	height: 100%; width: auto;
}

.webUserGuideBox > dl > dd.guideLink{padding-top: 25px;}


/**************************************
webUserGuideBox
**************************************/
.idCheckGuide{margin-top: -50px;}

.webUserGuideBoxTwoC{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.webUserGuideBoxTwoC > dl{
	display: block;
	width: calc(50% - 25px);
	padding: 30px;
	background: #eeeeee;
	text-align: center
}

.webUserGuideBoxTwoC > dl > dt{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.webUserGuideBoxTwoC > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 25px;
}
.webUserGuideBoxTwoC > dl > dd:nth-last-child(1){margin-bottom: 0;}

.webUserGuideBoxTwoC > dl > dd.sheetImg{
	display: block;
	margin-bottom: 30px;
}
.webUserGuideBoxTwoC > dl > dd.sheetImg figure{display: block;}

.webUserGuideBoxTwoC > dl > dd.sheetImg img{
	display: block;
	width: 100%; height: auto;
}

.webUserGuideBoxTwoC > dl > dd.zoomLink{
	text-align: center;
}
.webUserGuideBoxTwoC > dl > dd.zoomLink > span{
	display: inline-block;
	padding-left: 25px;
	background: url("../img/common/icon_zoom.svg") 0 center no-repeat;
	background-size: 20px auto;
	text-decoration: underline;
	cursor: pointer;
}
.webUserGuideBoxTwoC > dl > dd.zoomLink > span:hover{text-decoration: none;}

.webUserGuideBoxTwoC > dl > dd.guideLink{text-align: center;}

/**************************************
cartLogin
**************************************/
.cartLoginBox{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: -40px auto 80px;
}

.cartLoginBox .loginBoxArea,
.cartLoginBox .guestBoxArea{
	display: block;
	width: calc(50% - 25px);
	max-width: 520px;
}

.cartLoginBox .loginBoxArea .loginBox{width: 100%;}

.cartLoginBox .guestBoxArea .guestBox{
	display: block;
}

.cartLoginBox .guestBoxArea .guestBox .btnBlack{
    display: block;
    width: 400px;
    margin: 0 auto;
}

.cartLoginBox .guestBoxArea .guestBox .newEntry{
	display: block;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #CCCCCC;
}

.cartLoginBox .guestBoxArea .guestBox dl.guestOrder{
	display: block;
}
.cartLoginBox .guestBoxArea .guestBox dl.guestOrder > dt{
	font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
	text-align: center;
}

.cartLoginBox .guestBoxArea .guestBox dl.guestOrder > dd.caution{
	padding-top: 40px;
}


/**************************************
telRegist
**************************************/

.formTable > dl > dd .webid{width: 370px;}

.formTable > dl > dd  dl.telRegist{
	margin-top: 15px;
}
.formTable > dl > dd  dl.telRegist > dt{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.formTable > dl > dd  dl.telRegist > dd.btnWhite{width: 200px;}

.formTable > dl > dd  dl.telRegist > dd.btnWhite > span{font-weight: 500;}

/**************************************
userAttribute
**************************************/
.userAttribute{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0;
}


.userAttribute > dl{
	display: block;
	width: calc(50% - 25px);
	padding: 30px;
	background: #eeeeee;
	text-align: center
}

.userAttribute > dl > dt{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.userAttribute > dl > dd{
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 25px;
}
.userAttribute > dl > dd:nth-last-child(1){margin-bottom: 0;}

.userAttribute > dl > dd.btnBlack{width: 400px; margin: 0 auto;}


/**************************************
contactTelList
**************************************/
.contactTelList{
	display: block;
	width: 100%;
	max-width: 1200px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 30px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.contactTelList > .time{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	margin-bottom: 20px;
}

.contactTelList > .time > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-right: 20px;
}
.contactTelList > .time > dl:nth-last-child(1){margin-bottom: 0;}

.contactTelList > .time > dl > dt{
	font-weight: 700;
}

.contactTelList > .category{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contactTelList > .category > dl{
	width: calc(50% - 10px);
	text-align: center;
}


.contactTelList > .category > dl > dt{
	display: block;
	padding: 20px 0;
	text-align: center;
	line-height: 1;
	font-size: 1.6rem;
	font-weight: 700;
	background: #eeeeee;
}

.contactTelList > .category > dl > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 20px 20px 0 20px;
}

.contactTelList > .category > dl > dd > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contactTelList > .category > dl > dd > dl > dt{
	margin-right: 10px;
}

.contactTelList > .category .freeDial{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	font-size: 2.0rem;
	font-weight: 700;
}
.contactTelList > .category .freeDial > em{
	display: block;
	width: 30px;
	margin-right: 10px;
}
.contactTelList > .category .freeDial > em > img{display: block; width: 100%; height: auto;}



/**************************************
hiistoryList
**************************************/
.hiistoryCnt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
	font-size: 1.4rem;
}


.hisotryList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.4rem;
}

.hisotryList > ul{
	display: block;
	margin-bottom: 60px;
	border-top: 1px solid #CCCCCC;
}
.hisotryList > ul:nth-last-child(1){margin-bottom: 0;}

.hisotryList > ul > li{
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

.hisotryList > ul > li > .headInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	background: #eeeeee;
	padding: 20px 30px;
}

.hisotryList > ul > li > .headInfo > ul.date{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.hisotryList > ul > li > .headInfo > ul.date > li{
	margin-right: 10px;
}
.hisotryList > ul > li > .headInfo > ul.date > li:nth-last-of-type(1){margin-right: 0;}

/** 【FFHC v1.0】【キャンセルされた注文の表示仕様変更】 #6492 Start. */
.hisotryList > ul > li > .headInfo > ul.date > li > span.gray{
	border-color: #999999;
	color: #999999;
}
/** 【FFHC v1.0】【キャンセルされた注文の表示仕様変更】 #6492 End. */

.hisotryList > ul > li > .headInfo > ul.label{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
}
.hisotryList > ul > li > .headInfo > ul.label > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 22px;
	padding: 0 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.hisotryList > ul > li > .headInfo > ul.label > li:nth-last-of-type(1){margin-right: 0;}

.hisotryList > ul > li > .headInfo > ul.label > li.red{
	border-color: #e35555;
	color: #e35555;
}

.hisotryList > ul > li > .productsInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding: 30px 30px;
}

.hisotryList > ul > li > .productsInfo > ul.products{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
}

.hisotryList > ul > li > .productsInfo > ul.products > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: 100px;
	margin-right: 10px;
	font-size: 1.2rem;
}

.hisotryList > ul > li > .productsInfo > ul.products > li img{
	display: block;
	width: 100%; height: auto;
}

.hisotryList > ul > li > .productsInfo > .orderDetail{
	display: block;
	width: 240px;
}
.hisotryList > ul > li > .productsInfo > .orderDetail > ul{display: block;}

.hisotryList > ul > li > .productsInfo > .orderDetail > ul > li.quantity,
.hisotryList > ul > li > .productsInfo > .orderDetail > ul > li.price{
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 700;
}

.hisotryList > ul > li > .productsInfo > .orderDetail > ul > li.btnWhite{
	margin-top: 15px;
}


/***listPager  *************/
.hisotryList .listPager{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hisotryList .listPager > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hisotryList .listPager > ul > li{
	display: block;
	width: 40px;
	margin: 0 6px;
}

.hisotryList .listPager > ul > li > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
	font-weight: 700;
	border: 1px solid #333333;
	border-radius: 4px;
	background: #FFFFFF;
    color: #333333;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
	box-shadow: 2px 2px 0 rgba(187,187,187,1);
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

.hisotryList .listPager > ul > li > a:hover{
	background-color: #e7e7e7;
}

.hisotryList .listPager> ul > li > span{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 1.6rem;
	font-weight: 700;
	background: #e35555;
	border: 1px solid #e35555;
	border-radius: 4px;
    color: #FFFFFF;
	background-size: 14px auto;
    text-align: center;
    text-decoration: none;
}

.hisotryList .listPager > ul > li > a > span{
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.hisotryList .listPager > ul > li.prev{
	width: 100px;
	margin-left: 0;
	margin-right: 50px;
}
.hisotryList .listPager > ul > li.prev a > span{padding-right: 12px;}

.hisotryList .listPager > ul > li.prev a > span::before{
	content: '';
	display: inline-block;
	height: 40px;
	width: 24px;
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 7px auto;
}

.hisotryList .listPager > ul > li.next{
	width: 100px;
	margin-right: 0;
	margin-left: 50px;
}

.hisotryList .listPager > ul > li.next a > span{padding-left: 12px;}

.hisotryList .listPager > ul > li.next a > span::after{
	content: '';
	display: inline-block;
	height: 40px;
	width: 24px;
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 7px auto;
}


/**************************************
hisotryDetail
**************************************/
.hisotryDetail{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 1.4rem;
}

.hisotryDetail .headInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	background: #eeeeee;
	padding: 20px 30px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 40px;
}

.hisotryDetail .headInfo > ul.date{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.hisotryDetail .headInfo > ul.date > li{
	margin-right: 10px;
}
.hisotryDetail .headInfo > ul.date > li:nth-last-of-type(1){margin-right: 0;}

.hisotryDetail .headInfo > .status{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


.hisotryDetail .headInfo > .status > ul.label{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
}
.hisotryDetail .headInfo > .status > ul.label > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 22px;
	padding: 0 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.hisotryDetail .headInfo > .status > ul.label > li:nth-last-of-type(1){margin-right: 0;}

.hisotryDetail .headInfo > .status > ul.label > li.red{
	border-color: #e35555;
	color: #e35555;
}


.hisotryDetail .headInfo > .status > .shippingInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	padding-left: 20px;
}
.hisotryDetail .headInfo > .status > .shippingInfo > dt{display: block;}
.hisotryDetail .headInfo > .status > .shippingInfo > dt > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
}
.hisotryDetail .headInfo > .status > .shippingInfo > dt > a > em{
	display: block;
	width: 30px;
	margin-right: 5px;
}
.hisotryDetail .headInfo > .status > .shippingInfo > dt > a > em img{display: block; width: 100%; height: auto;}
.hisotryDetail .headInfo > .status > .shippingInfo > dd{}
.hisotryDetail .headInfo > .status > .shippingInfo > dd::before{content: '：'}


.hisotryDetail .cancelBox{
	display: block;
	padding: 30px;
	margin-bottom: 40px;
	border: 1px solid #CCCCCC;
}

.hisotryDetail .cancelBox > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hisotryDetail .cancelBox > dl > dt{
	font-size: 1.4rem;
}
.hisotryDetail .cancelBox > dl > dd.btnWhite{width: 400px;}


.hisotryDetail .requiredCautionBox{margin-bottom: 0;}


.hisotryDetail .historyDetailProductsSection{
	display: block;
	margin-bottom: 60px;
}

.hisotryDetail .historyDetailProductsList > ul{
	display: block;
	border-top: 1px solid #333333;
}
.hisotryDetail .historyDetailProductsList > ul > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	border-bottom: 1px solid #333333;
	padding: 30px;
}

.hisotryDetail .historyDetailProductsList > ul > li .nameImg{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	max-width: calc(100% - 300px);
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg figure{
	display: block;
	width: 100px;
	margin-right: 30px;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg figure img{display: block; width: 100%; height: auto;}

.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl{display: block;}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dt{
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 700;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.code{
	font-size: 1.4rem;
	margin-top: 5px;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label{
	margin-top: 10px;
}

.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content:  flex-start;
    justify-content: flex-start;
	font-size: 1.2rem;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label > ul > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	margin-right: 10px;
}
.hisotryDetail .historyDetailProductsList > ul > li .nameImg > dl > dd.label > ul > li:nth-last-of-type(1){margin-right: 0;}


.hisotryDetail .historyDetailProductsList > ul > li .priceInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 270px;
	padding-left: 30px;
	border-left: 1px dotted #CCCCCC;
}
.hisotryDetail .historyDetailProductsList > ul > li .priceInfo > ul{}
.hisotryDetail .historyDetailProductsList > ul > li .priceInfo > ul > li.label{
	display: inline-block;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
}


.historyDetailProductsList .totalArea{
	display: block;
	width: 580px;
	margin: 10px 0 0 auto;
}


.historyDetailProductsList .totalBox{
	display: block;
	padding: 30px;
	background: #eeeeee;
}

.historyDetailProductsList .totalBox > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.historyDetailProductsList .totalBox > dl.discount > dd{
	color: #e35555;
}

.historyDetailProductsList .totalBox > dl.totalPrice > dt{
	font-size: 1.8rem;
	font-weight: 700;
}
.historyDetailProductsList .totalBox > dl.totalPrice > dd{
	font-size: 2.8rem;
	font-weight: 700;
	margin-right: -0.5em;
}
.historyDetailProductsList .totalBox > dl.totalPrice > dd > span{font-size: 2.0rem;}


.historyDetailProductsList .totalBox .taxtList{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}

.historyDetailProductsList .totalBox .taxtList > li{
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.5;
}



/**************************************
cancelProductsList
**************************************/
.cancelProductsList{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.cancelProductsList > ul{
	display: block;
	border-top: 1px solid #333333;
}
.cancelProductsList > ul > li{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;;
    justify-content: flex-start;
	border-bottom: 1px solid #333333;
	padding: 30px;
}

.cancelProductsList > ul > li .nameImg{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: calc(100% - 270px);
}
.cancelProductsList > ul > li .nameImg figure{
	display: block;
	width: 80px;
	margin-right: 15px;
}
.cancelProductsList > ul > li .nameImg figure img{display: block; width: 100%; height: auto;}

.cancelProductsList > ul > li .nameImg > span{
	display: block;
	width: calc(100% - 95px);
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
}

.cancelProductsList > ul > li .priceInfo{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 270px;
	padding-left: 30px;
	border-left: 1px dotted #CCCCCC;
}
.cancelProductsList > ul > li .priceInfo > ul{}
.cancelProductsList > ul > li .priceInfo > ul > li.label{
	display: inline-block;
	height: 22px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 1.2rem;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
}
.cancelProductsList > ul > li .priceInfo > ul > li.price{
	font-size: 1.4rem;
}


.cancelProductsList .totalArea{
	display: block;
	width: 400px;
	margin: 10px 0 0 auto;
}


.cancelProductsList .totalBox{
	display: block;
	padding: 30px;
	background: #eeeeee;
}

.cancelProductsList .totalBox > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.cancelProductsList .totalBox > dl:nth-last-of-type(1){margin-bottom: 0;}

.cancelProductsList .totalBox > dl.discount > dd{
	color: #e35555;
}

.cancelProductsList .totalBox > dl.totalPrice > dt{
	font-size: 1.8rem;
	font-weight: 700;
}
.cancelProductsList .totalBox > dl.totalPrice > dd{
	font-size: 2.8rem;
	font-weight: 700;
	margin-right: -0.5em;

}
.cancelProductsList .totalBox > dl.totalPrice > dd > span{font-size: 2.0rem;}

.historyDetailProductsList .totalArea .invoiceNumber{
	margin-top:10px;
	text-align:right;
}


/**************************************
memberGrade
**************************************/
#userSection .memberGrade{
    display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 30px 10px;
	position: relative;
}

#userSection .memberGrade.bronze{ background: #f8f0f0;}
#userSection .memberGrade.silver{ background: #f7f7f7;}
#userSection .memberGrade.gold{ background: #f6f3e6;}
#userSection .memberGrade.platinam{ background: #e8f2f6;}
#userSection .memberGrade::before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
#userSection .memberGrade.bronze::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #a17576 30%, #b49495 50%, #a17576 70%);
	background: -webkit-linear-gradient(left,  #a17576 30%,#b49495 50%,#a17576 70%);
	background: linear-gradient(to right,  #a17576 30%,#b49495 50%,#a17576 70%);
}
#userSection .memberGrade.silver::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #a3a3a3 30%, #d9d9d9 50%, #a3a3a3 70%);
	background: -webkit-linear-gradient(left,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
	background: linear-gradient(to right,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
}
#userSection .memberGrade.gold::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #c5a56c 30%, #e5d4b4 50%, #c5a56c 70%);
	background: -webkit-linear-gradient(left,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
	background: linear-gradient(to right,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
}
#userSection .memberGrade.platinam::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #98afb8 30%, #b1c3cb 50%, #98afb8 70%);
	background: -webkit-linear-gradient(left,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
	background: linear-gradient(to right,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
}


#userSection .memberGrade > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userSection .memberGrade > dl > dt{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	min-height: 65px;
	width: calc(100% - 715px);
}
#userSection .memberGrade > dl > dt > span:nth-of-type(1){
	display: block;
	width: 80px;
	font-size: 1.2rem;
	text-align: left;
}
#userSection .memberGrade > dl > dt > span:nth-of-type(1)::before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8bc56c;
	margin-right: 10px;
}

#userSection .memberGrade > dl > dt > span:nth-of-type(2){
	display: block;
	width: calc(100% - 100px);
	padding-right: 30px;
	margin-left: 20px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
}

#userSection .memberGrade > dl > dd.gradeInfo{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	min-height: 65px;
	width: 715px;
	padding-left: 30px;
	border-left: 1px dotted #CCCCCC;
}

#userSection .memberGrade > dl > dd.gradeInfo > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 260px;
}
#userSection .memberGrade > dl > dd.gradeInfo > dl > dt{
	display: block;
	margin-right: 20px;
	font-size: 1.2rem;
	font-weight: 700;
}
#userSection .memberGrade > dl > dd.gradeInfo > dl > dd{
	display: block;
	line-height: 3.2rem;
	padding-left: 40px;
	font-size: 2.2rem;
	font-weight: 700;
}

#userSection .memberGrade.bronze > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_bronze.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #a17576;
}
#userSection .memberGrade.silver > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_silver.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #777777;
}
#userSection .memberGrade.gold > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_gold.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #b3893e;
}
#userSection .memberGrade.platinam > dl > dd.gradeInfo > dl > dd{
	background: url("../img/common/icon_rank_platinum.svg") left 0 no-repeat;
	background-size: 32px auto;
	color: #587d8c;
}

#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: calc(100% - 330px);
	padding-bottom: 10px;
	margin: 0 -20px 0 auto;
}

#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-right: 20px;
	margin-top: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li > em{
	display: block;
	height: 22px;
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: 1;
	color: #FFFFFF;
}
#userSection .memberGrade.bronze > dl > dd.gradeInfo > ul.benefits > li > em{ background: #8d5758;}
#userSection .memberGrade.silver > dl > dd.gradeInfo > ul.benefits > li > em{ background: #777777;}
#userSection .memberGrade.gold > dl > dd.gradeInfo > ul.benefits > li > em{ background: #b3893e;}
#userSection .memberGrade.platinam > dl > dd.gradeInfo > ul.benefits > li > em{ background: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > ul.benefits > li > span{
	display: block;
	padding-left: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #e35555;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox{
	display: -webkit-flex;
    display: flex;
    display: ruby-base;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	min-height: 65px;
	width: 70px;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail{
	display: block;
	margin-bottom: 30px;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dt{
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nowGrade,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGrade{
	display: block;
	width: 33.75%;
	text-align: center;
	position: relative;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions{
	display: block;
	width: 32.5%;
	padding-bottom: 10px;
	padding-top: calc(90px + 1.6rem);
	text-align: center;
	position: relative;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .fixedGradeConditions{
	display: block;
	width: 32.5%;
	padding-bottom: 10px;
	padding-top: calc(120px + 1.6rem);
	text-align: center;
	position: relative;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions.gradeUp{
	padding-top: calc(120px + 1.6rem);
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions::before{
	content: '';
	display: block;
	width: 52%;
	height: 20px;
	background: #e35555;
	position: absolute;
	left: calc(24% - 11px);
	top: calc(40px + 1.6rem);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 22px;
	border-color: transparent transparent transparent #e35555;
	position: absolute;
	left: calc(76% - 11px);
	top: calc(30px + 1.6rem);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .fixedGradeConditions::before{
	content: '';
	display: block;
	width: 52%;
	height: 20px;
	background: #e35555;
	position: absolute;
	left: calc(24% - 11px);
	top: calc(70px + 1.6rem);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .fixedGradeConditions::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 22px;
	border-color: transparent transparent transparent #e35555;
	position: absolute;
	left: calc(76% - 11px);
	top: calc(60px + 1.6rem);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions.gradeUp::before{ top: calc(70px + 1.6rem);}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions.gradeUp::after{top: calc(60px + 1.6rem);}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nowGrade > dt,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGrade > dt,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGradeConditions > dt{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGradeConditions > dt{
	color: #e35555;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.fixedGradeConditions > dt{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	color: #e35555;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > .nextGradeConditions.gradeUp > p{
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #e35555;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nowGrade > dd,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail > dd > dl.nextGrade > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	height: calc(100% - 1.6rem - 20px);
	width: 100%;
}


/** gradeBox ******/
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px 10px 10px;
	position: relative;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze{ background: #f8f0f0;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver{ background: #f7f7f7;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold{ background: #f6f3e6;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam{ background: #e8f2f6;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox::before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze::before{
	background: #a17576;
	background: -moz-linear-gradient(left,  #a17576 30%, #b49495 50%, #a17576 70%);
	background: -webkit-linear-gradient(left,  #a17576 30%,#b49495 50%,#a17576 70%);
	background: linear-gradient(to right,  #a17576 30%,#b49495 50%,#a17576 70%);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver::before{
	background: #a3a3a3;
	background: -moz-linear-gradient(left,  #a3a3a3 30%, #d9d9d9 50%, #a3a3a3 70%);
	background: -webkit-linear-gradient(left,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
	background: linear-gradient(to right,  #a3a3a3 30%,#d9d9d9 50%,#a3a3a3 70%);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold::before{
	background: #c5a56c;
	background: -moz-linear-gradient(left,  #c5a56c 30%, #e5d4b4 50%, #c5a56c 70%);
	background: -webkit-linear-gradient(left,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
	background: linear-gradient(to right,  #c5a56c 30%,#e5d4b4 50%,#c5a56c 70%);
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam::before{
	background: #98afb8;
	background: -moz-linear-gradient(left,  #98afb8 30%, #b1c3cb 50%, #98afb8 70%);
	background: -webkit-linear-gradient(left,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
	background: linear-gradient(to right,  #98afb8 30%,#b1c3cb 50%,#98afb8 70%);
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox::after{
	content: '';
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze::after{
	background: url("../img/common/icon_rank_bronze.svg") left 0 no-repeat #f8f0f0;
	background-size: 100% auto;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver::after{
	background: url("../img/common/icon_rank_silver.svg") left 0 no-repeat #f7f7f7;
	background-size: 100% auto;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold::after{
	background: url("../img/common/icon_rank_gold.svg") left 0 no-repeat #f6f3e6;
	background-size: 100% auto;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam::after{
	background: url("../img/common/icon_rank_platinum.svg") left 0 no-repeat #e8f2f6;
	background-size: 100% auto;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl{
	width: 100%;
    height: 100%;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dt{
	display: block;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dt{ color: #a17576;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dt{ color: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dt{ color: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dt{ color: #587d8c;}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.period{
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2rem;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
	height: calc(100% - 3.2rem - 30px);
	min-height: 94px;
	padding: 10px 10px;
	background: #FFFFFF;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits.none{
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #e35555;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl{
	display: block;
	width: 100%;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dt{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dt{ color: #a17576;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dt{ color: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dt{ color: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dt{ color: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dt::after{
	content: '';
	height: 1px;
	width: 6px;
	margin: 0 5px;
	background: #CCCCCC;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dt::after{ background: #a17576;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dt::after{ background: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dt::after{ background: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dt::before,
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dt::after{ background: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul{
	display: block;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 10px;
	text-align: left;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li:nth-last-of-type(1){margin-bottom: 0;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li > em{
	display: block;
	height: 22px;
	padding: 5px 10px;
	font-size: 1.2rem;
	line-height: 1;
	white-space: nowrap;
	color: #FFFFFF;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.bronze > dl > dd.benefits > dl > dd > ul > li > em{ background: #8d5758;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.silver > dl > dd.benefits > dl > dd > ul > li > em{ background: #777777;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.gold > dl > dd.benefits > dl > dd > ul > li > em{ background: #b3893e;}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox.platinam > dl > dd.benefits > dl > dd > ul > li > em{ background: #587d8c;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .gradeBox > dl > dd.benefits > dl > dd > ul > li > span{
    display: block;
    padding-left: 10px;
    font-size: 1.6rem;
    font-weight: 700;
}


#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.7;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd > .label{
	display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 22px;
	padding: 0 10px;
	margin: 5px 0;
	background: #dddddd;
	font-size: 1.2rem;
	line-height: 1;
}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd > strong{
	font-size: 1.6rem;
	font-weight: 700;
}
#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail .nextGradeConditions > dd > strong > span{ color: #e35555;}

#userSection .memberGrade > dl > dd.gradeInfo > .helpBox .gradeInfoDetail + ul.cautionList > li{margin-bottom: 0;}


/**************************************
maypageNav
**************************************/
#maypageNav{
    display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 30px;
	position: relative;
	background: #eeeeee;
}

#maypageNav > dl{ display: block;}

#maypageNav > dl > dt{
	display: block;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}

#maypageNav > dl > dd.mypageNavMain{
	display: block;
	margin-bottom: 45px;
}

#maypageNav > dl > dd.mypageNavMain > ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#maypageNav > dl > dd.mypageNavMain > ul > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
}
#maypageNav > dl > dd.mypageNavMain > ul > li:nth-of-type(4n){margin-right: 0;}

#maypageNav > dl > dd.mypageNavMain > ul > li > a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	background: #FFFFFF;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(187,187,187,1);
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background  0.2s ease;
}
#maypageNav > dl > dd.mypageNavMain > ul > li > a:hover{background: #f7f7f7; text-decoration: underline;}


#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 60px;
	margin-bottom: 10px;
}
#maypageNav > dl > dd.mypageNavMain > ul > li > a > figure img{
	display: block;
	width: auto;
	max-height: 60px;
}

#maypageNav > dl > dd.mypageNavMain > ul > li > a > span{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: calc(100% - 60px);
}

#maypageNav > dl > dd.mypageNavList{}
#maypageNav > dl > dd.mypageNavList > ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
}

#maypageNav > dl > dd.mypageNavList > ul > li{
	display: block;
	width: 33%;
	padding: 10px 40px;
	border-right: 1px dotted #CCCCCC;
}
#maypageNav > dl > dd.mypageNavList > ul > li:nth-of-type(3n),
#maypageNav > dl > dd.mypageNavList > ul > li:nth-last-of-type(1){ border-right: none;}
#maypageNav > dl > dd.mypageNavList > ul > li:nth-of-type(n + 4){margin-top: 10px;}



#maypageNav > dl > dd.mypageNavList > .btnMore{ display: none;}


/**************************************
mypageTopics
**************************************/
#userSection .mypageTopics{
    display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#userSection .mypageTopics > dl{display: block;}

#userSection .mypageTopics > dl > dt{
	display: block;
	padding: 0 30px;
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}

#userSection .mypageTopics > dl > dd.topicsList{
	display: block;
	padding: 0 30px;
}

#userSection .mypageTopics > dl > dd.topicsList > ul{ display: block;}
#userSection .mypageTopics > dl > dd.topicsList > ul > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 20px;
}

#userSection .mypageTopics > dl > dd.topicsList > ul > li:nth-of-type(n + 3){
	height: 0;
	min-height: 0;
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: min-height 0.2s ease;
	-moz-transition: min-height 0.2s ease;
	-o-transition: min-height 0.2s ease;
	transition: min-height 0.2s ease, margin-bottom 0.2s ease,opacity 0.2s ease;
}
#userSection .mypageTopics > dl > dd.topicsList > ul > li.open:nth-of-type(n + 3){
	height: auto;
	min-height: 1em;
	overflow: auto;
	margin-bottom: 20px;
	opacity: 1;
	visibility: visible;
}

#userSection .mypageTopics > dl > dd.topicsList > ul > li > time{
	display: block;
	width: 80px;
	padding-top: 5px;
	font-size: 1.2rem;
	text-align: left;
}
#userSection .mypageTopics > dl > dd.topicsList > ul > li > span{
	display: block;
	width: calc(100% - 80px);
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.7;
	word-break: break-all;
}

#userSection .mypageCampSection > div > dl.couponInfo {
    margin: 0 auto;
    padding: 0 0 50px 0;
}

#userSection .mypageCampSection > div > dl.couponInfo > dt> h2.subTTL {
    padding: 40px 0 0 0;
}

#userSection .mypageCampSection >  h2.subTTL {
    padding-top: 30px;
}

/**************************************
mypageCampPanel
**************************************/
#mypageCampPanel{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#mypageCampPanel img {
	display: block;
	width: 100%;
	height: auto;
}

#mypageCampPanel .container{
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#mypageCampPanel .wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#mypageCampPanel .slider {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 22.5%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
}

#mypageCampPanel .slider figure{
	display: block;
	margin-bottom: 12px;
}

#mypageCampPanel .slider a {
	display: block;
	text-decoration: underline;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#mypageCampPanel .slider a:hover {
	opacity: 0.6;
	text-decoration: none;
}

#mypageCampPanel .pagerArea{
	display: table;
	padding-top: 30px;
	margin: 0 auto;
}


#mypageCampPanel .pagination {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

#mypageCampPanel .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #dddddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    cursor: pointer;
}
#mypageCampPanel .swiper-pagination-bullet:hover{opacity: .6;}
#mypageCampPanel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333333;
}
#mypageCampPanel .swiper-pagination-bullet-active:hover{opacity: 1;}


#mypageCampPanel .prev,
#mypageCampPanel .next{
	display: table-cell;
	width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
	cursor: pointer;
}
#mypageCampPanel .prev{
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 9px auto;
}

#mypageCampPanel .next{
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 9px auto;
}


#mypageCampPanel .prev.swiper-button-disabled,
#mypageCampPanel .next.swiper-button-disabled{
	opacity: 0;
	cursor: default;
}

#mypageCampPanel .btnMore{display: none;}

/**************************************
mypageCouponPanel
**************************************/
#mypageCouponPanel{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

#mypageCouponPanel > ul > li.couponBanner{
	border: 2px solid #948654;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
	width: 400px;
	display: inline-block;
}
#mypageCouponArea > ul > li >.couponBanner{
	border: 2px solid #948654;
	text-align: left;
	height:170px;
	font-size: 14px;
	margin: 0 auto 20px;
	width: 360px;
}
#mypageCouponPanel > ul > li.couponBanner > div,
#mypageCouponArea > ul > li >.couponBanner > div{
	margin-left: 3px;
	margin-right: 3px;
}

#mypageCouponPanel > ul > li.couponBanner > .campaignName,
#mypageCouponArea > ul > li >.couponBanner > .campaignName{
	padding: 8px 8px 0 8px;
	color: #e35555;
	font-size: 16px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#mypageCouponPanel > ul > li.couponBanner > .description,
#mypageCouponArea > ul > li >.couponBanner > .description{
	padding: 10px;
	height: 65px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#mypageCouponArea > ul > li >.couponBanner > .description{
	height:82px
}

#mypageCouponPanel > ul > li.couponBanner > .couponCode,
#mypageCouponArea > ul > li >.couponBanner > .couponCode{
	padding: 10px 5px 5px 5px;
	text-align: center;
	font-size: 16px;
}

#mypageCouponPanel > ul > li.couponBanner > .period,
#mypageCouponArea > ul > li >.couponBanner > .period{
	margin: 0px;
	padding: 8px;
	background-color: #948654;
	color: white;
	font-weight: 700;
	text-align: center;
}

#userSection .mypageCampSection > div > dl.couponInfo > dd >p {
	
    margin: 0 auto;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    max-width: 1200px;
}
/**************************************
recentlyList
**************************************/

#recentlyList{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#recentlyList img {
	display: block;
	width: 100%;
	height: auto;
}

#recentlyList .container{
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

#recentlyList .wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#recentlyList .slider {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 16.66666666666667%;
	margin-right: 4.16666666666667%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
}

#recentlyList .slider figure{
	display: block;
	margin-bottom: 12px;
}

#recentlyList .slider a {
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#recentlyList .slider a:hover{
	opacity: 0.6;
}

#recentlyList .slider dl > dt{font-weight: 700;}
#recentlyList .slider a dl > dd{
	text-decoration: underline;
}
#recentlyList .slider a:hover dl > dd{text-decoration: none;}


#recentlyList .pagerArea{
	display: table;
	padding-top: 30px;
	margin: 0 auto;
}


#recentlyList .pagination {
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
}

#recentlyList .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #dddddd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    cursor: pointer;
}
#recentlyList .swiper-pagination-bullet:hover{opacity: .6;}
#recentlyList .swiper-pagination-bullet-active {
	opacity: 1;
	background: #333333;
}
#recentlyList .swiper-pagination-bullet-active:hover{opacity: 1;}


#recentlyList .prev,
#recentlyList .next{
	display: table-cell;
	width: 20px;
    height: 20px;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
	cursor: pointer;
}
#recentlyList .prev{
	background: url("../img/common/icon_arrow_narrow_left_black.svg") center center no-repeat;
	background-size: 9px auto;
}

#recentlyList .next{
	background: url("../img/common/icon_arrow_narrow_right_black.svg") center center no-repeat;
	background-size: 9px auto;
}


#recentlyList .prev.swiper-button-disabled,
#recentlyList .next.swiper-button-disabled{
	opacity: 0;
	cursor: default;
}

/**************************************
limitedContentsList
**************************************/
#userSection .limitedContentsSection{padding-bottom: 80px;}

#userSection .limitedContentsList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#userSection .limitedContentsList > ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

#userSection .limitedContentsList > ul > li{
	display: block;
	width: 48.125%;
	margin-right: 3.75%;
	font-size: 1.4rem;
	line-height: 1.7;
}

#userSection .limitedContentsList > ul > li:nth-of-type(2n){margin-right: 0;}
#userSection .limitedContentsList > ul > li:nth-of-type(n + 3){margin-top: 50px;}

#userSection .limitedContentsList > ul > li > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	text-decoration: none;
}

#userSection .limitedContentsList > ul > li figure{
	display: block;
	width: 145px;;
	margin-right: 20px;
}
#userSection .limitedContentsList > ul > li figure img{display: block; width: 100%; height: auto;}

#userSection .limitedContentsList > ul > li dl{
	display: block;
	width:  calc(100% - 165px);
}

#userSection .limitedContentsList > ul > li dl > dt{
	text-decoration: underline;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

#userSection .limitedContentsList > ul > li > a:hover > dl > dt{text-decoration: none;}
#userSection .limitedContentsList > ul > li > a:hover > dl > dd.text{ text-decoration: underline;}

#userSection .limitedContentsList > ul > li dl > dd.tag{
	padding-top: 20px;
}

#userSection .limitedContentsList > ul > li dl > dd.tag > ul{display: block;}

#userSection .limitedContentsList > ul > li dl > dd.tag > ul > li{
	display: inline-block;
	text-align: center;
	padding: 5px 9px;
	font-size: 1.2rem;
	line-height: 1;
	background: #dddddd;
}

/**************************************
changeAddressCaution
**************************************/
#userSection .changeAddressCaution{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0;
	padding: 30px;
	border: 1px solid #CCCCCC;
}
#userSection .changeAddressCaution > dl{}
#userSection .changeAddressCaution > dl > dt{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 30px;
}

#userSection .changeAddressCaution > dl > dd{
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
#userSection .changeAddressCaution > dl > dd:nth-last-of-type(1){margin-bottom: 0;}


/**************************************
addressMsg
**************************************/
#userSection  .addressMsg{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 20px;
	background: #fbe6e6;
	font-size: 1.4rem;
	line-height: 1.7;
}

/**************************************
addressList
**************************************/
#userSection  .addressList{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	border-top: 1px solid #CCCCCC;
}

#userSection  .addressList > dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}

#userSection  .addressList > dl > dt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 200px;
	padding: 10px 10px 10px 30px;
	border-right: 1px dotted #CCCCCC;
	font-size: 1.4rem;
	line-height: 1.7;
	font-weight: 700;
}

#userSection  .addressList > dl > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: calc(100% - 200px);
	padding: 0 30px;
}

#userSection  .addressList > dl > dd > .address{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: calc(100% - 400px);
	height: 100%;
	padding: 10px 30px 10px 0;
	border-right: none;
	font-size: 1.4rem;
	line-height: 1.7;
}
#userSection  .addressList > dl > dd > .address > .inner{ display: block;}
#userSection  .addressList > dl > dd > .address > .inner > span{ display: block;}
#userSection  .addressList > dl > dd > .address > .inner > span.tel{padding-top: 10px;}
#userSection  .addressList > dl > dd > .lastmodified{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: calc(100% - 600px);
	height: 100%;
	padding: 10px 30px 10px 0;
	font-size: 1.4rem;
	line-height: 1.7;
}
#userSection  .addressList > dl > dd > .address > .inner > span.company{padding-top: 10px;}
#userSection  .addressList > dl > dd  ul.btnArea{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 370px;
	padding: 10px 0 10px 30px;
	height: 100%;
	border-left: 1px dotted #CCCCCC;
}

#userSection  .addressList > dl > dd  ul.btnArea > li{
	display: block;
	width: calc(50% - 15px);
	margin-right: 15px;
}
#userSection  .addressList > dl > dd  ul.btnArea > li:nth-of-type(2n){margin-right: 0;}

/**************************************
newAddressGuide
**************************************/

#userSection .newAddressGuide{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px;
	background: #f7f7f7;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
}
#userSection .newAddressGuide > dl{ display: block;}
#userSection .newAddressGuide> dl > dt{
	font-size: 1.6rem;
	margin-bottom: 20px;
	font-weight: 700;
}

#userSection .newAddressGuide > dl > dd{margin-bottom: 10px;}
#userSection .newAddressGuide > dl > dd:nth-last-child(1){margin-bottom: 0;}

#userSection .newAddressGuide > dl > dd > dl{
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
}
#userSection .newAddressGuide > dl > dd > dl > dt{margin-bottom: 10px; font-weight: 700;}

#userSection .newAddressGuide > dl > dd.caution{
	padding-left: 1em;
	text-indent: -1em;
	color: #e35555;
}


#userSection .newAddressGuide > dl > dd.btnWhite{
	display: block;
	width: 400px;
	padding-top: 20px;
	margin: 0 auto;
}


/**************************************
mypageAnchorListSection
**************************************/

#userSection .anchorListBox{
	margin-top: 20px;
	
}

/**************************************
editAnchorListSection
**************************************/

#userSection .editAnchor{
	margin-bottom: 50px;
}

/**************************************
editCustomerAccordionSection
**************************************/
.editCustomerAccordion > dl > dt{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	 justify-content: space-between;
	width: 100%;
	padding: 20px 48px 20px 30px;
	background: #eeeeee;
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.editCustomerAccordion > dl > dt::before,
.editCustomerAccordion > dl > dt::after{
	background-color:initial;
	width:initial;
	height:initial;
	display: inline-block;
}

.editCustomerAccordion > dl > dt::before{
	content:'変更';
	text-decoration: underline;
	vertical-align: middle;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:40px;
}
.editCustomerAccordion > dl > dt::after{
	content:' ';
	background: url("../img/common/icon_arrow_narrow_right_black.svg") right center no-repeat;
	background-size: 6px auto;
	padding-right: 16px;
	vertical-align: middle;
	width: 15px;
	height: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.editCustomerAccordion > dl.open > dt::before{
	content:'閉じる';
	text-decoration: underline;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:25px;
}

.editCustomerAccordion > dl.open > dt::after{
	background:initial;
	padding-right: 0px;
}

/**************************************
creditCardListSection
**************************************/
.creditCardListSection{margin-top: -30px;}

.creditCardListSection > .creditCardList{
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
    border-top: 1px solid #CCCCCC;
}

.creditCardListSection > .creditCardList > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}

/*EC function upgrade Start.*/
.creditCardListSection > .creditCardList > dl > dt{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 150px;
    padding: 10px 10px 10px 40px;
    border-right: 1px dotted #CCCCCC;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 700;
}
/*EC function upgrade End.*/
.creditCardListSection > .creditCardList > dl > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 250px);
    padding: 0 30px;
}

.creditCardListSection > .creditCardList > dl > dd > .limited{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 215px);
    height: 100%;
    padding: 10px 30px 10px 0;
    border-right: 1px dotted #CCCCCC;
    font-size: 1.4rem;
    line-height: 1.7;
}
.creditCardListSection > .creditCardList > dl > dd > .limited.over{
	color: #e35555;
}
.creditCardListSection > .creditCardList > dl > dd > .limited.over strong{font-weight: 700; padding-left: 20px;}

.creditCardListSection > .creditCardList > dl > dd > .btnArea{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	width: 215px;
    padding: 10px 0 10px 30px;
}
.creditCardListSection > .creditCardList > dl > dd > .btnArea > p{width: 100%;}
.creditCardListSection > .creditCardList > dl > dd > .btnArea form{width: 100%;}
.creditCardListSection > .creditCardList > dl > dd > .btnArea button{width: 100%;}

/**************************************
creditCardAddSection
**************************************/
.creditCardAddSection{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.creditCardAddSection .creditCardInputLede{
	font-size: 1.4rem;
	margin-bottom: 20px;
}


.creditCardAddSection .cardHelp{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-top: 10px;
	margin-bottom: 20px;
}

.creditCardAddSection .cardHelp > ul.enableCardList{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width: 490px;
}

.creditCardAddSection .cardHelp > ul.enableCardList > li{
	display: block;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}

.creditCardAddSection .cardHelp > ul.enableCardList > li > figure{
	display: block;
	width: 94px;
	margin: 0 auto 15px;
}
.creditCardAddSection .cardHelp > ul.enableCardList > li > figure img{display: block; width: 100%; height: auto;}

.creditCardAddSection .cardHelp > ul.enableCardList > li > span{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 3em;
	text-align: center;
}

.creditCardAddSection .cardHelp > ul.circleList{
	display: block;
	width: calc(100% - 520px);
	margin-left: 30px;
}

.creditCardAddSection .innerInputArea{
	display: block;
	padding: 30px;
	background: #eeeeee;
}

.creditCardAddSection .innerInputArea dl{}

.creditCardAddSection .innerInputArea dl > dt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 10px;
	font-size: 1.4rem;
	position: relative;
	min-height: 22px;
}

.creditCardAddSection .innerInputArea dl.required > dt > span{
	display: block;
	padding-top: 1px;
	padding-right: 20px;
}

.creditCardAddSection .innerInputArea dl.required > dt::after{
	content: '必須';
	display: block;
	width: 40px;
	height: 22px;
	border: 1px solid #e35555;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #e35555;
}

.creditCardAddSection .innerInputArea .cardInput > dl > dd{
	display: block;
}
.creditCardAddSection .innerInputArea .cardInput > dl > dd p.note{
	margin-top: 5px;
	font-size: 1.2rem;
}

.creditCardAddSection .innerInputArea .cardInput{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 30px;
}

.creditCardAddSection .innerInputArea .cardInput > dl:nth-of-type(1),
.creditCardAddSection .innerInputArea .cardInput > dl:nth-of-type(2)
{
	width: 280px;
	margin-right: 45px;
}
.creditCardAddSection .innerInputArea .securityCode{margin-bottom: 30px;}

.creditCardAddSection .innerInputArea  dl.securityCode > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.creditCardAddSection .innerInputArea  dl.securityCode > dd .inputArea{
	width: 120px;
	margin-right: 30px;
}
/**【FFHC v1.0】【会員情報変更画面のスタイル修正】#:5902 Start*/
 fieldset >section.registInputSection> div.formTable > dl.required> dd > div.inputArea > label.name > div.form-row > label{
	vertical-align: middle;
	display:  table-cell;
    white-space: nowrap!important;
    padding-right: 15px;

}
fieldset >section.registInputSection > div.formTable > dl.required> dd >div.inputArea > label.name > div.form-row > div.field-wrapper{
	display:  table-cell;
	width: 100%;
	padding:0px!important;
	margin:0!important;
}
  fieldset >section.registInputSection > div.formTable > dl.required> dd >div.inputArea > label.name > div.form-row{
	display: table-row;
	width: 100%;
}

div.inputArea > div.dateSelect{
	display: table-row;
	width: 100%;
	padding:0px!important;
	margin:0!important;
}
div.inputArea > div.dateSelect > div.year,
div.inputArea > div.dateSelect > div.month,
 div.inputArea > div.dateSelect > div.day{
    display:  inline-block;
	padding:0px!important;
	margin:0px!important;
 }
  div.inputArea > div.dateSelect > div > label.selectBox{
  display: table-row;
  width: 100%;
  }
 div.inputArea > div.dateSelect > div > label.selectBox > select,
 div.inputArea > div.dateSelect > div > label.selectBox > span.title{
 display:  table-cell;
 }
 div.inputArea > div.dateSelect > div > label.selectBox > span.title{
 padding-left: 25px;
 padding-right: 45px;
 }
  div.inputArea > div.dateSelect > div > label.selectBox > span.error{
  display: block;
  clear: both;
  width: 100%;
  position: absolute;
  }
  fieldset >section.registInputSection > div.formTable > dl.required> dd >div.inputArea > label.name  > div.form-row > label > span.required-indicator{
	display: none;
}
/**【FFHC v1.0】【会員情報変更画面のスタイル修正】#:5902 End.*/


.orderCancelCaution {
	margin-top: 20px;
	line-height: 1.4;
	color: red;
}

.orderCancelCaution > span {
	text-decoration: underline;
}
/**************************************
premierParts
**************************************/
#login{
	margin-bottom:50px;
}

#login #premire_price .box{
	display: flex;
	flex-direction: column;
	position: relative;
}
#login #premire_price .box .ribbon{
	position:absolute;
	top: 10px;
	left: 20px;
}
#login #premire_price .boxH{
	flex-grow: 1;
}
#login #premire_price #boxL .boxH{
	background-color:#FFF;
	border-top:0;
	line-height:1.8rem;
	border-left: 30px solid #f29191;
	border-right: 30px solid #f29191;
	border-bottom: 20px solid #f29191;
}
#login #premire_price #boxR .boxH{
	background-color:#FFF;
	border:5px solid #f2c2c2;
	border-top:0;
	line-height:1.8rem;
	border-left: 30px solid #f2c2c2;
	border-right: 30px solid #f2c2c2;
	border-bottom: 20px solid #f2c2c2;
}
#login #premire_price .boxMain{
	background-color:#FFF;
	text-align:center;
}
#login #premire_price  #boxL .boxYear{
	background-color:#f29191;
	padding:15px 0;
	text-align:center;
	height:71px;
}
#login #premire_price  #boxR .boxYear{
	background-color:#f2c2c2;
	padding:15px 0;
	text-align:center;
	height:71px;
}
#login #premire_price h3{
	height:50px;
	color:#9d9362;
	background:linear-gradient(to left,#dad5bc,#f7f6f0,#dad5bc);
	text-align:center;
	font-size:2rem;
	font-weight:bold;
	line-height:50px;
}
#login #premire_price .boxYear .year{
	font-size:1.8rem;
}
#login #premire_price .boxYear .year span{
	font-weight:bold;
}
#login #premire_price .boxYear .period{
	font-size:1.4rem;
	margin-bottom: 5px;
}
#login #premire_price .boxText{
	height:220px;
	display:table;
	margin:auto;
}
#login #premire_price .boxTextCont{
	display:table-cell;
	vertical-align:middle;
}
#login #premire_price .boxTextContA{
	font-size:2.4rem;font-weight:bold;line-height:4rem;
}
#login #premire_price .boxTextContB{
	margin-bottom:10px;font-size:2rem;
}
#login #premire_price .boxTextContC{
	margin-bottom:20px;font-size:2rem;font-weight:bold;
}
#login #premire_price .boxTextContD{
	margin-bottom:10px;font-size:1.6rem;font-weight:bold;
}
#login #premire_price .boxTextContE{
	margin-bottom:15px;font-size:2.2rem;font-weight:bold;
}
#login #premire_price .boxTextContF{
	font-size:1.5rem;
}
#login #premire_price .boxTextContG{
	margin-bottom:20px;font-size:2rem;
	margin-top:20px;
}
#login #premire_price .boxTextContH{
	margin-bottom:10px;font-size:1.8rem;
}
#login #premire_price .boxTextContI{
	margin-bottom:20px;font-size:2rem;font-weight:bold;
}
#login #premire_price .boxTextContI span{
	font-size:1.4rem;
}
#login #premire_price .boxTextContJ{
	font-size:1.5rem;
	margin-bottom: 20px;
}
#login #premire_login{
	background-color:#fef9e3;
	border-top:5px solid #e5debd;
	border-bottom:5px solid #e5debd;
	margin-bottom:30px;
}
#login #premire_login .boxLogin{
	height:200px;
	display:table;
	margin:auto;
}
#login #premire_login .boxLoginCont{
	display:table-cell;
	vertical-align:middle;
}
#login #premire_login .boxLoginCont p{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:30px;
	text-align:center;
}
#login #premire_login .boxLoginBtn{
	position:relative;
}
#login #premire_login #boxLoginBtnbox{
	height:50px;
	line-height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#login #premire_login #boxLoginBtnbox a{
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	border-radius:8px;
	background-color:#666;
	-webkit-transition:background .2s ease,color .2s ease;
	-moz-transition:background .2s ease,color .2s ease;
	-o-transition:background .2s ease,color .2s ease;
	transition:background .2s ease,color .2s ease;
}
#login #premire_login #boxLoginBtnbox a:hover{
 background:#000;
 color:#FFF;
}
#login #premire_login #boxLoginBtntxt{
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:1.8rem;
}


#login #premire_price #premire_price_box{
	display:flex;
}
#login #premire_price #premire_price_box #boxL{
	width:575px;
	margin-right:50px;
}
#login #premire_price #premire_price_box #boxR{
	width:575px;
}
#login #premire_login #boxLoginBtntxt{
	width:400px;
}
#login #premire_except p.onlyforSP{
	display:none;
}
#login br.onlyforSP{
	display: none;
}

#login #premire_price #premire_price_box #boxL h3 img{
	width:32px !important;
	vertical-align: middle;
}

/**************************************
.brandSearchSection
**************************************/
#userSection .brandSearchSection{
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	position: relative;
}
#userSection .brandSearchSection > ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content:  space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
	margin: 0 auto;
}
#userSection .brandSearchSection > ul > li{
	display: block;
	width: calc((100% - 10px) / 3);
}
#userSection .brandSearchSection > ul > li > a{
	display: block;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity  0.2s ease;
}
#userSection .brandSearchSection > ul > li > a:hover{opacity: .6;}
#userSection .brandSearchSection > ul > li img{display: block; width: 100%; height: auto;}

/**************************************
recaptcha alert
**************************************/
.circledExclMark {
	color: white;
	background: #E35555;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	text-align: center;
}
