@charset "shift_jis";
.stuff_box {
	margin: 20px;
	border: 5px solid #CCC;
}


.profile_box {
	float: right;
	width: 450px;
	display: block;
}
.license_box {
	float: left;
	width: 465px;
}


.hobby_box {
	float: right;
	width: 465px;
}

.stuff_box p {
	display: block;
}


.stuff_box ul,
.stuff_box2 ul {
	margin-left: 50px;
	font-size: 14px;
}
.stuff_box .right {
	text-align: right;
}
.stuff_box2 {
	margin: 20px;
	border: 5px solid #CCC;
}
.profile_box b {
	font-size: 20px;
	letter-spacing: 0.2em;
}
.stuff_box2 .profile_box {
	width: 370px;
}

.stuff_box2 .license_box {
	float: right;
	width: 430px;
}

.stuff_box2 .hobby_box {
	float: right;
	clear: right;
	width: 430px;
}

.stuff_box img,
.stuff_box2 img {
	float: left;
}
#img_box02 {
	float: right;
	width: 510px;
}
#img_box02 img {
	float: left;
	margin-left: 20px;
}
