.hiss {
	color: #C00;
	font-weight:bold;
}

.err {
	color: red;
}

.con-box-inner table {
	width: 635px;
	margin-left:3px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.table-form th {
	color: #00375E;
	background-color: #eee;
	width: 140px;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: left;
	vertical-align:top;
	padding-top:8px;
}

.table-form th span {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #006A23;
}

.table-form td {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 8px;
}

.align-c {
	text-align: center;
	height:50px;
}

.input-s {
	width: 320px;
}

.input-m {
	width: 150px;
}

.input-l {
	width: 330px;
}

.point {
	color: #3B6C53;
}

.inp4 {
	width: 80px;
}

.inp2 {
	width: 40px;
}

/*2010/03/02 hwang 追加：個人情報取り扱い関連説明のため*/
.privacy_title{
	text-align: center;
	color:#333;
}
.privacy {
	padding:0 5px 0 5px;
	width: 400px;
	float: left;
	font-size:85%;
	border: 1px solid #aaa;
	background-color: #eee;

}
/*ここまで*/