@charset "utf-8";
.r-top .header_bnr{
	background-color:#ec9a79;
	display:table;
	height:45px;
}
.r-top .header_bnr div.bnr01{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.r-top .header_bnr div.bnr02{
	display:block;
	width:70px;
}
.r-top .header_bnr div.bnr03{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.r-top .header_bnr div a {
    display: table;
    height: 45px;
    position: relative;
    width: 100%;
}
.r-top .header_bnr div span {
    display: table-cell;
	vertical-align:middle;
}
/*.r-top .header_bnr div a::after {
    background: rgba(0, 0, 0, 0) url("https://voi.0101.co.jp/voi/content/dam/01/coordinate/sp/p_arrow.png") no-repeat scroll 0px 0px / 7px 14px;
    content: "";
    display: block;
    height: 14px;
    margin-top: -9px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 7px;
}*/

.r-top .header_bnr div a::after {
    background: url("https://voi.0101.co.jp/voi/content/dam/01/coordinate/sp/p_arrow.png") no-repeat 0 0;
	background-size: 7px 14px;
		-moz-background-size: 7px 14px;
		-webkit-background-size: 7px 14px;
    content: "";
    display: block;
    height: 14px;
    margin-top: -9px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 7px;
	height: 14px;
}