@charset "UTF-8";
* {
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* ------------------------------------- */


/* Reset------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

html {
  font-size: 62.5%;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100%;
  position: relative;
}

body {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2em;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  background-color: transparent;
}

a:focus, *:focus {
  outline: none;
}


/* ------------------------------------- リンク共通アニメーション */

a, a.btn {
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

h1 {
  display: none;
}

.kugiri {
  background-image: url(img/dotline1.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 0.8em 8px 1em 0;
  clear: both;
  display: block;
  height: 1px;
}

@media (max-width: 367px) {
  /* ビューエリアの中間幅。xsサイズでの崩れ防止 */
  /* ------------------------------------- スクロールエリア(共通)*/
  /*.scroll_area {
	width: auto;
	min-height: 720px;
	overflow: auto;
	border: 1px solid #ccc;
}*/
  dl {
    margin: 0 0 1.2em 0;
    padding: 0 10px 0 0;
  }
  dt {
    float: none;
    line-height: 1.2em;
    clear: both;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    margin: 0 0;
  }
  dd {
    line-height: 1.2em;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 0;
  }
  h2.movTitle {
    text-align: left;
    font-size: 90%;
    font-weight: bold;
    color: #ff6b7a;
    padding: 0 0 0.1em 0;
    margin: 0.4em 0 0.3em 0;
  }
  h3.movPush {
    text-align: left;
    font-size: 105%;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
  }
  .movDate {
    color: #666;
    font-size: 70%;
    white-space: nowrap;
    padding-top: 0.8em;
  }
  .img-center {
    width: 100%;
    margin: 0 auto;
  }
  /*これまでの放送（中+大）*/
  .all_list {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /*background-image: url(img/grid_bg.gif);
      background-position: 0px 5px;*/
    padding-top: 20px;
    z-index: 100;
    line-height: 1px;
  }
}

@media (min-width: 368px) {
  /* ビューエリアの最小幅。このサイズより小さい場合に適用。 */
  /* ------------------------------------- スクロールエリア(共通)*/
  /*.scroll_area {
	width: auto;
	min-height: 300px;
	overflow: auto;
	border: 1px solid #ccc;
}*/
  dl {
    margin: 0 0 1.2em 0;
    padding: 0;
  }
  dt {
    float: left;
    line-height: 1.2em;
    clear: both;
    padding: 0;
    font-weight: normal;
    text-align: center;
    width: auto;
    margin: 0 0 0.5em 0;
  }
  dd {
    line-height: 1.2em;
    margin-left: 260px;
    padding: 0px;
    margin-bottom: 1em;
  }
  h2.movTitle {
    text-align: left;
    font-size: 90%;
    font-weight: bold;
    color: #ff6b7a;
    padding: 0.4em 0 0.1em 0;
    margin: 1em 0 0 0;
  }
  h3.movPush {
    text-align: left;
    font-size: 105%;
    font-weight: bold;
    padding: 0.3em 0 0.1em 0;
    margin: 0;
    line-height: 1.4em;
  }
  .movDate {
    color: #666;
    font-size: 70%;
    white-space: nowrap;
    padding-top: 1em;
  }
  .img-center {
    max-width: 100%;
    margin: 0 auto;
  }
  /*これまでの放送（小）*/
  .all_list {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /*background-image: url(img/grid_bg.gif);
      background-position: 6px 10px;*/
    padding-top: 20px;
    text-align: center;
    z-index: 100;
    line-height: 1px;
  }
}


/*border: 1px solid red;*/