@charset "utf-8";
/* CSS Document */

.boxMail {
	margin: 15px 10px 0 10px;
	padding-bottom: 25px;
	background: url(../../consult/img/bg_mail.jpg) no-repeat 0 100%;
}

.boxMail ul {
	margin: 10px 0px 0 30px;
}

.boxMail li {
	margin-right: 15px;
	width: 280px;
	float: left;
	display: inline;
}

.boxMail li.lastChild {
	margin:0;
}

.boxMail li img {
	display: block;
	margin-bottom: 5px;
}

.tblForm {
	width: 100%;
	border-collapse: collapse;	
	margin: 10px 0;
	border: 1px solid #ccc;
}

.tblForm td,
.tblForm th {
	padding: 10px;
	border: 1px solid #ccc;
	font-weight: normal;
	text-align:left;
}

.tblForm th {
	background: #f3f3f3;
	white-space: nowrap;
	width: 150px;
}

.tblForm td.center {
	text-align: center;
}

.tblForm th.select {
	width: auto;
}

.tblForm .num {
	display:none;
}

.tblForm .num2 {
	display:table-row;
}