@charset "utf-8";

/*-----------------------------------------------
	.tablebox
-----------------------------------------------*/
.tablebox {
	overflow:hidden;
}
.tablebox table{text-align:left; width:48%;border:0;margin-bottom:30px;}
.tablebox table:first-child{float:left !important;margin-right:4%;}
.tablebox table td{border-top:1px solid #000;}
.tablebox table td:first-child{width:40%;}
.tablebox .tablebox{margin: 40px auto 0 auto;max-width:700px;wisth:100%;}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	.tablebox
-----------------------------------------------*/
.tablebox table{text-align:left; width:100%;float:none;border:0;}
.tablebox table:first-child{margin-bottom:30px;}
}
