@charset "utf-8";
/**
 * style.css
 */

/* layout
--------------------------------------------------*/
/* mailform */
	#mailform {
	}
	#mailform .req {
		color: #ef1616;
	}
	#mailform .tableStyle {
		margin-top: 20px;
	}
	#mailform .tableStyle table th {
		width: 9em;
	}
	#mailform .tableStyle table th span {
		font-size: 83.3%;
	}
	label.error {
		display: block;
		margin-top: 5px;
		color: #ef1616;
	}
	#formBtnBox {
		width: 235px;
		height: 30px;
		margin: 30px auto 0;
	}
	input.formBtn {
		display: block;
		overflow: hidden;
		width: 115px;
		height: 30px;
		border: none;
		text-align: left;
		text-indent: -5260px;
		cursor: pointer;
	}
	input#btnReset {
		float: left;
		background: url(../imgs/bt-reset.gif) no-repeat left top;
	}
	input#btnConfirm {
		float: right;
		background: url(../imgs/bt-confirm.gif) no-repeat left top;
	}
	input#btnBack {
		float: left;
		background: url(../imgs/bt-back.gif) no-repeat left top;
	}
	input#btnSend {
		float: right;
		background: url(../imgs/bt-send.gif) no-repeat left top;
	}
	input.formBtn:hover {
		background-position: left bottom !important;
	}
	#finish,
	#error {
		padding: 50px 0;
		text-align: center;
	}