@charset "Shift_JIS";


.date{
	color: #646464;
}

/*======================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{
.data-group{
	display:block;
}

.new-bangumi{
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #eb8dbe;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}
.new-dorama{
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #ee8b83;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}

.night{
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #477276;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}

.change{ /* 枠移動番組 */
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #8de4eb;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}

.end{ /* 終了番組 */
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #a78deb;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}
	
.end-bangumi ul{
	display: block;
}

.end-bangumi ul li{
	color: #333333;
    font-size: 135%;
    font-weight: bold;
    line-height: 1.3;
	width: 100%;
    margin-left: 8px;
}
	
.end-bangumi ul li:before{
	content: '●';
	display: inline-block;
    line-height: 1.3;
}

.data-group .new-bangumi-dt{
	color: #333333;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
}
	
#tokuban_content{
    background-color: #ededed;
    padding-bottom: 30px;
}

/*メイン*/
#tokuban_content .page_main{
    background-color: #ffffff;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
}
	
.pc-br{
	display:block;
}
	
.sp-br{
	display:none;
}
.data-group .inner {
    display: flex;
}
.data-group ul li a{
    display: block;
}
.data-group ul li a dl {
    transition:0.3s;
}
.data-group ul li a:hover dl {
	background-color: #efedeb;
}
.data-group .img {
    display: block;
    width: 50%;
    margin: 0;
    text-align: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.data-group .img.img-bk {
    background-color: #000;
}
.data-group .img img {
    max-width: 100%;
}
.data-group dl {
    width: 50%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}
.data-group ul{
	padding:0 20px;
}

.data-group ul li{
	border-bottom:solid 1px #e8e8e8;
    padding: 15px 10px;
    box-sizing: border-box;
}
.oadate-oatime{
    display: flex;
	margin-bottom: 10px;
}
.oadate-d{
	color: #d61b1b;
    font-size: 100%;
    font-weight: bold;
    line-height: 20px;
    margin-right: 0.5em;
	background: linear-gradient(transparent 0%, #faceca );
}
.oatime{
	color: #d61b1b;
    font-size: 100%;
    font-weight: bold;
    line-height: 20px;
}
.data-group dt{
	color: #333333;
    font-size: 120%;
    font-weight: bold;
	display: flex;
    align-items: center;
}
/**円マーク**/	
.data-group .circle{
    display: block;
    width: 50px;
    height: 50px;
	color:#fff;
    border-radius: 50%; 
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}
.circle.circle-m9{
    background-color: #d41313;
}
.circle.circle-m10{
    background-color: #d15e71;
}
.circle.circle-t11{
    background-color: #d38000;
}
.circle.circle-w10{
    background-color: #1535b0;
}
.circle.circle-t10{
    background-color: #009e41;
}
.circle.circle-f9{
    background-color: #deaf04;
}
.circle.circle-do{
    background-color: #c7bfe7;
}

.data-group .circle-do img{
	width: 45px;
    text-align: center;
    vertical-align: middle;
}
.data-group .d-title{
	color: #333333;
    font-size: 23px;
    font-weight: bold;
    width: calc(100% - 60px);
}
/**タイトル長いときのクラス*/
.data-group .d-title.d-title-d{
	font-size: 20px;
}
.data-group .d-title.d-title-ls{
    letter-spacing: -1px;
}
.cast{
	color: #333333;
    font-size: 90%;
    margin-left: 60px;
}



.oatime-idou{
	color: #d61b1b;
    font-size: 95%;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 4px;
    float: left;	
}

.oatime-alert{
	color: #333333;
    font-size: 95%;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 4px;
    float: left;	
}

}

/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/

@media screen and (max-width: 640px){
.data-group{
	display:block;
}

.end-bangumi{
	display:block;
}

.new-bangumi{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #eb8dbe;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom:4px;
}
.new-bangumi dt{
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
}

.new-dorama{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #e35636;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom:5px;
}

.night{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #477276;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom:5px;
}

.change{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #8de4eb;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom:5px;
}

.end{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #a78deb;
	border-radius: 2px;
	margin-top: 15px;
	margin-bottom:5px;
}

.end{ /* 終了番組 */
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #a78deb;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}
	
.end-bangumi ul{
	display: block;
}

.end-bangumi ul li{
	color: #333333;
    font-size: 135%;
    font-weight: bold;
    line-height: 1.3;
	width: 100%;
    margin-left: 8px;
}
	
.end-bangumi ul li:before{
	content: '●';
	display: inline-block;
    line-height: 1.3;
}

.data-group{
	width:100%;
}

.data-group ul{
	padding:0 5px;
}

.data-group ul li{
	padding-bottom:12px;
	border-bottom:solid 1px #e8e8e8;
	margin-bottom: 16px;
}

.data-group ul li a{
	width:100%;
    transition:0.3s;
}

.data-group ul li a:hover{
	background-color: #efedeb;
}

.data-group ul li a dt{
	margin-left: 0px;

}
	
.data-group .img{
	width:100%;
	margin: 0 auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin-bottom:7px;
}
.data-group .img img{
	width:100%;
}



.oadate{
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    float: left;
	margin-left:4px;
}


.oatime-idou{
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
	}

.oatime-alert{
	color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.page_main{
    background-color: #ffffff;
    padding: 15px 10px;
}
#tokuban_content{
    background-color: #ededed;
    padding-bottom: 30px;
}
#tokuban_content .page_main{
    margin-bottom: 30px;
}

.pc-br{
	display:none;
}
	
.sp-br{
	display:block;
}
.oadate-oatime{
	margin-bottom: 10px;
    letter-spacing: -1px;   
}
.oadate-d{
    display: inline-block;
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
	background: linear-gradient(transparent 0%, #faceca );
}
.oatime{
    display: inline-block;
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
  	margin-left:5px;
}
.data-group dl {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
.data-group dt{
	color: #333333;
    font-size: 19px;
    font-weight: bold;
	display:flex;
    align-items: center;
}
.cast{
	color: #333333;
    font-size: 13px;
    margin-left: 50px;
}
.data-group .circle {
	width: 40px;
    height: 40px;
	color:#fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}
.circle.circle-m9{
    background-color: #d41313;
}
.circle.circle-m10{
    background-color: #d15e71;
}
.circle.circle-t11{
    background-color: #d38000;
}
.circle.circle-w10{
    background-color: #1535b0;
}
.circle.circle-t10{
    background-color: #009e41;
}
.circle.circle-f9{
    background-color: #deaf04;
}
.circle.circle-f9{
    background-color: #deaf04;
}
.circle.circle-do{
    background-color: #c7bfe7;
}

.data-group .circle-do img{
	width: 35px;
    text-align: center;
    vertical-align: middle;
}
.data-group .d-title{
    width: calc(100% - 50px);
	color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.data-group .new-bangumi-dt{
	color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
/**タイトル長いときのクラス*/
.data-group .d-title.d-title-d{
	font-size: 17px;
}

}
