@charset (utf-8);

/* =Message
-------------------------------------------------------------- */
.message h3.ttl {
	margin: 0 0 30px 0;
}
.message h4.ttl {
	margin: 30px 0;
}
.message .secTtl{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.message .txtImg{
    margin-top: 40px;
	text-align: center;
}
	.message .txtImg img{
		width: 420px;
	}
.message .photo {
	float: right;
	margin:5px 0 30px 30px;
}
.message .sign {
	font-size: 24px;
	line-height: 36px;
	margin-top: 40px;
	text-align: right
}
.message .sign span {
	margin: 0 20px 0 0;
	font-size: 14px;
	vertical-align: middle;
}
	.message .sign img{
		width: 180px;
	}
.message table.consultationtime th {
	width: 95px;
	padding: 0 20px;
	text-align: center;
}
.message table.consultationtime td {
	padding: 6px 20px;
	border-top: none;
}
.message table.consultationtime tr + tr th,
.message table.consultationtime tr + tr td {
	border-top: 1px dashed #999;
}
