﻿@charset "utf-8";

.itembox{
    height:200px;
}

.child{
    overflow:hidden;
}
.child li{
    float:left;
    margin-left:10px;
    list-style-type:none;
}

/*------------------------------------- */
/* SNS */
/*------------------------------------- */

.report-sns{
  display:block;
  list-style-type: none;
  height:20px;

  float: right;
} 



.report-sns li{
  position: relative;
  float: left;
  margin-left:10px;
  margin-bottom:5px;
  padding: 0;
}


/*------------------------------------- */
/* YOUTUBE レスポンシブ */
/*------------------------------------- */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
