@charset "UTF-8";

.table_wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

	.table_wrap table {
		min-width: 640px;
	}

	table.tblStyle01 td {
		text-align: center;
	}


.flexbox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

	.flexbox .leftbox {
		width: 40%;
	}

		.flexbox .leftbox p {
			margin: 0 0 0 0;
		}

		.flexbox .leftbox .btn_area {
			margin: 10px 0 !important;
		}

			.flexbox .leftbox .btn_area ul li {
				width: 100% !important;
				margin: 0 0 0 0 !important;
			}

	.flexbox .rightbox {
		width: calc(60% - 20px);
	}

		.flexbox .rightbox h3 {
			font-size: 140%;
			color: #2470b3;
		}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.flexbox {
		display: block;
	}

		.flexbox .leftbox,
		.flexbox .rightbox {
			width: 100%;
		}
}
