/** reset start **/


/** reset end */

#movie {
	border:3px double #DEDEDE;
	padding:10px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:0.9em;
	line-height:1.3em;
  overflow: hidden;
}

#movie .movieArea {
	float:left;
	margin:10px 15px 10px 0;
}
@media only screen and (max-width: 640px) {
  #movie .movieArea {
    float:none;
    margin:10px auto 10px auto;
    text-align: center;
  }
}

#movie .movieArea video {
	border: 5px solid #DEDEDE;
}

.recruitInfo th {
	width:150px;
}
@media only screen and (max-width: 640px) {
  .recruitInfo th {
    width:auto;
  }
}
