@charset "utf-8";

/* 支配人ご挨拶 */
/*----------------------------------------------------------*/

#manager {
	margin-bottom:45px;
	padding-right: 55px;
	padding-left: 55px;
}

.manager_ph {
	float:right;
	width:172px;
}

.manager_txt {
	float:left;
	width:405px;
}

.staffLeft {
	float: left;
	width: 285px;
	padding-bottom: 25px;
}

.staffRight {
	float:right;
	width: 285px;
	padding-bottom: 25px;
}

.staffLeft .staffTxt , .staffRight .staffTxt {
	float: left;
	width: 140px;
	padding-left: 11px;
}

.staffLeft .staffPh , .staffRight .staffPh {
	float: left;
	width: 130px;
}

.staff {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 25px;
}

/*----------------------------------------------------------*/

/* flow */
/*----------------------------------------------------------*/

.flowInner {
	border: 1px solid #EBEBEB;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.flowInner h4.flow {
	margin-bottom:15px;
}

.flow p {
	margin-bottom: 0px;
}

/*----------------------------------------------------------*/

