li.recommend-unit,li.seller-unit {
    height: 330px;
    overflow: hidden;
}
.fbBox,.noteBox{
width:350px;
}
.fbBox{
float:left;
}
.noteBox{
float:right;
}
div#slider {
    height: 300px;
}
.mainImage{
display:block;}
div#shopnews a {
    text-decoration: underline;
    color: #0000FF;
}

p.button.bn a {
    text-align: center;
    background-color: #CC0000;
    color: #FFF;
    display: block;
    line-height: 60px;
    font-size: 2em;
    border-radius: 10px;
}
p.button.bn span {
    font-size: 0.8em;
    margin-left: 1em;
}
.mainImage {
    height: 600px;
    overflow: hidden;
}
.bnBox {
    width: 30%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3em;
}
@media (max-width:750px){
  .bnBox {
    width: 90%;
    float: none;
     margin-left: auto;
    margin-right: auto;
  }
}