/* 全体フォーマット */
body {
    width: 100%;
}

.title {
    background-color: grey;
    color: white;
}

.left {
    float: left;
    background-color: gainsboro ;
    width: 20%;
}

.right {
    float: left;
    background-color: white;
    width: 70%;
    text-align: center;
    padding-bottom: 20px;
}

.footer {
    clear: both;
    background-color: gray;
    color: white;
}

/* じゃんけん */
button {
    width: 150px;
    padding: 30px;
}

/* ギャラリー */
.imgs{
    width: 29%;
}

/* ムービー */
.videos{
    width: 30%;
}