










table.type01 {
	margin-top:30px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
font-weight:normal;
}
table.type01 th {
	font-weight:normal;
	width: 200px;
	padding: 15px;
	color:#333;
	vertical-align: top;
	border: 1px solid #999;
  background: rgba(0, 0, 0, 0.2);
}
table.type01 td {
  background: rgba(0, 0, 0, 0.1);
	font-weight:normal;
	color:#333 !important;
	width: 570px;
	padding: 15px;
	vertical-align: top;
	border: 1px solid #888;
}











.inner{
  width: 80%;
  margin: 0 auto;
  max-width: 250px;
}

a.cp_btn {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FF5722;
	width: 220px;
	height: 220px;
	line-height: 220px;
	border: double 4px #FF5722;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
	transition: .6s;
text-align: center;
}
a.cp_btn:hover {
	transform: rotateY(360deg);
}