.responsive-table table, .responsive-table2 table {
	margin: 0 auto 10px;
	border-collapse: collapse;
	background-color:#fafafa;
}
.responsive-table th, .responsive-table td, .responsive-table2 th, .responsive-table2 td {
	margin: 0;
	padding: 6px;
	border: 1px solid #7297db;
	font-size:13px;
	font-size:1.3rem;
}
.responsive-table th, .responsive-table2 th {
	background-color: #dce9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
	background-image: -webkit-linear-gradient(top, #e1eefd, #b0c9e7);
	background-image:    -moz-linear-gradient(top, #e1eefd, #b0c9e7);
	background-image:     -ms-linear-gradient(top, #e1eefd, #b0c9e7);
	background-image:      -o-linear-gradient(top, #e1eefd, #b0c9e7);
	background-image:         linear-gradient(top, #e1eefd, #b0c9e7);
	text-shadow: 0 0 2px rgba(255,255,255,1);
	font-weight: normal;
	text-align:center;
}
.title-color {
	background-color:#ebebeb;
	background-image:none;
}

 @media only screen and (max-width: 640px) {
.responsive-table table, .responsive-table2 table {
	display: block;
	position: relative;
	width:auto;
	margin-left:1%;
	margin-right:1%;
}
.responsive-table th, .responsive-table td, .responsive-table2 th, .responsive-table2 td {
	font-size:11px;
	font-size:1.1rem;
}
.responsive-table table thead, .responsive-table2 table thead {
	display: block;
	float: left;
	text-align:center;
}
.responsive-table table tbody, .responsive-table2 table tbody {
	display: block;
	position: relative;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
	text-align:left;
}
.responsive-table2 table tbody {
	text-align:center;
}
.responsive-table table thead tr, .responsive-table2 table thead tr {
	display: block;
}
.responsive-table table th, .responsive-table2 table th {
	display: block;
}
.responsive-table table tbody tr, .responsive-table2 table tbody tr {
	display: inline-block;
	vertical-align: top;
}
.responsive-table table td, .responsive-table2 table td {
	display: block;
}
/* borderの調整 */
	.responsive-table th {
	border-bottom: 0;
}
.responsive-table td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.responsive-table tbody tr {
	border-right: 1px solid #d3d9e4;
}
.responsive-table th:last-child, .responsive-table td:last-child {
	border-bottom: 1px solid #d3d9e4;
}
.responsive-table2 td {
	border:1px solid #d9d9d9;
	border-collapse:collapse;
}
