@charset "UTF-8";
/* qa26のbox内のリンクにつけているglyphArrowTriangleRightの">"の位置を左に補正する */
.inneradjust span::before{
	top: 0.3em;
	left: -12px;
}
