/**共通**/
BODY {

    color: #000000;
    background-color: #f0f0f0;

    font-size: 13pt;
    font-family: Courier, monospace;

    line-height: 1.4;
    margin: 5px;
}

a {
    color: #000000;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #669999;
}

a:hover {
    text-decoration: underline;
    color: #eaea95;
}


.new {
    background-color: #f0eee8;
    font-size: 9pt;
    border: #000000 1px solid;
    word-break: break-all;
    margin: 15px;
}


.image {
    max-width: 100%;
}

/**スマホ**/

@media screen and (max-width: 560px) {


    .sitetitle {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
    }


    .albumtitle {
        text-align: center;
        background-color: #cccccc;
    }

    .top_annai {
        font-size: 9pt;
        margin: 20px;
        text-indent: -1em;
    }


    .modoru {
        text-align: right;
        font-size: 10px;
        padding: 5px;
    }


    .image {
        max-width: 100%;
    }

    .title {
        font-size: 15pt;
        font-weight: bold;
    }
}



/**タブレット、PC**/

@media screen and (min-width: 561px) {


    .top {
        padding-top: 0px;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 0px;
    }


    .sitetitle {
        text-align: center;
        font-weight: bold;
        font-size: 3.7vw;
        margin: 30px;
    }


    .albumtitle {
        text-align: center;
        background-color: #cccccc;
    }

    .modoru {
        text-align: right;
        font-size: 10px;
        padding: 5px;
    }

    .title {
        font-size: 20pt;
        font-weight: bold;
    }

}
