@charset "UTF-8";

/* CSS Document */


/* flexbox */
.fbox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* for macIE \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#newsWrap {
    max-width: 960px;
    margin: 40px auto;
    padding: 10px 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#newsWrap>img {
    width: 122px;
    height: auto;
    margin: 15px auto;
}

ul#newsList {
    max-width: 960px;
    margin: 0 auto 15px;
    padding: 0;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul#newsList li {
    color: #666;
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
    margin-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    line-height: 120%;
    list-style-type: none;
}

ul#newsList li:last-child {
    border-bottom: none;
}

ul#newsList li dl {
    padding: 1em 0;
}

ul#newsList li dl dt,
ul#newsList li dl dd {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul#newsList li dt.title {
    width: 68%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 16px;
    border: none;
    background: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    overflow: hidden;
}

ul#newsList li dl dd {
    width: 32%;
    padding-left: 5%;
    font-size: 14px;
}

ul#newsList li dl dd:last-child {
    display: block;
}

#newsWrap a {
    color: #666;
    text-decoration: underline;
}

#newsWrap a:hover {
    color: #666;
    text-decoration: none;
}

span.catName {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 11px;
    line-height: 100%;
    margin: 0 2px;
}

span.newMark {
    display: table-cell;
    border: 1px solid #4551c2;
    padding: 1px 4px;
    font-size: 11px;
    text-align: center;
    line-height: 100%;
    background: #4551c2;
    color: #fff;
    -webkit-box-shadow: 1px 1px 1px #4551c2;
    box-shadow: 1px 1px 1px #4551c2;
    border-radius: 3px;
    font-weight: bold;
}

.comment {
    display: block;
    padding: 3px 0;
    float: left;
    overflow: hidden;
    width: auto;
    /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.thumbNailWrap {
    overflow: hidden;
}


/*----------------------------------------------------------------------
// デフォルトcss end
----------------------------------------------------------------------*/

.newsList {
    width: 960px;
}

@media screen and (max-width: 640px) {
    #newsWrap {
        padding: 10px;
    }
    ul#newsList li dt.title{
        display: block;
        width: 100%;
    }
    ul#newsList li dl dd {
        display: block;
        width: 100%;
    }
}
