@charset "UTF-8";

#wrap {
  margin-top: 190px;
  position: relative;
}

.prof_block .inner {
  width: 946px;
  margin: 0px auto 0;
}
.prof_block {
  margin-bottom: 120px;
}

.prof_tab {
  width: 800px;
  font-size: 20px;
  margin: 0 auto 0;
  position: fixed;
  left: 50%;
  margin-left: -400px;
  bottom: 16px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: #fff solid 2px;
}

.prof_tab .active a,
.prof_tab a:hover {
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}

.prof_tab .active {
  background: #f06c15;
  color: #fff;
}

.prof_tab li:hover {
  background: #f06c15;
  transition: 0.3s;
  color: #fff;
}

.prof_tab li a {
  color: #333;
  display: block;
  height: 56px;
}

.prof_tab li {
  width: 50%;
  height: 64px;
  line-height: 1.2;
  padding-top: 4px;
  text-align: center;
  background: #f0f0f0;
  float: left;
  transition: 0.3s;
  color: #333;
  cursor: pointer;
}

.prof_tab li:first-child {
  border-radius: 16px 0 0 16px;
}
.prof_tab li:last-child {
  border-radius: 0 16px 16px 0;
}

.prof_tab span {
  font-size: 12px;
}
.block2 .pro_left {
  margin-top: 0;
}

.pro_left {
  margin-top: 76px;
  margin-left: -40px;
  margin-right: 56px;
  float: left;
}
.pro_left img {
}

.pro_right {
  margin-left: -96px;
  margin-top: 0;
  margin-bottom: 48px;
  width: 496px;
  float: left;
}

.prof_block.block2 .pro_right {
  margin-left: 0;
}
.pro_right h2 {
  color: #f06c15;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.pro_right h2 span {
  color: #f06c15;
  font-size: 14px;
  display: block;
}
.pro_right p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 18px;
}

.pro_right p span {
  line-height: 0.5;
  display: block;
}

.pro_right strong {
  font-weight: 700;
}

.pro_right .annotation {
  font-size: 13px;
  margin-top: 16px;
}
.pro_right .annotation strong {
  color: #f06c15;
  display: block;
}

.pro_right .annotation li {
  display: inline-block;
}

.pro_right .annotation li:not(:last-child):after {
  margin-left: 0.5em;
  margin-right: 0.25em;
  content: " / ";
  display: inline-block;
}

.block {
  width: 946px;
  background: #fff7e6;
  margin: -8px auto 80px;
  border-radius: 16px;
  color: #fff;
  padding: 40px 64px 24px;
}

.block h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  width: 480px;
  color: #f06c15;
}

.block ul li {
  font-size: 14px;
  display: inline-block;
  color: #333;
}
.block ul li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 12px;
}

.block .comment {
  font-size: 14px;
  width: 816px;
  margin: 24px auto;
  background: url(../img/profile/fri_bg_pat.png);
  border-radius: 16px;
  color: #333;
  border: 2px solid #fff;
}

.block .comment .com_left {
  float: left;
  margin: 24px 32px 24px 40px;
}

.block .comment .com_right {
  margin: 33px 0px 24px 0;
  float: left;
  width: 592px;
}

/*dog 
------------------------*/

.dog {
  width: 860px;
  margin: 48px auto 24px;
}
.block_left {
  float: left;
  width: 316px;
}
.block_left img {
  width: 100%;
}

.block_right {
  float: left;
  width: 460px;
  margin-left: 40px;
  color: #333;
}

.block_right h3 {
  line-height: 1.35;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.block_right h3 span {
  font-weight: 600;
  display: block;
  margin-bottom: -16px;
  color: #f06c15;
}

.block_right h3 strong {
  font-size: 24px;
  font-weight: 600;
}
