@charset "utf-8";
/* CSS Document */
.page_ttl {
	background: url(../images/bg_page_ttl.jpg) top center no-repeat;
}
#flier ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#flier li {
	position: relative;
	width: 550px;
	margin-bottom: 30px;
}
@media screen and (max-width:640px) {
	.page_ttl {
		background: url(../images/bg_page_ttl.jpg) top center no-repeat;
		-moz-background-size: cover;
		background-size: cover;
	}
	#works_list li {
		position: relative;
		width: 100%;
	}
}
