#design_1_table_list .list li{
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
}
#design_1_table_list .list li img{
    width: 50%;
    border-radius: 10px;
    box-shadow: 0 0 10px #222;
}
#design_1_table_list .title{
    margin-top:10px;
}
#design_1_table_detail .title{
    font-size:25px;
    text-align: center;
    font-weight: bold;
    color:#333;
    margin:20px 0 10px 0;
}
#design_1_table_detail .image{
    text-align: center;
}
#design_1_table_detail .image img{
    width:90%;
}
.design a{
    color:#0070cc;
}
@media (max-width: 767px) {
    #design_1_table_list .list li img {
        width: 75%;
    }
    #design_1_table_detail .title {
        font-size: 18px;
    }
}