@charset "utf-8";

/* INTRODUCTION
------------------------------------------------------------------------------*/

.introBox {
	margin-top: 15px;
	min-height: 298px;
}

.introBox h3 {
	margin-bottom: 15px;
}

.introBox p {
	width: 375px;
	line-height: 1.75;
	margin-bottom: 25px;
}

#introAbout {
	background-image: url(../images/introduction/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#introMember {
	background-image: url(../images/introduction/bg_member.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#introConsultant {
	margin-top: 15px;
	min-height: 611px;
	background-image: url(../images/introduction/bg_consultant.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#introConsultant p {
	margin-bottom: 0px;
}

.introBox h4 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.introBox li {
	line-height: 1.75;
}

#consultant_2 {
	margin-top: 25px;
}
