
/* ---------------------------------------------------------
 block/box
--------------------------------------------------------- */
.block-caption ,
.block-caption-S 
{
	display: inline-block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-right: 5rem;
	padding-bottom: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	color: darkblue;
	height: 2rem;
	line-height: 2rem;
}
.block-caption-S {
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	border: 0;
	margin-bottom: 10px;
	padding: 0;
}
.normal-caption {
	font-size: 1rem;
	font-weight: bold;
	color: darkblue;
}
.normal-caption-S {
	font-weight: bold;
	color: darkblue;
}
.flex-list-btn {
	margin-bottom: 12px;
}
.nowrap-box {
	white-space: nowrap;
}


/* ---------------------------------------------------------
 list/table
--------------------------------------------------------- */
.normallist-table tr td,
.normallist-table tr th 
{
	font-size: 0.9rem;
	text-align: left;
	padding: 6px;
	vertical-align: top;
}
.table-border {
	border: 1px solid #999;
}
	.normallist-table tr td.num-td {
		font-size: 0.9rem;
		text-align: center;
	}
	.normallist-table tr td.right-td {
		font-size: 0.9rem;
		text-align: right;
	}


/* ---------------------------------------------------------
 staff
--------------------------------------------------------- */
#staff-table {
	border: 1px solid #ccc;
}
	#staff-table tr th {
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
	}
	#staff-table tr th ,
	#staff-table tr td {
		padding: 6px 12px;
		border-bottom: 1px solid #ccc;
		white-space: nowrap;
	}
	#staff-table tr td.staff-table-sec{
		text-align: right;
	}


/* ---------------------------------------------------------
 parts
--------------------------------------------------------- */
#news-table-box {
	border: 1px solid #801033;
	color: #801033;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 12px;
	width: 80%;
}
	#news-table-box table tr td {
		vertical-align: top;
		font-size: 0.9rem;
		padding: 5px 10px;
		padding-top: 15px;
		color: #333;
	}



