#主題{
    background-color: rgb(252, 231, 234);
}
#主題的字{
    color:rgb(3, 122, 124);
    font-weight: bolder;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size:50px;
    font-family:"標楷體";
}
.線上報名{
    font-family:"標楷體";
    text-align: center;
    margin:0 0 0 -2.65%;

}
.線上報名 >li{
    float: left;
}
.線上報名 li{
    font-size: 40px;
    list-style-type: none;
    position: relative;
    padding: 0px;
    min-width: 20%;
}
.線上報名 ul{
    list-style-type: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    display: none;
}
.線上報名 a{
    display: block;
    padding: 10px;
    text-decoration: none;
    background-color: rgb(36, 141, 143);
    color: white;
}
.線上報名 a:hover{
    background-color:#ef5c28;
    background-size: cover;
    color: white;
}
.線上報名 li:hover > ul{
    display: block;
}
.報名表格{
    margin-top: 7%;
    margin-left: 20%;
    background-color: white;
    width: 60%;
}
.報名表格 input{
    margin: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 3px;
    outline: none;
}
.報名表格 input[type="submit"], .報名表格 input[type="reset"]{
    width: 50px;
    cursor: pointer;
}
.報名表格 input[type="text"], input[type="password"],input[type="email"], input[type="tel"] {
    border-color: rgb(0, 0, 0);
}
.報名表格 input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    width: 200px;
    transition: 1s;
}
.報名表格 input[type="submit"]:hover, .報名表格 input[type="reset"]:hover{
    background-color: rgb(183, 255, 250);
}
#body底部{margin: 0; padding: 0;}

#div底部{
    text-align:center;
    padding: 0.05px;
    background-color: black;
    color:white;
}
#線上報名標題{
    padding-top: 5px;
    margin-bottom: 0%;
    font-family:"標楷體";
    font-size: 50px;
    font-weight:bolder;
}