  @charset "utf-8";
/* CSS Document */

/*heading*/

#main h4.p-table_title{
	font-size: 1rem;
	line-height: 1.5;
	margin: 1rem 0 0.6875rem;
	padding-top: 0.6875rem;
	border-top: #ccc 1px solid;
}

#main h5.table_label_small{
	font-size: 0.9375rem;
	margin: 1rem 0 0.25rem;
}

/**/
#main .section table {
	width: 100%;
	border:  1px solid #CCC;
}

#main .section table caption {
	text-align: right;
}

/*width_free*/
#main .section table.p-width_free {
	width: auto;
}
#main .section table.p-width_free th,
#main .section table.p-width_free td{
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	min-width: 100px;
}


#main .section table thead th {
	background : #F0F0F0;
	padding : 6px 0px;
	font-weight: bold;
	text-align: center;
	border-collapse:collapse;
	border:  1px solid #CCC;
	font-size: 0.875rem;
}

#main .section table thead th.tt {
	text-align: right;
}

#main .section table tbody tr td {
	font-size: 0.875rem;
	text-align: right;
	padding:5px 10px;
	border : 1px solid #CCC;
}
#main .section table tbody tr th {
	font-size: 0.875rem;
	padding: 5px 10px;
	white-space: nowrap;
	border : 1px solid #CCC;
}
#main .section table tbody tr td.first_cell,
#main .section table tbody tr th.first_cell{
	border-left : none;
}

#main .section table tbody.second tr th {
	padding: 5px 10px 5px 15px;
}

#main .section table .c-align--right{
	text-align: right;
}
/*#main .section table.safety_table tr td.no_border,
#main .section table.safety_table tr th.no_border{
	border-bottom: none;
}*/

#main .section table.hanrei tbody tr td{
	font-size: 0.8125rem;
	border: none;
	text-align: left;
}
#main .section table.hanrei{
	border-bottom: none;
}

/*p-health_theme*/
table.normal.p-health_theme{
	font-size: 0.9375rem;
}
table.normal.p-health_theme th{
	width: 6em;
	text-align: center;
	vertical-align: middle;
}

/*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;
	white-space: inherit;
}

.sp #main .section table{
	/*width: 500px;*/
	max-width: 500px !important;
}
.sp #main .section table.hanrei{
	width: 100%;
}
