@charset "UTF-8";
.tab_menu_btn_flex{
  display: flex;
  justify-content: center;
  text-align: center;
}

.tab_menu_btn_flex li {
  width:40%;
  text-align: center;
  margin:.5em 1em;
  padding:.5em;
  display: block;
  text-decoration: none;
  color: #333;
  border: 2px solid #0075a9;
}
.tab_menu_btn_flex li:hover{
  background:#0075a9;
}
.tab_menu_btn_flex li a{
  color:#333;
  text-decoration:none; 
}
.tab_menu_btn_flex li a:hover{
  color:#fff;
}

.link--out--button{
  display: inline-block;
  background: url(/IR/shared/img/i_arrow-out.gif) no-repeat right 0.25em;
  padding-right: 15px;
}

.link--out--button:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/right_arrow.gif) no-repeat left 0.4em;
  padding-right: 5px;
}

.link--out--button:hover {
  background: url(../img/i_arrow-out_on.gif) no-repeat right 0.25em !important;
}

.link--out--button:hover:before {
  background: url(../img/right_arrow_on.gif) no-repeat left 0.4em !important;
}