
/*テーブルcss*/
table.type11 {
    border-collapse: separate;
    border-spacing: 1px;
    text-align: center;
    line-height: 1.5;
}
table.type11 th {
    width: 15px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    background: #027fd3;
}
table.type11 td {
    width: 155px;
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background: #eee;
}

/*CTA*/
.sample {
    background-image:-moz-linear-gradient(
            top,
            #fff 0%,
            #000);

    background-image:-webkit-gradient(
            linear,left top,left bottom,
            from(#fff),
            to(#000));
}