/*all*/
@charset "utf-8";

@font-face {
	font-family: 'uniqlo';
	src:url('/ca/fr/font/uniqloregular-webfont.eot');
	src:url('/ca/fr/font/uniqloregular-webfont.eot?#iefix') format('eot'),
		url('/ca/fr/font/uniqloregular-webfont.woff') format('woff'),
		url('/ca/fr/font/uniqloregular-webfont.ttf') format('truetype'),
		url('/ca/fr/font/uniqloregular-webfont.svg#webfontjSpbZQRv') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'uniqlo';
	src:url('/ca/fr/font/uniqlolight-webfont.eot');
	src:url('/ca/fr/font/uniqlolight-webfont.eot?#iefix') format('eot'),
		url('/ca/fr/font/uniqlolight-webfont.woff') format('woff'),
		url('/ca/fr/font/uniqlolight-webfont.ttf') format('truetype'),
		url('/ca/fr/font/uniqlolight-webfont.svg#webfontjSpbZQRv') format('svg');
	font-weight: 300;
	font-style: normal;
}

body {
	background: #fff;
	font-family: 'uniqlo';
	padding-right: 0!important;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

body#body-home li#list-home a,
body#body-women li#list-women a,
body#body-men li#list-men a,
body#body-girls li#list-girls a,
body#body-boys li#list-boys a,
body#body-baby li#list-baby a,
body#body-store li#list-store a, 
body#body-uncommon-thread li#list-6key a {
	color: #f00;
}


/*container*/
#container {
	width: 100%; 
	margin: 0 auto;
	overflow: hidden;
}

#modal-bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (min-width:960px) {
	#content {
			max-width: 1200px;
			margin: 0 auto;
	}

	#content #main {
		width: 95%!important;
		margin: 0 auto;
	}

	.page_top {
		position: fixed;
		bottom: 15px;
		z-index: 100;
		display: none;
		cursor: pointer;
		width: 100%;
	}
	.page_top .btn{
		max-width: 1200px;
		margin: 0 auto;
	}

	.page_top .btn p{
		text-align: right;
		width: 95%;
		margin:0 auto;
	}

	.lang_change {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}

	.lang_change .btn{
		position: absolute;
		top: -260px;
		right: 40px;
	}

	.lang_change .btn a {
		padding: 5px 5px 5px 20px;
		border: 2px solid #000;
		position: relative;
		cursor: pointer;
	}

	.lang_change a:hover {
		color: #f00;
	}

	.lang_change a:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(/ca/fr/img/common/lang_change_arrow.png)no-repeat;
		position: absolute;
		top: 7px;
		left: 6px;
	}

	.lang_change a:hover:before {
		background: url(/ca/fr/img/common/lang_change_arrow_o.png)no-repeat;
	}

	.sp_photo {
		display: none!important;
	}
}

@media screen and (min-width:600px) and (max-width:959px) {
	/*WindowSize:min:600*/
	#container {
		max-width: 100%;
	}

	.page_top {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 100;
		display: none;
		cursor: pointer;
	}

	.lang_change {
		display: inline-block;
		position: absolute;
		top: 40px;
		right: 15px;
	}

	.lang_change a {
		padding: 5px 5px 5px 20px;
		border: 2px solid #000;
		position: relative;
		cursor: pointer;
	}

	.lang_change a:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(/ca/fr/img/common/lang_change_arrow.png)no-repeat;
		position: absolute;
		top: 7px;
		left: 6px;
	}

	.sp_photo {
		display: none!important;
	}
}

@media screen and (max-width:599px) {
	.page_top {
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 100;
		display: none;
		cursor: pointer;
	}

	.page_top p {
		text-align: right;
	}

	.page_top img {
		width: 70%;
	}

	.lang_change {
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.lang_change a {
		padding: 5px 5px 5px 15px;
		border: 2px solid #000;
		position: relative;
		cursor: pointer;
		font-size: 12px;
	}

	.lang_change a:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(/ca/fr/img/common/lang_change_arrow.png)no-repeat;
		background-size: 4px 12px;
		position: absolute;
		top: 7px;
		left: 6px;
	}

	.pc_photo {
		display: none!important;
	}
}



/*header*/
#header .header_img,.header_nav,.header_text {
	text-align: center;
	margin-bottom: 40px;
}

#header .header_nav ul li {
	float: left;
}

