@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover {
	color: #FF99CC;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #515151;
}
body {
	width: 766px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  /* プロポーショナルメトリクスを有効にする指定 */
  font-feature-settings: "palt"1;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  image-rendering: -webkit-optimize-contrast;
}
.title-pic {
	width: 100%;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}
.newarrivel-pic img {
	width: 100%;
}
.newarrivel-name {
	font-size: 12px;
	line-height: 13px;
	color: #4B4B4B;
	margin-top: 3px;
	height: 13px;
	overflow: hidden;
}
.newarrivel-price {
	font-size: 14px;
	font-weight: bold;
	color: #860808;
	text-align: right;
}

img {
  vertical-align: bottom;
}
.new-item {
	width: 181px;
	margin-right: 4px;
	margin-left: 6px;
	margin-bottom: 24px;
}
#item {
	width: 766px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	overflow: hidden;
}
.title-text {
	display: none;
}
