/* ================================================================================

バックナンバーのシングル

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

 /* テーブル */
.single-staff table , .single-staff td, .single-staff th {
	border: 1px solid #e56619;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}


      /* 文章部分 */
      .entry-content{
        padding: 0 30px;
      }
      /* イメージ 
      .entry-content img{
          margin: 1em 0 ;
      }*/

      /* =====次のページへの設定===== */

    .navigation{
        width: 1200px;
        margin: 0 auto;
    }

      .nav-previous,
      .nav-previous .meta-nav,
      .nav-previous .post-title,
      .nav-next,
      .nav-next .meta-nav,
      .nav-next .post-title{
          display: inline-block;
      }
      .nav-previous{
        background-color: #e56619;
        float: right;
        padding: 10px 72px 10px 80px;
        margin-left: 10px;
      }
      .nav-next{
        background-color: #e56619;
        float: right;
        padding: 10px 72px 10px 80px;
        margin-left: 10px;
    }
    .nav-next a,
    .nav-previous{
        color: #fff;
    }
	/* フロート回り込み解除 */
    .nav-links:after {
        display: block;
        clear: both;
        height: 0px;
        line-height: 0px;
        visibility: hidden;
        content: "";
        overflow: hidden;
        float: none;
    }
    .nav-links {
        display: block; /* for IE8 */
    }
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
 /* テーブル */
.single-staff table , .single-staff td, .single-staff th {
	border: 1px solid #e56619;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
}



