@charset "utf-8";
/* CSS Document */
/* ---------------------------------
	全体構造
---------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 10pt;
  line-height: 1.5;
}
  
/* ---------------------------------
	ヘッダー
---------------------------------- */
.header {
  width: 100%;
  background: #fa8072;
  z-index: 0;
}
.headerDescription {/* 固定ナビゲーション */
  position: fixed;
  top: 0;
  width: 100%;
  background: #333;
  color: #FFFFFF;
  z-index: 999;
}
.headerDescription ul {
  width: 1000px;
  margin: 0 auto;
}
.headerDescription li {
  float: left;
}
.headerDescription li a {
  display: block;
  padding: 14px 16px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  transition: all ease .2s;
}
.headerDescription li a:hover {
  background: #444444;
}

/* ロゴ */
h1 {
  max-width: 1280px;
  margin: 0 auto;
}
h4 {
  margin: 14px;
  color: #999;
  font-size: 15px;
}
@media (max-width: 800px) {
.header {
  margin-top: 0;
}
.headerDescription {
  display: none;
}
}
/* ---------------------------------
	グローバルナビゲーション
---------------------------------- */
.gNav {
  width: 100%;
  margin: 0 auto;
  background: rgba(0,0,0,0.4);
}
.gNav li {
  float: left;
  width: 20%;
}
.gNav a {
  display: block;
  padding: 10px;
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  text-align: center;
  text-decoration: none;
  border-top: solid 1px #fff;
}
.gNav a:hover {
  background: rgba(0,0,0,0.5);
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ---------------------------------
	コンテンツ
---------------------------------- */
.content {
  overflow: hidden;
  background-image: url(../img/bg.png);
  margin-top: -75px;
  padding-top: 75px;
}
.contentInner {
  width: 98%;
  max-width: 1000px;
  margin: 40px auto;
}
.staff {
  overflow: hidden;
  background-color: #ffa07a;
  background-image: url(../img/content_bg.png);
}
/* ---------------------------------
	テキスト
---------------------------------- */
.staff_text {
  position: relative;
  background: #fff;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
}
.staff_text h3 {
  background: #233;
  color: #fff;
  font-size: 15px;
  border: 4px solid #ffd700;
}
.staff_text h3 {
  margin-bottom: 2em;
  padding: 10px;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  border-bottom: 4px solid #ffd700;
}
.radio_text {
  margin: 20px;
  font-size: 18px;
  line-height: 2;
}
.radio_text span {
  font-weight: bold;
}

h2 {
  max-width: 480px;
  margin: 0 auto;
}
.radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #ffa07a;
  background-image: url(../img/content_bg.png);
}
.nico {
  width: 314px;
  margin: 40px auto;
}
.jplayer {
  width: 420px;
  margin: 40px auto;
}
.info {
  padding: 20px 0;
  background-color: #fff799;
  background-image: url(../img/content_bg.png);
}
.news {
  max-width: 600px;
  height: 100px;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  border: 4px solid #dcdcdc;
  border-radius: 4px;
  overflow-y: scroll;
}
.news dl {
  display: table-row;
}
.news dt {
  display: table-cell;
  padding: 10px;
  border-right: 1px solid #f5f5f5;
  color: #87cefa;
}
.news dd {
  display: table-cell;
  padding: 10px;
}
.maker {
  background-color: #a0d8ef;
  background-image: url(../img/content_bg.png);
  overflow: hidden;
}
.makerItem {
  width: 50%;
}
.bannerImg {
  display: block;
  max-width: 200px;
  margin: 20px auto;
  border: 4px solid #dcdcdc;
  border-radius: 4px;
}
/* ---------------------------------
	パーソナリティー
---------------------------------- */
.profile {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.profileItem {
  width: 33%;
}

@media (max-width: 900px) {
.profileItem {
  width: 50%;
}
}
.profileImg {
  display: block;
  max-width: 160px;
  margin: 0 auto 30px;
  border-radius: 50%;
}
.profileText {
  position: relative;
  background: #fff;
  margin: 10px;
  padding: 5%;
  border-radius: 10px;
}
.profileText:before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.profileName {
  padding: 8px 0 2px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.profileComment {
  margin: 8px 0;
}
.onomatope {
  background-color: #ffc0cb;
  background-image: url(../img/onomatope_bg.png);
}
/* ---------------------------------
	コーナー
---------------------------------- */
.corner {
  overflow: hidden;
  background: #9498dc url(../img/content_bg.png);
  padding: 10px;
}
.corner_item {
  width: 33%;
  float: left;
  padding: 10px;
}
.corner dl {
  background: #fff;
  height: 240px;
  padding: 20px;
  border-radius: 10px;
}
.corner dt {
  margin-bottom: 20px;
  padding: 0 10px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 10px;
}
.mail {
  padding: 20px 0;
  background: #a7d28d;
  background-image: url(../img/content_bg.png);
}
form {
  max-width: 540px;
  margin: 0 auto;
}
form div, form dl {
  padding: 10px 20px;
}
.text, textarea, .dropdown {
  border: 1px solid #777;
  padding: 5px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  /* Webkit */
  background: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #fff;
  /* Firefox */
  background: -moz-linear-gradient( top, #eee, #fff );
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff);
  zoom: 1;
}
.text, .textarea {
  width: 100%;
  box-sizing: border-box;
}
.textarea {
  height: 10em;
}
.submit, .reset {
  border: 1px solid #777;
  padding: 4px 10px;
  color: #fff;
  cursor: pointer;
  background: #428ec9;
  border-radius: 5px;
  /* Webkit */
  background: -webkit-gradient( linear, left top, left bottom, from(#99c9e5), to(#428ec9) );
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #fff;
  /* Firefox */
  background: -moz-linear-gradient( top, #99c9e5, #428ec9 );
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;
/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff99c9e5, endColorstr=#ff428ec9);
  zoom: 1;
}
/* ---------------------------------
	フッター
---------------------------------- */
.footer {
  overflow: hidden;
  width: 100%;
  background: #333;
  border-top: 1px solid #222;
}
.footerInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer_banner {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}
.footer_banner li a {
  display: block;
  width: 200px;
  height: 40px;
  margin: 10px;
}
.copy {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
/* ---------------------------------
	クラス
---------------------------------- */
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
.em {
  font-weight: bold;
}