@media screen and (min-width:960px) {
	#header {
		position: relative;
		padding-top: 80px;
		max-width: 1200px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	#header h1 img {
		width: 8%;
	}

	#header .header_text {
		font-size: 20px;
		margin-top: 32px;
		margin-bottom: 44px;
	}

	#header .header_nav ul {
		display: inline-block;
	}

	#header .header_nav ul li.header_nav_menu {
		font-size: 16px;
		height: 36px;
		padding-left: 30px;
		border-left: 1px solid #c0c0c0;
		padding-right: 30px;
		display: table;
	}

	#header .header_nav ul li.header_nav_menu:last-child {
		padding-right: 0px;
		padding-right: 30px;
		border-right: 1px solid #c0c0c0;
	}

	#header .header_nav ul li.header_nav_menu a,.product-menu {
		display: table-cell;
		vertical-align: middle;
		cursor: pointer;
	}

	#header .header_nav ul li.header_nav_menu a:hover {
		color: #f00;
	}

	/*accordion*/
	#header .header_nav ul li#list-product {
		display: table;
		position: relative;
	}

	#header .header_nav ul li#list-product .product-menu-list a {
		line-height: 38px;
		display: inline-block!important;
	}

	#header .header_nav ul li#list-product .product-menu-list {
		height: 0;
	    overflow: hidden;
		z-index: 1000;
		width: 100%;
		position: absolute;
		top: 37px;
		left: 0;
		background: #fff;
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}

	#header .ticker {
		width: 95%;
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		background: #f00;
	}

	#header .ticker p {
		font-size: 16px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 500;
	}
}


@media screen and (max-width:599px) {
	#header {
		padding-top : 32px;
		padding-bottom: 32px;
		width: 100%;
		margin: 0 auto;
	}

	#header .header_img,#header .header_nav {
		margin-bottom: 28px;
	}

	#header h1 img {
		width: 25%;
	}

	#header .header_img h1 {
		margin-top: 7px;
	}

	#header .header_text {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		padding: 15px 10px 15px 10px; 
	}

	#header .header_nav ul {
		display: inline-block;
		width: 90%;
	}

	#header .header_nav ul li.header_nav_menu {
		font-size: 11px;
		font-weight: bold;
		padding-right: 2%;
		padding-left: 2%;
		border-right: 1px solid #c0c0c0;
		width: 22%;
		display: table;
		height: 26px;
	}

	#header .header_nav ul li.header_nav_menu:first-child {
		padding-left: 0;
	}

	#header .header_nav ul li.header_nav_menu:last-child {
		padding-right: 0;
		border-right: none;
	}

	#header .header_nav ul li.header_nav_menu a,.product-menu{
		display: table-cell;
		vertical-align: middle;
	}

	#header .ticker {
		width: 100%;
		text-align: center;
		background: #f00;
	}

	#header .ticker p {
		font-size: 13px;
		color: #fff;
		padding: 6px 3px 6px 3px;
		line-height: 1.5
	}

	/*accordion*/
	#header .header_nav ul li#list-product {
		display: table;
		position: relative;
	}

	#header .header_nav ul li#list-product .product-menu-list {
		height: 0;
	    overflow: hidden;
		z-index: 1000;
		width: 100%;
		display: block;
		position: absolute;
		top: 37px;
		left: 0;
		background: #fff;
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}

	#header .header_nav ul li#list-product .product-menu-list p {
		margin-bottom: 15px;
	}

	#header .header_nav ul li#list-product .product-menu-list p a {
		display: block!important;
		margin: 0 auto;
	}
}

@media screen and (min-width:422px) and (max-width:567px){
	#header .header_nav ul li:first-child a {
		line-height: 20px!important;
	}

	#header .header_nav ul {
		width: 90%;
		margin: 0 auto;
	}

	#header .header_nav ul li {
		width: 12%;
	}
}

