html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

body, input {
  font-size: 14pt;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; }

body {
  line-height: 1.5em;
  color: #333333;
  background: #f2f2f2; }

.wrapper {
  background: url(../img/bg_gradient_03.png) repeat; }

a {
  color: #1bb7de; }
  a:visited {
    color: #1bb7de; }
  a:focus {
    color: #1bb7de; }
  a:hover {
    color: #4de9ff; }
  a:active {
    color: #1bb7de; }

a:hover {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

.container {
  max-width: 1280px;
  min-width: 990px;
  margin: auto;
  background: #fafafa;
  -webkit-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.4); }

.liquid-wrapper {
  width: 100%;
  float: right;
  margin-left: -300px;
  margin-right: 0;
}

.main {
  position: relative;
  margin: 0 0 0 300px;
  border-left: solid 1px #e7e7e7;
  min-height: 800px; }

.aside {
  width: 300px;
  float: left; }

.header-image {
  background: #ffffff;
  max-width: 1280px;
  min-width: 990px;
  margin: auto;
  line-height: 0;
  -webkit-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.4);
  box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.4); }
  .header-image img {
    width: 100%;
    height: auto; }

.main-container {
  padding: 20px; }
  .main-container .increment-search {
    background: #F6F6F6;
    margin: -20px;
    padding: 20px 0;
    border-bottom: solid 1px #e7e7e7; }
    .main-container .increment-search .placeholder-ie {
      display: none; }
    .main-container .increment-search span.show-all {
      cursor: pointer;
      display: block;
      float: right;
      font-size: 12pt;
      margin: 0 10px;
      padding: 5px 20px;
      color: #777;
      text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.7);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
      background-color: #E1E1E1;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e1e1e1));
      background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
      background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
      background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
      background-image: linear-gradient(top, #ffffff, #e1e1e1); }
      .main-container .increment-search span.show-all:hover {
        color: #888;
        background-color: #ebebeb;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
        background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
        background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
        background-image: -o-linear-gradient(top, #ffffff, #ebebeb);
        background-image: linear-gradient(top, #ffffff, #ebebeb); }
    .main-container .increment-search input {
      float: left;
      font-size: 12pt;
      width: 40%;
      margin: 0 10px;
      padding: 5px 20px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      background-color: #f6f6f6f;
      border: 1px solid #cccccc;
      -webkit-transition: border 0.2s ease, box-shadow 0.5s ease, width 0.2s ease;
      -moz-transition: border 0.2s ease, box-shadow 0.5s ease, width 0.2s ease;
      -o-transition: border 0.2s ease, box-shadow 0.5s ease, width 0.2s ease;
      transition: border 0.2s ease, box-shadow 0.5s ease, width 0.2s ease;
      outline: none; }
    .main-container .increment-search input::-webkit-input-placeholder,
    .main-container .increment-search .increment::-moz-placeholder {
      padding-top: 0.1em;
      color: #ccc; }
    .main-container .increment-search input:focus {
      width: 60%;
      border: solid 1px #009fc6;
      -webkit-box-shadow: 0px 0px 3px rgba(0, 158, 198, 0.5);
      -moz-box-shadow: 0px 0px 3px rgba(0, 158, 198, 0.5);
      -ms-box-shadow: 0px 0px 3px rgba(0, 158, 198, 0.5);
      box-shadow: 0px 0px 3px rgba(0, 158, 198, 0.5); }
  .main-container .block {
    padding-top: 20px; }
    .main-container .block h3 {
      font-size: 1.1em;
      font-weight: bold;
      margin-top: 30px; }
    .main-container .block ul {
      margin: 10px 0; }
    .main-container .block .onair {
      display: block;
      font-size: 0.8em;
      width: 9em;
      text-align: center;
      color: #26151d;
      text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
      background: #ffb7d8;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
    .main-container .block .title {
      margin-left: 150px;
      font-size: 1.2em; }

.aside-container {
  padding: 20px; }
  .aside-container .pg-listing a {
    font-size: 12pt;
    display: block;
    text-align: center;
    margin: 0 10px;
    padding: 5px 20px;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    background-color: #1bb7de;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1bb7de), color-stop(100%, #0099c0));
    background-image: -webkit-linear-gradient(top, #1bb7de, #0099c0);
    background-image: -moz-linear-gradient(top, #1bb7de, #0099c0);
    background-image: -o-linear-gradient(top, #1bb7de, #0099c0);
    background-image: linear-gradient(top, #1bb7de, #0099c0);
    border: 1px solid #1bb7de;
      border-top-color: #d1f0f8;
      border-right-color: #1bb7de -30;
      border-bottom-color: #1bb7de -50;
      border-left-color: #bae9f5; }
    .aside-container .pg-listing a:hover {
      background-color: #2fcbf2;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fcbf2), color-stop(100%, #1bb7de));
      background-image: -webkit-linear-gradient(top, #2fcbf2, #1bb7de);
      background-image: -moz-linear-gradient(top, #2fcbf2, #1bb7de);
      background-image: -o-linear-gradient(top, #2fcbf2, #1bb7de);
      background-image: linear-gradient(top, #2fcbf2, #1bb7de); }
  .aside-container .table-condensed {
    width: 100%;
    margin: 20px 0 0 -10px;
    font-size: 0.9em; }
    .aside-container .table-condensed th, .aside-container .table-condensed td {
      width: 12.5%;
      text-align: center;
      padding: 2px; }
    .aside-container .table-condensed .sunday {
      color: #FF2F68; }
    .aside-container .table-condensed .saturday {
      color: #0986F7; }
    .aside-container .table-condensed .day {
      color: #969696; }
    .aside-container .table-condensed .old {
      color: #ccc; }
    .aside-container .table-condensed .has span {
      padding: 1px 4px;
      display: block;
      background: #1bb7de;
      color: #fff;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      cursor: pointer; }
    .aside-container .table-condensed .has:hover span {
      background: #4de9ff; }
    .aside-container .table-condensed .bg {
      cursor: pointer;
      background: #1bb7de;
      color: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }

footer {
  max-width: 1280px;
  min-width: 990px;
  position: relative;
  margin: auto;
  padding: 20px 0;
  border-top: solid 1px #e7e7e7; }

footer p {
  margin: 10px auto;
  font-size: 10pt;
  color: #666;
  text-align: center; }

.to-tvasahi {
  position: absolute;
  top: 16px;
  right: 20px; }

.to-tvasahi a {
  font-size: 8pt;
  color: #333;
  background: #f0f0f0;
  text-decoration: none;
  margin-right: 2px;
  padding: 2px 1em;
  border: solid 1px #ccc;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden; }

.to-tvasahi a:hover {
  background: #ddd; }

.out{
  color:#999999;
  font-size:12px;
  padding-left:10px;
}

.remarks {
  font-size: 16px;
  margin-left: 150px;
}

#sns .sns {
  padding: 0;
}

#sns{
padding-top: 12px;
padding-bottom: 10px;
/*width: 350px;*/
/*padding-right: 30px;*/
/*margin: 0 auto;*/
text-align: center;
}