@charset "UTF-8";
/*=============================================================
#base
=============================================================*/


html,body{
    width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
font-family: 'Noto Sans JP',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
			position: relative;
}



#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.hd {
	display: none;
}

.yu_min {
font-family : YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}


.mont {
font-family: 'Montserrat', sans-serif;
}

.raleway {
font-family: 'Raleway', sans-serif;
}




.pc_only {
	display: none;
}


.sp_only {
	display: block;
}


section {
    clear: both;
    overflow: hidden;
}


a img, img {
width: 100%;
height: auto;
}



.body {
	max-width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}


.body_in {
	max-width: 90%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}




a:hover {
    transition: all 0.5s ease 0s;
}



a {
color: #000;
text-decoration: none;
}


main {
overflow: hidden;
}



/*===========
上のぱんくず
===========*/
.breadcrumb-list {
display: none;
}





/*=================================================*/



#menu-list {
background-color: #f8f8f8;
border-bottom: 2px solid #f0f0f0;
position: relative;
overflow: unset;
}

#menu-list ul {
	list-style: none;
}




#menu-list ul li {
text-align: center;
z-index: 50;
font-size: 14px;
}


#menu-list ul li a {
color: #000;
display: block;
text-decoration: none;
}




.menu-container {
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
				display: flex;
justify-content: center;
flex-wrap: wrap;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {

}

.menu > ul > li a {
    text-decoration: none;
    padding: 1em 1.5em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 90%;
    padding: 10px 20px;
				margin-left: 5%;
margin-right: 5%;
}



.menu > ul > li > ul.normal-sub > li {
    width: 50%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


.menu > ul > li > ul.normal-sub > li dt {
	overflow: hidden;
	margin:0 0 10px 0;
	background-color: #fff;
} 



.menu > ul > li > ul.normal-sub > li dt img {
	max-width: 100%;
	height: auto;
	transition: all .5s;
	vertical-align: bottom;
}


.menu > ul > li > ul.normal-sub > li dt img:hover {
	transform: scale(1.2);
}



.menu > ul > li > ul.normal-sub > li dd {
font-size: 12px;
}




/*=================================================*/





#header {
display:flex; 
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
max-height: 65px;
	background-color:#000;
}


#header .pop-box .btn-open {
width: 32px;
height: auto;
padding-left: 60px;
padding-top: 5px;
}


#header .popup {
  background-color: #fff;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90vw;
  height: 600px;
  overflow-y: auto;
			z-index: 999;
			border-radius: 10px;
}

#header  #popup-on{
  display: none;
}

#header  #popup-on:checked + .popup{
  display: block;
}


#header .icon-close{
  color: #000;
  font-size: 40px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
}


#header .btn-close{
  color: #333;
  font-size: 60px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
}


#header  .btn-open{
  cursor: pointer;
  width: 95%;
  text-align: center;
}


#header  .popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
				color: #000;
}



/*=================================================*/


#link_btn_wrap .pop-box .btn-open {
width: 100%;
height: auto;
}


#link_btn_wrap .popup {
  background-color: #fff;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90vw;
  height: 600px;
  overflow-y: scroll;
		z-index: 999;
		border-radius: 10px;
	max-width: 1000px;
}

#link_btn_wrap  #popup-on2{
  display: none;
}

#link_btn_wrap  #popup-on2:checked + .popup{
  display: block;
}


#link_btn_wrap .icon-close{
  color: #000;
  font-size: 60px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
}


#link_btn_wrap .btn-close{
  color: #333;
  font-size: 60px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
}


#link_btn_wrap  .btn-open{
  cursor: pointer;
  width: 95%;
  text-align: center;
}


#link_btn_wrap  .popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
				color: #000;
}


#link_btn_wrap  .popup-content .title {
font-size: 16px;
text-align: center;
padding-bottom: 20px;
border-bottom: 1px solid #d8d8d8;
color: #000;
}


#link_btn_wrap .cart_detail {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}


#link_btn_wrap .cart_detail .ph {
width: 20%;
background-color: #F8F8F8;
padding-top: 10px;
padding-bottom: 10px;
}

#link_btn_wrap .cart_detail .ph img {
height: auto;
text-align: center;
margin: 0 auto;
max-height: 120px;
object-fit: contain;
}



#link_btn_wrap .detail_list_box {
width: 76%;
}



#link_btn_wrap .popup-content .Box  p {
font-size: 14px;
padding-bottom: 4px;
}

