@charset "shift_jis";

#movie-body {
	width: 720px;
	margin: 20px auto;
    font-size: 100%;
	line-height: 1.6;
	color: #333;
}
.movie_clear {
    clear: both;
}
.movie {
    float: left;
    width: 350px;
}
.movie-left {
    margin: 0 15px 0 0;
}

.movie-contents {
    margin: 0 0 15px;
}
.movie-sub {
    font-weight: bold;
}
.movie-h4 {
    margin: 0 0 5px;
    font-size: 100%;
    font-weight: bold;
	line-height:1.4;
	border-bottom:none !important;
}
.ml0 {
	margin-left:0px !important;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}