


@charset "UTF-8";
/* CSS Document */

/*

	Aflac CSS
	がん保険 Parts Setting

*/

/* --------------------------------------------------------------------------------------
アフラックのよりそうがん相談サポートのパーツ
--------------------------------------------------------------------------------------- */

.txLinkWhiteArrowRight {
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    background-color: rgba(51,176,227);
}    

a.txLinkWhiteArrowRight {
  color: #fff;
}
   

.txLinkWhiteArrowRight {
	position: relative;
	display: inline-block;
	color: #333333;
	text-decoration: none;
}
a.txLinkWhiteArrowRight {
	color: #fff;
	text-decoration: none;
	padding: 5px 22px 5px 10px;
}

.txLinkWhiteArrowRight {
	padding-right: 16px;
}

.txLinkWhiteArrowRight:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}

.txLinkWhiteArrowRight:after {
	top: 50%;
	right: 5px;
	margin-top: -5px;
}



