@charset "UTF-8";

body {
    font-size: 62.5%;
}

#newItenWrap {
    width: 730px;
    position: relative;
    font-size: 1em;
}
#bx-prev a {
    width: 12px;
    height: 21px;
    background: url(../images/top/newitem/topprev_btn.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:260px;
    left: 0;
    display: block;
    cursor: pointer;
}
#bx-prev a:hover {
    width: 12px;
    height: 21px;
    background: url(../images/top/newitem/topprev_btn.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:260px;
    left: 0;
    display: block;
    cursor: pointer;
}
#bx-prev span {
    width: 12px;
    height: 21px;
    background: url(../images/top/newitem/topprev_btn_none.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:260px;
    left: 0;
    display: block;
}
#bx-next a {
    width: 12px;
    height: 21px;
    background: url(../images/top/newitem/topnext_btn.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:260px;
    left: 718px;
    display:block;
    cursor: pointer;
}

#bx-next a:hover {
    width: 12px;
    height: 21px;
    background: url(../images/top/newitem/topnext_btn.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:260px;
    left: 718px;
    display:block;
    cursor: pointer;
}

#bx-next span {
    width: 12px;
    height: 21px;
    background: url(../images/top/newitem/topnext_btn_none.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    top:260px;
    left: 718px;
    display:block;
    cursor: pointer;
}

#newItemMain {
    width: 706px;
    position: absolute;
    top: 0;
    left: 12px;
}

#newItemFrame {
    width:680px;
    margin: 0 auto;
}

#newItemFrame li {
    float: left;
    margin:15px 10px;
    width: 150px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 0.9em;
}
#newItemFrame li img{
    width: 100%;
}
.upDate {
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
}
.itemName {
    line-height: 1.4em;
    margin: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 新入荷 */
.newBnr {
    height: 12px;
    text-align: center;
	background-color: #c39191;
    margin: 13px 0 7px;
	padding: 0 0 2px;
}
.newBnr:before{
	content: "NEW";
	display: inline-block;
	width: 100%;
	color: #fff;
}
/* 再入荷 */
.reBnr {
    height: 12px;
    text-align: center;
    background-color: #a4a99a;
    margin: 13px 0 7px;
	padding: 0 0 2px;
}
.reBnr:before{
	content: "REARRIVAL";
	display: inline-block;
	width: 100%;
	color: #fff;
}
/*新色追加*/
.CnewBnr {
    height: 12px;
    text-align: center;
   background-color: #91b7c3;
    margin: 13px 0 7px;
	padding: 0 0 2px;
}
.CnewBnr:before{
	content: "NEW COLOR";
	display: inline-block;
	width: 100%;
	color: #fff;
}