@charset "utf-8";

#header_point_info b, #header_dpoint_info b {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-right: 1px;
  overflow: hidden;
  max-width: 5.2em;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

#header_point_info span, #header_dpoint_info span {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: bottom;
}

#header_user_info {
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  max-width: 30%;
  border-right: 1px solid #ccc;
  position: relative;
  padding: 0 9px 0 0!important;
}

#header_user_info a {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

#header_point_info a:before,
#header_dpoint_info a:before {
  align-self: center;
  background-size: 13px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 13px;
  width: 15px;
  vertical-align: bottom;
}

#header_point_info a:before {
  background-image: url(https://u.xgoo.jp/img/sns/goo.svg);
}
#header_dpoint_info a:before {
  background-image: url(https://u.xgoo.jp/img/sv/dpoint.svg);
}

#header_dpoint_non_flex a:hover,
#header_dpoint_non_inflex a:hover {
  color: #fff;
}
#header_dpoint_non_flex a {
  outline: none;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  background: #c20024;
  border-radius: 3em;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 9px!important;
}
#header_dpoint_non_inflex a {
  outline: none;
  overflow: hidden;
  text-decoration: none;
  display: inline-flex;
  background: #c20024;
  border-radius: 3em;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 9px!important;
}