@media screen and (min-width:600px) and (max-width:959px){
	#header {
		padding-top: 80px;
		margin-bottom: 32px;
	}

	#header h1 img {
		width: 15%;
	}

	#header .header_text {
		font-size: 20px;
		margin-top: 32px;
		margin-bottom: 44px;
	}

	#header .header_nav {
		width: 100%;
	}

	#header .header_nav ul {
		width: 90%;
		display: inline-block;
		margin: 0 auto;
	}

	#header .header_nav ul li {
		display: table;
		position: relative;
		width: 24%;
		font-size: 16px;
		height: 36px;
	}

	#header .header_nav ul li:first-child:after {
		border: none;
	}

	#header .header_nav ul li:after {
		position: absolute;
		content: "";
		border-left: 1px solid #c0c0c0;
		top: 0%;
		left: 0%;
		height: 32px;
	}

	#header .header_nav ul li:nth-child(2) {
		width: 30%;
	}

	#header .header_nav ul li:last-child {
		width: 20%;
		padding-left: 9px;
	}

	#header .header_nav ul li a,.product-menu {
		display: table-cell;
		vertical-align: middle;
	}

	#header .header_nav ul li:first-child a {
		padding-right: 7px;
	}

	#header .ticker {
		width: 100%;
		text-align: center;
		background: #f00;
	}

	#header .ticker p {
		font-size: 22px;
		color: #fff;
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 1.5
		font-weight: 500;
	}

	/*accordion*/
	#header .header_nav ul li#list-product {
		display: table;
		position: relative;
	}

	#header .header_nav ul li#list-product .product-menu-list {
		height: 0;
	    overflow: hidden;
		z-index: 1000;
		width: 100%;
		position: absolute;
		top: 41px;
		left: 0;
		background: #fff;
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}

	#header .header_nav ul li#list-product .product-menu-list p {
		margin-bottom: 16px;
	}

	#header .header_nav ul li#list-product .product-menu-list p a {
		display: block;
		margin: 0 auto;
	}

	#header .ticker p {
		font-size: 16px;
		color: #fff;
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 1.5
		font-weight: 500;
	}
}

@media screen and (min-width:743px) and (max-width:959px){
	#header .header_nav ul li.last_child a{
		/*line-height: 31px!important;*/
	}
}

@media screen and (min-width:600px) and (max-width:742px){
	#header .header_nav ul li:first-child a {
		line-height: 0
	}

	#header .header_nav ul li:last-child a {
		line-height: 31px;
	}
}


/*footer*/
#footer {
	background: #f2f2f2;
	position: relative;
}


@media screen and (min-width:960px) {
	#footer ul li.footer_content_list .footer_pc_none {
		display: none;
	}

	#footer a:hover {
		color: #f00;
	}
	
	#footer {
		padding-top: 33px;
		width: 100%;
		margin-top: 30px;
	}

	#footer .footer_content {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	#footer ul.footer_content {
		width: 100%;
		margin: 0 auto;
	}

	#footer ul li.footer_content_list {
		float: left;
		text-align: left;
		width: 23%;
		padding-right: 17px;
	}

	#footer ul li.footer_content_list:before {
		content: "";
		display: inline-block;
		height: 100%;
		position: absolute;
		border-right: 2px solid #dfdfdf;
	}

	#footer ul.footer_content li.first_child:before {
		border: none!important;
	}

	#footer ul.footer_content li.first_child{
		width: 18%;
	}

	#footer ul.footer_content li.last_child{
		border-right: none;
		padding-right: 0;
		width: 30%;
	}

	#footer ul li.footer_content_list h3 {
		font-size: 25px;
		padding-left: 15px;
	}

	#footer ul li.footer_about ul {
		margin-top: 30px;
		padding-left: 15px;
	}

	#footer ul li.footer_about ul li {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 14px;
		font-weight: lighter;
		margin-bottom: 15px;
	}

	#footer ul li.footer_social p {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 14px;
		font-weight: lighter;
		margin-top: 22px;
		padding-left: 15px;
		line-height: 1.5; 
	}

	#footer ul li.footer_social ul {
		padding-left: 15px;
		padding-top: 25px;
		width: 100%;
	}

	#footer ul li.footer_social ul li {
		float: left;
		width: 33%!important;
	}

	#footer ul li.footer_social ul li img {
		width: 90%;
	}

	#footer ul li.footer_social ul li.last_child {
		padding-right: 0;
	}

	#footer ul li.footer_mail ul li {
		float: left;
	}

	#footer ul li.footer_mail ul li.footer_mail_box {
		width: 58%;
	}

	#footer ul li.footer_mail p.footer_mail_text {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 14px;
		font-weight: lighter;
		margin-top: 22px;
		padding-left: 15px;
		line-height: 1.5;
	}

	#footer ul li.footer_mail ul li.footer_mail_box input[type=text] {
		margin: -2px;
		margin-left: 15px;
		margin-top: 20px;
		width: 80%;
		height: 36px;
		border: 2px solid #808080;
		font-size: 16px;
		float: left;
	}

	#footer ul li.footer_mail ul li.footer_mail_button {
		/*background: #f00;*/
		width: 39%;
		height: 40px;
		margin-top: 21px;
		cursor: pointer;
		margin-left: 5px;
	}
	#footer ul li.footer_mail ul li.footer_mail_button p {
		text-align: center;
	}

	#footer ul li.footer_mail ul li.footer_mail_button p a {
		color: #fff;
		line-height: 40px;
		display: block;
		background: #f00;
	}

	#footer ul li.footer_world ul {
		padding-left: 15px;
		margin-top: 30px;
	}

	#footer ul li.footer_world ul li {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		float: left;
		font-size: 12px;
		padding-right: 7px;
		margin-bottom: 15px;
		font-weight: 300;
	}

	#footer ul li.footer_world ul li:after {
		content: "";
		border-right: 1px solid #dfdfdf;
		padding-right: 7px;
	}

	#footer .copyright {
		font-size: 12px;
		font-weight: lighter;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:599px) {
	#footer {
		width: 100%;
		padding-top: 20px;
		margin-top: 30px;
	}

	#footer ul.footer_content {
		width: 95%;
		margin: 0 auto;
	}

	#footer ul li.footer_content_list {
	}

	#footer ul li.footer_content_list h3 {
		font-size: 25px;
		padding-left: 8px;
		position: relative;
	}

