@charset "UTF-8";
#topics {
  background-color: #f1f1f1;
  padding: 10px;
  margin-bottom: 20px; }

#topics li {
  margin-bottom: 5px; }

#topics li span {
  font-size: 15px; }

#topics .topics-title {
  font-size: 12px;
  border-bottom: 1px solid #C3C3C3;
  padding-top: 8px;
  margin-bottom: 8px; }

#bnr-box {
  border: 5px solid #ededed;
  margin-bottom: 15px; }

#bnr-box dl {
  text-align: center;
  width: 150px;
  float: left; }
  @media only screen and (max-width: 640px) {
    #bnr-box dl {
      width: 90%;
      float: none;
      margin: 10px auto; } }

#bnr-box dl dt {
  border-bottom: 2px solid #DFDFDF;
  font-size: 9px; }

#bnr-box dl.c {
  margin: 0px 30px; }
  @media only screen and (max-width: 640px) {
    #bnr-box dl.c {
      margin: 0px auto; } }

@media only screen and (max-width: 640px) {
  #bnr-box-inner dd {
    width: 60%;
    margin: 0 auto; } }

#bnr-box #bnr-box-inner {
  width: 530px;
  margin: 10px auto; }
  @media only screen and (max-width: 640px) {
    #bnr-box #bnr-box-inner {
      width: auto; } }

h2 span.sub {
  font-size: 18px; }

.image {
  margin-bottom: 20px; }

.big {
  font-size: 14px; }

.white-box {
  background-color: #fff;
  padding: 15px 20px 21px;
  margin-top: 30px; }

.white-box span {
  font-size: 20px; }

#button a.link-btn {
  width: 319px;
  display: block;
  float: left;
  margin-right: 14px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 640px) {
    #button a.link-btn {
      width: 100%; } }

html[lang="en"] #button a.link-btn, html[lang="ko"] #button a.link-btn, html[lang="zh-TW"] #button a.link-btn, html[lang="zh-CN"] #button a.link-btn {
  height: 45px;
  padding-top: 13px;
  padding-left: 27px;
  background-size: 20px; }

#button a.link-btn.n {
  margin-right: 0px; }

.grd-box.award {
  margin-top: 30px; }

.kaisaidl {
  margin-top: 0 !important; }

.kaisaidl > dd > p:nth-of-type(3) {
  padding-left: 50px; }

.photo_container {
  margin-top: 0px; }

#container {
  margin: 0 auto;
  max-width: 550px; }

.red {
  color: #E74388; }

.grd-box p {
  margin-top: 8px; }

h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  margin-top: 8px; }
  @media only screen and (max-width: 640px) {
    h3 {
      font-size: 16px; } }

h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 8px; }
  h4.r_text {
    color: #E74388; }
  @media only screen and (max-width: 640px) {
    h4 {
      font-size: 14px; } }

.ast {
  font-size: 11px; }
  @media only screen and (max-width: 640px) {
    .ast {
      font-size: 10px; } }

.mousikomi {
  margin-top: 20px;
  overflow: hidden;
  height: 204px; }
  @media only screen and (max-width: 640px) {
    .mousikomi {
      height: auto; } }
  .mousikomi li {
    width: 32%;
    color: #fff;
    background: #355d7f;
    float: left;
    padding: 5px 15px 10px;
    height: 204px; }
    @media only screen and (max-width: 640px) {
      .mousikomi li {
        float: none;
        width: 100%;
        height: auto; } }
    .mousikomi li .num {
      color: #000;
      display: block;
      text-align: center;
      background: #ffffff;
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(white));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255 ,0.7)', endColorstr='gba(255, 255, 255 ,1.0)',GradientType=0 );
      /* IE6-9 */ }
    .mousikomi li:nth-of-type(2) {
      margin-left: 2%; }
      @media only screen and (max-width: 640px) {
        .mousikomi li:nth-of-type(2) {
          margin-left: 0;
          margin-top: 2%; } }
    .mousikomi li:nth-of-type(3) {
      margin-left: 2%; }
      @media only screen and (max-width: 640px) {
        .mousikomi li:nth-of-type(3) {
          margin-left: 0;
          margin-top: 2%; } }
    .mousikomi li .read {
      font-weight: 500; }
  .mousikomi + h4 {
    margin-top: 15px; }

