.com {
	padding: 14px 3% 25px; 
}

h3 {
	*zoom: 1;
	background: #ee87b4;
	padding: 8px 3% 8px; 
}
h3:after {
	content: "";
	display: table;
	clear: both; 
}
h3 span {
	float: right; 
}
h3 span.title {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 16px;
	padding: 2px 0 0; 
}
h3 span.require {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 2px 0 0;
	background: #fff;
	padding: 2px 4px;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px; 
}

.inner {
	padding: 10px 3% 20px; 
}
.inner span.inputstyle {
	font-size: 12px; 
}
.inner span.err {
	font-size: 12px;
	display: block;
	color: #ff0000;
	font-size: 14px; 
}
.inner input {
	width: 94%;
	height: 25px;
	vertical-align: bottom;
	font-size: 15px; 
}
.inner input.short {
	width: 44%; 
}
.inner input#zip1 {
	width: 30%; 
}
.inner input#zip2 {
	width: 52%; 
}
.inner input[type="checkbox"] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	vertical-align: -2px;
	margin: 0 5px 0 0;
	width: auto; 
}
.inner input[type="radio"] {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	vertical-align: -2px;
	margin: 0 5px 0 0; 
}
.inner select {
	width: 100%;
	font-size: 15px; 
}
.inner textarea {
	width: 94%;
	height: 100px;
	font-size: 15px; 
}
.inner .privacy {
	margin: 20px 0 0;
	border: 1px solid #8B8B8C;
	width: 100%;
	height: 180px;
	overflow-y: scroll; 
}
.inner .privacy p {
	padding: 5px; 
}

.birthday select {
	display: inline-block;
	width: 28%;
	margin: 0 4% 0 0; 
}
.birthday select#year {
	width: 32%; 
}
.birthday select#day {
	margin: 0 0 0 0; 
}

.actionbtn {
	padding: 25px 3% 50px; 
}
.actionbtn button {
	border: none;
	background: none;
	width: 100%; 
}
.actionbtn button img {
	width: 100%; 
}
.actionbtn form {
	display: inline-block;
	width: 48%; 
}
.actionbtn form input {
	width: auto; 
}
