@charset "utf-8";

#main .headLine02 {
	margin-bottom: 0;
}

#main .manager {
	position: relative;
}

#main .manager .photo {
	width: 100%;
}

#main .manager p {
	position: absolute;
	left: 30%;
	top: 25px;
	font-size: 13px;
	color: #ff9640;
	font-weight: bold;
}

#main .manager p span {
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#main .greetBox .photo {
	margin-bottom: 15px;
	width: 100%;
}

#main .greetBox h3 {
	margin: 30px 10px 10px;
	font-size: 11px;
	color: orange;
}

#main .greetBox p {
	margin: 0 10px 20px;
	font-size: 11px;
	line-height: 1.7;
}
#main .greetBox p span {
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
}

#main .message {
	margin: 0 10px;
	padding: 15px;
	font-size: 11px;
	border: 1px solid #ff9640;
}

#main .message dt {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ff9640;
}