@charset "utf-8";
/* CSS Document */

#main .section table {
	width: 100%;
	border-bottom : 1px solid #CCC;
}

#main .section table thead th {
	background : #F0F0F0;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	font-weight: bold;
	border-collapse:collapse;
	font-size: 0.875rem;
}

#main .section table tbody tr td {
	font-size: 0.875rem;
}

#main .section table tbody tr th {
	font-size: 0.875rem;
	white-space: nowrap;
	border-bottom: #ccc 1px solid;
}

#main .section table .c-align--right{
	text-align: right;
}
#main .section table .c-align--center{
	text-align: center;
}

#main h4.p-table_title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.6875rem;
}


/*sp*/
.sp table,
.sp #main .section table thead th,
.sp #main .section table tbody tr td,
.sp #main .section table tbody tr th{
	font-size: 0.8125rem;
}

.sp #main .section table{
	width: 500px;
	max-width: 500px !important;
}
