table.column_table {
 width: 100%;
	margin:0 auto 60px;
	text-align:left;
	border-collapse: collapse;
}
td.column_table {
	color:#4c4c4c;
	line-height:140%;
	border:solid #ccc 1px;
	padding: 10px 5px;
 font-size: 15px;
}
.column_table tr:nth-child(odd) td {
	background-color: #eee;
}
th.column_table {
	color: #4c4c4c;
	line-height: 140%;
	border: solid #ccc 1px;
	padding: 10px 5px;
	background: #d3edf1;
 font-size: 15px;
	font-weight: bold;
}
table.column_table2 {
	table-layout: auto;
	margin-bottom: 10px;
}
table.column_table2 td {
	line-height: 140%;
	padding: 3px 10px 3px 3px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
table.column_table3 {
	margin:15px auto 0;
	text-align:left;
	border-collapse: collapse;
}
.column_table3 th {
	color: #4c4c4c;
	line-height: 140%;
	padding: 10px 5px;
 font-size: 15px;
	position: relative;
}
.column_table3 td {
	color:#4c4c4c;
	line-height:140%;
	border:solid #ccc 1px;
	padding: 10px 5px;
 font-size: 15px;
}
.column_table3 tr {
	display: table-row;
}
.column_table3 td:first-child {
	background: #d3edf1;
 text-align: center;
}
.column_table3 span {
	display: none;
	color: #fff;
	width: 100%;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 0;
	margin-top: -10px;
	z-index: 5;
}

@media screen and (max-width : 768px){
table.column_table {
	margin-bottom:40px;
}
td.column_table {
 font-size: 14px;
}
th.column_table {
 font-size: 14px;
}
.float-l {
	float: none;
}
.float-r {
	float: none;
}
table.column_table3 {
	margin-left: 0;
	width: 100%;
}
.column_table3 th {
	padding: 10px;
	border: solid #ccc 1px;
	height: 45px;
 font-size: 14px;
}
.column_table3 td {
 font-size: 14px;
}
.column_table3 tr:nth-of-type(n+2) {
	display: none;
}
.column_table3 span {
	display: inline-block;
}
.column_table3 tr.close span:after {
	content: "＋";
	background: #2aa9bc;
	display: block;
	height: 39px;
	width: 39px;
	margin: 3px 2px 0 auto;
	line-height: 39px;
	text-align: center;
}
.column_table3 tr.open span:after {
	content:"−";
	background: #2aa9bc;
	display: block;
	height: 39px;
	width: 39px;
	margin: 3px 2px 0 auto;
	line-height: 39px;
	text-align: center;
}
}