@charset "UTF-8";


/* テーブルの設定 */
table caption{
font-weight:bold;
border-left:#999999 solid 5px;
padding-left:8px;
margin-bottom:5px;
}

table tr th p{
	line-height:1.5em;
}
table tr td p{
	line-height:1.5em;
}

/* テーブル01 */
.container #content .table_01{
}

.container #content .table_01 th{
	font-weight:bold;
	border:#CCC solid 1px;
	padding:5px;
}

.container #content .table_01 td{
	border:#CCC solid 1px;
	padding:5px;
}

/* テーブル線なし */
.container #content .table_b01{
}

.container #content .table_b01 th{
	font-weight:bold;
	padding:5px;
	border-bottom:#CCCCCC 1px solid;
	border-right:#ccc dashed 1px;
	text-align:center;
}

.container #content .table_b01 td{
	padding:5px;
	padding-left:8px;
	border-bottom:#CCCCCC 1px solid;
}
table caption{
border-bottom:#ccc solid 1px;
padding:3px 8px;
}
/* テーブル線なし */
.container #content .table_none{
}

.container #content .table_none th{
	font-weight:bold;
	padding:5px;
}

.container #content .table_none td{
	padding:5px;
}