@charset "utf-8";

/***********************
* itemlinup
************************/
.itemlinup {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	/*max-width: 935px;*/
	width:980px;
}

.read {
	text-align: left;
	width: 716px;
	padding-left: 230px;
	padding-right: 34px;
	margin: 32px auto 0;
	/*height: 75px;*/
	line-height: 2.2em;
	letter-spacing: 0.1em;
}
.read p{
	padding-bottom: 0.8em;
}

.redMarker{
	color: #f00;
	border-bottom: 1px solid #F00;
}

#contents .read a{
	display: inline;
	border-bottom: 1px solid #000;
}
#contents .read a:hover,
#contents .read a:focus{
	color: #F00;
	border-bottom: 1px solid #F00;
}

.read .caution {
}
.read .caution li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8em;
	padding-bottom: 0.5em;
}
.read .caution li:before{
	content: "*";
}

.link {
	text-align: left;
	width: 750px;
	padding-left: 230px;
	margin: 15px auto 80px;
}

.link dl dt{
	font-size: 1.2em;
	background-color: #e6e6e6;
	padding: 12px 12px;
	margin-right: 20px;
	display: block;
	float: left;
	vertical-align: bottom;
}

.link dl dd{
	display: inline-block;
	margin-right: 10px;
}

#contents .link a {
	text-align: center;
	height: 42px;
	display: inline-block;
	line-height: 46px !important;
	font-size: 1.1em;
	border-bottom: 1px solid #000;
}

.link a:focus,
.link a:hover {
	color: #f00;
	border-bottom: 1px solid #f00 !important;
}

.itemlinup h2 {
	/*float: left;*/
	height: 50px;
	line-height: 50px !important;
	/*width: 142px;*/
	font-size: 1.8em;
}

.itemlinup h2 span {
	height: 50px;
	display: inline-block;
	border-bottom: 1px solid #000;
}

.itemlinup h3 {
	float: left;
	min-height: 50px;
	line-height: 1.4em !important;
	width: 195px;
	font-size: 1.8em;
}

.itemlinup h3 span {
	margin-top: 1em;
	margin-left: 65px;
	display: inline-block;
}

.itemlinup ul {
	width: 750px;
	float: left;
	margin-top: -95px;
	margin-bottom: 160px;
	padding-left: 35px;
}

.itemlinup li {
	width: 110px;
	min-height: 377px;
	float: left;
	position: relative;
	margin: 60px 34px 0 0;
}

#contents .itemlinup li a {
  cursor: default;
}
#contents .itemlinup li a:hover .image img, #contents .itemlinup li a:focus .image img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.itemlinup li p { line-height: 1.4em; }

.itemlinup li .name {
	margin-top: 16px;
	font-size: 12px;
	height: 85px;
}

.itemlinup li .price {
	margin-top: 8px;
	font-size: 16px;
}

.itemlinup li .image img {
	background: url("/uniqloandlemaire/common/images/loader.gif") center center no-repeat;
	display: inline-block;
	width: 100%;
}

.itemlinup li .available {
	margin-top: 8px;
	font-size: 10px;
	text-align: center;
	background-color: #E5E5E5;
	line-height: 1.8em;
}

/***********************
* window -1023
************************/
@media only screen and (max-width: 1023px) {

.itemlinup ul {
	margin-bottom: 60px;
	padding-left: 0;
}

.itemlinup h2 {
	width: 100%;
	margin-bottom: 30px;
}

.itemlinup h3 {
	width: 100%;
	margin-bottom: 30px;
}

.itemlinup h3 span {
	margin-top: 0;
	margin-left: 0px;
}

.itemlinup h3 span br { display: none; }

.itemlinup {width: 687px; }

.link {
	width: 687px;
	padding-left: 0;
	margin-bottom: 30px;
}

.read {
	width: 687px;
	padding-left: 0;
	padding-right: 0;
}
}

/***********************
* popup
************************/
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	visibility: hidden;
}

.popup .background {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5010;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.popup .close a {
	display: block;
	background: url("/uniqloandlemaire/common/images/nav/nav_close.png") left 6px no-repeat;
	text-align: left;
	text-indent: -9999px;
	z-index: 5020;
	position: absolute;
	height: 30px;
	width: 24px;
	right: 40px;
	top: 0;
}

.popup .popup_contents {
	width: 100%;
	max-width: 945px;
	width: 100%;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 500px;
	margin: auto;
	z-index: 5030;
	overflow: hidden;
}

.popup .inner {
	height: 450px;
	padding: 40px;
	background-color: #FFF;
	overflow: hidden;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup .popup_contents .text { margin-top: 32px; }

.popup .popup_contents .store_locator {
	margin-top: 48px;
	height: 870px;
	overflow: hidden;
	position: relative;
}

.popup .popup_contents .store_locator .left {
	position: absolute;
	width: 112px;
}

.popup .popup_contents .store_locator .right {
	position: absolute;
	margin-left: 112px;
	width: auto;
}

.popup .popup_contents .store_locator p.title {
	line-height: 24px;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.popup .popup_contents .store_locator .shop_list dl {
	padding-left: 112px;
	margin-top: 32px;
}

.popup .popup_contents .store_locator .shop_list dl.active { background: url("/uniqloandlemaire/common/images/nav/nav_bullets.png") left 6px no-repeat; }

.popup .popup_contents .store_locator .shop_list dl:first-child { margin-top: 0; }

.popup .popup_contents .store_locator .shop_list dl dt {
	line-height: 24px;
	border-bottom: 1px solid #000;
	display: inline-block;
}

.popup .popup_contents .store_locator .shop_list dl dd {
	line-height: 24px;
	margin-top: 16px;
}

/***********************
* L3 Link
************************/

.l3link {
	text-align: left;
	width: 750px;
	padding-left: 230px;
	margin: 30px auto 30px;
}

.l3link ul li{
	display: inline-block;
}

.l3link ul li:first-child{
	margin-right: 28px;
}

#contents .l3link a {
	text-align: center;
	width: 326px;
	height: 48px;
	display: inline-block;
	line-height: 48px !important;
	vertical-align: bottom;
	font-size: 1.3em;
	color: #e24440;
	border: 1px solid #e24440;
}

#contents .l3link a:focus,
#contents .l3link a:hover {
	background-color: #e24440;
	color: #fff;
}

/***********************
* window -1023
************************/
@media only screen and (max-width: 1023px) {

.l3link {
	width: 687px;
	padding-left: 0;
	margin-bottom: 30px;
}

.l3link ul li:first-child{
	margin-right: 26px;
}

}

/***********************
* Price Caution
************************/

.read .priceCaution {
}
.read .priceCaution li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8em;
	padding-bottom: 3.5em;
	letter-spacing: normal;
}

.link {
	margin: 15px auto 15px;
}

/***********************
* itemlinup
************************/

#contents .itemlinup li a {
  cursor: pointer;
}

#contents .itemlinup li a:focus > div p,
#contents .itemlinup li a:hover > div p {
  color: #f00;
}

.read_red li {
	color: #e24440;
}

.tx_inline {
	display: inline-block;
	margin-top: 10px;
	height: 28px;
	margin: 0 2px !important;
}

.first_tx {
	padding: 0 5px 0 0;
}

.topLink {
	display: inline-block;
}

.bottomLink {
	margin: 30px auto 58px;
}

.bottomLink dt {
	padding: 24px 12px !important;
}

.bottomLink .in_line {
	display: inline;
}

.bottomLink .in_line a {
	font-size: 1em !important;
}