@charset "utf-8";
/*
Theme Name: sbcrd
Theme URI: http://sbc21.co.jp/
Description: SBC信越放送：ラジオ
Author: the SBC営業戦略部
Version: 1.0
*/

.radio #radio1{
	text-align: left;
}

.radio #columnR{/*右コンテンツ*/
	float:right;
}

.radio .cat_list{/*左コンテンツ*/
	float:left;
	width:72%;
}

@media (max-width: 767px) {
	.radio .cat_list, .radio #columnR{
		float:none;
		width:100%;
	}
}

/*記事レイアウト*/
.radio #radio1 .grid h2{
	font-size: 2.2rem;
	color: #454545;
	background-size: 50px 50px;
	background: url(/common/img/icon2.png) no-repeat;
	background-position: 0px -11px;
	padding: 0 0 0 5.5rem;
	line-height: 4.5rem;
}

.radio #radio1 .rd_item{
	border:7px solid #1F9040;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 20px;
	word-wrap: break-word;
}

.radio #radio1 .cat_list li.rd_item h3{
	font-size: 2rem;
  margin-bottom: 1rem;
}

.radio #footerbanner.footer_sub{
	display: none;
}

@media (max-width: 767px) {
   .radio #radio1 .grid h2 {
      font-size: 1.8rem; }
	.radio #radio1 .cat_list li.rd_item h3{
			font-size: 1.5rem;
	}
	.radio #radio1 .cat_list li.rd_item img{
		width:100%;
		height:auto;
	}
}

/*サイドレイアウト　---　ラジコ*/
@media (max-width: 767px) {
	.side_radiko{
		margin-bottom: 15px;
		text-align: center;
	}
}

/*サイドレイアウト　---　周波数 */
.frequency_group {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 3px;
	background: #ddd;
	margin-bottom: 20px;
	border-radius: 5px;
}

.frequency_group h3 {
	text-align: center;
	padding: 5px;
	padding-bottom: 7px;
	position: relative;
}

.frequency_group h3 a {
	font-weight: bold;
	font-size: 18px;
}

.frequency_group h3 a::before {
	content: '';
	width: 50px;
	height: 47px;
	background: url(../img/radio_icon.png) no-repeat 0 0;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.frequency_group .frequency_body {
	padding: 5px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.frequency_group .frequency_body::before {
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 10px;
}

.frequency_group .frequency_body .frequency_body_row {
	width: 47%;
	float: left;
}

.frequency_group .frequency_body .frequency_body_row:nth-child(2n) {
	float: right;
}

.frequency_group .frequency_body .frequency_body_row h4 {
	font-weight: bold;
	color: #fe0000;
	border-bottom: 1px dashed #fe0000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
}

.frequency_group .frequency_body .frequency_body_row:nth-child(2n) h4 {
	color: #1e85e4;
	border-bottom: 1px dashed #1e85e4;
}

.frequency_group .frequency_body .frequency_body_row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.frequency_group .frequency_body .frequency_body_row ul > li {
	font-size: 14px;
	list-style: none;
	color: #000;
}

.frequency_group .frequency_body .frequency_body_row ul > li > span {
	display: inline-block ;
	width: 70px ;
	font-size: 12px;
	color: #666;
}


/*---番組表　レスポンシブ----*/
@media screen and (max-width: 767px) {
	#radio_schedule .content{
		width:1200px;
	}
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #radio3 .weeklylist .list2 li .thumbnail img {
    width:auto;
  }
	*::-ms-backdrop, #radio3 .weeklylist .list2 li .thumbnail {
		border: none;
    border-bottom:1px solid #eee;
  }
}
