@charset "utf-8";

/* CSS Document */

/*-----------------------------------------------

  newitem

-----------------------------------------------*/

#newitem ul {
padding:5px;
}
.name {
margin-top:0.25em;
font-weight:bold;
}
.normal {
font-size:0.8em;
margin-top:0.5em;
text-align: center;
line-height: 2.0em;
}
.price {
font-size:17px;
text-align: center;
color: #CC0000;
font-weight: bold;
}
.name {
font-size:17px;
text-align: center;
color: #666666;
font-weight: bold;
}
.kakaku {
font-size:17px;
font-weight: bold;
}
.yen {
font-size:0.7em;
}
.sou1 {
font-size:0.7em;
color: #CC0000;
}


@media screen and (max-width:500px) {
.name {
font-size:0.85em;
}
.normal {
font-size:0.6em;
margin-top:0.20em;
text-align: center;
}
.price {
font-size:0.8em;
text-align: center;
color: #CC0000;
font-weight: bold;
}
.kakaku {
font-size:0.9em;
font-weight: bold;
}
.yen {
font-size:0.7em;
}
.sou1 {
font-size:0.6em;
color: #CC0000;
}
}