#link_btn_wrap .popup-content .Box  p span {
font-size: 12px;
}

#link_btn_wrap .popup-content .Box textarea {
width: 100%;
}

#link_btn_wrap .popup-content .kiyaku_link {
padding-top: 40px;
}

#link_btn_wrap .popup-content .kiyaku_link a {
text-decoration: underline;
}



#link_btn_wrap .info_box_wrap {
padding-top: 60px;
}

#link_btn_wrap .popup-content #submit {
width: 100%;
border-radius: unset;
}


#link_btn_wrap .cart_detail .main_title {
padding-top: 0;
}

#link_btn_wrap .cart_detail .detail_list_box .price {
font-size: 22px;
padding-top: 4px;
}


#link_btn_wrap .cart_detail .detail_list_box .price span {
font-size: 16px;
}




/*====================================================*/








.popup-content .title {
font-size: 16px;
text-align: center;
padding-bottom: 20px;
border-bottom: 1px solid #d8d8d8;
}


.popup-content .Box {
margin-top: 20px;
}


.popup-content .text100 {
width: 100%;
box-sizing: border-box;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 5px;
border: 1px solid #ccc;
color: #888;
padding-left: 1em;
font-size: 15px;
}


.popup-content .category_box_wrap .title_2 {
font-size: 14px;
padding-top: 20px;
}

.popup-content .category_box_wrap .radio {
font-size: 14px;
padding-right: 1em;
}


.popup-content .search_request_box {
	display: block;
}


.popup-content .search_request_box dl {
width: 100%;
padding-top: 20px;
}

.popup-content .search_request_box dl dt {
font-size: 14px;
padding-bottom: 10px;
}


/*.popup-content .search_request_box dl dd select {
width: 100%;
position: relative;
height: 50px;
font-size: 15px;
color: #333;
border-radius: 5px;
border: 1px solid #aaa;
padding-left: 1em;
background-color: #d8d8d8;
box-sizing: border-box;
}*/




.popup-content .search_request_box dl dd label {
background: white;
width: 100%;
display: inline-block;
position: relative;
}




.popup-content .search_request_box dl dd select{
  border:none;
  outline:none;
  display: inline-block;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  cursor:pointer;
  font-size:15px;
 color: #333;
  border-radius:0;
  width: 100%;
  z-index:2;
  background:transparent;
		border-radius: 5px;
border: 1px solid #aaa;
box-sizing: border-box;
padding: 10px;
}





.popup-content .search_request_box dl dd label:after{
  content:"\02228";
  font-size:16px;
  color:#000;
  background:#F0F0F0;
  width:42px;
  text-align:center;
  line-height:2.3em;
  top:0;
  right:0;
  bottom:0;
  position:absolute;
  pointer-events:none;
		border-radius: 0 4px 4px 0;
border: 1px solid #aaa;
/*box-sizing: border-box;*/
padding-top: -1px;
padding-bottom: -1px;
}



.popup-content .search_request_box dl dd option{
  border-bottom:1px solid #eaeaea;
  border-left:3px solid white;
  appearance:none;
}


.popup-content .search_request_box dl dd option:hover{
  background-color:white;
  border-left:3px solid #f3a1a1;

}









.popup-content .category_box {
padding-top: 10px;
}



.popup-content .search_box_wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}




.popup-content #submit,
.popup-content #reset {
width: 48%;
}






.popup-content #submit .css_btn_class {
border: 1px solid #000;
/*padding-left: 1em;*/
background-color: #000;
box-sizing: border-box;
color: #fff;
border-radius: 5px;
text-align: center;
font-size: 15px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
} 



.popup-content #submit .css_btn_class:hover {
background-color: #aaa;
}




.popup-content #reset .css_btn_class {
border: 1px solid #000;
/*padding-left: 1em;*/
background-color: #fff;
box-sizing: border-box;
color: #000;
border-radius: 5px;
text-align: center;
font-size: 15px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
} 

.popup-content #reset .css_btn_class:hover {
background-color: #aaa;
}


/*============================================*/


.category_box_wrap2 {
display: block;
}


.category_box {
width: 96%;
margin-left: auto;
margin-right: auto;
}


.category_box_wrap .radio,
.category_box_wrap2 .radio {
  padding-right: 20px;
  font-size: 15px;
  cursor: pointer;
}




.category_box_wrap  .radio-input,
.category_box_wrap2  .radio-input {
display: none;
  }


.category_box_wrap  .radio-input + label,
.category_box_wrap2  .radio-input + label {
  padding-left: 20px;
  position:relative;
  }


