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

#profile{
	margin:20px 10px;
	}

#profile p{
	padding-top:10px;
	margin-bottom: 16px;
	line-height: 1.8;
	}
#profile .img {
	float:right;
	margin:0 0 20px 25px;
}
p.ttl{
	font-size:170%;
	font-weight:bold;
	margin-bottom:20px;
}
p.ttl span{
	font-size:95%;
	font-weight:normal;
	display:block;
	margin-bottom:6px;
}


@media screen and (max-width: 480px) {

#profile .img {
	float:none;
	margin:0 0 20px;
	text-align: center;
}

}