/*input.html*/

/*input.html , check.html , thanks.html
この３ページはボリュームが少ないので、フッターを最下部に固定しています。
以下、固定用*/

html {
	height: 100%;
}

body{
	height: 100%;
}

#wapper {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#footer {
	height:40px;
	position: absolute;
	bottom: 0;
}
/* --------- ここまで ----------*/





#header {
	height: 53px;
}

#container {
	background: #eeeeee;
	border: solid 1px #cccccc;
	width: 750px;
	margin: 50px auto;
}

#container h2 {
	margin: 25px 0 0 81px;
}

#inputTable {
	width: 588px;
	line-height: 2;
	margin: 15px 81px;
}

#inputTable tr th {
	width: 188px;
	padding: 0 0 0 15px;
	vertical-align: top;
}

#inputTable tr td {
	width: 400px;
	padding: 5px 0;
}

#inputTable tr td input {
	width: 400px;
	height: 2em;
}

#inputTable tr td textarea {
	width: 400px;
	height: 10em;
}

#btn {
	height: 22px;
	margin: 0 0 20px 245px;
}

#btn p input {
	float: left;
	margin: 0 15px;
}

/*check.html*/
#container #checkTable {
	width: 588px;
	background:#ffffff;
	margin: 15px 81px;
	
}

#container #checkTable tr th {
	width: 150px;
	padding: 0 0 0 15px;
	border: 1px solid #cccccc;
}

#container #checkTable tr td {
	width: 428px;
	padding: 5px;
	border: 1px solid #cccccc;
}

#container #checkBtn {
	height: 50px;
	margin: 0 0 20px 80px;
}

#container #checkBtn p {
	margin: 0 0 10px 15px;
}

#container #checkBtn p input {
	float: left;
	margin: 0 15px 0 0;
}


/*thanks.html*/
#thanks {
	margin: 15px;
}

#thanks p {
	font-size:large;
	padding: 0 0 15px 0;
}

#thanks p+p {
	font-size:small;
}

#thanks p a {
	margin: 310px;
}

/*err*/
#inputTable tr td {
	color:#ff0000;
}