/*	#footer ul li.footer_content_list h3:after {
		content: "";
		display: inline-block;
		width: 10%;
		border-bottom: 2px solid #a3a3a3;
		position: absolute;
		top: 135%;
		left: 2%;
	}*/

	#footer ul li.footer_about ul {
		margin-top: 30px;
		padding-left: 8px;
		padding-right: 8px;		
	}

	#footer ul li.footer_about ul li {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 12px;
		margin-bottom: 7px;
		background: #e9e9e9;
		padding: 15px 0 15px 16px;
	}

	#footer ul li.footer_social {
		margin-top: 30px;
	}

	#footer ul li.footer_social p {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 12px;
		margin-left: 8px;
		margin-top: 20px;
		line-height: 1.5
	}

	#footer ul li.footer_social ul {
		margin-top: 22px;
		margin-left: 8px;
	}

	#footer ul li.footer_social ul li {
		float: left;
		width: 33%;
	}

	#footer ul li.footer_social .footer_social_text {
		font-size: 14px;
		margin-top: 25px;
		margin-left: 8px;
	}

	#footer ul li.footer_social ul li img {
		width: 88%;
	}

	#footer ul li.footer_mail {
		margin-top: 30px;
	}

	#footer ul li.footer_mail p.footer_mail_text {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 12px;
		width: 100%;
		margin-left: 8px;
		margin-top: 20px;
		line-height: 1.5;
	}

	#footer ul li.footer_mail ul li.footer_mail_box input[type=text] {
		margin-top: 15px;
		height: 44px;
		width: 93%;
		color: #a3a3a3;
		font-size: 15px;
		border: 1px solid #b3b3b3;
	}

	#footer ul li.footer_mail ul li.footer_mail_button {
		background: #f00;
		width: 95%;
		height: 44px;
		margin-top: 8px;
	}

	#footer ul li.footer_mail ul li.footer_mail_button p {
		color: #fff;
		line-height: 47px;
		text-align: center;
	}

	#footer ul li.footer_mail ul li.footer_mail_button p a {
		color: #fff;
		line-height: 40px;
		display: block;
	}

	#footer ul li.footer_mail ul li.footer_mail_error {
		width: 98%;
		color: #f00;
		font-size: 13px;
		text-align: center;
		margin-top: 5px;
	}

	#footer ul li.footer_world {
		margin-top: 30px;
	}

	#footer ul li.footer_world .footer_social_text{
		font-size: 14px;
		margin-top: 20px;
		margin-left: 8px;
		line-height: 1.5;
	}

	#footer ul li.footer_world ul {
		margin-left: 8px;
		margin-top: 24px;
	}

	#footer ul li.footer_world ul li {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 12px;
		float: left;
		line-height: 2;
		padding-right: 18px;
		margin-bottom: 7px;
		position: relative;
	}

	#footer ul li.footer_world ul li:after {
		content: "";
		display: inline-block;
		position: absolute;
		height: 14px;
		top: 13%;
		right: 9px;
		border-right: 1px solid #a5a5a5;
	}

	#footer .copyright {
		font-size: 11px;
		margin-top: 50px;
		padding-bottom: 18px;
		font-weight: lighter;
		text-align: center;
		margin-top: 30px;
	}

}

