@charset "UTF-8";

/* reset.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}img{border:0}address,th{font-style:normal;font-weight:normal}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}

.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

body {
  font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}
/* background */
img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;/* or absolute; */
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

#container {
  color: #fefefe;
	position: relative; 
  width: 98%;
  margin: 0 auto;
}
#home {
  padding-top: 50px;
}
#home #header {
  text-align: center;
  color: #f6f6f6;
  font-size: 85%;
  line-height: 1.6;
  letter-spacing: .1em;
  margin-bottom: 150px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -moz-text-shadow: 1px 1px 2px rgba(0,0,0,.3);
  -o-text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
#home #header h1 {
  float: none;
  margin: 0 auto 25px auto;
  width: 144px;
}
#home #footer {
  text-align: center;
}

/* mobilyblocks.js */
.blocks {
  display: block;
  width: 103px;
  height: 103px;
  background: url(./images/bt_select.png);
  background-size: 103px;
  position: relative;
  cursor: pointer;
  margin: 0 auto 200px auto;
}
ul.reset,
ul.reset li {
  display:block;
  list-style:none;
  padding:0;
  margin:0;
}
ul.reset li {
  position:absolute;
}

/* -----------------------------HEADER */
#header {
  padding: 20px 0;
  width: 100%;
}
#header h1 {
  float: left;
  width: 98px;
  height: 25px;
  line-height: 25px;
}
#snsList ul {
  list-style-type: none;
  float: left;
  padding-left: 15px;
  padding-top: 2px;
  text-align: left;
}
#snsList ul li {
  float: left;
  margin-right: 10px;
}

/* -----------------------------MAIN */
#main {
    margin: 0 auto 0 auto;
    width: 100%;
}
#main a {
    color: #8f9da8;
    text-decoration: none;
}
#contents {
    float: left;
    width: 100%;
}
#contentsInner {
    margin: 0 270px;
}
#playlistBar {
  width: 250px;
  float: left;
  margin-left: -100%;
}
#cateBar {
  width: 250px;
  float: left;
  margin-left: -250px;
}

#playlistBar,#cateBarInner{
  background: url(./images/bg_list.png) #ebebeb;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}
#cateBarInner{
	padding-bottom: 17px;
	margin-bottom: 15px;
}
#playlistBar h2,
#cateBar h2{
  background: url(./images/bg_list_header.png) repeat-x #fff;
  height: 41px;
  line-height: 41px;
  font-size: 90%;
  letter-spacing: .1em;
  color: #a1acbd;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  -moz-text-shadow: 1px 1px 1px #fff;
  -webkit-text-shadow: 1px 1px 1px #fff;
  -o-text-shadow: 1px 1px 1px #fff;
}

#playlistBar ul li {
  list-style-type: none;
  width: 250px;
  padding-bottom: 2px;
  background: url(./images/border_list.gif) repeat-x left bottom;
}
#playlistBar ul li:last-child {
  background: none;
}
#playlistBar ul li a {
  display: block;
  width: 230px;
  padding: 10px;
  color: #626a70;
}
#playlistBar ul li a:hover {
  background: #e5e5e5;
}
#playlistBar ul li .playimg {
  float: left;
  width: 120px;
  height: 90px;
  margin-right: 5px;
}
#playlistBar ul li strong {
  float: left;
  width: 100px;
  font-size: 75%;
  font-weight: normal;
  word-break: break-all;
}
#playlistBar ul li span {
  font-size: 70%;
}
#playlistBar ul li.current a {
  background: url(./images/bg_nowp.png);
}

#cateBar ul li {
  list-style-type: none;
  padding-bottom: 2px;
  letter-spacing: .1em;
  font-size: 75%;
  background: url(./images/border_list.gif) repeat-x left bottom;
}
#cateBar ul {
  padding-bottom: 5px;
  margin-bottom: 12px;
}
#cateBar ul li a {
  display: block;
  height: 41px;
  line-height: 41px;
  padding-left: 15px;
}
#cateBar ul li a:hover {
  color: #00c0ff;
}

.googleAd {
	padding-bottom: 10px;
}

#searchform {
  width: 186px;
  background: url(./images/s_bg.png) left top no-repeat; 
  display: block;
  height: 39px;
  position: relative;
  margin: 0 auto;
}
#keywords  {
  width: 135px;
  position: absolute;
  top: 10px;
  left: 12px;
  border: 1px solid #FFF;
}
#searchBtn {
  background: url(images/s_b.gif) no-repeat 0 0;
  width: 15px;
  height: 15px;
  border: none;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 11px;
  left: 157px;
}
#searchform input {
  color: #ccc;
}
#searchform input[type=text]:focus {
  outline:none;
}

#bgmPlayer {
	max-width: 100%;
}


/* -----------------------------FOOTER */
#footer{
  font-size: 80%;
  text-align: right;
  color: #f6f6f6;
}
#footer a {
  color: #fefefe;
}
#footer a:hover {
  text-decoration: none;
}


.loadingImage {
	margin: 0 auto;
	padding: 20px 100px 20px 100px;
}

#copyrightLogo {
	float: right;
}