@charset "utf-8";

/* ------------------------------------------------------- */
/*-------------　番組表　top　-------------------*/


/* 番組曜日　メニュー*/

.ba-nav {
	background-color: #0080B8;
	overflow-x: auto;
}

.ba-na ul li {
  display: inline-block; /* 横並びにする */
}

.ba-nav ul li { /* 最後の項目以外に適用 */
 border-left: 1px solid #fff; /* 右に区切り線を設定 */
}
.ba-nav ul li:last-child { /* 最後の項目以外に適用 */
 border-right: 1px solid #fff; /* 右に区切り線を設定 */
}

/* ナビ横右にスクロール */
.ba-nav ul {
	display: flex;
	width: max-content;
	margin: 0 auto;
}
.ba-nav ul li a {
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 10px 25px;
	height: 20px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.ba-nav ul li a.current {
  font-weight: bold; /* 太字にする */
  background-color: #F0A01D; /* カレント表示 */
}

.ba-nav ul li a:hover{
	background-color: #9CBECD;
}


/*-------------　番組表内　-------------------*/


#time_table_area{
	position:relative;
	display:block;
	margin-bottom:20px;
}

.time_table{
	width:100%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.time_table td{
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
	font-style: normal;
	color: #3D3D3D;
}
.time_table .tbl_time{
	color: #FFFFFF;	
}


.tbl_time {
	min-width: 30px;
	width: 30px;
	color: #FFFFFF;
	text-align: center;
	background: #7F7F7F;
	vertical-align: middle;
}

.tbl_contents{
	background: #EFEFEF;
	vertical-align: middle;
}

.tbl_cont_box{
	padding: 13px;
	background: #FFFFFF;
}

.program_ttl{
	background: #FFFFFF;
}
/* 放送時間　*/
.prg_time{
	margin-bottom: 1px;
	font-size: 100%;
	font-weight: bolder;
	color: #555555;
}
/* 番組タイトル*/
.tbl_cont_box h3{
	font-size: 20px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: bolder;
}
/* 番組内容　*/
.tbl_cont_box h4 .prg_info h3{
	margin-bottom: 0px;
	font-size: 110%;
	color: #000000;
}
/*  info内　番組タイトル   */
.prg_info h4{
	margin-bottom: 0px;
	font-size: 120%;
	color: #000000;
	font-weight: bolder;
}
/*  i番組 photograph   */
.prg_info .b-photo{
	margin-right: 10px;
}

t_ttl h3{
	margin-bottom: 0;
}

.prg_dj_pict{
	position:relative;
	display:block;
	float:left;
	margin: 0px 10px 10px 0px;
}

.prg_dj_pict img{
	float:left;
	margin-right:2px;
    height:80px;
}

.prg_detail{
	position:relative;
	display:table-cell;
}

.prg_detail li{
	margin-bottom:15px;
}

.prg_detail a{
	color: #000000;
	text-decoration: none;
}


.dj_name ul li{
	margin-bottom: 0px;
	font-size: 100%;
	font-weight: bolder;
}

.tbl_link_btn{
	position:relative;
	display:block;
	margin:10px 0 0 10px;
}
/*　提供タイトル　*/
.time_table h6{
	font-size: 85%;
	text-align: right;
	color: #606060;
}

.emergency_info{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 10px;
}
/*-----　番組表内　生放送　再放送　新番組　--------*/
/*-----　生放送　----*/
.btn-rich-live {
	position: relative;
	display: inline-block;
	padding: 0.1em 0.1em;
	font-size: 0.8em;	
	text-decoration: none;
	color: #FFF;
	background: #E81E82;/*色*/
	border: solid 1px #EF7BB4;/*ピンク色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	letter-spacing: -0.1em;
}
/*-----　再放送　----*/
.btn-rich-rebroadcast {
	position: relative;
	display: inline-block;
	padding: 0.1em 0.1em;
	font-size: 0.8em;	
	text-decoration: none;
	color: #FFF;
	background: #0A8E09;/*色*/
	border: solid 1px #19CF17;/*green色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	letter-spacing: -0.1em;
}
/*-----　新番組　----*/
.btn-rich-new_program {
	position: relative;
	display: inline-block;
	padding: 0.1em 0.1em;
	font-size: 0.8em;	
	text-decoration: none;
	color: #FFF;
	background: #D10000;/*色*/
	border: solid 1px #E9A8A9;/*　red色　*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	letter-spacing: -0.1em;
}

/*----　番組表内　リンクボタン　----*/
.btn-flat-border {
	display: inline-block;
	margin-right: 5px;
	padding-top: 0.1px;
	padding-right: 0.4em;
	padding-left: 0.4em;
	text-decoration: none;
	color: #0080B8;
	border: solid 1px #00808B;
	border-radius: 3px;
	transition: .4s;
	margin-top: 1px;
	padding-bottom: 0.1px;
	line-height: 20px;
}
.btn-flat-border:hover {
	background: #67c5ff;
	color: white;
	
}
/*  i番組 photograph   */
.prg_info .b-photo{
	margin-right: 10px;
}
/*リンク画像*/
a img {
	vertical-align: bottom; /* img要素をベースラインの底辺に合わせる */
	padding-bottom: 2px;
}


/* ------------------------------------------------------- */
/*-------------　今後のイベント　-------------------*/
/*  upcoming_events　*/

/*  見出し　*/
.h2_up_events{
    color:rgb(0,128,184);
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 35px;
    margin-bottom:20px;
    position: relative;
    padding-left: 0px;
    display: block;
}
.h3_sub_ue {
	font-size: 2rem;
	font-weight: bold;
}
.h4_sub_ue {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.up_events_link{
    margin-top: 50px;
}
.gup_events_years{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-bottom: 40px;
}

.up_events_years li{
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
}


.up_events_btn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #aaa;
}
.up_events_btn.btn_active{
    background-color: #de7f47;
}

.up_events_page{
    display: none;
}
.up_events_page.page_active{
    display: block;
}


.dl_up_events{
    display: flex;
    flex-wrap: wrap;
}


.dl_up_events dt{
	width: 100%;
	font-weight: bold;
	font-size: 1.6rem;
	padding-bottom: 5px;
}
.dl_up_events dd{
    box-sizing: border-box;
    padding-left: 0rem;
    width: 100%;
}
.up_events_a{
	color: #000000;
}
/*--- イベント内余白調整 ---*/
.bottom_space {
  margin-bottom: 1em;
}


@media screen and (max-width:768px) {
    .up_events_new{
        padding: 5px;
    }
}


/* ------------------------------------------------------- */
/*-------------　鎌倉シーサイドステーション　-------------------*/

/*  見出し　*/
.h2_up_corner{
    color:rgb(0,128,184);
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 35px;
    margin-bottom:0px;
    position: relative;
    padding-left: 0px;
    display: block;
}
.h3_sub_corner{
	font-size: 1.5rem;
	font-weight: bold;
	
}

ul.color-list {
	width: 100%;
	margin: 0 auto 5em;
	padding: 2em;
	box-sizing: border-box;
	background: #f9f9f9;
}



/* ------------------------------------------------------- */
ul.color-list li {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 2em;
	box-sizing: border-box;
}

ul.color-list li img {
	width: 100%;
	text-align: center;
}

ul.color-list li h3 {
	font-size: 1.2rem;
	font-weight: bold;
	padding: .5em 0;
}

ul.color-list li p {font-size: 1rem;}
	
ul.color-list li p:first-of-type {padding-top: 1em;}
ul.color-list li + li {margin-top: 2em;}

.single_btn a:hover {color: #5c87a6 !important;}

.txt {
	text-align: center;
	padding: .5em 0 0;
}
/*--sp-table--*/

.table-area {
	width: 90%;
	margin: 0 auto;
	overflow-x: scroll;
}

table.sp-table {
	width: 100%;
	min-width: 900px;
	margin: 5em auto 2em;
}

table.sp-table, table.sp-table td, table.sp-table th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

table.sp-table td, table.sp-table th {
	font-size: .8rem;
	padding: 1em;
	box-sizing: border-box;
}

table.sp-table th {
	color: #333;
	background-color: #DEE1E6;
}

table.sp-table td.more-btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 1em 0;
	text-align: center;
	background-color: #FD4E4F;
	border-radius: 30px;
}


/*--a?1a??a??a??a??a?ca?3--*/
/*--a?!a?‡a?￡a?￠a?￣a?¨a?aa?Re¨?e?°a?aa??--*/

/*--PC--*/
@media screen and (min-width: 1025px){
	ul.color-list {
		width: 60%;
	}
	
	ul.color-list li {
		overflow: hidden;
	}
	
	ul.color-list li img {
		width: 200px;
		float: left;
		margin-right: 2em;
	}
	
	/*--sp-table--*/
	
	.table-area {
		overflow-x: auto;
	}
	
	table.sp-table {
		width: 60%;
	}
}