@charset "Shift_JIS";

/* --------------------------------------------------
	#rn18__top_contents
-------------------------------------------------- */
#rn18__top_contents {
	width: 1000px;
	margin: 30px auto;
}


/* --------------------------------------------------
	#rn18__now_on_air
-------------------------------------------------- */
#rn18__now_on_air {
	float: left;
	width: 375px;
}
#rn18__now_on_air .title {
	padding: 0.5em 5%;
	background: #f5a000;
	color: #fff;
}
#rn18__now_on_air .title h2 {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	font-size: 120%;
}
#rn18__now_on_air .title .date {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: right;
	font-size: 80%;
	color: #fff;
}
#rn18__now_on_air .image {
	text-align: center;
}
.rn18__music_search_box {
	padding: 10px;
	background: #7d828d;
}
.rn18__music_search_box .search_btn {
	float: right;
}
.rn18__music_search_box .search_btn a {
	display: inline-block;
	box-sizing: border-box;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	background: #d8d9dd;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	color: #4d4d4d;
}
.rn18__music_search_box .newsTicker {
	float: left;
	width: 240px;
	height: 30px;
}
.rn18__music_search_box .tickercontainer .mask {
	width: 240px;
}
.rn18__music_search_box ul.newsticker li {
	color: #fff;
}


/* --------------------------------------------------
	#rn18__slide
-------------------------------------------------- */
#rn18__slide {
	float: right;
	width: 580px;
	padding: 10px 5px 20px;
	background: #e5e6e8;
}
.slick-dots {
	margin-top: 0.5em;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	margin: 0 0.25em;
}
.slick-dots li button {
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	line-height: 0;
	text-indent: -9999px;
	border: none;
	border-radius: 50%;
	background: #ccc;
}
.slick-dots li.slick-active button {
	background: #eb6112;
}


/* --------------------------------------------------
	#rn18__icon01
-------------------------------------------------- */
#rn18__icon01 {
  clear: both;
	float: left;
	width: 375px;
}
#rn18__icon01 ul {
	float: left;
	width: 375px;
	margin-top: 2em;
	line-height: 1.2;
	text-align: center;
}
#rn18__icon01 ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}


/* --------------------------------------------------
	#rn18__news
-------------------------------------------------- */
#rn18__news {
	clear: both;
	float: left;
	width: 375px;
	margin-top: 2em;
}
#rn18__news .title {
	padding: 0.5em 5%;
	background: #f5a200;
	color: #fff;
}
#rn18__news .title h2 {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	font-size: 120%;
}
#rn18__news .title .more {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: right;
}
#rn18__news .title .more a {
	display: inline-block;
	padding-right: 15px;
	background: url(../img_2018/arow02.png) right center no-repeat;
	color: #fff;
}
.rn__news_list {
	overflow: hidden;
}
.rn__news_cassette {
	float: left;
	box-sizing: border-box;
	width: 48%;
	margin: 4% 0 0 0;
}
.rn__news_cassette:nth-child(odd) {
	margin-right: 4%;
}
.rn__news_cassette a {
	display: block;
	min-height: 230px;
	padding: 5px;
	border: solid 2px #d8d9dd;
	text-decoration: none;
	color: #4d4d4d;
	transition: background-color 0.3s;
}
.rn__news_cassette a:hover {
	background-color: #fef5e5;
}
.rn__news_cassette .cat {
	height: 20px;
	line-height: 22px;
	text-align: center;
	font-size: 80%;
	color: #fff;
}
.rn__news_cassette .cat_event { background: #04af7a; }
.rn__news_cassette .cat_special { background: #f0908a; }
.rn__news_cassette .cat_other { background: #6bc8f3; }
.rn__news_cassette .img {
	position: relative;
	height: 100px;
	margin-top: 5px;
	overflow: hidden;
}
.rn__news_cassette .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.rn__news_cassette .date {
	margin: 10px 5px 0;
	font-size: 80%;
}
.rn__news_cassette .ttl {
	margin: 5px;
	font-size: 100%;
	font-weight: bold;
}


/* --------------------------------------------------
	#rn18__today
-------------------------------------------------- */
#rn18__today {
	float: right;
	box-sizing: border-box;
	width: 590px;
	margin-top: 30px;
	border: solid 3px #f5a200;
}
#rn18__today .title {
	display: inline-block;
	margin-left: 1em;
	padding: 0.25em 1em;
	background: #f5a200;
	font-size: 120%;
	color: #fff;
}
/*#rn18__today .text a {*/
#rn18__today .text {
	display: block;
	padding: 20px 20px 20px 20px;
/*	background: url(../img_2018/arow01.png) calc(100% - 20px) center no-repeat;*/
	color: #4d4d4d;
/*	pointer-events: none;
	cursor: default;
	text-decoration:none;*/
}


/* --------------------------------------------------
	#rn18__sns_wrap
-------------------------------------------------- */
#rn18__sns_wrap {
	float: right;
	width: 590px;
	margin-top: 30px;
}


