﻿body {
}
.tokyo_tm_button input[type="submit"] {
    background-color: #205781;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.tokyo_tm_button input[type="submit"]:hover {
    background-color: #45a049;
}

.tokyo_tm_button input[type="submit"] i {
    margin-left: 10px;
}
