#NewItemList {
	margin: 20px 0 20px 0;
}

#NewItemList .items > ul {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-top: none;
}
#NewItemList .items > ul > div > div > li {
	margin: 0;
	padding:5px;
}
#NewItemList .itemAnchor {
	display: block;
	padding: 5px;
	outline: none;
}
#NewItemList .itemAnchor:hover {
}
#NewItemList .name {
	height: 4em;
	font-size: 12px;
	line-height: 1.3em;
}
#NewItemList .image {
	padding: 10px;
	text-align: center;
}
#NewItemList .image img {
	width: 100px;
	height: 100px;
	display: inline-block;
}
#NewItemList .header {
	padding: 6px 0px;
	border-bottom: 3px solid #B90000;
}
#NewItemList .title {
	font-size: 160%;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
	float: left;
	color: #B90000;
}
#NewItemList .alllink {
	float: right;
}
#NewItemList .alllink a {
	color: #000;
	display: inline-block;
	padding: 2px 8px;
	background: #f5f5f5;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2 ease;
}
#NewItemList .alllink a:hover {
	color: #fff;
	background: #B90000;
}

#NewItemList .slick-dots {
    position: absolute;
    margin: 0;
    top: -30px;
    right: 150px;
		bottom: auto;
		width: auto;
    display: block;
    padding: 0;
    list-style: none;
    text-align: right;
}


