@charset "utf-8";
/* css document */

/* hr-title */
#static .hr-title {
	font-size: 34px;
	color: #dcd2c0;
	text-align: center;
	font-family: arial, "helvetica neue", sans-serif;
	margin-bottom: 20px;
}

/* static-image */
#static .static-image {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
#static .static-image a {
	text-decoration: none;
}
#static .static-image img {
	width: 216px;
	border: solid 1px #ccc;
}