@charset "UTF-8";

.Content {
    padding-top:0!important;
}

.lookslider {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin:0 auto 60px ;
}

.look_block {
    width:100%;
    display: flex;
    margin:auto;
}
.look_block .main_image {
    width:45%;
}
.look_block .main_image img {
    width: 100%;
}

.look_block .items {
    width:50%;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
    padding:80px 0 0;
}
.look_block .items li {
    width: calc(50% - 50px);
    margin:0 25px 55px;
}
.look_block .items img {
    width: 90%;
    margin: 0 auto 10px ;
}
.look_block .items li p,
.look_block .items li a p {
    font-size:0.7rem;
    color: #000;
    text-align: center;
}
.look_block .items li a p.name {
    text-decoration: underline;
}
.look_block .items li .price {
    margin:7px 0 0 0;
}


/* thumb_image */
.thumbslider {
    margin:20px 0 40px;
}

.thumb_image {
    width:150px;
    cursor: pointer;
    margin:5px;
}
.thumb_image img {
    width:100%;
}