@charset "utf-8";

/* ページヘッダ */
#c-heading {
	padding-bottom: 20px;
}
#c-heading .box-l {
	float: right;
	width: 360px;
}
#c-heading .box-l #title {
	height: 20px;
	font-size: 16px;
	text-align: right;
	border-bottom: 2px solid #000000;
	line-height: 1em;
	margin: 0px 0px 18px;
}
#c-heading .box-l #copy {
	height: 150px;
}
#c-heading .box-l #copy h3 {
	font-size: 14px;
}

#c-heading .box-l #profile {
	height: 90px;
}
#c-heading .box-l #profile em {
	display: block;
}
#c-heading .box-l #profile #post {
	font-size: 14px;
	padding-right: 20px;
	font-weight: bold;
}
#c-heading .box-l #profile #name {
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;
	display: block;
}


#c-heading .box-r {
	float: left;
	width: 240px;
}


/* ページ内容 */
#c-body {
	clear: both;
}
#c-body p {
	text-indent: 1em;
	font-size: 14px;
	line-height: 1.8em;
}
#c-body #c-body-left {
	float: left;
	width: 290px;
	padding-right: 20px;
}
#c-body #c-body-right {
	width: 290px;
	float: right;
}
