@charset "utf-8";

/*
 * eラーニングで大切なこと用CSS
 */

/*
 * 役割
 */
#content table.staff td {
	height:40px;
}
.customer,
.us {
	background-position:center center;
	background-repeat:no-repeat;
}

.customer {
	background-image:url('../../image/character/icon/customer-01.png');
}
.us {
	background-image:url('../../image/character/icon/staff-01.png');
}
