/* カスタム CSS をここに入力してください */
.btn_grp a:hover {
    background: #073F73;
}
.btn_grp a {
    display: inline-block;
    width: 49%;
    background: #0B5DA8;
    color: #fff;
	padding:10px;
    text-align: center;
	margin-left: auto;
		margin-right: auto;
}
a:hover {
    color: #0B5DA8;
    text-decoration: none;
}