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

.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;
}

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

.info-data
{
    color: darkorange;
    font-size: 20px;
}

.info-title
{
    color: black;
}

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

.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;
}

.chuui
{
    color: red;
}