html[lang="ko"] .mousikomi, html[lang="zh-CN"] .mousikomi, html[lang="zh-TW"] .mousikomi {
  height: 234px; }
  html[lang="ko"] .mousikomi li, html[lang="zh-CN"] .mousikomi li, html[lang="zh-TW"] .mousikomi li {
    height: 234px; }

.schedule {
  margin-top: 40px; }
  .schedule h3 {
    padding: 12px 0 2px; }
  .schedule .days {
    background: #5f84c0;
    color: #fff;
    padding: 3px 10px 2px; }
  .schedule .status span {
    background: #999999;
    color: #fff;
    padding: 3px 8px 2px;
    font-size: 10px; }
    @media only screen and (max-width: 640px) {
      .schedule .status span {
        display: inline-block;
        margin-top: 4px;
        padding: 3px 3px 2px;
        letter-spacing: -0.2px;
        font-size: 9.5px;
        white-space: nowrap; } }
  .schedule .status span:nth-of-type(3) {
    margin-top: 10px; }
  .schedule .link-btn {
    margin-top: 16px;
    display: block; }
    @media only screen and (max-width: 640px) {
      .schedule .link-btn {
        background-size: auto 17px;
        display: block; } }

.timeline {
  overflow: hidden;
  background: #fff;
  padding: 15px;
  margin-top: 15px; }
  .timeline dt {
    float: left;
    width: 50px;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      .timeline dt {
        width: 100%; } }
    .timeline dt br {
      display: block; }
      @media only screen and (max-width: 640px) {
        .timeline dt br {
          display: none; } }
  .timeline dd {
    margin-left: 60px;
    padding-left: 20px;
    border-left: 1px solid #666666; }
    @media only screen and (max-width: 640px) {
      .timeline dd {
        float: left;
        width: 100%;
        border-left: 0px;
        border-top: 1px solid #666666;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 10px;
        padding-top: 10px; } }
    @media only screen and (max-width: 640px) {
      .timeline dd h4 {
        line-height: 1.8; } }
    .timeline dd h4 span {
      border: 1px #eee solid;
      padding: 2px 5px;
      font-size: 12px;
      margin-right: 10px; }
    .timeline dd p {
      font-size: 13px;
      margin-top: 3px; }
      .timeline dd p.read {
        font-size: 15px;
        margin-top: 11px; }
        @media only screen and (max-width: 640px) {
          .timeline dd p.read {
            font-size: 13px; } }
      .timeline dd p.toudan {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #eee; }
      .timeline dd p.logoimages {
        text-align: center; }
        .timeline dd p.logoimages img {
          width: 80%; }
      .timeline dd p.profile {
        overflow: hidden; }
        .timeline dd p.profile img {
          float: right;
          width: 100px;
          margin-left: 10px;
          margin-bottom: 10px; }
      .timeline dd p.ast {
        font-size: 11px; }
        @media only screen and (max-width: 640px) {
          .timeline dd p.ast {
            font-size: 10px; } }
      .timeline dd p.imgbox {
        text-align: center;
        padding: 10px; }
        .timeline dd p.imgbox span {
          color: #ff0000;
          font-size: 10px;
          padding-left: 35%; }
          @media only screen and (max-width: 640px) {
            .timeline dd p.imgbox span {
              padding-left: 0; } }
        .timeline dd p.imgbox img {
          width: 60%; }

.moresp {
  background: #5f84c0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 3px 5px 2px;
  margin-top: 10px; }

.moreast {
  margin-top: 10px; }

.dead_link {
  background: #999999 !important;
  border-bottom: 2px solid #666666 !important; }

.f-t::after {
  content: "";
  background: url("/tgs/2017/business/forum/images/ft.png") no-repeat;
  background-size: 250px;
  background-position: right;
  padding-right: 260px; }

.free::after {
  content: "";
  background: url("/tgs/2017/business/forum/images/free.png") no-repeat;
  background-size: 137.5px;
  background-position: right;
  padding-right: 147.5px; }

.fo-title {
  width: 100%;
  display: block;
  overflow: hidden; }
  .fo-title dt {
    float: left;
    width: auto; }
    @media only screen and (max-width: 640px) {
      .fo-title dt {
        float: none; } }
  .fo-title dd {
    float: left;
    width: 308px;
    margin-left: 10px;
    padding-top: 21px; }
    @media only screen and (max-width: 640px) {
      .fo-title dd {
        float: none;
        width: auto;
        margin-left: 0;
        padding-top: 8px; } }
    .fo-title dd img {
      float: left;
      width: 125px; }
      @media only screen and (max-width: 640px) {
        .fo-title dd img {
          float: none; } }
    .fo-title dd img:nth-of-type(2) {
      margin-left: 10px;
      width: 173px; }
      @media only screen and (max-width: 640px) {
        .fo-title dd img:nth-of-type(2) {
          margin-left: 0; } }

#fo2 .fo-title dt {
  float: none; }

#fo2 .fo-title dd {
  float: none;
  margin-left: 0px;
  padding: 0; }

#fo3 .fo-title dd {
  width: 173px; }
  #fo3 .fo-title dd img {
    width: 100%; }

