#f-head {
	position: relative;
}

#f-head ul {
	list-style: none;
	position: absolute;
	top: 0;
	z-index: 1;
}

#f-head .bx-controls {display: none;}

#country a:hover,
#hotori a:hover {
	opacity: 0.7;
}

#country {
	padding-top: 35px;
	text-align: center;
}

#country ul {
	list-style: none;
	padding-top: 30px;
}

#country ul li {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

#hotori {
	padding-top: 60px;
	text-align: center;
	position: relative;
}

#hotori ul {
	list-style: none;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 60px;
}

#hotori ul li {
	padding-top: 10px;
}