.category_box_wrap .radio-input + label::before,
.category_box_wrap2 .radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  }

.category_box_wrap .radio-input:checked + label,
.category_box_wrap2 .radio-input:checked + label {
  color: #d01137;
}


.category_box_wrap .radio-input:checked + label::after,
.category_box_wrap2 .radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}







/*===========================================*/





#header h1 {
}

#header h1 a {
color: #fff;
display: inline-flex;
align-items: center;
}


#header h1 img {
width: 37px;
height: auto;
}

#header h1 span {
padding-left: 1em;
font-size: 14px;
}

#header .hd_iconBlock {
display:flex; 
justify-content: space-between;
padding-right: 1em;
}

#header .hd_iconBlock li {
position: relative;
padding-left: .4em;
padding-right: .4em;
}

#header .hd_iconBlock li a {
display: block;
color: #fff;
text-align: center;
}


#header .hd_iconBlock li dl {
text-align: center;
padding-top: 2px;
line-height: 1em;
}


#header .hd_iconBlock li dt {
width: 24px;
height: auto;
margin-left: auto;
margin-right: auto;
}

#header .hd_iconBlock li dd {
font-size: 10px;
}


#header .hd_iconBlock li.cart dt {
position: relative;
}

#header .hd_iconBlock li.cart dt .cart_count {
position: absolute;
top: -2px;
right: -3.5px;
background-color: #fff;
width: 16px;
height: 16px;
border-radius: 50%;
color: #000;
font-size: 8px;
} 




.h-nav-list_in {
padding-top: 80px;
padding-bottom: 60px;
padding-left: 20px;
padding-right: 20px;
}



.h-nav-list_in .btn {
display:flex; 
justify-content: space-between;
} 

.h-nav-list_in .btn p {
width: 48%;
text-align: center;
}

.h-nav-list_in .btn p a {
box-sizing: border-box;
font-size: 13px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #000;
background-color: #fff;
display: block;
}

.h-nav-list_in .btn p a:hover {
background-color: #d8d8d8;
}

.h-nav-list_in .bt_wrap {
margin-left: auto;
margin-right: auto;
max-width: 100%;
background: #fff;
margin-top: 20px;
}

.h-nav-list_in .bt_wrap .Box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.h-nav-list_in .bt_wrap .Box .Box-SearchInput {
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 45px;
  letter-spacing: 0.1em;
  padding-left: 1em;
padding-right: 2em;
  background: #fff;
  color: #000;
   font-size: 12px;
			box-sizing: border-box;
border: 1px solid #d8d8d8;
}


.h-nav-list_in .bt_wrap .Box .Box-Btn {
  position: absolute;
  top: 0;
  right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #f0f0f0;
  vertical-align: middle;
		border: 1px solid #d8d8d8;
}


.h-nav-list_in .bt_wrap .Box .Box-Btn-Icon {
  margin-left: auto;
  margin-right: auto;
  width: 19px;
  height: 19px;
}


.h-nav-list_in .main_title {
font-size: 15px;
padding-top: 20px;
}

 .h-nav-list_in .title {
color: #b8b8b8;
font-size: 13px;
padding-top: 20px;
}



.h-nav-list_in ul {
padding-top: 20px;
}


.h-nav-list_in ul li {
list-style: none;
text-align: left; 
}


.h-nav-list_in ul li a{
  color: #000;
  text-decoration: none;
  padding-bottom: 20px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
		font-size: 13px;
}

.h-nav-list_in ul li a:hover {
text-decoration: underline;
}


.h-nav-list_in ul li.pick_up a i {
padding-right: .2em;
}


.h-nav-list_in ul li.pick_up a:hover {
text-decoration: none;
}





.h-nav-list_in .ph_title {
padding-top: 20px;
padding-bottom: 80px;
}

.h-nav-list_in .ph_title a {
display: block;
color: #686868;
}


.h-nav-list_in .ph_title dl {

}

.h-nav-list_in .ph_title dl dt {
width: 90%;
}


.h-nav-list_in .ph_title dl dd  {
font-size: 12px ;
padding-top: 3px ;
}







/*=============================================================
pagetop
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 3;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #333;
	color: #fff;
	font-size: 13px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.7;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #ccc;
}


/*=============================================================
#FOOTER
=============================================================*/




#footer {
	position: relative;
 
}