/*----------------多言語----------------------------*/
html[lang="en"] .fo-title, html[lang="ko"] .fo-title, html[lang="zh-CN"] .fo-title, html[lang="zh-TW"] .fo-title {
  width: 100%;
  display: block;
  overflow: hidden; }
  html[lang="en"] .fo-title dt, html[lang="ko"] .fo-title dt, html[lang="zh-CN"] .fo-title dt, html[lang="zh-TW"] .fo-title dt {
    float: left;
    width: auto; }
    @media only screen and (max-width: 640px) {
      html[lang="en"] .fo-title dt, html[lang="ko"] .fo-title dt, html[lang="zh-CN"] .fo-title dt, html[lang="zh-TW"] .fo-title dt {
        float: none; } }
  html[lang="en"] .fo-title dd, html[lang="ko"] .fo-title dd, html[lang="zh-CN"] .fo-title dd, html[lang="zh-TW"] .fo-title dd {
    float: left;
    width: 284px;
    margin-left: 10px;
    padding-top: 19px; }
    @media only screen and (max-width: 640px) {
      html[lang="en"] .fo-title dd, html[lang="ko"] .fo-title dd, html[lang="zh-CN"] .fo-title dd, html[lang="zh-TW"] .fo-title dd {
        float: none;
        width: auto;
        margin-left: 0;
        padding-top: 8px; } }
    html[lang="en"] .fo-title dd img, html[lang="ko"] .fo-title dd img, html[lang="zh-CN"] .fo-title dd img, html[lang="zh-TW"] .fo-title dd img {
      float: left;
      width: 210px; }
      @media only screen and (max-width: 640px) {
        html[lang="en"] .fo-title dd img, html[lang="ko"] .fo-title dd img, html[lang="zh-CN"] .fo-title dd img, html[lang="zh-TW"] .fo-title dd img {
          float: none; } }
    html[lang="en"] .fo-title dd img:nth-of-type(2), html[lang="ko"] .fo-title dd img:nth-of-type(2), html[lang="zh-CN"] .fo-title dd img:nth-of-type(2), html[lang="zh-TW"] .fo-title dd img:nth-of-type(2) {
      margin-left: 10px;
      width: 64px; }
      @media only screen and (max-width: 640px) {
        html[lang="en"] .fo-title dd img:nth-of-type(2), html[lang="ko"] .fo-title dd img:nth-of-type(2), html[lang="zh-CN"] .fo-title dd img:nth-of-type(2), html[lang="zh-TW"] .fo-title dd img:nth-of-type(2) {
          margin-left: 0; } }

html[lang="en"] #fo2 .fo-title dt, html[lang="ko"] #fo2 .fo-title dt, html[lang="zh-CN"] #fo2 .fo-title dt, html[lang="zh-TW"] #fo2 .fo-title dt {
  float: none; }

