/*
 *  onojimadai / onojimadai.scss / onojimadai.css
 *  compass mode
 *  version --- 1.0
 *  author  --- coreframe, inc.
 *  created --- 2014/12/02
 *  updated --- 2014/12/08
 *
 */
#wrapper {
  /*background: url(images/bg.png) repeat-x 0 0;*/
}

#main {
  width: 950px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #main {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
#main a {
  color: #0f0bac;
  text-decoration: none;
}
#main a:hover {
  opacity: 0.7;
}
#main .img_left {
  float: left;
  margin: 0 20px 20px 0;
}
#main .img_right {
  float: right;
  margin: 0 0px 20px 20px;
}
#main .img_right a {
  display: block;
  text-align: center;
}
#main .txt_right {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #888;
}

#header {
  background-image: url("../img/mainimg.jpg");
  background-repeat: no-repeat;
  background-repeat: center;
  height: 250px;
}
@media screen and (max-width: 640px) {
  #header {
    background-image: none;
    height: auto;
  }
}
#header h2 {
  display: none;
}
#header .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #header .sp {
    display: block;
  }
}

.infoBox {
  position: absolute;
  z-index: 1500;
}

.infoBox > div {
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 0.5em 1em;
  width: 340px;
}

.infoBox p {
  font-size: x-small;
}

.infoboxes {
  font-size: 86%;
}

#contents {
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #contents {
    width: 96%;
    margin: 2%;
  }
}
#contents h3 {
  background-image: url("../img/h_bg.jpg");
  background-repeat: left;
  background-repeat: no-repeat;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-indent: 1em;
  font-weight: normal;
}
#contents .cont {
  margin: 1em 0;
}
#contents .cont h5 {
  color: #0066cc;
  font-size: 13px;
  margin: 1em 0;
  font-weight: normal;
}
#contents .cont span.hashimoto {
  color: #138775;
  display: inline-block;
  margin-right: 1em;
}
#contents .link_block {
  margin-bottom: 30px;
}
#contents .link_block a {
  padding: 10px 15px;
  background-color: #003e84;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  line-height: 22px;
}
#contents .link_block a.music_block {
  background-image: url("../img/ico_music.png");
  background-position: 5px center;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 30px;
  margin-right: 5px;
}
#contents .music_block {
  margin-bottom: 10px;
}

#channel .sm {
  text-align: right;
  margin-top: 20px;
}
#channel .block {
  padding: 10px 0 20px 0;
}
@media screen and (max-width: 640px) {
  #channel .block {
    padding: 20px 0;
  }
}
#channel #SONG_LIST_LOAD {
  padding: 0 !important;
  margin: 0 !important;
}
#channel .csv2table-table {
  background-color: #fbf2e2;
  width: 100%;
}
#channel .csv2table-table .csv2table-sortMark {
  cursor: pointer;
}
#channel .csv2table-table th, #channel .csv2table-table td {
  padding: 4px 8px;
}
@media screen and (max-width: 640px) {
  #channel .csv2table-table th, #channel .csv2table-table td {
    padding: 2px 4px !important;
    font-size: 9px !important;
  }
}
#channel .csv2table-table th {
  text-align: center;
  border-top: solid 3px #888 !important;
  background-color: #aaa !important;
}
#channel .csv2table-loading img {
  display: none;
}
