/** list **************************************************/
body#detail {
  /*********************************************************************
    body main
   *********************************************************************/
  /* ------ PC ------*/
  /* ------ SP ------*/ }
  body#detail div#con > section#lst-article {
    padding-top: 15px; }
    body#detail div#con > section#lst-article div.img-area {
      width: 100%;
      line-height: 1em;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      padding-top: 45%; }
    body#detail div#con > section#lst-article div.txt-area {
      margin-top: 10px; }
      body#detail div#con > section#lst-article div.txt-area p.date {
        box-sizing: border-box;
        font-size: 108%;
        padding: 2px 5px;
        background-color: #000;
        color: #FFF;
        line-height: 1em;
        display: inline; }
      body#detail div#con > section#lst-article div.txt-area h5 {
        font-size: 116%;
        font-weight: bold;
        line-height: 1.5em;
        margin: 10px 0; }
        body#detail div#con > section#lst-article div.txt-area h5 a {
          text-decoration: none; }
      body#detail div#con > section#lst-article div.txt-area div.auther {
        margin: 10px 0; }
        body#detail div#con > section#lst-article div.txt-area div.auther div.auther-img {
          width: 65px;
          height: 65px;
          background-color: #CCC;
          background-repeat: no-repeat;
          background-size: cover;
          -webkit-border-radius: 32px;
          -moz-border-radius: 32px;
          -ms-border-radius: 32px;
          -o-border-radius: 32px;
          border-radius: 32px;
          position: relative; }
        body#detail div#con > section#lst-article div.txt-area div.auther div.auther-txt {
          padding-right: 10px;
          vertical-align: bottom;
          font-size: 93%;
          text-align: right; }
      body#detail div#con > section#lst-article div.txt-area div.sns {
        float: right;
        width: 40%; }
        body#detail div#con > section#lst-article div.txt-area div.sns li {
          float: right;
          margin-left: 10px;
          vertical-align: bottom;
          line-height: 1; }
          body#detail div#con > section#lst-article div.txt-area div.sns li img {
            width: 82px;
            height: auto; }
          body#detail div#con > section#lst-article div.txt-area div.sns li.facebook a {
            display: inline-block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 5px 10px 5px 25px;
            background: #4267b2 url(../img/com/sns_facebook.png) center left no-repeat;
            background-size: auto 100%;
            color: #fff;
            text-decoration: none;
            font-size: 77%;
            line-height: 1em; }
      body#detail div#con > section#lst-article div.txt-area p.con {
        font-size: 93%;
        line-height: 1.5em;
        margin-top: 10px; }
    body#detail div#con > section#lst-article div#tag {
      margin: 50px 0 100px 0;
      display: table;
      line-height: 1.2em; }
      body#detail div#con > section#lst-article div#tag div {
        vertical-align: middle;
        box-sizing: border-box;
        display: table-cell; }
        body#detail div#con > section#lst-article div#tag div:first-child {
          padding-right: 10px;
          font-weight: bold; }
    body#detail div#con > section#lst-article section#recommend-d h4 {
      text-align: center;
      margin-top: 100px;
      margin-bottom: 30px; }
      body#detail div#con > section#lst-article section#recommend-d h4 img {
        max-width: 144px; }
    body#detail div#con > section#lst-article section#recommend-d ul li {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      width: 32.7%;
      padding-left: 0.5%;
      padding-bottom: 15px; }
      body#detail div#con > section#lst-article section#recommend-d ul li:nth-child(3n + 1) {
        padding-left: 0; }
  @media screen and (max-width: 768px) {
    body#detail div#con > section#lst-article {
      padding-top: 0; }
      body#detail div#con > section#lst-article div.txt-area {
        margin-top: 10px; }
        body#detail div#con > section#lst-article div.txt-area p.date {
          font-size: 93%;
          padding: 2px; }
        body#detail div#con > section#lst-article div.txt-area h5 {
          font-size: 116%;
          font-weight: bold;
          line-height: 1.5em;
          margin: 10px 0; }
          body#detail div#con > section#lst-article div.txt-area h5 a {
            text-decoration: none; }
        body#detail div#con > section#lst-article div.txt-area div.sns {
          margin: 10px auto; }
          body#detail div#con > section#lst-article div.txt-area div.sns li {
            text-align: right;
            float: none;
            margin: 0 0 10px; }
      body#detail div#con > section#lst-article section#recommend-d h4 {
        margin-top: 50px; }
        body#detail div#con > section#lst-article section#recommend-d h4 img {
          width: 100%;
          max-width: 144px; }
      body#detail div#con > section#lst-article section#recommend-d ul {
        display: block;
        margin-bottom: 50px; }
        body#detail div#con > section#lst-article section#recommend-d ul li {
          display: block;
          width: 100%;
          padding: 0;
          margin-bottom: 30px; }
          body#detail div#con > section#lst-article section#recommend-d ul li:last-child {
            padding-left: 0; }
          body#detail div#con > section#lst-article section#recommend-d ul li:first-child {
            padding-right: 0; } }
