/*----------------------------- */
/* T-SITE [ ARTICLE ] */
/*----------------------------- */
/** BASIC MODULES **/
/*.article {
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}
.article > *:first-child {
  margin-top: 30px !important;
}*/

/*** title ***/
/*.article h2 {
  margin-top: 40px;
  padding-left: 14px;
  border-left: 4px solid #666;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
}
.article h3 {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
.article h4 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}*/

/*** font-style ***/
/*.article strong {
  font-weight: bold;
}*/

/*** img ***/
.article .img_left, .article .img_right {
  width: 280px;
  text-align: center;
  clear: both;
  margin-top: 30px;
  padding-bottom: 20px;
}
.article .img_left p, .article .img_right p {
  margin-top: 5px;
  font-size: 11px;
  text-align: center;
}
.article .img_left img, .article .img_right img {
  max-width: 280px;
}
.article .img_left {
  float: left;
  margin-right: 30px;
}
.article .img_left + * {
  margin-top: 30px;
}
.article .img_left + .img_right {
  margin-top: 0;
}
.article .img_right {
  float: right;
  margin-left: 30px;
}
.article .img_right + * {
  margin-top: 30px;
}
.article .img_right + .img_right {
  margin-top: 0;
}
/*.article .img_center {
  max-width: 560px;
  margin: 30px auto 0;
  padding-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.article .img_center img {
  max-width: 560px;
}
.article .img_center p {
  margin-top: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}
.article .img_center + * {
  margin-top: 30px;
}*/

/*** list ***/
/*.article ol, .article ul {
  margin-top: 15px;
  overflow: hidden;
}
.article ol ol, .article ol ul, .article ul ol, .article ul ul {
  margin-top: 0;
}
.article ul > li {
  list-style-type: disc;
  margin-left: 2em;
  margin-top: 5px;
}
.article ol > li {
  list-style-type: decimal;
  margin-left: 2em;
  margin-top: 5px;
}*/

/*** table ***/
/*.article table {
  width: 100%;
  table-layout: fixed;
}
.article table thead tr {
  border-bottom: none;
}
.article table thead th {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #e4e4e4;
  padding: 8px 10px;
  border-right: 1px solid #fff;
}
.article table tbody th {
  vertical-align: middle;
}
.article table tr {
  border-bottom: 1px dotted #666;
}
.article table td {
  vertical-align: middle;
  padding: 10px;
  word-break: break-all;
}
.article table td p {
  width: 100%;
  max-width: 100%;
  margin: 0;
}*/

/*** hr(clear) ***/
/*.article hr {
  margin: 0;
  padding: 0;
  border: none;
  clear: both;
}*/

/** SPECIAL MODULES **/
/*** align ***/
.article .right {
  text-align: right !important;
}
.article .center {
  text-align: center !important;
}
.article .left {
  text-align: left !important;
}

/*** cols ***/
.article .cols {
  margin-left: -30px;
  letter-spacing: -.4em;
  line-height: 1.4;
}
.article .cols .cols-1of2 {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding-left: 30px;
  display: inline-block;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}
.article .cols .cols-1of2 > *:first-child {
  margin-top: 0;
}
.article .cols .cols-1of3 {
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 20px;
  display: inline-block;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
  font-size: 12px;
}
.article .cols .cols-1of3 .button_more{
  width: auto;
  max-width: 280px;
}
.article .cols .cols-1of3 > *:first-child {
  margin-top: 0;
}
.article .cols .cols-1of4 {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 20px;
  display: inline-block;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}
.article .cols .cols-1of4 > *:first-child {
  margin-top: 0;
}
.article .cols .cols-1of5 {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 20px;
  display: inline-block;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}
.article .cols .cols-1of5 > *:first-child {
  margin-top: 0;
}
.article .cols + .cols {
  margin-top: 30px;
}
.article .cols.cols-center {
  text-align: center;
}
.article > .cols:first-child {
  margin-top: -20px !important;
}
.article .cols_img {
  overflow: hidden;
  margin-top: 20px;
}
.article .cols_img .cols_img-left {
  float: left;
  margin-right: 15px;
}
.article .cols_img .cols_img-right {
  float: right;
  margin-left: 15px;
}
.article .cols_img .cols_img-body {
  overflow: hidden;
}
.article .cols_img .cols_img-body > *:first-child {
  margin-top: 0;
}

