@charset "utf-8";
/* ======================================================

  about css

====================================================== */
.photo {
  text-align: center;
}
.main_visual p {
  font-size: 24px;
  margin: 0 0 20px;
}

/*  index
------------------------------------------------------ */
.layout-three-column li {
  width: 210px;
}
.activity_title {
  border-bottom: dotted 1px #253b94;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #626262;
  letter-spacing: -1px;
  vertical-align: middle;
}
.activity_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 10px 0 6px;
}

.activity_contents .img {
  margin: 0 10px 0 0;
}

.activity_contents .img img {
  border-radius: 8px;
  vertical-align: bottom;
}

.activity_contents .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.activity_contents .txt_area {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.activity_contents .link_blt {
  font-size: 14px;
  text-align: right;
}
.box_business_c {
  background: url(/imgs/about/index/about_c.gif) left center repeat-y;
}
.box_business_t {
  background: url(/imgs/about/index/about_t.gif) center top no-repeat;
  padding: 15px 0 0 0;
}
.box_business_b {
  background: url(/imgs/about/index/about_b.gif) center bottom no-repeat;
  padding: 0 13px 15px 13px;
}

/*  index
------------------------------------------------------ */
.wrap_list {
  background: url(/imgs/about/index/sponsor/sponsor_c.gif) center repeat-y;
  width: 670px;
}
.flame_list {
  background: url(/imgs/about/index/sponsor/sponsor_t.gif) center top no-repeat;
  padding: 10px 0 0 0;
}
.section_list {
  background: url(/imgs/about/index/sponsor/sponsor_b.gif) center bottom
    no-repeat;
  padding: 5px 15px 10px 15px;
}
.section_list li {
  color: #4a84bf;
  font-size: 22px;
  border-top-color: #cccde0;
  line-height: 1.2;
}
.section_list li span {
  color: #4a84bf;
}
.section_list li:before {
  background: none repeat scroll 0 0 #fff;
}
/* link_business */
.link_business {
  margin: 0 0 30px;
}
.link_business li {
  float: left;
}
.link_business li span,
.link_business li a {
  display: block;
  width: 223px;
  height: 53px;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/imgs/about/index/menu_btn.gif");
}
.link_business li.sponsor a {
  background-position: 0 0;
}
.link_business li.hiv a {
  background-position: -223px 0;
}
.link_business li.comhealth a {
  background-position: -446px 0;
}
.link_business li.sponsor a:hover,
.link_business li.sponsor span {
  background-position: 0 -53px;
}
.link_business li.hiv a:hover,
.link_business li.hiv span {
  background-position: -223px -53px;
}
.link_business li.comhealth a:hover,
.link_business li.comhealth span {
  background-position: -446px -53px;
}
