﻿.mall{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
    padding-bottom: 60px;
    color: #333;
    margin-top: 54px;
}
.mall > div {
    width: 1180px;
    display: flex;
    flex-direction: row;
    padding: 30px 0 30px;
}
.mall > div > div:first-child > img{
    max-width: 580px; 
    max-height: 326px;
    margin-right: 30px;
}
.mall > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.mall > div > div:nth-child(2) > div:first-child {
    border-bottom: 1px solid #979797;
    overflow: hidden;
    padding: 10px 0 17px;
}
.mall > div > div:nth-child(2) > div:first-child > p:first-child{
    font-size: 24px;
}
.mall > div > div:nth-child(2) > div:first-child > div:nth-child(2){
    font-size: 14px;
    margin-top: 20px;
}
.mall > div > div:nth-child(2) > div:first-child > div:nth-child(2) > p:nth-child(2){
    color: #DD2A2A;
    margin-top: 2px;
}
.mall .price{
    font-size: 24px;
    color: #FF6500;
    float: right;
    margin-top: 15px;
}
.mall .noPrice{
    color: #AAAAAA;
    font-size: 24px;
    float: right;
    margin-top: 15px;
}
.mall > div > div:nth-child(2) > div:nth-child(2) p:first-child {
    font-size: 14px;
    padding: 20px 0 16px;
}
.mall .icon{
    display: flex;
}
.mall .icon a{
    margin-right: 20px;
    width: 50px;
    height: 50px;
}
.mall .icon a:first-child{
    background:url('../image/mall_01.png') left/50px 50px no-repeat;
}
.mall .icon a:first-child:hover{
    background-image: url('../image/mall_01H.png');
}
.mall .icon a:nth-child(2){
    background:url('../image/mall_02.png') left/50px 50px no-repeat;
}
.mall .icon a:nth-child(2):hover{
    background-image: url('../image/mall_02H.png');
}
.mall .icon a:nth-child(3){
    background:url('../image/mall_03.png') left/50px 50px no-repeat;
}
.mall .icon a:nth-child(3):hover{
    background-image: url('../image/mall_03H.png');
}