@charset "UTF-8";
/* CSS Document */




.rec{
	width:100%;
	border-top:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

.rec th{
	padding:20px;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	background-color:#fcf8f3;
	width:150px;
}

.rec td{
	padding:20px;
	border-bottom:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
}


.btn2 a{
	border-radius: 10px; /* CSS3草案 */
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px; /* Firefox用 */
	background-color:#aacd06;
	color:#FFF;
	padding:20px;
	font-weight:500;
	text-decoration:none;
	font-size:30px;
	



background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f6ab00), color-stop(0.00, #fec84d));
background: -webkit-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
background: -moz-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
background: -o-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
background: -ms-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
background: linear-gradient(to bottom, #fec84d 0%, #f6ab00 88%);


box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
}

.btn2 a:hover{
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #9c7b67), color-stop(0.00, #c09981));
background: -webkit-linear-gradient(top, #c09981 0%, #9c7b67 88%);
background: -moz-linear-gradient(top, #c09981 0%, #9c7b67 88%);
background: -o-linear-gradient(top, #c09981 0%, #9c7b67 88%);
background: -ms-linear-gradient(top, #c09981 0%, #9c7b67 88%);
background: linear-gradient(to bottom, #c09981 0%, #9c7b67 88%);

}

.center{
	text-align:center;
	display:block;
}