@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 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	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;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration: none;
}

img {
  vertical-align: bottom;
  display: block;
	width: 100%;
}
.title-pic {
	display: none;
}
.new-item {
	width: 100%;
	margin-bottom: 14px;
}
.new-item .newarrivel-name {
	display: none;
}
.new-item .newarrivel-price {
	display: none;
}

.title-text {
	display: none;
}