html[lang="en"] #fo2 .fo-title dd, html[lang="ko"] #fo2 .fo-title dd, html[lang="zh-CN"] #fo2 .fo-title dd, html[lang="zh-TW"] #fo2 .fo-title dd {
  float: none;
  margin-left: 0px;
  padding: 0; }

html[lang="en"] #fo3 .fo-title dd, html[lang="ko"] #fo3 .fo-title dd, html[lang="zh-CN"] #fo3 .fo-title dd, html[lang="zh-TW"] #fo3 .fo-title dd {
  width: 100%;
  padding: 0;
  margin-left: 0; }
  @media only screen and (max-width: 640px) {
    html[lang="en"] #fo3 .fo-title dd, html[lang="ko"] #fo3 .fo-title dd, html[lang="zh-CN"] #fo3 .fo-title dd, html[lang="zh-TW"] #fo3 .fo-title dd {
      float: none; } }
  html[lang="en"] #fo3 .fo-title dd img:nth-of-type(1), html[lang="ko"] #fo3 .fo-title dd img:nth-of-type(1), html[lang="zh-CN"] #fo3 .fo-title dd img:nth-of-type(1), html[lang="zh-TW"] #fo3 .fo-title dd img:nth-of-type(1) {
    width: 64px; }
    @media only screen and (max-width: 640px) {
      html[lang="en"] #fo3 .fo-title dd img:nth-of-type(1), html[lang="ko"] #fo3 .fo-title dd img:nth-of-type(1), html[lang="zh-CN"] #fo3 .fo-title dd img:nth-of-type(1), html[lang="zh-TW"] #fo3 .fo-title dd img:nth-of-type(1) {
        display: block;
        margin-left: 0;
        float: none; } }
  html[lang="en"] #fo3 .fo-title dd img:nth-of-type(2), html[lang="ko"] #fo3 .fo-title dd img:nth-of-type(2), html[lang="zh-CN"] #fo3 .fo-title dd img:nth-of-type(2), html[lang="zh-TW"] #fo3 .fo-title dd img:nth-of-type(2) {
    margin-left: 10px;
    width: 340px; }
    @media only screen and (max-width: 640px) {
      html[lang="en"] #fo3 .fo-title dd img:nth-of-type(2), html[lang="ko"] #fo3 .fo-title dd img:nth-of-type(2), html[lang="zh-CN"] #fo3 .fo-title dd img:nth-of-type(2), html[lang="zh-TW"] #fo3 .fo-title dd img:nth-of-type(2) {
        display: block;
        margin-left: 0;
        height: 30px;
        max-width: 100%;
        float: none; } }

html[lang="en"] .status span, html[lang="ko"] .status span, html[lang="zh-CN"] .status span, html[lang="zh-TW"] .status span {
  display: inline-block;
  padding: 2px 8px; }

html[lang="en"] #fo3 .status span:nth-of-type(2), html[lang="ko"] #fo3 .status span:nth-of-type(2), html[lang="zh-CN"] #fo3 .status span:nth-of-type(2), html[lang="zh-TW"] #fo3 .status span:nth-of-type(2) {
  margin-top: 10px; }

.photo_4cut {
  overflow: hidden;
  width: 100%; }
  .photo_4cut li {
    float: left;
    width: 25%;
    padding: 0 5px; }
    .photo_4cut li img {
      width: 100%; }

.photo_4text {
  overflow: hidden;
  width: 100%; }
  .photo_4text li {
    float: left;
    width: 25%;
    padding: 0 5px 10px;
    line-height: 1.2; }
    .photo_4text li img {
      width: 100%; }

.photo_6cut {
  overflow: hidden;
  width: 100%; }
  .photo_6cut li {
    float: left;
    width: 16.66%;
    padding: 0 5px; }
    .photo_6cut li img {
      width: 100%; }

.photo_6text {
  overflow: hidden;
  width: 100%; }
  .photo_6text li {
    float: left;
    width: 16.66%;
    padding: 0 5px 10px;
    line-height: 1.2; }
    .photo_6text li img {
      width: 100%; }
