@charset "UTF-8";
/* top */

.content_wrap{
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
h1{
	font-size: 20px;
	margin:20px 0 50px;
}
.formList{
	padding: 0 5%;
}
.formList li a{
	display: block;
	width: 150px;
	height:40px;
	line-height: 40px;
	background-color: #888888;
	color: #fff;
	text-align: center;
	margin: 2px;
	float: left;
}
.formList li a:hover{
	background-color: #000;
}
























