@charset "utf-8";

/*----- music.html CSS -----*/

/* inner */
.inner{
  margin: 10px;
}
.inner p{
  text-align: left;
}
dl.inner{
  margin-bottom: 60px;
}

/* title */
.inner.title{
  background: #8484ff;
}
.inner.title p{
  padding: 20px;
  font-size: 18px;
  text-align: center;
  text-shadow: 1px 1px 0px #333366;
}
.inner.title p,
dt.head p{
  font-weight: bold;
  color: #ffffff;
}

/* mInfo */
.mInfo div.box{
  background: #ffffff;
}

/* mList */
ul.mList li p.txt{
  color: #333366;
}
