ul.show_market_list{
    list-style: none outside none;
    padding: 0;
}

ul.show_market_list li{
    float: left;
    margin: 5px;
    width: 230px;
}

ul.show_market_list a {display: block; line-height: 30px;}

ul.show_market_list img {
    border: 1px solid #CCCCCC;
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 50px;
}

/*	Tablet Layout: 768px. set=740px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/*Mobile Layout: 320px. set=300px*/
@media only screen and (max-width: 767px) {

}

/*		Wide Mobile Layout: 480px. set=460px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.show_market_list li{width: 200px;}
}