@charset "utf-8";

#special .waribiki .Boat_img{
    text-align: center;
    margin-bottom: 5%;
}
#special .waribiki .ta1 th {
    background-color: #eee;
}
#special .waribiki .ta1 {
    width: 79%;
    margin: 20px auto 50px;
}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

    #special .waribiki .ta1 {
    width:100%;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

    /*一覧
---------------------------------------------------------------------------*/
#Boat .container {
    display: block;
    margin: 0 auto;
    width: 70%;
}
#Boat .Single {
    width: 80%;
}
#Boat .Boat_img {
    margin: 15px 5px 10px 5px;
}
#Boat .Boat_about .ta1 {
    width: 90%;
}
}

