/*Jetpackの人気投稿のサムネイル画像サイズ変更*/
.widget_top-posts .widgets-list-layout-blavatar {
  max-width: 100px; /* この数字を指定したい画像サイズに */
}

/*table レスポンシブ*/
@media (max-width: 480px) {
  .sp-scrollable-table table{
    border-collapse: collapse;
    margin: 2em 0;
    max-width: 100%;
  }

  .sp-scrollable-table th{
    background-color: #eee;
  }

  .sp-scrollable-table th,
  .sp-scrollable-table td{
    border: solid 1px #ccc;
    padding: 3px 5px;
    white-space: nowrap;
  }

  .sp-scrollable-table {
    overflow-x: auto;
    margin-bottom: 1em;
    max-width: 770px;
  }
}

/* すべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid black !important;
}

table {
table-layout: fixed;
width: 100%;
}

/*フォント*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
*{
font-family: 'Noto Sans JP', sans-serif;
}

/* ピンク蛍光ペン太め */
.pinkline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}

/* 黄色蛍光ペン太め */
.yellowline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}

/* ブルー蛍光ペン太め */
.blueline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;}

/* ピンク蛍光ペン細め */
.pinkline-s{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;}

/* 黄色蛍光ペン細め */
.yellowline-s{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;}

/* ブルー蛍光ペン細め */
.blueline-s{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ffb2d8 0%) repeat scroll 0 0;}

/* レッド蛍光ペン太め */
.redline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ff9999 0%) repeat scroll 0 0;}

/* レッド蛍光ペン細め */
.redline-s{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #ff9999 0%) repeat scroll 0 0;}


/* パープル蛍光ペン太め */
.purpleline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cc99ff 0%) repeat scroll 0 0;}

/* パープル蛍光ペン細め */
.purpleline-s{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #cc99ff 0%) repeat scroll 0 0;}

/* グリーン蛍光ペン太め */
.greenline {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #99ff99 0%) repeat scroll 0 0;}

/* グリーン蛍光ペン細め */
.greenline-s{background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #99ff99 0%) repeat scroll 0 0;}

.commentary-movie {
background-color:#800000;
color: #fff;
}

.catname.st-catid37 {
	background:#800000;
	color:#fff;
}