@charset "utf-8";


div#errorMessage {
	background: #ffffff;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding:10px;
	margin: 10px 15px;
}

div.button {
	text-align:center;
	padding: 30px 0;
}

div.button input {
	font-weight: bold;
	font-size: 150%;
	text-transform: uppercase;
	margin: 0 10px;
	width: 150px;
}

.textbox-ss {
	width:40px;
}

.textbox-s {
	width:150px;
}

.textbox {
	width:250px;
}

.textbox-l {
	width:450px;
}

.textarea {
	width:450px;
	height:200px;
}

p.note {
	border:solid 1px #000;
}

#reset {
	width:180px;
}

#step {
	margin-top:30px;
	margin-left:25px;
}

.s-gray {
	color:rgb(200,200,200);
}

.step-item p span {
	display:block;
	border-bottom:1px solid rgb(0,0,0);
	margin-top:5px;
}

.s-gray p span {
	border-bottom:1px solid rgb(190,190,190);
}
.s-bold p {
	font-weight:bold;
}

#step .arrow {
	position:relative;
	top:calc(38px / 2);
	display:block;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid rgb(205,205,205);
	border-right: 1.5px solid rgb(205,205,205);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#step .tds {
	position:relative;
}

#step .td_a {
	padding-left:12px;
}

#step .td_b {
	padding-right:12px;
}

.conf-note {
	color:rgb(255,20,20);
}

.supplement h5 {
	width:5em;
}
.supplement p {
	font-size:90%;
}

.thanks-span {
	color:rgb(255,0,0);
	font-weight:bold;
}
h3#Subhead {
  height: auto;
  background-position: bottom;
}
h3 strong {
  height: auto;
}