@charset "utf-8";

@media screen and (min-width: 501px){
    .pcdn {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    img {
        width: 100%;
        height: auto;
    }

    .fs14 {
        font-size: 14px;
        line-height: 1.5;
    }

    .spacing30 {
        margin-bottom: 10px;
    }

    .spacing50 {
        margin-bottom: 30px;
    }

    #Wrapper {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    #Breadcrumbs {
        background: none;
        padding-left: 0;
    }

    #Breadcrumbs > .pcdn > * {
        display: inline-block;
    }

    .spdn {
        display: none;
    }

    .sp-pankuzu {
        width: 100%;
        overflow: hidden;
        padding: 0 0 2px;
        border-bottom: 1px solid #d5e3ea;
    }

    .sp-pankuzu a {
        font-size: 11px;
        background: #f2f2f2 url("/include/contents/htdocs/img/new/bg_breadcrumbs.png") no-repeat right center;
        padding: 3px 15px 0 8px;
        text-decoration: none;
        height: 18px;
        margin: 0 5px 5px 0;
        white-space: nowrap;
        color: #707070;
    }

    .sp-pankuzu span {
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #agent .ContentsBox-h2 .LeftBox {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .MessageList {
        margin-bottom: 25px;
    }

    .ContentsBox-h2 ul.MemberBox li.MemberList {
        width: 100%;
        height: auto;
        float: none;
        padding: 3px 15px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 5px;
    }

    .ContentsBox-h2 ul.MemberBox li.MemberList+li.MemberList {
        margin-top: 2px;
    }

    .ContentsBox-h2 ul.MemberBox li.MemberList a {
        color: #333;
        text-decoration: none;
    }

    .ContentsBox-h2 ul.MemberBox li.MemberList span {
        margin-left: 5px;
        font-size: 14px;
        font-weight: bold;
    }

    .op-page {
        background-color: #E8E4BA;
    }

    .ContentsBox .tittxt {
        padding: 5px 0 0 0;
        margin-top: 15px;
        font-size: 16px;
    }

    .ContentsBox-h3 .MessageLeft {
        width: 40%;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .ContentsBox-h3 .MessageRight {
        width: 100%;
        float: none;
    }

    .ContentsBox-h3 .MessageRight .MessageRight-in .number01 {
        width: 15px;
    }

    .ContentsBox-h3 .MessageRight .MessageRight-in .txt01 {
        width: 100%;
        float: none;
        text-indent: 5px;
    }
}
