@charset "Shift_JIS";


.date{
	color: #646464;
}

.text_link{
    color: #2a90d1;
    text-decoration: underline;
    cursor: pointer;
}
.text_link:hover{
    text-decoration: none;
}

/*======================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{
/**番組改編CSS**/
.data-group{
	display:block;
}

.new-baugumi{
	color:#fff;
	font-size:26px;
	padding: 0.4em;
	font-weight:bold;
	background: #eb8dbe;
	border-radius: 7px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}
	
.new-dorama{
	color:#fff;
	font-size:24px;
	padding: 0.4em;
	font-weight:bold;
	background: #ee8b83;
	border-radius: 7px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.night{
	color:#fff;
	font-size:24px;
	padding: 0.4em;
	font-weight:bold;
	background: #477276;
	border-radius: 7px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.change{
	color:#fff;
	font-size:24px;
	padding: 0.4em;
	font-weight:bold;
	background: #8de4eb;
	border-radius: 7px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.end{
	color:#fff;
	font-size:24px;
	padding: 0.4em;
	font-weight:bold;
	background: #a78deb;
	border-radius: 7px;
	margin-top: 15px;
	margin-bottom:5px;
}
	
.end-bangumi ul{
	display: block;
	overflow: hidden;/**★★重要★★★**/
}

.end-bangumi ul li{
	color: #333333;
    font-size: 135%;
    font-weight: bold;
    line-height: 1.3;
	width: 100%;
    margin-left: 8px;
    float: left;

}

	
.end-bangumi ul li:before{
	content: '●';
	display: inline-block;
	transform: scale(1,1);
}
	
.data-group ul{
	padding:0 20px;
}

.data-group ul li{
	border-bottom:solid 1px #e8e8e8;
	margin-bottom: 12px;
}

	
.data-group ul li a{
    transition:0.3s;
}

.data-group ul li a:hover{
	background-color: #efedeb;
}

.data-group ul li a dl{
}
	

.data-group .img{
	width:380px;
/*
	height:236px;
*/
	float:left;
	margin: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.cast{
	color: #333333;
    font-size: 90%;
    margin-left: 80px;
    float: left;
}

.oadate-oatime{
	display: flex;
	margin-bottom: 5px;
}

.oadate{
	color: #d61b1b;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 20px;
    float: left;	
}


.oadate-d{
	color: #d61b1b;
/*	color: #fff;*/

    font-size: 100%;
    font-weight: bold;
    line-height: 20px;
    float: left;
	margin-left: 30px;
	margin-bottom: 5px;
	
	background: linear-gradient(transparent 0%, #faceca );

/*	padding: 2px 3px;	*/
/*	background-color:crimson;*/
/*	opacity:0.5;*/

}

		
.oatime{
	color: #d61b1b;
    font-size: 100%;
/*    padding: 10px 0 10px;*/
/*    padding-top: 2px;*/
    font-weight: bold;
    line-height: 20px;
/*    width: 378px;*/
    margin-left: 2px;
	margin-bottom: 5px;
    float: left;	
}

.oatime-idou{
	color: #d61b1b;
/*	background: #d61b1b;*/
    font-size: 95%;
/*    padding: 3px 9px;*/
    font-weight: bold;
    line-height: 1.2;
    margin-left: 4px;
    float: left;	
}

.oatime-alert{
	color: #333333;
    font-size: 95%;
/*	padding-top:4px;*/
    font-weight: bold;
    line-height: 1.2;
    margin-left: 4px;
    float: left;	
}

	
.data-group dt{
	color: #333333;
    font-size: 120%;
    font-weight: bold;
    line-height: 70px;
    width: 420px;
    margin-left: 16px;
    float: left;
	display: flex;
}
	
.data-group .dt{
	color: #333333;
    font-size: 135%;
    font-weight: bold;
    line-height: 2;
    width: 420px;
    margin-left: 16px;
	display: flex;
}


.data-group .d-title{
	color: #333333;
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
/*    width: 378px;*/
/*    margin-left: 16px;*/
    float: left;
}

/**2024年1月ドラマ。タイトル長いため*/
.data-group .d-title-d{
	font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    width: 80%;
    float: left;
	margin-left: 10px;
	margin-bottom:8px;
}

/**円マーク**/	
.data-group .circle-m9{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #d41313;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
	float:left;
}

.data-group .circle-m10{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #d15e71;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
}

.data-group .circle-t11{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #d38000;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
}

.data-group .circle-w10{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #1535b0;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
}
	
.data-group .circle-t10{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #009e41;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
}

.data-group .circle-f9{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #deaf04;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
}

.data-group .circle-do{
	width: 50px;
    height: 50px;
	color:#fff;
    background-color: #c7bfe7;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 50px;/* ←文字を上下に中央揃え */
}

.data-group .circle-do img{
	width: 45px;
    text-align: center;/* ←文字を左右に中央揃え */
    vertical-align: middle;/* ←文字を上下に中央揃え */
}

	
	
	
#tokuban_content{
    background-color: #ededed;
    padding-bottom: 30px;
}

/*メイン*/
#tokuban_content .page_main{
/*    text-align: center;*/
    background-color: #ffffff;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
}

#tokuban_content .page_main .text-top{
    text-align: center;
	font-size:22px;
	font-weight:bold;
    line-height: 1.6em;
    margin: 15px auto;
    letter-spacing: -0.01em;
	width:90%;
}

#tokuban_content .page_main .text-top span{
	font-size:24px;
	font-weight:bold;
	color:#0a38cf;
	background:linear-gradient(transparent 50%, #f0e986 50%);
}
	
.pc-br{
	display:block;
}
	
.sp-br{
	display:none;
}


#tokuban_content .page_main .text{
    text-align: left;
    line-height: 1.6em;
    margin: 15px auto;
	margin-top:28px;
    letter-spacing: -0.01em;
	width:80%;
}
#tokuban_content .page_main .text_midashi01{
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
#tokuban_content .page_main .text_midashi02{
    font-size: 18px;
    font-weight: bold;
    color: #29a8df;
}
#tokuban_content .sub_title{
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}	

