@charset "utf-8";

/*----------------------------------------------
license-area
----------------------------------------------*/

.widetable{
	position: relative;
	-webkit-overflow-scrolling: touch; overflow-x: scroll;
}
.widetable table {
	width: 730px;
	margin:0px;
	margin-bottom: 10px;
	border-left: 1px solid #999;
	display: block;
}
.widetable table tr th {
	width:100px;
	padding: 5px;
	background-color: #00a0e9;
	border: 1px solid #999;
	color: #fff;
	vertical-align: middle;
	font-weight: bold;
}
.widetable table tr td {
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
	vertical-align: middle;
}