
div.bt-box {
	position: relative;
	font-size: 105%;
	font-weight: 700;
	letter-spacing: 0.6px;
	display: block;
	margin-left: 80%;
/*	margin-bottom: -3.5%;*/
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;

}

div.bt-box:hover{
	position: relative;
	font-size: 105%;
	font-weight: 700;
	letter-spacing: 0.6px;
	display: block;
	margin-left: 80%;
/*	margin-bottom: -3.5%;*/
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
}
div.bt-box a{
	background: #ff7033 url(/images/common/arrow01.svg) no-repeat right 14px center;
	color: #fff;
	padding: 10px 28px 10px 15px;
	font-size: 75%;
	font-weight: 400;
	margin-top: 10px;
	border-radius: 5px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}

div.bt-box a:hover{
	background: #ff4d00 url(/images/common/arrow01.svg) no-repeat right 11px center;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
