/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}

body {
  color: white;
  background-color: black;
  font-size: 14px;
  border: 0;
}

a {
  color: white;
}
a:link {
  text-decoration: none;
}

li {
  list-style: none;
  float: left;
}

hr {
  clear: both;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url("../images/all_red_line.png");
  height: 6px;
  width: 320px;
  border: none;
  background-repeat: no-repeat;
}

.tile {
  background-image: url("../images/all-tile-s.jpg");
  background-size: 160px 160px;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  margin-bottom: 1px;
}
.tile div {
  clear: both;
  overflow: hidden;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 160px;
}
.tile div img {
  vertical-align: middle;
}

.go-top {
  text-align: right;
  display: table-cell;
  height: 30px;
  width: 320px;
  vertical-align: middle;
  color: gray;
}

.red {
  color: red;
}

.button {
  background-image: url("../images/all-tile-button-bg.jpg");
  background-size: 320px 92px;
  background-repeat: no-repeat;
  width: 320px;
  height: 92px;
  margin-bottom: 10px;
}
.button div {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}
.button div img {
  vertical-align: middle;
  padding-left: 10px;
}

.txt-center { text-align: center; }
.txt-right { text-align: right; }
.txt-left { text-align: left; }

/*--------------------------------------
　大枠囲み
---------------------------------------*/
#container {
  margin: 0 auto;
  width: 320px;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
  clear: both;
  overflow: hidden;
  width: 320px;
  background-image: url("../images/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: 320px 74px;
  height: 74px;
  margin-top: 10px;
}
#header div {
  margin-top: 12px;
  margin-left: 18px;
  width: 166px;
  float: left;
}

/*--------------------------------------
　ナビゲーション
---------------------------------------*/
nav {
  float: right;
  margin-right: 10px;
}

#navigation {
  clear: both;
  overflow: hidden;
  display: none;
  width: 320px;
  position: absolute;
  top: 68px;
  text-align: center;
  background-image: url("../images/menu-bg.png");
  height: 100%;
  z-index: 10;
}
#navigation li {
  width: 320px;
  height: 92px;
  display: block;
  background-image: url("../images/all-tile-button-bg.jpg");
  background-repeat: no-repeat;
  background-size: 320px 92px;
  font-size: 24px;
  position: relative;
}
#navigation li a {
  left: 0;
  position: absolute;
  text-align: center;
  top: 28%;
  width: 320px;
}

#nclose {
  background-image: none !important;
  text-align: right !important;
  font-size: 14px !important;
  margin-top: 20px;
}

/*--------------------------------------
　ラジオ概要
---------------------------------------*/
#web-radio-about {
  font-size: 12px;
  background-image: url("../images/overview-bg.jpg");
  background-repeat: no-repeat;
  background-size: 320px 320px;
  display: table-cell;
  width: 320px;
  height: 160px;
  position: relative;
  z-index: 1;
}
#web-radio-about div {
  font-size: 12px;
  padding-bottom: 14px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 320px;
  height: 304px;
  padding: 10px 10px 0;
}
#web-radio-about div div {
  clear: both;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 0px;
}
#web-radio-about div h1 {
  font-size: 12px;
  display: inline;
  font-weight: normal;
}
#web-radio-about div h1 p {
  margin: 0;
}
#web-radio-about div hr {
  width: 280px;
  background-image: none;
  margin-bottom: 2px;
  margin-top: 10px;
  border-top: 1px solid gray;
}

#web-radio-about-bn {
  background-image: url("../images/overview-bg-bn.jpg");
  background-repeat: no-repeat;
  background-size: 320px 68px;
  height: 68px;
}

#chapter {
  display: table-cell;
  font-size: 14px;
  height: 20px;
  padding-bottom: 10px;
  padding-top: 20px;
  vertical-align: middle;
  width: 320px;
}
#chapter ul li:first-child {
  float: left;
}
#chapter ul li:last-child {
  float: right;
}

#personality {
  width: 200px !important;
  height: 64px !important;
  padding-left: 0px !important;
}

