@charset "utf-8";


/* メニューの部分 */

.tab-area label {
    width: 80px;
    font-size: 0.8rem;
}

/* 写真ギャラリーの部分 */

.tab-panel {
    width: 100%;
}

.tab-panel p {
    font-size: 0.8rem;
}

.tab-panel img {
    width: 100%;
}

.panel-title {
    font-size: 1.2rem;
}
.saigai-title {
    width: 80%;
    font-size: 0.8rem;
}

table {
    font-size: 0.7rem;
}


/* ギャラリーの並び方を変更 */

.outer-box {
    width: 90%;
}