@charset "UTF-8";
/* CSS Document */

.img {
	background-image: url(../img/img.jpg);
	background-position: center top;
	width: 860px;
	padding-top: 51px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-repeat: no-repeat;
}

form{
	padding-top: 20px;
}

.table_01 th {
	background-color: #E0E4E6;
	text-align: left;
	font-weight: normal;
	padding: 10px;
}
.table_01 td {
	padding: 10px;
}
#form_btn {
	text-align: center;
}
#form_btn li {
	display: inline;
	border: none;
}
#submit {
	margin-right: 20px;
}

#attention {
	margin-top:20px;
}

#attention h3{
	color: #e50065;
	font-size:16px;
}

#attention ul{
	background: #fff;
	border: 1px solid #e50065;
	padding: 15px;
}

#attention ul li{
	border-bottom:none;
	list-style:circle outside;
	margin-left:20px;
}
