@charset "utf-8";
/* CSS Document */
body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	line-height: 1.6;
	font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
 @keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*---original text color on this page ---*/



/*--------------------------------------
共通
--------------------------------------*/
img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #F30;
}
.acenter {
	text-align: center;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
/***--------------------------------------------
#main
-----------------------------------------------*/
#wrapper {
	width: 920px;
	margin: 0 auto;
}
section {
	padding-bottom: 60px;
}
.category {
	text-align: center;
}
/*****NAV*****/
.page-menu {
	padding: 5px 0px;
}
.page-menu ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}
.page-menu ul li {
	width: calc(100% / 4);
	position: relative;
}
.page-menu ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 60px;
	transition: all .3s;
	border: 3px solid #000000;
	box-sizing: border-box;
	margin-right: 5px;
	color: #000000;
	z-index: 0 !important;
}
.page-menu ul li.last a {
	margin-right: 0px !important;
}
.page-menu ul li a:hover {
	background-color: #CCCCCC;
	text-decoration: none;
	color: #ffffff;
}
li.b-about a:before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(../../images/radio/icon-about.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
li.b-radio a:before {
	content: "";
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	background: url(../../images/radio/icon-radio.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
li.b-cast a:before {
	content: "";
	display: inline-block;
	width: 3em;
	height: 3em;
	background: url(../../images/radio/icon-cast.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
li.b-message a:before {
	content: "";
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	background: url(../../images/radio/icon-message.png) no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.title {
	margin-bottom: 20px;
	text-align: center;
}
.title span {
	display: block;
}
.title h2 {
	font-size: 30px;
}
.ttl-about {
	display: inline-block;
	position: relative;
	border-bottom: 5px solid #00a8ff;
}
.ttl-radio {
	display: inline-block;
	position: relative;
	border-bottom: 5px solid #d3b919;
}
.ttl-cast {
	display: inline-block;
	position: relative;
	border-bottom: 5px solid #ff5e9d;
}
.ttl-message {
	display: inline-block;
	position: relative;
	border-bottom: 5px solid #909d2f;
}
/**/
.stage-outer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}
.stage {
	width: calc((100% / 2) - 20px);
	margin: 0px auto;
	position: relative;
}
.stage-ttl {
	text-align: center;
	padding-bottom: 5px;
}
.stage-ttl h3 {
	font-size: 1.2rem;
}
.stage-ttl h3 span {
	display: block;
}
.txt-about {
	width: 80%;
	margin: 0 auto;
}
.radio-box {
	position: relative;
	width: 100%;
	padding-top: 0%;
	height: 315px;
}
.radio-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}
.stage img {
	border: 2px solid #000000;
	box-sizing: border-box;
	width: 100%;
}
.ttl-name {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
	background-image: url(../../images/radio/icon-nametitle-btm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
.ttl-name span {
	display: block;
	font-size: 0.8rem;
}
.txt-prof {
	font-size: 0.88rem;
}
.box-message {
	border: 5px solid #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-message p {
	font-weight: 800;
	font-size: 1.2rem;
	padding-left: 90px;
	line-height: 1.4;
}
.box-message p span {
	font-size: 1.6rem;
	color: #F30;
}
.mail {
	background-image: url(../../images/radio/icon-mail.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.fax {
	background-image: url(../../images/radio/icon-fax.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.bnr-musiclive {
	text-align:center;
	margin-bottom:60px;}


.radiolist { background-color:#efefef; padding:5px 10px; margin-bottom:0px !important;}
.ttl-radiolist { font-size:20px !important;}
.area dt { font-weight:600;}
.area dd { margin-bottom:20px;}
.area dd:last-child { margin-bottom:0px !important;}
.area { padding:20px 20px 0px;}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/
}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}
#wrapper {
	width: 100%;
}
.radio-box {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.radio-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
	border: none;
	margin: 0px;
	padding: 0px;
}
.page-menu ul li {
	width: calc(100% / 2);
		font-size: 0.8rem;
}
.page-menu ul li a {
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	letter-spacing: -0.1em;
}
.page-menu ul li.last a {
	margin-right: 3px !important;
}
li a:before {
	width: 1.7em !important;
	height: 1.7em !important;
}
.stage-outer {
	width: 98%;
}
.stage {
	width: calc(100%);
}
.stage:first-child { margin-bottom:40px;}
.title img {width:45px; height:auto;}
.txt-about, .txt-prof {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.box-message p {
	font-size: 0.9rem;
	padding-left: 50px;
}
.box-message p span {
	font-size: 1.2rem;
}
.mail, .fax {
	background-position: 10px center;
	background-size: 30px 30px;
}
}
