@charset "utf-8";

img#main-img{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.prof-box{
	margin: 50px 0 25px 0;	
}

.prof-box dl{
	float: left;
}

.prof-box img{
	float: left;
	margin-right: 20px;
}

dl.prof dt{
	font-size: 110%;
	font-weight: bold;	
}

dl.q-a dt{
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #87837a;
}

dl.q-a dd{
	margin-top: 5px;
	border-bottom: #87837a 1px dotted;
}