/*--------------------------------------
　記事
---------------------------------------*/
.content {
  clear: both;
  overflow: hidden;
  width: 290px;
  background-image: url("../images/content-bg.jpg");
  background-repeat: repeat-y;
  background-size: 320px 1px;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.content img {
  margin: 10px auto;
}
.content h3 {
  color: red;
}
.content h3:first-child {
  margin-top: 0px;
}
.content h3, .content h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.content .text li {
  float: none;
}

.content .text .mail{
  background:none;
  height:auto;
}

.content .text .mail a:link{
  text-decoration:underline;
}

.content p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.info {
  margin-bottom: 10px;
}
.info div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info h2 {
  font-size: 14px;
}

.content-head {
  clear: both;
  overflow: hidden;
  line-height: 0px;
}

.content-foot {
  clear: both;
  overflow: hidden;
  line-height: 0px;
}

.content-foot {
  margin-top: -2px;
}

.airdate h2 {
  font-size: 20px;
}
.airdate div div {
  padding: 0px;
}

.date {
  color: gray;
  font-size: 24px;
}

.comment h2 {
  font-size: 12px;
  text-align: left;
}

.center {
  margin: 0 auto;
}

.mail {
  background-image: url("../images/all-tile-button-bg-mail.jpg");
  background-repeat: no-repeat;
  background-size: 320px 112px;
  height: 112px;
}
.mail h2 {
  text-align: left;
  font-size: 12px;
}
.mail h2 p:first-child {
  text-decoration: underline;
}

.comment {
  background-image: url("../images/all-tile-button-bg-comment.jpg");
  background-repeat: no-repeat;
  background-size: 320px 200px;
  height: 200px;
  font-size: 12px;
}
.comment p {
  text-align: left;
}

.attention {
  background-image: url("../images/all-tile-button-bg-comment.jpg");
  background-repeat: no-repeat;
  background-size: 320px 200px;
  height: 200px;
  font-size: 12px;
}
.attention div {
  padding: 0 20px;
}
.attention h2 {
  text-align: left;
  font-size: 12px;
}
.attention p {
  text-align: left;
  margin-bottom: 10px;
}

/*--------------------------------------
　放送中に紹介した商品
---------------------------------------*/
.product {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.product .item img {
  margin-left: 3px;
  margin-top: 3px;
}
.product .item ul {
  position: relative;
}
.product .item ul li:first-child {
  position: absolute;
  right: 4px;
  z-index: 3;
}

/*--------------------------------------
　ラジオ再生
---------------------------------------*/
.play {
  margin-bottom: 1px;
}
.play p {
  text-align: center;
  font-size: 10px;
  color: gray;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#footer address {
  text-align: center;
  width: 320px;
  margin-bottom: 10px;
}

#copyright {
  color: gray;
  display: none;
}
#copyright p {
  margin: 0 0px 10px 0;
}
#copyright h2 {
  font-size: 14px;
}
#copyright h3 {
  color: gray;
  font-size: 12px;
  margin-bottom: 0px;
}
#copyright hr {
  background-image: none;
  border-top: 1px solid gray;
  height: 0;
  margin: 10px auto;
  width: 280px;
}

#cov {
  height: 60px;
  color: gray;
  text-align: center;
  width: 320px;
  display: table-cell;
  vertical-align: middle;
}

#close {
  text-align: right;
}

#related-links {
  clear: both;
  overflow: hidden;
  width: 320px;
  height: 160px;
}
#related-links div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  vertical-align: middle;
}
#related-links div:last-child a {
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  height: 50px;
}

.sidebyside {
  padding-top: 10px;
  width: 320px;
  margin: 0 auto;
  color: gray;
}
.sidebyside ul li {
  float: none;
  height: 92px;
  text-align: center;
  vertical-align: middle;
  width: 320px;
  background-image: url("../images/all-tile-button-bg.jpg");
  margin-bottom: 10px;
  position: relative;
}
.sidebyside ul li a:link {
  color: gray !important;
  left: 0;
  position: absolute;
  text-align: center;
  top: 37%;
  vertical-align: middle;
  width: 320px;
}
.sidebyside ul li a:visited {
  color: gray !important;
  left: 0;
  position: absolute;
  text-align: center;
  top: 37%;
  vertical-align: middle;
  width: 320px;
}

address {
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
}
