@charset "utf-8";
#suntory_contents {
	line-height: 1.4;
}
#suntory_contents #jump {
	text-align: left;
}
#suntory_contents #jump a {
    text-decoration: none;
    color: #282828;
	position: relative;
	padding: 15px 20px 15px 35px;
    border: 1px solid #000;
	display: inline-block;
}
#suntory_contents #jump a:hover {
	cursor: pointer;
	background-color: #bfd1c7;
}
#suntory_contents #jump a:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
	top: 40%;
    left: 20px;
    transform: rotate(
225deg) translateY(-40%);
}