#footer .bothTop {
overflow: hidden;
padding-top: 80px;
padding-bottom: 60px;
background: #0f0f0f;
color: #fff;
}


#footer .bothTop .body {
width: 90%;
margin-left: auto;
margin-right: auto;
}


#footer .bothTop .company {
    display: inline-flex;
				font-size: 11px;
				align-items: center;
}

#footer .bothTop .company .ft_com_logo:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/item/eiko/images/common/footer_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
				vertical-align: -16px;
padding-right: .5em;
}


#footer .bothTop .company .ft_com_txt {
padding-left: 2em;
}


#footer .bothTop .ft_brand {
margin-top: 30px;
}

#footer .bothTop .ft_brand dt {
font-size: 14px;
color: #686868;
}

#footer .bothTop .ft_brand dd ul {
font-size: 11px;
  display: inline-flex;
		flex-wrap: wrap;
}

#footer .bothTop .ft_brand dd ul li a {
padding-right: 3em;
color: #fff;
}


#footer .bothTop .ft_brand dd ul li a:hover {
text-decoration: underline;
}



#footer .bothTop .ft_nav {
margin-top: 20px;
}

#footer .bothTop .ft_nav ul {
  display: inline-flex;
		flex-wrap: wrap;
} 

#footer .bothTop .ft_nav ul li a {
padding-left: 1em;
padding-right: 1em;
border-right: 1px solid #fff;
color: #fff;
font-size: 11px;
}



#footer .bothTop .ft_nav ul li:nth-child(2n) a {
border-right: 1px solid #fff;
}








#footer .bothTop .company .ft_logo {
width: 9%;
}


#footer .bothTop .contact {
width: 88%;
padding-top: 3px;
}

#footer .bothTop .contact .com_name {
font-weight: bold;
font-size: 1.3rem;
}


#footer .bothTop .contact ul {
padding-top: 15px;
   display: inline-flex;
}


#footer .bothTop .contact ul li {
padding-left: 1em;
}

#footer .bothTop .contact ul li:first-child {
padding-left: 0;
}


#footer .bothTop .contact .small {
font-size: 0.8rem;
padding-top: 5px;
}



#footer .bothBottom {
clear: both;
overflow: hidden;
padding-top: 60px;
padding-bottom: 80px;
background: #000;
color: #fff;
}


#footer .bothBottom .body {
display: block;
width: 90%;
margin-left: auto;
margin-right: auto;
}




#footer .bothBottom .left {
width: 100%;
}

#footer .bothBottom .right {
width: 100%;
text-align: left;
}

#footer .bothBottom .left  dl dt {
font-size: 8px;
}
#footer .bothBottom .left  dl dd {
width: 45%;
}

#footer .bothBottom .right  .ft_bottom_nav {
display: inline-flex;
flex-wrap: wrap;
padding-top: 20px;
}

#footer .bothBottom .right  .ft_bottom_nav li a {
color: #fff;
font-size: 12px;
padding-right: 2em;
}

#footer .bothBottom .right  .ft_bottom_nav li a:hover {
text-decoration: underline;
}




#footer .bothBottom .copy {
font-size: 10px;
color: #686868;
padding-top: 20px;
}





/*=============================================================
#page #top　共通
=============================================================*/




section .page_title {
text-align: center;
}

section .page_title dl {
}

section .page_title dl dt {
font-size: 22px;
}

section .page_title dl dd {
font-size: 11px;
padding-top: 10px;
color: #686868;
}



section .under_page_title {
text-align: left;
}


section .under_page_title p {
margin-top: 30px;
}





/*============================================================*/






/*===========================================*/



#brands,
#brands2 {
    padding-top: 30px;
    position: relative;
}


#brands #slider_wrap ,
#brands2 #slider_wrap {
margin-top: 20px;
}


#brands #slider_wrap .slider .slider_item,
#brands2 #slider_wrap .slider .slider_item {
overflow: hidden;
width: 94%;
margin-top: 0px;
margin-right: auto;
/*margin-bottom: 60px;*/
margin-left: auto;
}



#brands #slider_wrap .slider .slider_item a,
#brands2 #slider_wrap .slider .slider_item a {
color: #000;
display: block;
}


#brands #slider_wrap .slider .slider_item a dl,
#brands2 #slider_wrap .slider .slider_item a dl {
text-align: center;
padding: 2%;
}


