@charset "Shift-JIS";


/*--------------------------------------------
	新商品ページ setting
---------------------------------------------*/
#newitemTtl{
	width:976px;
	min-height:167px;
	margin:0 auto;
	border:solid 2px #666;
	border-top:none;
	position:relative;
}
#newitemTtl h1{
	margin:0;
	border:none;
}
#newitemTtl h1 img{
	vertical-align:top;
}
#newitemTtl p{
	position:absolute;
	bottom:38px;
	right:0;
}

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

/* navigetion */
#nav{
	width:100%;
	height:81px;
	margin:0 auto 40px;
	background:url(../img/bg_nav.gif) left bottom repeat-x #fff;
	position:static;
	top:0;
	left:0;
	z-index:5;
}
#nav ul{
	width:980px;
	margin:0 auto;
}
#nav ul li{
	width:109px;
	list-style:none;
	float:left;
}
#nav ul li#last{
	width:108px;
	}
#nav ul li#upto{
	border-right:solid 1px #ccc;
}
.lock{ position:fixed!important; }
.ttlLock{ margin:0 auto 121px!important; }


/* コンテンツ */

.newArrivals h2{
	margin:0 0 30px;
	padding:0 0 10px;
	font-size:28px;
	font-weight:normal;
	color:#666;
	text-align:center;
	letter-spacing:0.2em;
	border-left:none;
	background:url(../img/bg_ttl.gif) center bottom no-repeat;
}
.newArrivals h3{
	display:block;
	width:15em;
	margin:0 auto 40px;
	padding:10px 0;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	letter-spacing:0.2em;
	background-color:#FC96A7;
}

.newArrivals ul{
	width:1020px;
	margin:0 -40px 0 0;
}
.newArrivals ul li{
	width:215px;
	margin:0 40px 40px 0;
	position:relative;
	float:left;
}
.newArrivals ul li img{
	margin:0 0 15px;
}
.newArrivals ul li h3,
.newArrivals ul li h4{
	width:inherit;
	margin:0 0 5px;
	padding:0;
	text-align:left;
	letter-spacing:0;
	font-weight:normal;
	background:none;
}
.newArrivals ul li h3,
.newArrivals ul li h4{
	display:block;
	font-size:14px;
	color:#00AC92;
	line-height:1.75;
}
.newArrivals ul li h3 a,
.newArrivals ul li h4 a{
	display:block;
	font-size:14px;
	color:#00AC92;
	line-height:1.75;
	text-decoration:underline;
}
.newArrivals ul li a{
	color:#00AC92;
	text-decoration:underline;
}
.newArrivals ul li h3 a:hover,
.newArrivals ul li h4 a:hover,
.newArrivals ul li a:hover{
	text-decoration:none;
}
.newArrivals ul li table{
	width:100%;
	margin:0 0 5px;
	border-collapse:collapse;
}
.newArrivals ul li table th{
	width:9em;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
.newArrivals ul li table th,
.newArrivals ul li table td{
	padding:0 0 5px;
	font-size:13px;
	line-height:1.5;
}
.newArrivals ul li table td{
	*width:189px; /* IE7 */
}
.newArrivals ul li p{
	padding:10px;
	font-size:12px;
	line-height:1.5;
	text-align:justify;	
	background-color:#F5F1EB;
}
.newArrivals ul li p.wbrkAll{
	word-break:break-all;
}

/* campaign */
.newArrivals #cp_info{
	margin:0 0 30px;
	padding:20px 0;
	font-size:16px;
	color:#666;
	text-align:center;
	border:solid 5px #eee;
}
.newArrivals #cp_info img{
	display:inline-block;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.newArrivals ul li a img.cpItem{
	position:absolute;
	top:1px;
	left:1px;
}


.hvr-grow img{
	-webkit-transition: -webkit-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    transition: transform .2s linear;
}
.hvr-grow img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hvr-fade img{
	-webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.hvr-fade img:hover{
	opacity: .7;
}

.hvr-fade-button{
	-webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.hvr-fade-button:hover{
	opacity: 0.7;
}

/*hacked css*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#header .bottom .r_box div:nth-of-type(2) p:first-child a:before{
		top: 2px;
	}
	
	#header .bottom .r_box div:nth-of-type(2) p:nth-child(2) a:before{
		top: 2px;
	}
}

@-moz-document url-prefix() {
	#header .bottom .r_box div:nth-of-type(2) p:first-child a:before{
		top: 2px;
	}
	
	#header .bottom .r_box div:nth-of-type(2) p:nth-child(2) a:before{
		top: 2px;
	}
}