@charset "UTF-8";

.mail-box div.inner {
    margin: 5px;
}

.mail-box div.inner div.mail-img p.thumbnail img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
    vertical-align: bottom;
}

.mail-box div.inner div.mail-img p.update {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;

    background-color: rgba(0,0,0,0.90);
    color: #fff;

    font-size: 0.8rem;
    line-height: 1.0em;

    box-sizing: border-box;
    padding: 5px 0;
}

.mail-box div.inner div.mail-info {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.mail-box div.inner div.mail-info h4 {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.0em;

    margin-bottom: 10px;
}

.mail-box div.inner div.mail-info p.btn-show {
    width: 140px;
    margin: 0 auto;
    text-align: center;

    box-sizing: border-box;
    padding: 10px 0;
    border: solid 1px #000;

    font-size: 0.8rem;
    line-height: 1.0em;
}

.mail-box div.inner div.mail-info p.btn-show:hover {
    background-color: #000;
    cursor: pointer;
}

.mail-box div.inner div.mail-info p.btn-show a {
    display: block;
    color: #000;
}

.mail-box div.inner div.mail-info p.btn-show:hover a {
    color: #fff;
    text-decoration: none;
}

#mailmagazine {
    box-sizing: border-box;
    padding-top: 10px;
    margin-bottom: 20px;
}

#mailmagazine div.content {
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    line-height: 1.0em;
}

#mailmagazine div.content article {
    display: inline-block;
    width: calc(100% / 2);
}

#mail-show {
    box-sizing: border-box;
    margin-bottom: 20px;
}

#mail-show div.content {
    width: 800px;
    margin: 0 auto;
}

#mail-show div.summary {
    margin-bottom: 20px;
}

#mail-show div.table-parent {
    display: table;
    width: 100%;
}

#mail-show div.table-parent p.thumbnail {
    display: table-cell;
    width: 180px;
    vertical-align: top;
}

#mail-show div.table-parent p.thumbnail img {
    width: 100%;
    vertical-align: bottom;
}

#mail-show div.table-parent div.mail-info {
    display: table-cell;
    width: auto;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 10px;
    color: black;
}

#mail-show div.information {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

#mail-show div.information div.castinfo {
    display: table-cell;
    width: auto;
    vertical-align: top;
    color: black;
}

#mail-show div.information ul.btn-link {
    display: table-cell;
    width: 150px;
    vertical-align: top;

    box-sizing: border-box;
    padding-left: 10px;
}

#mail-show div.castinfo p.castrank {
    display: inline-block;
    width: 200px;
    text-align: center;

    font-size: 0.8rem;
    line-height: 1.0em;
    font-weight: bold;

    box-sizing: border-box;
    padding: 10px 0;
    border: solid 1px #c90;

    background-color: #c90;
    color: #fff;
}

#mail-show div.castinfo p.btn-diary {
    display: inline-block;
    width: 200px;
    text-align: center;

    font-size: 0.8rem;
    line-height: 1.0em;
    font-weight: bold;

    box-sizing: border-box;
    padding: 5px 0;
    border: solid 2px #f44;

    background-color: #f44;
    color: #fff;
}

#mail-show div.castinfo p.btn-diary:hover {
    background-color: #fff;
    box-sizing: border-box;
    border: solid 2px #f44;
    cursor: pointer;
}

#mail-show div.castinfo p.btn-diary a {
    display: block;
    color: #fff;
}

#mail-show div.castinfo p.btn-diary a:before {
    content: '';
    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    background-image: url("../images/icon-pen.png");
    background-size: contain;
    vertical-align: middle;
}

#mail-show div.castinfo p.btn-diary:hover a {
    display: block;
    color: #f44;
    text-decoration: none;
}

#mail-show div.castinfo p.btn-diary:hover a:before {
    background-image: url("../images/icon-pen-red.png");
}

#mail-show div.castinfo h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0em;
    text-align: center;
}

#mail-show div.castinfo h4 span.age {
    font-size: 1.25rem;
    line-height: 1.0em;
}

#mail-show div.castinfo h4 span.age:before {
    content: '（';
}

#mail-show div.castinfo h4 span.age:after {
    content: '）';
}

#mail-show div.castinfo ul.size {
    font-size: 0;
    line-height: 1.0em;

    margin-bottom: 20px;
}

#mail-show div.castinfo ul.size li {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.0em;
    font-weight: bold;
}

#mail-show div.castinfo ul.size li:after {
    content: '/';
    box-sizing: border-box;
    padding: 0 1.5px;
}

#mail-show div.castinfo ul.size li:last-child:after {
    content: ' ';
}

#mail-show div.castinfo ul.size li.height:before {
    content: 'T';
    box-sizing: border-box;
    padding: 0 0.5px;
}

#mail-show div.castinfo ul.size li.bust:before {
    content: 'B';
    box-sizing: border-box;
    padding: 0 0.5px;
}

#mail-show div.castinfo ul.size li.waist:before {
    content: 'W';
    box-sizing: border-box;
    padding: 0 0.5px;
}

#mail-show div.castinfo ul.size li.hip:before {
    content: 'H';
    box-sizing: border-box;
    padding: 0 0.5px;
}

#mail-show div.castinfo ul.size li span.cup:before {
    content: '(';
}

#mail-show div.castinfo ul.size li span.cup:after {
    content: ')';
}

#mail-show div.information ul.btn-link li {
    display: block;
    width: 150px;

    font-size: 0.8rem;
    line-height: 1.0em;
    font-weight: bold;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border: solid 1px #000;

    margin-bottom: 5px;
}

#mail-show div.information ul.btn-link li a {
    color: #000;

}

#mail-show div.information ul.btn-link li a:before {
    content: '>';
    box-sizing: border-box;
    padding: 0 5px;
}

#mail-show div.information ul.btn-link li:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

#mail-show div.information ul.btn-link li:hover a {
    color: #fff;
    text-decoration: none;
}

#mail-show p.comment {
    font-size: 0.8rem;
    line-height: 1.75em;
}

#mail-show div.mail-area {
    margin-bottom: 20px;
}

#mail-show div.mail-area p.thumbnail img {
    width: 100%;
    vertical-align: bottom;
}

#mail-recent {
    box-sizing: border-box;
    padding: 20px 0;

    background-color: #eee;
}

#mail-recent div.content {
    width: 800px;
    margin: 0 auto;

    font-size: 0;
    line-height: 1.0em;
}

#mail-recent div.content article {
    display: inline-block;
    width: calc(100% / 4);

    font-size: 1.0rem;
    line-height: 1.75em;
}
