@charset "UTF-8";
.content3 {
	width: 920px;
	margin: 20px auto;

}

.cast_box_f {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cast_box_f::before {
	width: 222px;
	content: "";
	display: block;
	order: 1;
}

.cast_box_f::after {
	width: 222px;
	content: "";
	display: block;
}

.cast_box2 {
	width: 200px;
	background-color: #1b1b1b;
	border: solid 1px #313131;
	text-align: center;
	padding: 10px;
	margin-top: 5px;
}

.option_boxf {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.option_boxf div {
	width: 33.3%;
}
.option_boxf div img {
	width: 100%;
	vertical-align: bottom;
}

.name,
.size,
.time {
	width: 100%;
}

#search_f {
	width: 470px;
	margin: 10px auto;
}

#search_f form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}