@charset "utf-8";

/* CSS Document */

.borderBox{
	display: table;
	table-layout: fixed;
	background-color: #fff;
	border: 1px solid #5a5a5a;
	width: 100%;
	padding: 20px;
}