h1 {
text-align: center;
}
.cart {
    display: none;
}
.sns {
    display: none;
}
div#review {
    display: none;
}
div#itemListDetail2 {
    display: none;
}
#itemDetail .point {
    display: none;
}
#itemListDetail1 .box .over {
    display: block;
    position: relative;
}
#itemListDetail1 .box .over .check {
    display: none;
}
#itemListDetail1 .box .over {
    max-height: 100px;
    overflow: hidden;
}
#itemListDetail1 .midashi h2, #itemListDetail2 .midashi h2 {
    color: #000;
    margin-top: 10px;
    background: #ddd;
    padding: 0 10px;
    line-height: 2em;
}