.main{
    background-image:url("../pic/background.jpg");
    background-attachment:fixed;
    background-size:cover;
}
.main #message {
    position:fixed;
    top:0;
    right:0;
    height: 32px;
    color: #fff;
    background-color: #14e818;
    border: none;
    border-radius: 50px;
}
.main form{
    display: flex;
    align-items: stretch;
}
.main table{
    width: 100%;
}
.main #allbutton{
    display: none;
}
.main a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
.main #allbutton_td a{
    font-size:20px;
}
.main input{
    flex-grow: 1;
}
.main svg{
	display: block;
	width: 3em;
}
.main video{
    width:100%;
    height:200px;
    max-width: 100%;
    margin: 0 auto;
}
.main .search button {
    width: 70px;
    height: 28px;
    border-radius: 14px;
    background-color: #fff;
}