@charset "utf-8";

/* btnBox
---------------------------------------- */
#btnBox {
	width:300px;
	margin:0 auto 10px;
}
#btnBox li {
	width:147px;
	float:left;
}
#btnBox li:nth-child(1) {
	margin-right:6px;
}

/* table01
---------------------------------------- */
.table01 th,
.table01 td {
	border:#fff 1px solid;
}
.table01 th {
	width:22px;
	line-height:24px;
	text-align:center;
	color:#fff;
	background-color:#1d77b5;
}
.table01 td {
	padding-left:10px;
	background-color:#f2f2f2;
}

.box01 {
	padding:9px;
	margin-bottom:10px;
	border:#56b8ff 1px solid;
}


/* table02
---------------------------------------- */
.table02 th,
.table02 td {
	padding:5px 10px;
	border:#fff 1px solid;
}
.table02 th {
	text-align:center;
	color:#fff;
	vertical-align:middle;
	width:90px;
	padding:5px 10px;
	background-color:#c8e8ff;
}
.table02 td {
	text-align:right;
	padding-right:20px;
	background-color:#f2f2f2;
}