/*動画*/
#tokuban_content .video {
    width: 570px;
    height: 320px;
    margin: 20px auto 25px;
}
#tokuban_content .video video{
    width: 570px;
    height: 320px;
}
	
/*企業動画*/
#tokuban_content .video_company {
    width: 500px;
    height: 281px;
    margin: 0 0 40px;
}
#tokuban_content .video_company video{
    width: 500px;
    height: 281px;
}		
	
/*番組ロゴ*/	
.mainimage {
    margin: 20px 0;
    text-align: center;
}	

/*-応募基準-*/
#tokuban_content .page_main #criteria{
    text-align: left;
    margin-bottom: 50px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
#tokuban_content .sub_midashi{
    background-color: #ededed;
    padding: 6px 0 5px 10px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #5A5A5A;
}	
	
#criteria dl {
    display: table;
    width: 100%;
    margin: 0 auto;
}
#criteria dl:nth-child(2) dt,
#criteria dl:nth-child(2) dd {
    border-top: 1px dotted #000000;
}
#criteria dt {
    text-align: center;
    width: 110px;
    background-color: #e4e4e4;
    vertical-align: middle;
}
#criteria dt, #criteria dd {
    padding: 10px;
    display: table-cell;
    border-bottom: 1px dotted #000000;
}
#criteria dd {
    width: 510px;
    line-height: 1.6em;
}
#criteria p{
    margin-bottom: 10px;
}

/*一覧ページへ戻る*/
#back_btn .button_left{
/*    border-color: #3177e3;
    color: #3177e3;
    background-color: #FFFFFF;
    background-image: url(../../../images/ar_bl1.png);*/
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
/*#back_btn .button_left:hover{
    color: #FFFFFF;
    background-color: #3177e3;
    background-image: url("../../../images/ar_whl.png");
}*/


}
/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/