/* --------------------------------------------------
	#rn18__insta
-------------------------------------------------- */
#rn18__insta {
	float: left;
	box-sizing: border-box;
	width: 280px;
	height: 410px;
	background: #e5e6e8;
}
#rn18__insta h2 {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#rn18__insta h2 span {
	display: inline-block;
	height: 40px;
	padding-left: 25px;
	line-height: 40px;
	background: url(../img_2018/mark_instagram.png) left center no-repeat;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #4d4d4d;
}
.rn18__insta_link {
	margin-top: -10px;
	text-align: center;
}
.rn18__insta_link a {
	text-decoration: underline;
}
.in_inside {
	padding: 5px 10px;
	height: 340px !important;
	overflow-y: scroll;
}
/*.in_inside ul {
}
.in_inside li {
	float: left;
	width: 30%;
	margin: 2.5% 0 0 2.5%;
}
.in_inside li:nth-child(3n) {
}
.in_inside li img {
	max-width: 100%;
}*/


/* --------------------------------------------------
	#rn18__twitter
-------------------------------------------------- */
#rn18__twitter {
	float: right;
	box-sizing: border-box;
	width: 280px;
	height: 410px;
}
#rn18__twitter h2 {
	background: #1da1f2;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#rn18__twitter h2 span {
	display: inline-block;
	height: 40px;
	padding-left: 25px;
	line-height: 40px;
	background: url(../img_2018/mark_twitter.png) left center no-repeat;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #fff;
}
.tw_inside {
	box-sizing: border-box;
	height: 370px;
	border: solid #d8d9dd;
	border-width: 0 3px 3px;
}


/* --------------------------------------------------
	#rn18__radiko
-------------------------------------------------- */
#rn18__radiko {
	float: left;
	box-sizing: border-box;
	margin-top: 30px;
}
#rn18__radiko a {
	display: block;
	width: 280px;
	height: 176px;
	background: url(../img_2018/radiko_bnr.png) no-repeat;
	text-decoration: none;
	transition: opacity 0.3s;
}
#rn18__radiko a:hover {
	opacity: 0.8;
}
#rn18__radiko p {
	padding: 110px 25px 0;
	color: #fff;
}


/* --------------------------------------------------
	#rn18__hot100
-------------------------------------------------- */
#rn18__hot100 {
	float: right;
	box-sizing: border-box;
	width: 280px;
	height: 176px;
	margin-top: 30px;
}
#rn18__hot100 h2 {
	background: #f5a200;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#rn18__hot100 h2 span {
	display: inline-block;
	height: 40px;
	padding-left: 25px;
	line-height: 40px;
	background: url(../img_2018/mark_hot100.png) left center no-repeat;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
}
.rn18__hot100_inside {
	box-sizing: border-box;
	height: 136px;
	padding: 5%;
	border: solid #d8d9dd;
	border-width: 0 3px 3px;
}
.rn18__hot100_inside .img {
	position: relative;
	float: left;
	width: 90px;
	padding: 10px 0 0 10px;
}
.rn18__hot100_inside .img .mark {
	position: absolute;
	top: -5px;
	left: -5px;
}
.rn18__hot100_inside .txt {
	float: right;
	width: calc(100% - 120px);
	padding-top: 10px;
	font-size: 80%;
}
.rn18__hot100_inside .txt dt {
	font-size: 90%;
	color: #eb6112;
}
.rn18__hot100_inside .txt dd {
	margin-bottom: 0.25em;
}


/* --------------------------------------------------
	#rn18__facebook
-------------------------------------------------- */
#rn18__facebook {
	float: left;
	box-sizing: border-box;
	width: 280px;
	height: 410px;
	margin-top: 30px;
}
#rn18__facebook h2 {
	background: #325094;
	text-align: center;
	font-size: 120%;
}
#rn18__facebook h2 span {
	display: inline-block;
	height: 40px;
	padding-left: 25px;
	line-height: 40px;
	background: url(../img_2018/mark_facebook.png) left center no-repeat;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
}
.fb_inside {
	width: auto;
	max-width: 394px;
	height: 424px;
	overflow-y: hidden;
}


/* --------------------------------------------------
	#rn18__pr
-------------------------------------------------- */
#rn18__pr {
	float: right;
	box-sizing: border-box;
	width: 280px;
	margin-top: 30px;
}
#rn18__pr h2 {
	padding-top: 5px;
	border-top: solid 2px #f5a000;
	font-size: 120%;
	font-weight: bold;
	color: #f5a000;
}
#rn18__pr ul {
	width: 220px;
	margin: 10px auto;
}
.rn18__single_bnr li {
	margin-top: 10px;
}


/* --------------------------------------------------
	#rn18__search
-------------------------------------------------- */
#rn18__search {
	float: left;
	box-sizing: border-box;
	width: 375px;
	margin-top: 30px;
	padding: 10px;
	background: #e5e6e8;
}
#rn18__search h2 {
	float: left;
	line-height: 30px;
	font-size: 100%;
	font-weight: bold;
}
#rn18__search h2 span {
	color: #eb6112;
}
.rn18__search_box {
	float: right;
}
.rn18__search_box input[type="text"] {
	box-sizing: border-box;
	width: 200px;
	height: 30px;
	line-height: 30px;
}


/* --------------------------------------------------
	#rn18__pickup
-------------------------------------------------- */
#rn18__pickup {
	clear: both;
	padding-top: 30px;
}
#rn18__pickup h2 {
	padding-top: 5px;
	border-top: solid 2px #f5a000;
	font-size: 120%;
	font-weight: bold;
	color: #f5a000;
}
#rn18__pickup ul {
	text-align: center;
}
#rn18__pickup li {
	display: inline-block;
	width: 24.5%;
	text-align: center;
}
