/*
--------------------------------------------------
	reset
--------------------------------------------------
*/

#profile .chronology th {
	width: 85px;
	}

/*
--------------------------------------------------
	additional style
--------------------------------------------------
*/

.image-block-1 {
	float: right;
	width: 164px;
	}
.text-block-1 {
	float: left;
	width: 496px; /* 164 + 20 + 496 = 680 */
	}
.image-block-1 img {
	display: block;
	}

.image-block-2 {
	float: right;
	width: 120px;
	}
.text-block-2 {
	float: left;
	width: 480px; /* 120 + 20 + 480 = 620 */
	}
.image-block-2 img {
	display: block;
	}
