@charset "utf-8";

/* ========================================================================== */
/* YA-MAN zh-CN corporate RWD CSS by mniwa at ya-man.com
/* ========================================================================== */



.about {
	margin-bottom: 2em;
}
.about p {
	margin-bottom: 1em;
}

.profile dt {
	color: #666;
	letter-spacing: 0.1em;
}
.profile dd {
	margin-bottom: 0.4em;
	border-bottom: 1px solid #f4f4f4;
}


@media only screen and (min-width: 641px) {
	.profile dt {
		width: 8em;
		float: left;
		color: inherit;
	}
	.profile dd {
		margin-bottom: inherit;
		margin-left: 8em;
		padding: 0 0 0.6em 1em;
		border-left: 4px solid #f4f4f4;
		border-bottom: inherit;
	}
}