@charset "utf-8";

.reactionArea {
  position: relative;
}

.reactionArea .social {
  position: absolute;
  overflow: hidden;
  top: 185px;
  left: 525px;
  z-index: 5;
}

.socialPointInner,
.socialPointInner table {
  position: relative;
  z-index: 6;
}

.socialPointInner {
  width:310px;
  margin:0 auto;
}

.reactionArea .socialPoint {
  z-index: 7;
  margin: 20px 0;
  background: none repeat scroll 0 0 #f5f5f5;
  padding:20px 0 15px 0;
}

.reactionArea div.gig-button-container {
  padding: 0 !important;
}

.reactionArea .gig-counter {
  position: absolute !important;
  top: 28px !important;
  right: 14px !important;
  width: 30px !important;
  height: auto !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-weight: normal !important;
  text-align: right !important;
  z-index: 100 !important;
}
.reactionArea span.gig-counter-text {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: normal !important;
}
.reactionArea span.gig-counter-text {
  font-size: 12px !important;
  font-weight: normal !important;
}

#socialPoint-reaction0-count-value {
  color: #b18aca !important;
}
#socialPoint-reaction1-count-value {
  color: #ffb742 !important;
}
#socialPoint-reaction2-count-value {
  color: #7ab9ab !important;
}


.reactionArea .hintWrap {
  width: 28px;
  height: 29px;
  z-index: 7;
  position: absolute;
  top: 70px;
  left: 520px;
}

.reactionArea .hint {
  display: block;
  width: 28px;
  height: 29px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  cursor: pointer;
}

.reactionArea .hint .wrapper .inner {
  display: block;
  width: 28px;
  height: 29px;
}

.reactionArea .hintCont {
  display: none;
  position: absolute;
  top: 25px !important;
  right: -22px;
  width: 300px;
  padding-top: 10px;
  background: url(/common_v2/img/bg_pd_arrow.png) 260px top no-repeat;
  z-index: 100;
  opacity: 0;
  text-align: right;
}

.reactionArea .hintCont p {
  margin-bottom: 1em;
}

.reactionArea .hintCont dt {
  font-weight: bold;
}

.reactionArea .hintCont.opened {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.reactionArea .hintCont .inner {
  position: relative;
  display: inline-block;
  padding: 20px;
  background: #e6e6e6;
  border-radius: 6px;
  color: #616266;
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  cursor: auto;
  z-index: 100;
  *display: inline;
  *zoom: 1;
}

.reactionArea .hintCont .inner div.kdmr {
  display: inline-block;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  z-index: 100;
  *display: inline;
  *zoom: 1;
}

.reactionArea .social .countA {
  background: url(/rs_v2/characters/detail/img/bg_social_a.png) left top no-repeat;
}
.reactionArea .social .countB {
  background: url(/rs_v2/characters/detail/img/bg_social_b.png) left top no-repeat;
}
.reactionArea .social .countC {
  background: url(/rs_v2/characters/detail/img/bg_social_c.png) left top no-repeat;
}

.reactionArea .btnArea {
  position: absolute;
  top: 276px;
  right: 131px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 6;
}

.reactionArea .btnArea a,
.reactionArea .btnArea .btnFamilyWrap,
.reactionArea .btnArea .btnFamily,
.reactionArea .btnArea .btnFamilyInner {
  display: block;
  text-decoration: none;
}

.reactionArea .btnArea a {
  padding-left: 13px;
  background: url(/rs_v2/characters/detail/img/bg_btn_family_left.png) left top no-repeat;
}

.reactionArea .btnArea a:hover {
  text-decoration: underline;
}

.reactionArea .btnArea .btnFamilyWrap {
  padding-right: 13px;
  background: url(/rs_v2/characters/detail/img/bg_btn_family_right.png) right top no-repeat;
}

.reactionArea .btnArea .btnFamily {
  padding-right: 8px;
  background: url(/rs_v2/characters/detail/img/bg_btn_family.png) left top repeat-x;
}

.reactionArea .btnArea .btnFamilyInner {
  padding: 9px 16px 16px 7px;
  background: url(/rs_v2/characters/detail/img/icon_btn_family.png) right 13px no-repeat;
}

.relationArea {
  margin-top: 20px;
}

.relationArea {
  overflow: hidden;
}

.relationArea .grBox {
  float: left;
  width: 215px;
  margin-right: 10px;
  padding: 0;
  background-color: #fff;
  border: 10px solid #f5f5f6;
}

.relationArea .socialBox {
  width: 450px;
  margin-right: 0;
	background-color: #f5f5f6;
}

.relationArea .inner {
  padding: 20px 5px 20px 15px;
  background: #fff;
}

.relationArea .inner ul {
  margin-top: 5px;
}

.relationArea .inner li {
  float: left;
  width: 90px;
  margin-right: 10px;
  font-size: 10px;
  text-align: center;
}

.relationArea .inner li:last-child {
  margin-right: 0;
}

.recentArea {
  margin-top: 50px;
}

