@charset "utf-8";
body{
line-height: 1!important;
}
#wrap
	{
	width: 730px;
	margin: 0px auto;
	}

#contents
	{
	width: 730px;
	float: right;
	font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
	}

.newitem {
}
.new span.name{

}
 a:link{
	text-decoration:none;
	color:#333333;
}
 a:visited{
	text-decoration:none;
	color:#333333;
}
.newct {
	border-bottom:1px solid #125a9e;
	margin:0 0 20px 0;
}
.newct h3 {
	font-size:24px;
}
.newct h3 span.newicon {
	font-size:18px;
	background: #f00;
	color: #fff;
	line-height: 2.0em;
	padding: 0 1%;
	text-transform:uppercase;
	font-weight: bold;	
}
.newct h3 > span.newicon {
  animation: newicon 0.8s infinite;
}

/* アニメーション */
@keyframes newicon{
  50%{
    opacity: 0;
  }
}


.newct .itembox{
	width: calc(87.5% / 5);
	float: left;
	padding: 0.5%;
	border: 1px solid #eee;
	margin: 0 0.5% 5px;
}

.newct img {
	width:100%;
}

.newct .name{
	font-size:10px;
	line-height:1.0em;
}


.newct .souryou{
	color:#f00;
	font-size:10px;
	display: block;
	padding: 1%;
	
}
.newct .price{
	color:#e51f52;
	font-size:14px;
	text-align:right;
	display: block;
}
.newct .price em{
	font-size:14px;
	font-style: normal;
}

.newct .itembox.dis1{
	display:block;
}
.newct .itembox.dis{
	display: none;
}



