@charset "utf-8";
/* CSS Document */

/*両サイズ共通
----------------------------------------------*/
.over{
	overflow:hidden;
}
.opacity:hover{
	opacity:0.7;
}
.bg_gray{
	background-color:#efefef;
}
body{
	font-size:14px;
}
/*PROGRAM SERCH
----------------------------------------------*/
#prg_serch{
	width:100%;
}

#prg_serch h2{
	background-color:#ff4874;
	color:#fff;
	text-align:center;
}

#prg_serch_txt{
	background-color:#efefef;
	width:40%;
	line-height:1.5;
	padding:35px 0;
}

#prg_serch_txt p{
	width:230px;
	padding-left:41px;
	font-size:16px;
	line-height:1.6;
}
#pgm_sarch p{
	font-size:16px;
	font-weight:bold;
}


#pgm_slide{
	overflow:hidden;
}
#pgm_slide .thumb-item{
	width:50%;
}


#pgm_slide .thumb-item-nav .slick-slide img{
	width:95%;
}

#pgm_slide .slick-slide{
	min-width:220px;
	margin:0 5px 10px 5px;
}
#pgm_slide .slick-slide img{
	width:100%;
}

#pgm_sarch{
	width:80%;
	border-radius:55px;
	-webkit-border-radius:55px;
	margin:10px auto;
	overflow:hidden;
}

#ch,#category,#kye_word{
	height:30px;
}
#month,#day{
	height:30px;
}

#pgm_sarch p{
	color:#fff;
	background-image:url(../image/kyounobangumi.png);
	background-repeat:no-repeat;
	float:left;
}

#pgm_sarch a{
	display: inline-block;
	background-color: #fff;
	border-radius: 20px;
	text-align:  center;
	color: #333;
	text-decoration:  none;
	font-size:90%;
	float:right;
	padding:0 5px;
}

#ch_serch{
	margin:0 auto;
}

.ch_serch_content{
	text-align:center;
}

#ch,#category,#kye_word{
	width: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
#month,#day{
	border-radius: 20px;
	padding-left:10px
}

#ch_serch_btn{
	border-radius: 20px;
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	border: none;
	background-image:url(../image/kyounobangumi.png);
	background-position:center;
	background-repeat:no-repeat;
}

#ch_fee{
	font-size:10px;
	margin:0 auto;
}

#pgm_btn_wrap{
	width:80%;
	margin:0 auto;
}

.pgm_btn{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:10px;
	background-image:url(../image/ch_btn_arrow.png);
	background-position:95% 50%;
	background-repeat:no-repeat;
}

.pgm_description{
	overflow:hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.5);
}

.pgm_description p{ 
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pgm_type{
	float: left;
	border-radius: 20px;
	color: #fff;
	text-align: center;
}

.movie{
	background-color: #ee1c25;
}
.music{
	background-color: #4f329e;
}
.sports{
	background-color: #29aae1;
}
.anime{
	background-color: #ff95a7;
}
.hoby{
	background-color: #f19600;
}
article{
	width:960px;
	padding:0 75px;
	margin:0 auto;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.sp_content{
	display:none;
}
/*PROGRAM SERCH
----------------------------------------------*/

#prg_serch{
	width:100%;
	overflow:hidden;
	min-width:1110px;
}

#prg_serch h2{
	width:60%;
	font-size:30px;
	padding:48px 0;
}
#pgm_slide{
	width: 100%;
	margin: 0 auto 40px;
	overflow:hidden;
	/* min-height: 746px; */
}

#pgm_slide .thumb-item{
	width:440px;
	float:left;
}

#pgm_slide .thumb-item-nav{
	width:440px;
	float:right;
}

body #pgm_slide .thumb-item-nav{
	min-height:257px;
}
body #pgm_slide .slick-list,#pgm_slide .slick-track{
	min-height:257px;
}

body #pgm_slide　.thumb-item-nav .slick-list,#pgm_slide .slick-track{
	/*margin-left:440px;*//*登録画像数、幅などに変更があった時調整が必要*/
}

.grade_2{
	margin-top:20px;
}

#pgm_sarch{
	background-color:#004ABC;
	width:100%;
}
#pgm_sarch p{
	padding:10px 0 10px 50px;
	background-position:10px 50%;
}

#pgm_sarch a{
	width:220px;
	margin-top: 10px;
	margin-right: 10px;
	float:  right;
}

#ch_serch{
	width:100%;
	/* display:table; */
	/* table-layout:fixed; */
	display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: space-between;
	align-content: space-between;
}

