@charset "utf-8";
.contents{
	width:700px;
	min-height:590px;
	padding-top:150px;
	margin:0px auto 50px;;
}
.contents h2{
	font-size:28px;
	margin-bottom:20px;
}
.contents p{
	margin-bottom:10px;
}
.contents p.po_list{
	font-weight:bold;
}
table.formTable{
	width:600px;
	margin:30px auto;
	border:1px solid #164588;
	border-collapse: collapse;
}
table.formTable th , table.formTable td{
	padding:20px;
}
table.formTable th{
	width:200px;
	text-align:left;
	background:#164588;
	color:#ffffff;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}
table.formTable td{
	border-bottom:1px solid #164588;
}
p.button{
	margin-top:40px;
	text-align:center;
}
.button a{
	padding:10px 20px;
	background:#164589;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	border-radius:10px;
	margin-bottom:20px;
	margin-right:30px;
	text-decoration:none;
}
.button a:hover{
	cursor : pointer;
	opacity:0.7;
}
input.button{
	padding:10px 20px;
	background:#164589;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	border-radius:10px;
	margin-bottom:20px;
	margin-right:30px;
}
input.button:hover{
	cursor : pointer;
	opacity:0.7;
}