#content-main a.download {
    line-height: 25px;
    color: #ffffff;
    padding: 10px 28px 10px 15px;
    background: #FF4D00 url(/images/common/arrow01.svg) no-repeat right 14px center;
    border-radius: 5px;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 10px;
	display: inline-block;
}
#content-main a.download:hover {
    background: #e54500 url(/images/common/arrow01.svg) no-repeat right 11px center;
    color: #ffffff;
}