@charset 'utf-8';
/**
 * Cast Style Sheet
 *
 * キャスト一覧にかかわるCSS
 */

.cast-col {
    width:340px;
    float:left;
    padding:10px 5px;
    text-align:center;
}

.cast-col-left {
   float:left;
   width:305px;
   padding:0px 5px;
}
.cast-col-right {
   float:left;
   width:542px;
   padding:0px 5px;
}

@media (max-width: 768px) {
.cast-col {
    width:100%;
    float:left;
    padding:10px 5px;
    text-align:center;
}
.cast-col:before,
.cast-col:after {
  display: table;
  content: " ";
}
.cast-col:after {
  clear: both;
}
.cast-col-left {
   float:left;
   width:auto;
   padding:0px 5px;
}

.cast-col-right {
   float:left;
   width:auto;
   padding:0px 5px;
}
.cast-thumb {
    float:left;
    width:120px;
}
.cast-name{
}
.cast-size{
}

}