@charset "utf-8";

span.hissu {
	font-size:12px;
	color:#fff;
	background:#F00;
	padding:2px 5px;
	margin-left:20px;
}

input {
	padding:2px 10px;
	line-height:25px;
	border:#CCCCCC 1px solid;
}

textarea {
	padding:2px 10px;
	line-height:20px;
	border:#CCCCCC 1px solid;
}


table input:focus {
	background:#FFFBD7;
}

table textarea:focus {
	background:#FFFBD7;
}

.formBtnArea {
	text-align:center;
}

.btn-confirm {
	text-indent:-9999px;
	width:330px;
	height:65px;
	background:url(../img/confirm_btn.png) no-repeat;
	border:none;
	cursor:pointer;
}

.btn-confirm:hover {
	opacity:0.7;
}

.btn-back {
	text-indent:-9999px;
	width:330px;
	height:65px;
	background:url(../img/back_btn.png) no-repeat;
	border:none;
	cursor:pointer;
}

.btn-back:hover {
	opacity:0.7;
}

.btn-submit {
	text-indent:-9999px;
	width:330px;
	height:65px;
	background:url(../img/send_btn.png) no-repeat;
	border:none;
	cursor:pointer;
}

.btn-submit:hover {
	opacity:0.7;
}
