
/*ç”»åƒæ¨ªä¸¦ã³*/
ul {
    list-style-type: none;
    padding-left: 0;
}
li {
    background: #fff;
    width: 300px;
    height: 300px;
    padding: 30px;
    margin: 30px;
}
.float {
    width: 1440px;
    margin: auto;
    overflow: hidden;
}
.float li {
    float: left;
}


/*CTA*/
.sample {
    width:100px;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    margin: 0 auto;
    color:#fff;
    background-color:#ff4500;
}