@charset "UTF-8";

#common-tver-ranking-desktop h3 {
font-weight: 400;
color:#fff !important;
}


/* まんが未知イベントページ*/
pc { display: block !important; }
@media only screen and (max-width: 300px) {
	pc { display: none !important; }
}

/* 『バラバラ大作戦』新番組MCの直筆サイン入りTシャツが当たる！プレゼントキャンペーン */
.hyou {
  font-size:0.8em;
	width: 600px;
	display:block;
}

#wrapper #section-monthly-program .time-logo {
    text-align: center;
    padding: 0 0 20px;
}
#wrapper #section-monthly-program .monthly-lineup {
	font-size: 1.5em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 15px 0;
    width: 800px;
    margin: 15px auto;
}
#wrapper #section-monthly-program table {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: 35px;
}
#wrapper #section-monthly-program table thead th {
    background: #e8e25d;
    color: #333333;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 8px 0;
    border-right: #333333 solid 2px;
    border-bottom: #333333 solid 2px;
    text-align: center;
}
#wrapper #section-monthly-program table thead th:last-child {
	border-right: none;
}
#wrapper #section-monthly-program table tbody td {
    background: #fff;
    padding: 5px;
    border-left: #333333 solid 2px;
    border-top: #333333 solid 2px;
    vertical-align: middle;
    text-align: center;
}
#wrapper #section-monthly-program table tbody td:first-child {
	border-left: none;
}
#wrapper #section-monthly-program td.monthly-title {
	background: #fff;
    color: #333333;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 8px 3px;
  }
  #wrapper .btn-box.btn-tver a {
    background: #fff;
    font-size: 1.5em;
    border: 2px solid #21abe6;
}
#wrapper img.logo__tver {
    width: 95px;
}
.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}
img.protect {
  pointer-events: none;
}