@charset "UTF-8";

/*------------------------------table03-------------------------------*/
.data_list {
	margin-bottom: 20px;
}
.data_list table{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	padding:0;
	margin:0;
	background: #cfcfcf;
}
.data_list table+ table{
	border-spacing: 0;
}

.data_list table th{
	width:20%;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	background: #f2f2f2;
}
.data_list table td{
	padding:10px;
	text-align:left;
	background: #fff;
}
.data_list table td+ td{
	border-top: none;
}
.data_list table td:first-child{
	background: #f2f2f2;
	text-align: center;
}


@media screen and (max-width: 1000px) {
	.data_list{
		margin-bottom: 0; 
	}
	.data_list table{
		border:0;
		margin-bottom: 20px;
		background: none;
	}
	.data_list table thead{
		display:none;
	}
	.data_list table tr{
	    margin-bottom: 20px;
	    display: block;
	    padding: 0;
		border: solid 1px #cfcfcf;
		border-bottom: 2px solid #cfcfcf;
	}
	.data_list table tr:last-child{
	    margin-bottom: 0;
	}
	.data_list table th{
	width:100%;
		display:block;
		text-align:center;
	}
	.data_list table td{
		display:block;
		text-align:left;
	}
	.data_list table td:last-child{
		border-bottom:0;
	}
	.data_list table td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
	}
}



/*------------------------------table02-------------------------------*/
.type1{
	margin-bottom: 20px;
}
.type1 table{
	width:100%;
	border-collapse:collapse;
	padding:0;
	margin:0;
}
.type1 table th{
    position: relative;
    text-align: left;
    background: #f2f2f2;
    padding: 10px 20px;
    vertical-align: top;
    z-index: -1;
}
.type1 table td{
	background: #fff;
	padding: 10px 20px;
}
.type1 table th:before{
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c11920;
    width: 3px;
    height: 15px;
    line-height: 15px;
}
.type1 table tr,
.type1 table th,
.type1 table td{
	border: solid 1px #cfcfcf;
}
@media screen and (max-width: 1000px) {
	.type1 table tr,
	.type1 table th,
	.type1 table td{
		display: block;
		width: 100%;
	}
	.type1 table tr+ tr{
		border-top: none;
	}
	.type1 table th{
		border: none;
		z-index: 0;	
		padding: 0 20px;
		height: 35px;
		line-height: 35px;
		vertical-align: middle;
	}
	.type1 table td{
		border: none;
	}
}

.sub_text{
	background-color:#eeeeee; border: solid #cccccc 1px;
	padding: 20px;
	margin:  20px;
}