/*
* t8-main-techniques-system/modules/main-techniques/main-techniques-style.css
* 常時ダークモード
* 更新日: 2026-07-13
*/


/*
========================================
動画
========================================
*/

.t8-mt-movie {
    margin-bottom: 20px;
}

.t8-mt-movie-summary {
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
}

.t8-mt-movie-content {
    margin-top: 10px;
}


/*
========================================
主力技テーブル
========================================
*/

.t8-mt-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

/*
========================================
テーブルセル
========================================
*/

.t8-mt-number-cell {
    width: 10%;
    padding: 6px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
}

.t8-mt-content-cell {
    width: 90%;
    padding: 6px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

/*
========================================
主力技情報
========================================
*/

.t8-mt-number {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.t8-mt-explanation {
    font-size: 16px;
    font-weight: 600;
    color: #f0f0f0;
    line-height: 1.6;
}

.t8-mt-command {
    font-size: 18px;
    font-weight: bold;
    color: #4da3ff;
    line-height: 1.5;
}

.t8-mt-memo {
    font-size: 13px;
    color: #b0b0b0;
    line-height: 1.6;
}



/*
========================================
主力技画像
========================================
*/

.t8-mt-image-img {
    display: block;
    max-width: 100%;
    height: auto;

    margin-top: -20px;
    margin-bottom: 60px;
}