  @charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
}

h2.member_name{
	margin:0 0 15px;
	padding:14px 15px 13px;
	line-height:1;
	font-size:1.375rem;
	font-weight:normal;
	background:#E9EAEA;
	letter-spacing:0.05em;
}
h2.member_name span.small{
	font-size:0.9375rem;
}

.lbox_body table.history{
	width:100%;
	margin-bottom:1.5em;
	font-size: 0.875rem;
}

.lbox_body table.history th,
.lbox_body table.history td{
	padding:0.6em 0 0.1em;
	vertical-align:top;
	font-weight:normal;
}

.lbox_body table.history th{
	width:8em;
	padding-left:1rem;
}

.lbox_body .history_txt{
	font-size: 0.8125rem;
	padding-right:1rem;
	padding-left:1rem;
	padding-top:1rem;
	margin-top:30px;
	background:url(/common/image/bg_dot_line.gif) repeat-x left top;
}

@container ol_container (max-width: 600px) {
	.lbox_body table.history th{
		width:7em;
		padding-left:0;
	}
	.lbox_body table.history{
		font-size: 0.8125rem;
	}
}
	