/*@media screen and (min-width:500px) and (max-width:599px) {
	#header .header_nav ul li.last_child a {
		line-height: 19px;
		font-size: 10px;
		font-weight: bold;
	}
}*/

@media screen and (min-width:600px) and (max-width:959px){
	#footer ul li.footer_content_list .footer_pc_none {
		display: none;
	}
	
	#footer {
		padding-top: 33px;
		max-width: 1200px;
		width: 100%;
		margin-top: 30px;
	}

	#footer ul.footer_content {
		width: 95%;
		margin: 0 auto;
	}

	#footer ul li.footer_content_list {
		float: left;
		text-align: left;
		width: 22%;
		padding-right: 17px;
	}

	#footer ul li.footer_content_list:before {
		content: "";
		display: inline-block;
		height: 250px;
		position: absolute;
		border-right: 2px solid #dfdfdf;
	}

	#footer ul.footer_content li.first_child:before {
		border: none!important;
	}

	#footer ul.footer_content li.last_child{
		border-right: none;
		padding-right: 0;
	}

	#footer ul li.footer_content_list h3 {
		font-size: 15px;
		padding-left: 15px;
	}

	#footer ul li.footer_about ul {
		margin-top: 14px;
		padding-left: 15px;
	}

	#footer ul li.footer_about ul li {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 13px;
		font-weight: lighter;
		margin-bottom: 8px;
	}

	#footer ul li.footer_social p {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 13px;
		font-weight: lighter;
		margin-top: 10px;
		padding-left: 15px;
		line-height: 1.5;
	}

	#footer ul li.footer_social ul {
		padding-left: 15px;
		padding-top: 15px;
		width: 100%;
	}

	#footer ul li.footer_social ul li {
		float: left;
		width: 33%;
		margin-bottom: 15px;
	}

	#footer ul li.footer_social ul li img {
		width: 90%;
	}

	#footer ul li.footer_mail ul li.footer_mail_box {
		width: 92%;
	}

	#footer ul li.footer_mail ul li.footer_mail_button {
		background: #f00;
		width: 35%;
		height: 36px;
	}

	#footer ul li.footer_mail p.footer_mail_text {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 13px;
		font-weight: lighter;
		margin-top: 10px;
		padding-left: 15px;
		line-height: 1.5;
	}

	#footer ul li.footer_mail ul li.footer_mail_box input[type=text] {
		margin-left: 15px;
		margin-top: 10px;
		width: 90%;
		height: 36px;
		border: 2px solid #808080;
		font-size: 12px;
	}

	#footer ul li.footer_mail ul li.footer_mail_button {
		background: #f00;
		width: 93%;
		margin-left: 15px;
		height: 40px;
		margin-top: 5px;
	}

	#footer ul li.footer_mail ul li.footer_mail_button p {
		text-align: center;
	}

	#footer ul li.footer_mail ul li.footer_mail_button p a {
		color: #fff;
		line-height: 40px;
		font-size: 12px;
		display: block;
	}

	#footer ul li.footer_world {
		width: 25%;
	}

	#footer ul li.footer_world ul {
		padding-left: 15px;
		margin-top: 15px;
	}

	#footer ul li.footer_world ul li {
		font-family: "DIN Next W01 Bold",helvetica,arial,sans-serif;
		font-size: 12px;
		font-weight: lighter;
		float: left;
		padding-right: 7px;
		margin-bottom: 10px;
	}

	#footer ul li.footer_world ul li:after {
		content: "";
		border-right: 1px solid #dfdfdf;
		padding-right: 7px;
	}

	#footer .copyright {
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.page_top {
		display: none;
	}
}

/* enews mail register in footer */
#footer_mail_address {
	padding-left:4px;
}
#footer_mail_massage {
	display:none;
	margin:2px 0 0 0 !important;
	line-height:1em !important;
	color:#ff0000;
}