@charset "UTF-8";
/* snav
------------------------------------------------------*/
.snav {
  height: 40px;
}
.snav ul {
  width: 990px;
}
.snav ul.later {
  padding-top: 10px;
  overflow: hidden;
}

/* main
------------------------------------------------------*/
#mainCol {
  position: relative;
}
.thumb-pv {
  position: absolute;
  top: 503px;
  left: 100px;
}
.mainCol-inner {
  background: url(../images/common/bg_main.png) repeat-y center top;
  overflow: hidden;
}
.infoCol {
  margin: 0 auto 35px auto;
}

/* tab ---------------------------------------- */
#tab-container{
  width: 912px;
  margin: 0 auto;
	clear: both;
	position: relative;
}

ul.tabmenu {
  width: 905px;
  height: 38px;
  background: url(../images/dlc/bg_tab_top.png) center top no-repeat;
  padding: 7px 0 0 7px;
}

ul.tabmenu li {
  float: left;
  padding-right: 5px;
}
.menu {
  display:block;
  zoom:1;
  *display:inline;
  text-indent:-9999px;
}
.menu a {
  display: block;
  outline: none;
  width: 130px;
  height: 35px;
}
.menu a:hover,.menu a.active {
	background-position: 0 -35px;
  position: relative;
}

.menu01 a { background: url(../images/dlc/btn_song.png) no-repeat left top; }
.menu02 a { background: url(../images/dlc/btn_costume.png) no-repeat left top; }
.menu03 a { background: url(../images/dlc/btn_accessory.png) no-repeat left top; }
.menu04 a { background: url(../images/dlc/btn_set.png) no-repeat left top; }
.menu05 a { background: url(../images/dlc/btn_others.png) no-repeat left top; }
.menu06 a { background: url(../images/dlc/btn_pdrop.png) no-repeat left top; }

.panel-box {
  width: 912px;
  margin: 0 auto;
  background: url(../images/dlc/bg_tab_mdl.png) center top repeat-y;
}
.panel-box_inner {
	width: 860px;
  margin: 0 auto;
}
.detail {
  border-bottom: 1px dotted #6d9cd6;
  padding: 15px 0;
  clear: both;
  overflow: hidden;
}
.ico-dlc {
  display: block;
  float: left;
}
.detail ul {
  float: right;
  width: 660px;
  font-size: 14px;
  line-height: 1.9em;
}
.dlcTit {
  font-size: 20px;
  color: #ee1391;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.dlcType {
  font-size: 14px;
  color: #fff;
  background: #ee1391;
  padding: 2px 4px;
  margin-left: 20px;
  vertical-align: 3px;
  letter-spacing: 1px;
  border-radius: 3px;
}
.dlcPrice {
  float: right;
  color: #3762bb;
}
.dlcType-other {
  font-size: 13px;
  color: #666;
  line-height: 2.3em;
}
.dlcType-other span {
  color: #fff;
  background: #666;
  padding: 2px 4px;
  margin-right: 10px;
  vertical-align: 2px;
  border-radius: 3px;
}
.attention {
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 10px;
  color: #A00;
}
/* snav
------------------------------------------------------*/
.snav {
  height: 76px;
}
.snav ul {
  width: 990px;
}
.snav ul.later {
  padding-top: 10px;
  overflow: hidden;
}

/* DLC catalog ---------------------------------------- */

#apology_catalog05{
  padding: 20px 0 0;
}

/* DL live ---------------------------------------- */
#btn-pdrop {
  position: absolute;
  top: 110px;
  right: 50px;
}

a #btn-pdrop:hover,#archiveList li a:hover {
  opacity: 0.8;
}
#archiveList {
  padding-left: 53px;
  overflow: hidden;
}
#archiveList li {
  float: left;
  padding: 24px 24px 0 0;
}
#archiveList li:nth-child(3n) {
  padding-right: 0;
}