input.button {
    border:2px outset #FF3366;
    background-color:#FF3366;
}
/*
.coursetable tr {
width:100%;
}
//td
.coursetable td {
padding:1px;
}
//td1の背景・文字を指定
.coursetable td:nth-child(1) {
rowspan:2;
//    background:#fef2f3;
//    color:#ff0000;
white-space: nowrap;
display:inline-block;
    }
//td2の背景・文字を指定
.coursetable td:nth-child(2) {
    background:#fef2f3;
display:inline-block;
//    color:#ff0000;
    }
//td3の背景・文字を指定
.coursetable td:nth-child(3) {
display:inline-block;
//    background:#fef2f3;
//    color:#ff0000;
white-space: nowrap;
    }
*/
