@charset "utf-8";

/* CSS Document */
#content{
	font-family: "UniqloProLight","DIN Next W01 Regular",helvetica,arial,sans-serif;
}

#content .breadcrumbs {
  margin: 20px auto 10px;
}

.section-sns .text {
  text-align: center;
  margin-bottom: 15px;
}

.ines-product_category{
	box-sizing: content-box;
}

.ines-product_category,
.section-profile dt{
	font-family:  "UniqloProRegular"
}

.ines-itemlist-detail .size::before{
	content: "Taille:";
}

.styling_modal_title,
.styling_modal_box dt{
	font-weight: bold;
}

.section-sns .signup a{
	font-family:  "UniqloProRegular";
	font-weight: normal;
}

.ines-product_tab li.women a{
	background-image: url(../images/170811-ines-tab-women-off.png);
}
.ines-product_tab li.women.on a,
.ines-product_tab li.women a:hover{
	background-image: url(../images/170811-ines-tab-women-on.png);
}
.ines-product_tab li.men a{
	background-image: url(../images/170811-ines-tab-men-off.png);
}
.ines-product_tab li.men.on a,
.ines-product_tab li.men a:hover{
	background-image: url(../images/170811-ines-tab-men-on.png);
}


@media screen and (max-width:1023px) {
	#content .breadcrumbs {
  	margin: 80px 25px 10px;
		width: auto;
	}	
}

@media screen and (max-width:959px) {
	#content .breadcrumbs {
  	margin: 20px 25px 10px;
		width: auto;
	}	
}

