@charset "UTF-8";
/* facebook rss */
#feed ul li h3 {
    font-size: 113%;
    line-height: 1.5;
    padding: 0 8px;
}
#feed ul li h3 a {
    text-decoration: none;
}
#feed ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width:95%;
    margin:auto;
}
#feed ul li {
   background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 0 5px;
    width: 20%;
}
#feed ul li:nth-child(6),
#feed ul li:nth-child(11),
#feed ul li:nth-child(16)   {
   clear: left;
}


#feedul li img {
    width: 100%;
    height: auto;
}
#feed ul li p.photo {
    background: #fff;
    display: table; /* 要素をテーブルのようにする */
    margin: 0 auto 5px;
    width: 100%;
}
#feed ul li p.photo img {
    height: auto;
    width: 100%;
}
#feed ul li p.photo a {
    margin-bottom: 10px;
    overflow: hidden;
    display: table-cell; /* 要素をテーブルのようにする */
    text-align: center; /* インライン要素の中央揃え */
    vertical-align: middle; /* 天地中央に揃える */
}
#feed ul li p.date {
    color: #333;
    font-size: 80%;
    margin: 0;
}
#feed ul li p.txt {
   color: #333;
    font-size: 93%;
    line-height: 1.3;
    margin: 0 0 3px;
}

