/*
テキスト関連の設定
*/

.top-title {
    font-size: x-large;
}

.top-title-index {
    font-size: large;
}

.sub-title {
    font-size: large;
}

.alart-message {
    color: red;
    font-size: x-large;
}

.red-text {
    color: red;
}

.info-attention-message {
    color: red;
    font-size: large;
}

.info-data {
    color: gray;
}

.info-title {
    color: black;
}

.info-title a {
    text-decoration: none;
    color: black;
}

.category {
    color: darkorange;
}

.friend-code {
    color:dodgerblue;
}

.friend-code a {
    text-decoration: none;
    color:dodgerblue;
}

.links-link {
    color: mediumslateblue;
}

.links-link a {
    text-decoration: none;
    color: mediumslateblue;
}

.iframe-info {
    top: 0;
}