

.sns_timeline {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sns_timeline .fblikebox, .sns_timeline .twitterbox {
    flex-basis: 470px; }

.fblikebox {
  text-align: center;
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px; }

.twitterbox {
  padding: 10px; }

.sns_box {
  margin: 0 0 1em; }
  .sns_box::after {
    content: "";
    clear: both;
    display: block; }
  .sns_box .sns_facebook {
    float: right;
    text-align: right;
    width: 140px; }
  .sns_box .sns_twitter {
    float: right;
    width: 90px; }
    .sns_box .sns_twitter #twitter-widget-0 {
      vertical-align: bottom; }
.video-container {
  padding: 20px;
  background-color: #333;
  margin: 0 0 20px; }

.relatedArticle {
  margin: 1em 0; }

.relatedArticle .listView {
  font-size: 0; }

.relatedArticle .listView li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - (1% * 4) ) / 5 );
  margin: 0 1% 5px 0;
  box-sizing: border-box; }

.relatedArticle .listView li:nth-child(5n) {
  margin-right: 0; }

.relatedArticle .listView .linkBlock {
  color: inherit !important;
  display: block;
  text-decoration: none; }

.relatedArticle .listView .linkBlock::after {
  content: " ";
  display: block;
  clear: both; }

.relatedArticle .listView .thumbnail {
  float: left;
  width: 100%;
  margin: 0 0 5px; }

.relatedArticle .listView .thumbnail img {
  width: 100%;
  height: auto; }

.relatedArticle .listView .textBody .entryTitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.5px; }




