td[name="item"] {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
}

td #email {
	margin-top: 0px;
}
#email_icloud{
	display: none;
	padding-left: 27px;
}
td input[type="text"], td textarea, td select {
	border: 0px;
	padding: 5px;
	margin-top: 15px;
}
td input[type="text"] {
	height: 23px;
	width: 400px;
}
td input[type="radio"]{
	margin: auto;
	margin-right: 5px;
	vertical-align: middle;
}
.registCategoryRow {
	padding-top: 15px;
}
label.registCategoryLabel {
	margin-right: 15px;
}
td select {
	height: 30px;
	width: 410px;
}

.contents_item {
	vertical-align: top;
	margin-top: 15px;
}

textarea#contactContents {
	width:400px;
	height:70px;
	resize: vertical;
}

.necessary {
	background-color: #f95218;
	color: white;
	border-radius: 5px;
	padding: 0px 7px;
}

label.error, span[name="status"],div#messageArea {
  padding-bottom: 2px;
  font-weight: normal;
  color: #bd0000;
}

input[type="button"] {
	width: 195px;
	height: 40px;
	margin-top: 20px;
}
