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

.pc-bt p a {
	display: block;
	-webkit-appearance: none;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 18px;
	background: #ffa500;
	border: solid 1px #e6e6e6;
	border-radius: 10px;
	width: 96%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}

