/* common */
.mr2{margin-right: 2px !important;}

/* detail */
.p-tooltip {
  display: inline-block;
  position: relative;
}

.p-tooltip__trigger {
  cursor: pointer;
  margin: 0;
  text-decoration: underline;
}

.p-tooltip__trigger:before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
}

.p-tooltip__trigger:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 300;
}

.p-tooltip__trigger:hover .p-tooltip__balloonOuter {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 300;
}

.p-tooltip__balloon {
  background-color: #fff;
  border: 1px solid #bcb6b3;
  border-collapse: separate;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  padding: 8px 12px;
  text-align: left;
}

.p-tooltip__balloonOuter{
  right: -16px;
  bottom: 25px;
  text-align: right;
  position: absolute;
  width: 400px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: hidden;
}

.p-tooltip__balloonOuter.b-posBc {
  left: 50%;
  top: 25px;
  margin-left: -200px;
  text-align: center;
}

.p-tooltip__balloonOuter.b-posBc .p-tooltip__balloon::before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 150 100'%3E%3Cfilter id='shadow' x='-100%25' y='0' width='300%25' height='300%25' color-interpolation-filters='sRGB'%3E%3CfeColorMatrix in='SourceAlpha' result='ChangeAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .50 0'/%3E%3CfeGaussianBlur in='ChangeAlpha' result='GaussianBlur' stdDeviation='6'/%3E%3CfeMerge%3E%3CfeMergeNode in='GaussianBlur'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3Cpolyline points='25,100 75,50 125,100' stroke-width='6' stroke='%23bcb6b3' fill='%23fff' filter='url(%23shadow)'%3E%3C/polyline%3E%3C/svg%3E%0A");
}

.p-tooltip__balloonOuter.b-posBc .p-tooltip__balloon::before {
  top: -13px;
  left: 50%;
  margin-left: -10px;
}

.p-tooltip__balloon::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  width: 21px;
  height: 14px;
}

.p-searchResultItem__questionIcon {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

.p-searchResultItem__highlyRatedBalloon {
  box-sizing: border-box;
  width: 220px;
  line-height: 1.5;
}

.c-icon {
  display: inline-block;
  vertical-align: inherit;
  line-height: 1;
}

.c-icon--questionGra {
  background: url(/assets/img/common/icons/icon_question_gra.svg);
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

div#yado_header_740 div.yado_header_left p.yado_header_icon img {
  margin: 0;
}

div#yado_header_740 div.yado_header_left p.yado_header_icon img + img {
  margin-left: 5px;
}

/* uww3204 */
.yadoHeaderIconArea {
  display: flex;
}

.yadoHeaderIconArea .yadoHeaderIconArea__inner {
  display: flex;
}

.yadoHeaderIconArea .yadoHeaderIconArea__inner > span:not(:first-child) {
  margin-left: 4px;
}

.yadoHeaderIconArea .yadoHeaderIconArea__text {
  flex: 1;
  margin-left: 4px;
}