.ch_serch_content{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	flex-basis: 25%;
}

#ch,#category{
	max-width: 160px;
	font-size: 12px;
}

#kye_word{
	max-width: 160px;
	font-size: 12px;
	padding-left:10px;
}

#date{
}

#month,#day{
	font-size: 12px;
	width: 70px;
}

#ch_serch_btn{
	width: 30px;
	height: 30px;
	background-color:#ff4874;
	background-size:20px;
}
#ch_fee{
	text-align:right;
	width:100%;
}

#pgm_btn_wrap{
	width:720px;
	overflow:hidden;
}

.pgm_btn{
	background-color:#ff4874;
	width:330px;
}
/*------------------ ↓↓↓臨時おすすめ番組スライド↓↓↓ ------------------*/

#pgm_slide{
	display:flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: space-between;
	align-content: space-between;
}
.pgm_main_img{
	width: 49%;
	position: relative;
	height: 300px;
}
.pgm_main_img a{
	width: 100%;
	height: 299px;
	display:  block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center;
}

.pgm_thum_img{
	width: 49%;
	height: 300px;
	display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: space-between;
	align-content: space-between;
}
.pgm_thum_img a{
	width: 100%;
	height: 139px;
	display:  block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:  center;
}

.pgm_thum_img div.mid{
	position:relative;
	flex-basis: 49%;
}


/*------------------ ↑↑↑臨時おすすめ番組スライド↑↑↑ ------------------*/

.pgm_main_img .pgm_description{
	padding:4px 0;
}

.pgm_thum_img .pgm_description{
	padding:4px 0;
}
.pgm_main_img .pgm_description p{
	width: calc(100% - 100px);
	margin-right: 8px;
	font-size:14px;
	font-weight: bold;
}
.pgm_main_img .pgm_type{
	width: 70px;
	font-size: 12px;
	margin-left: 8px;
}
.pgm_thum_img .pgm_description p{
	width: calc(100% - 80px);
	margin-right: 3px;
	font-size:12px;
	font-weight: bold;
}
.pgm_thum_img .pgm_type{
	width: 5.5em;
	font-size: 12px;
	margin-left: 3px;
}
body{
	max-width: 1170px;
	min-height: 494px;
	margin:0 auto;
}
select,option,input{
	outline: none;
}
input[type="submit"]{
	cursor: pointer;
}
select{
	cursor: pointer;
}

#ch::-ms-expand {

	display: none;
}
#category::-ms-expand {

	display: none;

}
#month::-ms-expand {

	display: none;

}
#day::-ms-expand {

	display: none;

}


#ch {

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background-image: url(../image/select.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
#category {

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background-image: url(../image/select.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
}
#month {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background-image: url(../image/select.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
#day {

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background-image: url(../image/select.png);
	background-position: 95% center;
	background-repeat: no-repeat;


}

/*------------------ ↓↓↓臨時おすすめ番組スライド　スマートホン向記述↓↓↓ ------------------*/

@media only screen and (max-width: 767px)  {

#pgm_slide{
	display:flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: space-between;
	align-content: space-between;
}
.pgm_main_img{
	width: 100%;
	position: relative;
	max-height: 373px;
}
.pgm_main_img a{
	width: 100%;
	max-height: 373px;
	display:  block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:  center;
	background-color: #000000;
}

.pgm_thum_img{
	width: 100%;
	min-height: 393px;
	display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: space-between;
	align-content: space-between;
}
.pgm_thum_img a{
	width: 100%;
	height: 186px;
	display:  block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}

.pgm_thum_img div.mid{
	position:relative;
	flex-basis: 49%;
	max-height: 186px;
	margin-top: 10px;
}

#pgm_sarch a{
	width:auto;
	margin-top: 10px;
	margin-right: 10px;
	float:  right;
}

#pgm_sarch p{
	background-size:13px 13px;
	-webkit-background-size:13px 13px;
	padding-left:33px;
	background-position: 10px 50%;
}

#pgm_sarch a{
	margin-right:10px;
	font-size:10px;
}

.ch_serch_content{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	flex-basis: 100%;
	padding-bottom:10px;
}

.pcview{
display:none;

}

@media only screen and (max-width: 413px)  {
#pgm_sarch p{
	font-size: 4vw;
	font-weight:bold;
}

.pcview{
display:block;

}

}

/*------------------ ↑↑↑臨時おすすめ番組スライド↑↑↑ ------------------*/
