@charset "Shift_JIS";
/* CSS Document */

.wrp{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

.wrp p{
	text-align: center;
}
input[type=text]{
	height:30px;
	font-size: 16px;
}
input[type=submit]{
	font-size: 16px;
	height: 50px;
}
input[type=reset]{
	font-size: 16px;
	height: 50px;
}
textarea{
	width:450px;
	height: 240px;
	font-size: 16px;
}
input[type="checkbox"]{
  height: 20px;
  width: 20px;
}
input[type="radio"]{
  height: 20px;
  width: 20px;
  inline-size: 1.5rem;
  block-size: 1.5rem;
}

td {
	padding: 5px;
}

.comment {
	font-size: 10pt;
	color: blue;
}

.msg {
	margin: 10 10 10 10;
	ext-size: 12pt;
	line-height: 1.3em;
}