#brands2 #slider_wrap .slider .slider_item a dl dt {
font-family: 'object-fit: contain;';
max-width: 100%;
max-height: 130px;
height: auto;
width: 100%;
position: relative!important;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
transition: 0.5s;
object-fit: contain;
background-color: #fff;
box-sizing: border-box;
border: 1px solid #F0F0F0;
border-radius: 5px;
}

#brands2 #slider_wrap .slider .slider_item a dl dt:hover {
border: 1px solid #000;
box-sizing: border-box;
}




#brands2 #slider_wrap .slider .slider_item a dl dt img {
font-family: 'object-fit: contain;';
max-width: 100%;
max-height: 120px;
height: auto;
width: 100%;
position: relative!important;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
display: block;
transition: 0.5s;
object-fit: contain;
}




#brands #slider_wrap .slider .slider_item a dl dd,
#brands2 #slider_wrap .slider .slider_item a dl dd {
font-size: 12px;
}



#topSelling,
#otherSelling {
margin-bottom: 60px;
}



#topSelling ul.top_5 .f-item01 {
flex-basis:100%;
} 


#topSelling ul.top_5 .f-item02,
#topSelling ul.top_5 .f-item03,
#topSelling ul.top_5 .f-item04,
#topSelling ul.top_5 .f-item05,
#otherSelling ul.other_6 .f-all {
flex-basis:49%;
position: relative;
} 







#topSelling ul.top_5 {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}




#otherSelling ul.other_6 .f-all .like_icon {
color: #707070;
position: absolute;
right: 6px;
top: 20px;
z-index: 5;
font-size: 18px;
width: 40px;
height: 40px;
text-align: center;
}


#otherSelling ul.other_6 .f-all .like_icon i {
line-height: 2em;
}





#topSelling ul.top_5 {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}


#otherSelling ul.other_6 {
    flex-wrap: wrap; 
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
				justify-content: center;
}




#topSelling ul li,
#otherSelling ul li {
/*min-height: 390px;*/
margin-bottom: 10px;
}



#topSelling ul li a{
display: block;
position: relative;
padding-top: 18px;
background-color: #f8f8f8;
padding-bottom: 5px;
}

#otherSelling ul li a  {
display: block;
position: relative;
padding-top: 18px;
background-color: #f8f8f8;
padding-bottom: 5px;
    margin-left: 2%;
    margin-right: 2%;
}






#topSelling ul li a:hover,
#otherSelling ul li a:hover {
background-color: #ccc;
}




/*==========================================*/


#topSelling ul li a .sellingNo {
position: absolute;
width: 36px;
height: 36px;
text-align: center;
color: #fff;
font-size: 16px;
left: 16px;
vertical-align: middle;
 line-height: 36px;
}

#topSelling ul li a .gold_bk {
background-color: #d3b655;
} 

#topSelling ul li a .silver_bk {
background-color: #bbbbb7;
} 

#topSelling ul li a .copper_bk {
background-color: #a28365;
}

#topSelling ul li a .gray_bk {
background-color: #282828;
}


/*==========================================*/


#topSelling ul li a .ph,
#otherSelling ul li a .ph {
max-width: 150px;
margin-left: auto;
margin-right: auto;
}


#topSelling ul li a dl,
#otherSelling ul li a dl {
text-align: center;
padding-top: 10px;
}

#topSelling ul li a dl dt,
#otherSelling ul li a dl dt {
font-size: 15px;
line-height: 1.2em;
}

#topSelling ul li a dl dd,
#otherSelling ul li a dl dd {
color: #686868;
font-size: 12px;
}


#topSelling ul li a .name,
#otherSelling ul li a .name  {
font-size: 10px;
text-align: center;
}





#brands #slider_wrap .slider .slider_item a dl {
text-align: center;
padding: 2%;
margin-bottom: 40px;
}


#brands #slider_wrap .slider .slider_item a dl dt {
background-color: #f8f8f8;
}


#brands #slider_wrap .slider .slider_item a dl dd {
font-size: 12px;
}




#topSelling ul li a .sellingNo {
position: absolute;
width: 36px;
height: 36px;
text-align: center;
color: #fff;
font-size: 16px;
left: 16px;
vertical-align: middle;
 line-height: 36px;
}

#topSelling ul li a .gold_bk {
background-color: #d3b655;
} 

#topSelling ul li a .silver_bk {
background-color: #bbbbb7;
} 

#topSelling ul li a .copper_bk {
background-color: #a28365;
}

#topSelling ul li a .gray_bk {
background-color: #282828;
}

@media screen and (max-width: 600px) {
	.hd_iconBlock .like {
		display : none;
	}
}


















