@charset "utf-8";
/* CSS Document */

.human {
	background: url(../img/reason/bg_human_body.png) no-repeat top center;
	width: 625px;
	height: 235px;
	padding: 0 40px;
}
.technique {
	background: url(../img/reason/bg_technique_body.png) no-repeat top center;
	width: 625px;
	height: 254px;
	padding: 0 40px;
}
.mobile {
	background: url(../img/reason/bg_mobile_body.png) no-repeat top center;
	width: 625px;
	height: 235px;
	padding: 0 40px;
}
.action {
	background: url(../img/reason/bg_action_body.png) no-repeat top center;
	width: 625px;
	height: 240px;
	padding: 0 40px;
}
.human dl, .technique dl, .mobile dl, .action dl {
	float: left;
	width: 385px;
}
.human dd, .technique dd, .mobile dd, .action dd {
	line-height: 20px;
}

.human figure img, .technique figure, .mobile figure, .action figure {
	float: right;
	padding: 20px 0 0 0;
}
