@charset "utf-8";
.table_list { padding:10px 0 0 10px;}
.table_row {float:left;width:50%;}
.table_col {margin:0 10px 10px 0;}
.table_list table {border-left:solid 1px #cbe8ff;border-top:solid 1px #cbe8ff}
.table_list th,.table_list td {height:30px;line-height:30px;border-right:solid 1px #cbe8ff;border-bottom:solid 1px #cbe8ff}
.table_list th {width:50%;color:#348BCF;background:#f8fcff}
.table_list td{ text-align:center}

@media screen and (max-width:768px){
	.table_list { padding:0 10px}
	.table_row {width:100%}
	.table_col {margin:0 0 10px 0}
}