@charset "UTF-8";

#h1 {
	background-image: url(./img/h1_bg.jpg);
	font-size: 60%;
	color: #fff;
	text-align: center;
}

#girl_box {
	width: 640px;
	height: auto;
	background-color: #fff;
	border: 1px solid #111;
}

#girl_fream {
	width: 300px;
	float: left;
	border: 1px solid #ff0000;
	background-color: #fff;
}

#girls_box_pic {
	width: 120px;
	float: left;
}

#foot_menu h2 {
	color: #fff;
	font-size: 1em;
}

#foot_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#foot_menu ul li {
	width: 49.8%;
	height: 18px;
	float: left;
	padding: 1.3em 0;
	padding-top: 16px;
	text-align: center;
	font-size: 1em;
	background-color: #ead408;
	background-size: 100%;
	margin: 0;
	border-bottom: solid 1px #000;
}

#foot_menu ul li a {
	text-decoration: none;
	text-align: center;
	color: #000;
}

.rookie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.rookie_list::after {
	display: block;
	content: "";
	width: 33%;
}

.rookie_list > div {
	width: 33%;
}