@media screen and (max-width: 640px){

/**番組改編CSS**/
.data-group{
	display:block;
}

.end-bangumi{
	display:block;
}


.new-baugumi{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #eb8dbe;
	border-radius: 2px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 10px;
	margin-bottom:4px;
}
	
.new-dorama{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #e35636;
	border-radius: 2px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.night{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #477276;
	border-radius: 2px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.change{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #8de4eb;
	border-radius: 2px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.end{
	color:#fff;
	font-size:19px;
	padding: 0.2em;
	font-weight:bold;
	background: #a78deb;
	border-radius: 2px;
/*	border-bottom: solid 5px #e4a354;*/
	margin-top: 15px;
	margin-bottom:5px;
}

.end p{
	color: #333333;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
/*    width: 378px;*/
    margin-left: 8px;
    float: left;
}


.end p:before{
	content: '●';
	display: inline-block;
	transform: scale(1,1);
}

.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%;
	float:left;
	margin: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin-bottom:7px;
}

.data-group .img img{
	width:100%;
}

.data-group .d-title{
	color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
/*    width: 378px;*/
/*    margin-left: 16px;*/

}

.oadate{
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
/*    width: 378px;*/
    float: left;
	margin-left:4px;
}

.oadate-d{
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    float: left;
	margin-left: 10px;
	margin: 3px 5px 3px 0;
	background: linear-gradient(transparent 0%, #faceca );
}

		
.oatime{
	color: #d61b1b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
	margin: 3px 0 3px 0;
	margin-left:5px;

}

.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;
/*	margin: 3px 0 3px 0;*/
}



	
.cast{
	color: #333333;
    font-size: 13px;
    margin-left: 40px;
    float: left;
}

	
.data-group dt{
	color: #333333;
    font-size: 19px;
    font-weight: bold;
/*    line-height: 1.7;*/
    width: 100%;
/*	width: 378px;*/
/*    float: left;*/
	display:flex;
}

/**円マーク**/	
.data-group .circle-m9{
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #d41313;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;
}

.data-group .circle-m10{
	font-size:16px;
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #d15e71;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;

}

.data-group .circle-t11{
	font-size:16px;
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #d38000;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;
}

.circle-w10{
	font-size:16px;
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #1535b0;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;
}
	
.data-group .circle-t10{
	font-size:16px;
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #009e41;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;
}

.data-group .circle-f9{
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #deaf04;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;
}

.data-group .circle-do{
	width: 40px;
    height: 40px;
	color:#fff;
    background-color: #c7bfe7;
    border-radius: 50%; 
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 40px;/* ←文字を上下に中央揃え */
	float:left;
}

.data-group .circle-do img{
	width: 35px;
    text-align: center;/* ←文字を左右に中央揃え */
    vertical-align: middle;/* ←文字を上下に中央揃え */
}


.ad_sp{
	text-align: center;
	margin: 2em 0;
}

.page_main{
    background-color: #ffffff;
    padding: 15px 10px;
}

/*メイン*/
#tokuban_content{
    background-color: #ededed;
    padding-bottom: 30px;
}
#tokuban_content .page_main{
    margin-bottom: 30px;
}
	
#tokuban_content .page_main .text-top{
    text-align: center;
	font-size:16px;
	font-weight:bold;
    line-height: 1.6em;
    margin: 15px auto;
    letter-spacing: -0.01em;
	width:100%;
}

#tokuban_content .page_main .text-top span{
	font-size:18px;
	font-weight:bold;
	color:#0a38cf;
	background:linear-gradient(transparent 50%, #f0e986 50%);
}

.pc-br{
	display:none;
}
	
.sp-br{
	display:block;
}


#tokuban_content .page_main .text{
    text-align: left;
/*    line-height: 1.6em;*/
    margin: 8px auto;
	margin-top:25px;
	width:95%;
}
#tokuban_content .page_main .text_midashi01{
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
#tokuban_content .page_main .text_midashi02{
    font-size: 18px;
    font-weight: bold;
    color: #29a8df;
}
#tokuban_content .sub_title{
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}		
	
/*番組ロゴ*/	
.mainimage {
    margin: 0 0 1em;
    text-align: center;
}
.mainimage img {
    width: 94%;
    height: auto;
}
	
/*サブ画像*/
.subimage {
    margin: 0 0 1em;
    text-align: center;
}
.subimage img {
    width: 88%;
    height: auto;
}

	
/*動画埋め込み*/
#tokuban_content .page_main #movie{
    width: 100%;
    height: 175px;
    background-color: #5a5a5a;
    margin: 20px auto;
    color: #ffffff;
}
/*動画*/
#tokuban_content .video {
    width: 100%;
    height: auto;
}
#tokuban_content .video video{
    width: 100%;
    height: 100%;
    margin: 14px 0;	
}
	
/*企業動画*/
#tokuban_content .video_company {
    width: 100%;
    height: auto;
}
#tokuban_content .video_company video{
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
}	

/*-応募基準-*/
#tokuban_content .page_main #criteria{
    text-align: left;
    margin-bottom: 30px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
#criteria dl {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#criteria dl:last-of-type{
    border-bottom: 1px dotted #000000;
}
#criteria dt {
    text-align: center;
    width: 95%;
    background-color: #e4e4e4;
    border-bottom: 1px dotted #000000;
}
#criteria dl dt{
    border-top: 1px dotted #000000;
    width: 100%;
    padding: 10px 0;
}
#criteria dd {
    padding: 10px 0 15px;
    display: inline-block;
    line-height: 1.6em;
}
#criteria p{
    margin-bottom: 10px;
}

/*一覧ページへ戻る*/
#back_btn .button_left {
/*    border-color: #3177e3;
    color: #3177e3;
    background-color: #FFFFFF;
    background-image: url(../../../images/ar_bl1.png);*/
    background-position: left 25px center;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
    padding: 10px auto;
    font-size: 16px; 
}


}
