#conteng-box
{
    padding-bottom:80px;
}

.store-detail
{
    width:100%;
    display:block;
    height: 648px;
    background: #F2F2F2;
    overflow:hidden;
    border-radius: 8px;
    
    padding:20px;
    box-sizing: border-box;
}


.store-address{
    width:100%;
    height:426px;
    display:block;
}

.store-infos
{
    text-align:center;
    font-size:22px;
    margin-top:50px;
}

.store-infos .h2{
    font-size:28px;
    line-height:28px;
    height:28px;
    display:block;
    margin-bottom:30px;
    color:#000;
    font-weight:400;
}
.store-infos p{
    margin-bottom:30px;
    height:22px;
    line-height:22px;
}

.store-infos p:last-child{
    margin-bottom:0px;
}