@charset "UTF-8";
/*
Theme Name: apice_template_ver1
Template: twentyseventeen
Description: apice_template_ver1
Version: 1
*/

* {
    box-sizing: border-box;
}
.cf7-db-table , .cf7-db-table tbody{
	font-size: inherit;
}
.cf7-db-table thead{
	white-space: nowrap;
}
.cf7-db-table td:nth-child( -n + 3){
	white-space: nowrap;
}

.ap_basic_table.ap_db_view{
	background: #fff;
    padding: 20px;
	font-size: 14px;
}

.ap_basic_table.ap_db_view tr,
.ap_basic_table.ap_db_view th,
.ap_basic_table.ap_db_view td{
	border: solid 1px #666;
}

.ap_basic_table.ap_db_view thead{
	background: #f1f1f1;
}
.ap_basic_table.ap_db_view thead.pro > tr > th:nth-of-type(5){
	width: 40%;
}

