.sa_link {
    width:100%;
    padding:20px 0;
}  

.sa_link img{
    width:100%;
} 

.selectbox {
    width:100%;
    margin:1em auto;
  position:relative;
}
select{
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  padding:1em 1em;
  box-sizing:border-box;
  font-size:1em;
  border:#ccc 1px solid;
  border-radius:0;
  background:#fff;
}
.selectbox::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:5%;
  top:35%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}



.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#item .item_text .wrap .lumielina {
    width: 100%;
}

#item .item_text .wrap .lumielina th{
    width: 40%;
	padding:10px 0;
 	border-bottom:1px solid #ccc;
}

#item .item_text .wrap .lumielina td{
    width:60%;
	padding:10px 0;
 	border-bottom:1px solid #ccc;
}