/*** img_full ***/
.article .img_full {
  margin: 20px 0 0;
}
.article .img_full img {
  width: 100%;
}
.article .img_full p {
  margin-top: 5px;
  font-size: 11px;
  text-align: center;
}

/*** img_fix ***/
.article .img_fix img {
  max-width: 280px;
  max-height: 280px;
}

/*** img_interview ***/
.article .img_interview {
  width: 46%;
}
.article .img_interview img {
  max-width: 100%;
  height: auto;
}

/*** img_item ***/
.article .img_item {
  text-align: center;
}
.article .img_item img {
  max-height: 200px;
  max-width: 100%;
}
.article .img_item a:hover > img {
  opacity: 0.7;
}
.article .img_item_s {
  text-align: center;
}
.article .img_item_s img {
  max-height: 160px;
  max-width: 100%;
  width: auto !important;
}
.article .img_item_s a:hover > img {
  opacity: 0.7;
}
.article .cols_img .img_item_s {
  width: 160px;
  height: auto;
}
.article .cols_img .img_item_s img {
  max-height: 160px;
  max-width: 160px;
}
.article .cols_img .img_item_s > p {
  font-size: 11px;
  margin-top: 5px;
}
.article .cols_img .img_item_s + .img_item_s {
  margin-top: 20px;
}

/*** img_profile ***/
.article .img_profile img {
  max-width: 100px;
  max-height: auto;
}

/*** font-size ***/
.article .font_s {
  font-size: 12px;
}

/*** photo_slider ***/
.article .photo_slider {
  margin-top: 20px;
}
.article .photo_slider .c_js_slider-items {
  margin-top: 0;
}
.article .photo_slider .photo_slider-item {
  display: table;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-size: 11px;
}
.article .photo_slider .photo_slider-item_img {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
.article .photo_slider .photo_slider-item_img img {
  max-width: 100%;
  max-height: 500px;
  padding-bottom: 5px;
}
.article .photo_slider .photo_slider-item_img a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
}
.article ul.photo_slider_thumb {
  overflow: hidden;
  list-style: none;
  margin-top: 0;
}
.article ul.photo_slider_thumb > li {
  float: left;
  width: 12.5%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
}
.article ul.photo_slider_thumb > li > a {
  display: block;
  margin: 10px 5px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  height: 60px;
  line-height: 58px;
}
.article ul.photo_slider_thumb > li > a > img {
  max-width: 100%;
  max-height: 58px;
  vertical-align: middle;
}
.article ul.photo_slider_thumb > li > a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
}
.article .c_slider ul.photo_slider_thumb > li {
  width: 16%;
}
.article .c_slider ul.photo_slider_thumb > li > a {
  height: 80px;
  line-height: 78px;
}
.article .c_slider ul.photo_slider_thumb > li > a > img {
  max-height: 78px;
}

/*** border_box ***/
.article .border_box {
  border: 1px solid #afafaf;
  margin-top: 30px;
  padding: 15px;
}
.article .border_box > *:first-child {
  margin-top: 0;
}

/*** item_head ***/
.article .item_head {
  margin-top: 15px;
}
.article .item_head .item_head-lead {
  font-weight: bold;
  margin-top: 5px;
}
.article .item_head .item_head-tit {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}
.article .item_head .item_head-tit a:link {
  text-decoration: none;
}
.article .item_head .item_head-author {
  margin-top: 0;
}
.article .item_head > *:first-child {
  margin-top: 0;
}

/*** map ***/
.article .map {
  width: 100%;
  height: 400px;
}

/*** youtube ***/
.article .youtube {
  margin-top: 20px;
  text-align: center;
}

/*** youtube_full ***/
.article .youtube_full {
  overflow: hidden;
}
.article .youtube_full .youtube_full-in {
  padding-top: 56.25%;
  position: relative;
}
.article .youtube_full .youtube_full-in iframe, .article .youtube_full .youtube_full-in object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*** hr.border ***/
.article hr.border {
  border: 0;
  border-top: 1px dotted #666;
  height: 0;
  margin: 20px 0 0;
  padding: 0 0 5px;
}

