#conts .blogList li .pho {
    width: 135px;
    height: 135px;
    overflow: hidden;
}

.pho:hover {
    opacity:.6;
}

#sideBar .articles li .pho_mini {
    width: 45px;
    overflow: hidden;
}

#main .comDetail img {
    max-width: 610px;
    height: auto;
 }

#main .comDetail {
    word-break: break-all;
    word-wrap : break-word;
}

#main .comDetail table tr td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    font-size: 14px;
    line-height: 25px;
}


@media all and (min-width: 0) and (max-width: 736px)  {
    #conts .blogList li .pho {
        width: 58px;
        height: 58px;
        overflow: hidden;
    }

    #sideBar .articles li .pho img {
        width: inherit;
    }

    .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #main .comDetail img{
        width: auto;
        max-width: 100%;
    }
}


/*
旧ブログからスタイル引き継ぎ
*/
#main .comDetail img.alignright {
    display: block;
    margin: 0 0 0 auto;
}
#main .comDetail img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}
#main .comDetail img.aligncenter {
    display: block;
    margin: 0 auto;
}
#main .comDetail img.float-left {
    float: left;
}
#main .comDetail img.float-right {
    float: right;
}
#main .comDetail .wp-caption {
    text-align: center;
    width: auto !important;
}
#main .comDetail .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#main .comDetail table {
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
}

#main .comDetail table tr td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
    font-size: 14px;
    line-height: 25px;
}

#main .comDetail  table tr:nth-child(even) {
    background-color:#f3f3f3;
}

#main .comDetail table {
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    color: #333;
    width: 100%;
}