/*** p.title ***/
.article p.title {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #afafaf;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
}

/*** list_notes ***/
.article ul.list_notes {
  margin-top: 15px;
}
.article ul.list_notes > li {
  overflow: hidden;
  padding-left: 1.5em;
  margin: 0;
  font-size: 12px;
}
.article ul.list_notes > li > span.mark {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
.article ol.list_notes {
  margin-top: 15px;
}
.article ol.list_notes > li {
  overflow: hidden;
  padding-left: 2.5em;
  margin: 0;
  font-size: 12px;
}
.article ol.list_notes > li span.mark {
  display: inline-block;
  width: 2.5em;
  margin-left: -2.5em;
}

/*** rank ***/
.article table.rank {
  margin-top: 20px;
}
.article table.rank tr {
  border-bottom: none;
}
.article table.rank th, .article table.rank td {
  padding: 5px 0;
}
.article table.rank thead tr th {
  text-align: center;
  width: 35px;
  font-weight: normal;
  background: none;
  font-size: 12px;
}
.article table.rank thead tr th + th {
  width: 6em;
}
.article table.rank tbody tr th {
  text-align: center;
  font-family: jin;
  font-size: 26px;
  line-height: 1;
}
.article table.rank tbody tr td {
  padding: 5px 0;
}
.article table.rank tbody tr th + td {
  text-align: center;
  font-size: 12px;
}
.article table.rank tbody tr.rank-top {
  border-bottom: 1px dotted #666;
}
.article table.rank tbody tr.rank-top th {
  padding: 7px 0;
}
.article table.rank tbody tr.rank-top td {
  padding: 7px 0;
}

/*** c_thumb_list_row ***/
.article ul.c_thumb_list_row {
  margin-top: 0;
}
.article ul.c_thumb_list_row > li {
  list-style-type: none;
  margin-left: 0;
  margin-top: 0;
}

/*** article_thumb_box ***/
.article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr {
  border-bottom: none;
}
.article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr td, .article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr th {
  padding: 3px;
}

/** ext_article **/
.article_ext img {
  max-width: 560px !important;
  height: auto !important;
}

/* for SP */
@media screen and (max-width: 1024px) {
  /** BASIC MODULES **/
  /*.article {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .article > *:first-child {
    margin-top: 0 !important;
  }*/

  /*** paragraph ***/
  /*.article p {
    margin-top: 16px;
  }*/

  /*** title ***/
  /*.article h2 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .article h3 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .article h4 {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }*/

  /*** font-style ***/
  /*** img ***/
  .article .img_left, .article .img_right {
    margin-top: 15px;
    padding-bottom: 0;
  }
  .article .img_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .article .img_left + * {
    margin-top: 15px;
  }
  .article .img_right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .article .img_right + * {
    margin-top: 15px;
  }
  .article .img_right + .img_right {
    margin-top: 15px;
  }
  .article .img_center {
    max-width: none;
    text-align: center;
    margin-top: 15px;
  }
  .article .img_center img {
    max-width: 290px;
  }
  .article .img_center + * {
    margin-top: 0;
  }

  /*** list ***/
  /*** table ***/
  /*** hr(clear) ***/
  /** SPECIAL MODULES **/
  /*** cols ***/
  .article .cols {
    overflow: visible;
    margin-left: 0;
    letter-spacing: normal;
    margin-top: 15px;
  }
  .article .cols .cols-1of2 {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-top: 15px;
  }
  .article .cols .cols-1of3 {
    width: 100%;
    padding-left: 0;
    display: block;
    font-size: 16px;
    margin-top: 15px;
  }
  .article .cols .cols-1of3 .button_more{
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
  .article .cols .cols-1of3 > *:first-child {
    margin-top: 0;
  }
  .article .cols .cols-1of4,
  .article .cols .cols-1of5 {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .article .cols + .cols {
    margin-top: 15px;
  }
  .article .cols_img {
    margin-top: 15px;
  }
  .article .cols_img .cols_img-left {
    margin-bottom: 15px;
  }
  .article .cols_img .cols_img-right {
    margin-bottom: 15px;
  }
  .article .cols_img .cols_img-body {
    overflow: visible;
  }
  .article .cols_img .cols_img-body > *:first-child {
    margin-top: 0;
  }

  /*** img_full ***/
  .article .img_full {
    margin: 15px 0 0;
  }

  /*** img_interview ***/
  .article .img_interview {
    width: 100%;
  }
  .article .img_interview img {
    max-width: 100%;
    height: auto;
  }

  /*** img_item ***/
  .article .img_item img {
    max-height: 160px;
    max-width: auto;
    max-width: initial;
    width: auto !important;
  }
  .article .img_item_s img {
    max-height: 100px;
    max-width: 100%;
  }
  .article .img_item_s a:hover > img {
    opacity: 0.7;
  }
  .article .cols_img .img_item_s {
    width: 100px;
    height: auto;
  }
  .article .cols_img .img_item_s img {
    max-height: 100px;
    max-width: 100px;
  }

  /*** img_profile ***/
  .article .img_profile img {
    max-width: 75px;
  }

  /*** font-size ***/
  .article .font_s {
    font-size: 12px;
  }

  /*** photo_slider ***/
  .article .photo_slider {
    margin-top: 15px;
  }
  .article .photo_slider .photo_slider-item {
    margin: 0;
  }
  .article .photo_slider .photo_slider-item_img img {
    width: auto !important;
    max-width: 100%;
    max-height: 250px;
  }
  .article ul.photo_slider_thumb {
    margin-top: 0;
  }
  .article ul.photo_slider_thumb > li {
    float: left;
    width: 20%;
    text-align: center;
  }
  .article ul.photo_slider_thumb > li > a {
    margin: 10px 5px 0;
    height: 40px;
    line-height: 38px;
  }
  .article ul.photo_slider_thumb > li > a > img {
    width: auto !important;
    max-height: 38px;
  }
  .article ul.photo_slider_thumb > li > a:hover img {
    opacity: 0.7;
    -ms-filter: "alpha( opacity=70 )";
  }
  .article .c_slider ul.photo_slider_thumb > li {
    width: 16%;
  }
  .article .c_slider ul.photo_slider_thumb > li > a {
    height: 40px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .article .c_slider ul.photo_slider_thumb > li > a > img {
    max-height: 38px;
  }

  /*** border_box ***/
  .article .border_box {
    margin-top: 15px;
  }

  /*** item_head ***/
  .article .item_head .item_head-tit {
    font-size: 18px;
  }
  .article .item_head .item_head-tit a:link {
    text-decoration: none;
  }

  /*** map ***/
  .map {
    width: 100%;
    height: 300px;
  }

  /*** youtube ***/
  .youtube {
    position: relative;
  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }

  /*** rank ***/
  .article table.rank {
    margin-top: 15px;
  }
  .article table.rank thead tr th {
    width: 25px;
  }
  .article table.rank thead tr th + th {
    width: 5em;
  }
  .article table.rank tbody tr th {
    font-size: 22px;
  }
  .article table.rank tbody tr td {
    padding: 3px 0;
  }
  .article table.rank tbody tr.rank-top th {
    font-size: 26px;
    padding: 5px 0;
  }
  .article table.rank tbody tr.rank-top td {
    padding: 5px 0;
  }

  /*** article_thumb_box ***/
  .article .c_thumb_box.article_thumb_box {
    margin-top: 15px;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-img .c_thumb_box-img_in {
    padding: 10px;
    width: 80px;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-img .c_thumb_box-img_in img {
    max-width: 80px;
    max-height: 80px;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-body {
    font-size: 12px;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-body table {
    margin-top: 5px;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr {
    border-bottom: none;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr th, .article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr td {
    display: inline;
    padding: 0;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-body table tr th + td {
    padding-left: 5px;
  }
  .article .c_thumb_box.article_thumb_box .c_thumb_box-body .c_btn_inline_m {
    font-size: 12px !important;
  }

  .article .c_thumb_box.thumb_box_news-cobranding {
    margin-top: 15px;
  }

  /** ext_article **/
  .article_ext img {
    max-width: 290px !important;
  }
}
