/* ******************************************************************

	--purchase.css--

	1. Music Layout setting
        1-1. Music styles

****************************************************************** */
/*==================================================================
	1. Music Layout setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Music styles
-------------------------------------------------------------------*/
#left .page.music h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 320px;
  min-height: 32px;
  font-size: 22px;
}
#left .page.music h1 .alphabet {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
}
#left .page.music h1 .description {
  vertical-align: middle;
}
#left .page.music h1 .Q04 {
  margin-left: 0;
  padding-left: 0;
}
#left .page.music h2 {
  font-size: 15px;
  color: #0046b2;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: solid 1px #0046b2;
}
#left .page.music .contents_box {
  padding: 10px;
  background-color: #eee;
}
#left .page.music .contents_box .contents {
  background-color: #FFFFFF;
  padding: 20px;
}
#left .page.music .contents_box .contents .control_group input:hover {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.65;
}

#left .page.music .search_lyric label {
  margin-right: 20px;
  font-size: 12px;
  float: left;
}
#left .page.music .search_lyric .search_lyric {
  float: left;
  width: 526px;
  height: 28px;
  line-height: 28px;
  background-color: #f5f5f5;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#left .page.music .result h2,
#left .page.music .entry h2,
#left .page.music .single h2,
#left .page.music .category h2 {
  position: relative;
  z-index: 1;
  zoom: 1;
  margin: 0 0 0 0;
  padding: 8px 9px 7px 10px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #0046b2;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  -webkit-box-shadow: #999999 0px 1px 2px;
  -moz-box-shadow: #999999 0px 1px 2px;
  box-shadow: #999999 0px 1px 2px;
  color: #000;
}
#left .page.music .result h2 .suppelment,
#left .page.music .entry h2 .suppelment,
#left .page.music .single h2 .suppelment,
#left .page.music .category h2 .suppelment {
  padding-top: 2px;
  font-size: 12px;
}
#left .page.music .result .contents_box .contents,
#left .page.music .entry .contents_box .contents,
#left .page.music .single .contents_box .contents,
#left .page.music .category .contents_box .contents {
  padding: 10px;
}
#left .page.music .result .contents_box .contents p.ttl,
#left .page.music .entry .contents_box .contents p.ttl,
#left .page.music .single .contents_box .contents p.ttl,
#left .page.music .category .contents_box .contents p.ttl {
  margin-bottom: 7px;
  padding: 10px 0;
  font-size: 13px;
  color: #0046b2;
  border-bottom: solid 1px #0046b2;
}
#left .page.music .result .contents_box .contents h3.ttlq04,
#left .page.music .entry .contents_box .contents h3.ttlq04,
#left .page.music .single .contents_box .contents h3.ttlq04,
#left .page.music .category .contents_box .contents h3.ttlq04 {
  margin-bottom: 5px;
  padding: 10px 0;
  color: #0046b2;
  border-bottom: solid 1px #0046b2;
}
#left .page.music .result .contents_box .contents p.q04,
#left .page.music .entry .contents_box .contents p.q04,
#left .page.music .single .contents_box .contents p.q04,
#left .page.music .category .contents_box .contents p.q04 {
  font-size: 12px;
}
#left .page.music .result .item-list,
#left .page.music .entry .item-list,
#left .page.music .single .item-list,
#left .page.music .category .item-list {
  margin-right: -15px;
}
#left .page.music .result .item-list .item,
#left .page.music .entry .item-list .item,
#left .page.music .single .item-list .item,
#left .page.music .category .item-list .item {
  float: left;
  margin: 10px 15px 20px 0;
  width: 116px;
}
#left .page.music .result .item-list .item figure,
#left .page.music .entry .item-list .item figure,
#left .page.music .single .item-list .item figure,
#left .page.music .category .item-list .item figure {
  width: 116px;
  height: 116px;
  position: relative;
}
#left .page.music .result .item-list .item figure .icon_play_video,
#left .page.music .entry .item-list .item figure .icon_play_video,
#left .page.music .single .item-list .item figure .icon_play_video,
#left .page.music .category .item-list .item figure .icon_play_video {
  z-index: 99;
  position: absolute;
  top: 33px;
  left: 33px;
  width: 50px;
  height: 50px;
}
#left .page.music .result .item-list .item figure img,
#left .page.music .entry .item-list .item figure img,
#left .page.music .single .item-list .item figure img,
#left .page.music .category .item-list .item figure img {
  max-width: 116px;
  max-height: 116px;
}
#left .page.music .result .item-list .item .truncate_h2,
#left .page.music .entry .item-list .item .truncate_h2,
#left .page.music .single .item-list .item .truncate_h2,
#left .page.music .category .item-list .item .truncate_h2 {
  font-size: 12px;
  width: 110px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#left .page.music .result .item-list .item .truncate_h3,
#left .page.music .entry .item-list .item .truncate_h3,
#left .page.music .single .item-list .item .truncate_h3,
#left .page.music .category .item-list .item .truncate_h3 {
  font-size: 12px;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#left .page.music .result .item-list .item ul.fl,
#left .page.music .entry .item-list .item ul.fl,
#left .page.music .single .item-list .item ul.fl,
#left .page.music .category .item-list .item ul.fl {
  float: right;
  margin-top: 15px;
  margin-right: -5px;
  width: 66px;
}
#left .page.music .result .item-list .item ul.fl li,
#left .page.music .entry .item-list .item ul.fl li,
#left .page.music .single .item-list .item ul.fl li,
#left .page.music .category .item-list .item ul.fl li {
  float: left;
  margin-right: 5px;
  width:28px;
}
#left .page.music .result .item-list.video .item ul,
#left .page.music .entry .item-list.video .item ul,
#left .page.music .single .item-list.video .item ul,
#left .page.music .category .item-list.video .item ul {
  float: right;
  margin-top: 10px;
  width: 31px;
}
#left .page.music .result table,
#left .page.music .entry table,
#left .page.music .single table,
#left .page.music .category table {
  width: 100%;
}
#left .page.music .result table.search_list.no_ellipsis .truncate_h2,
#left .page.music .entry table.search_list.no_ellipsis .truncate_h2,
#left .page.music .single table.search_list.no_ellipsis .truncate_h2,
#left .page.music .category table.search_list.no_ellipsis .truncate_h2 {
  overflow: visible;
  width: auto !important;
}
#left .page.music .result table.search_list.no_ellipsis .truncate_h3,
#left .page.music .entry table.search_list.no_ellipsis .truncate_h3,
#left .page.music .single table.search_list.no_ellipsis .truncate_h3,
#left .page.music .category table.search_list.no_ellipsis .truncate_h3 {
  overflow: visible;
  width: auto !important;
}
#left .page.music .result table.search_list.search_list_ptn02 .truncate_h2,
#left .page.music .entry table.search_list.search_list_ptn02 .truncate_h2,
#left .page.music .single table.search_list.search_list_ptn02 .truncate_h2,
#left .page.music .category table.search_list.search_list_ptn02 .truncate_h2 {
  width: 300px !important;
}
#left .page.music .result table.search_list.search_list_ptn02 .truncate_h3,
#left .page.music .entry table.search_list.search_list_ptn02 .truncate_h3,
#left .page.music .single table.search_list.search_list_ptn02 .truncate_h3,
#left .page.music .category table.search_list.search_list_ptn02 .truncate_h3 {
  width: 300px !important;
}
#left .page.music .result table.search_list a,
#left .page.music .entry table.search_list a,
#left .page.music .single table.search_list a,
#left .page.music .category table.search_list a {
  color: #0046b2;
  text-decoration: underline;
}
#left .page.music .result table tr:last-child td,
#left .page.music .entry table tr:last-child td,
#left .page.music .single table tr:last-child td,
#left .page.music .category table tr:last-child td {
  border-bottom: none;
}
#left .page.music .result table th,
#left .page.music .entry table th,
#left .page.music .single table th,
#left .page.music .category table th {
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cbcbcb;
}
#left .page.music .result table th .blue,
#left .page.music .entry table th .blue,
#left .page.music .single table th .blue,
#left .page.music .category table th .blue {
  font-weight: normal;
}
#left .page.music .result table th a,
#left .page.music .entry table th a,
#left .page.music .single table th a,
#left .page.music .category table th a {
  font-weight: normal;
}
#left .page.music .result table th span,
#left .page.music .entry table th span,
#left .page.music .single table th span,
#left .page.music .category table th span {
  font-size: 10px;
}
#left .page.music .result table td,
#left .page.music .entry table td,
#left .page.music .single table td,
#left .page.music .category table td {
  font-size: 12px;
  padding: 10px 2px;
  border-bottom: 1px solid #eee;
}
#left .page.music .result table td.tc, #left .page.music .result table td.high, #left .page.music .result table td.lyrics,
#left .page.music .entry table td.tc,
#left .page.music .entry table td.high,
#left .page.music .entry table td.lyrics,
#left .page.music .single table td.tc,
#left .page.music .single table td.high,
#left .page.music .single table td.lyrics,
#left .page.music .category table td.tc,
#left .page.music .category table td.high,
#left .page.music .category table td.lyrics {
  text-align: center !important;
  margin: 0 auto;
}
#left .page.music .result table td .gray,
#left .page.music .entry table td .gray,
#left .page.music .single table td .gray,
#left .page.music .category table td .gray {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  margin-right: 2px;
  padding: 2px 8px 0;
  font-size: 11px;
  height: 18px;
  background-color: #eee;
  color: #000;
  float: none !important;
  padding-bottom: 1px;
}
#left .page.music .result table td a,
#left .page.music .entry table td a,
#left .page.music .single table td a,
#left .page.music .category table td a {
  text-decoration: underline;
  color: #0046b2;
}
#left .page.music .result table td a:hover,
#left .page.music .entry table td a:hover,
#left .page.music .single table td a:hover,
#left .page.music .category table td a:hover {
  text-decoration: none;
}
#left .page.music .result table td h3 a,
#left .page.music .entry table td h3 a,
#left .page.music .single table td h3 a,
#left .page.music .category table td h3 a {
  overflow: hidden;
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  width: 120px;
  font-size: 12px;
  color: #0046b2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-decoration: underline;
}
#left .page.music .result table td h3 a:hover,
#left .page.music .entry table td h3 a:hover,
#left .page.music .single table td h3 a:hover,
#left .page.music .category table td h3 a:hover {
  text-decoration: none;
}
#left .page.music .result table td h4,
#left .page.music .entry table td h4,
#left .page.music .single table td h4,
#left .page.music .category table td h4 {
  overflow: hidden;
  display: block;
  margin-left: 5px;
  float: left;
  width: 120px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
#left .page.music .result table td .buttons,
#left .page.music .entry table td .buttons,
#left .page.music .single table td .buttons,
#left .page.music .category table td .buttons {
  float: right;
  margin-right: -5px;
  width: 205px !important;
}
#left .page.music .result table td .buttons li,
#left .page.music .entry table td .buttons li,
#left .page.music .single table td .buttons li,
#left .page.music .category table td .buttons li {
  float: left;
}
#left .page.music .result table td .buttons li a,
#left .page.music .entry table td .buttons li a,
#left .page.music .single table td .buttons li a,
#left .page.music .category table td .buttons li a {
  margin-right: 5px;
}
#left .page.music .result table td a.buy,
#left .page.music .entry table td a.buy,
#left .page.music .single table td a.buy,
#left .page.music .category table td a.buy {
  display: block;
  margin-left: 4px;
  padding-top: 26px;
  width: 134px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/btn_splite_purchase.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#left .page.music .result table td a.buy:hover,
#left .page.music .entry table td a.buy:hover,
#left .page.music .single table td a.buy:hover,
#left .page.music .category table td a.buy:hover {
  background-position: -134px 0;
}
#left .page.music .result table td a.reserve,
#left .page.music .entry table td a.reserve,
#left .page.music .single table td a.reserve,
#left .page.music .category table td a.reserve {
  display: block;
  margin-left: 4px;
  width: 196px;
  height: 41px;
  background-image: url(/img/pc/music/btn_splite_music.png);
  background-repeat: no-repeat;
  background-position: -9px -325px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
#left .page.music .result table td a.reserve:hover,
#left .page.music .entry table td a.reserve:hover,
#left .page.music .single table td a.reserve:hover,
#left .page.music .category table td a.reserve:hover {
  background-position: -215px -325px;
}
#left .page.music .result table td a.cart, #left .page.music .result table td a.present,
#left .page.music .entry table td a.cart,
#left .page.music .entry table td a.present,
#left .page.music .single table td a.cart,
#left .page.music .single table td a.present,
#left .page.music .category table td a.cart,
#left .page.music .category table td a.present {
  display: block;
  float: left;
  margin-left: 4px;
  padding-top: 26px;
  width: 26px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/btn_icon.png);
  background-repeat: no-repeat;
}
#left .page.music .result table td a.cart,
#left .page.music .entry table td a.cart,
#left .page.music .single table td a.cart,
#left .page.music .category table td a.cart {
  background-position: -100px 0;
}
#left .page.music .result table td a.present,
#left .page.music .entry table td a.present,
#left .page.music .single table td a.present,
#left .page.music .category table td a.present {
  margin-left: 4px;
  background-position: -150px 0;
}
#left .page.music .result table td.play,
#left .page.music .entry table td.play,
#left .page.music .single table td.play,
#left .page.music .category table td.play {
  padding: 10px 5px 10px 0;
}
#left .page.music .result table tr.last td,
#left .page.music .entry table tr.last td,
#left .page.music .single table tr.last td,
#left .page.music .category table tr.last td {
  border-bottom: none !important;
}
#left .page.music .result table td.jacket img,
#left .page.music .entry table td.jacket img,
#left .page.music .single table td.jacket img,
#left .page.music .category table td.jacket img {
  max-height: 48px;
  max-width: 48px;
}
#left .page.music .result table td.title,
#left .page.music .entry table td.title,
#left .page.music .single table td.title,
#left .page.music .category table td.title {
  padding-right: 10px;
}
#left .page.music .result table td.price,
#left .page.music .entry table td.price,
#left .page.music .single table td.price,
#left .page.music .category table td.price {
  padding-right: 10px;
}

#left .page.music .result table .truncate_h2 {
  width: 190px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
#left .page.music .result table .truncate_h3 {
  font-size: 10px !important;
  width: 190px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
#left .page.music .result table a.artist_name {
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
#left .page.music .entry table .truncate_h2 {
  width: 100px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
#left .page.music .entry table a.artist_name {
  display: block;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
#left .page.music .single table .truncate_h2,
#left .page.music .single table .truncate_h3 {
  width: 160px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

#left .page.music .category .contents_box .contents p.ttl {
  margin-bottom: 10px;
  font-size: 15px;
}

#left .page.music .search_other h2,
#left .page.music .search_lyric h2 {
  background-image: url(/img/pc/search/btn_splite_search.png);
  background-position: -520px -38px;
  background-repeat: no-repeat;
  border-top: 5px solid #0046B2;
  font-size: 20px;
  padding: 16px 0 19px 28px;
  border-bottom: none;
  color: #000;
}
#left .page.music .search_other .btn_search_lyric_content {
  border: solid 1px #00F;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-image: url(/img/pc/search/btn_splite_search.png);
  background-position: -500px 17px;
  background-repeat: no-repeat;
}
#left .page.music .search_other .btn_search_lyric_content a {
  display: block;
  padding: 15px 18px;
}
#left .page.music .search_other .btn_search_lyric_content a .arrow {
  background: url(/img/pc/search/arrow.png) no-repeat right center;
}
#left .page.music .search_other .word {
  color: #0046b2;
}

/* ------------------------------------------------------------------
	Q01
-------------------------------------------------------------------*/
.detail {
  zoom: 1;
  padding: 10px;
  background-color: #212732;
}
.detail:before {
  content: "";
  display: block;
}
.detail:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.detail .jacket {
  float: left;
  width: 176px;
  font-size: 13px;
  color: #fff;
}
.detail .jacket figure {
  width: 176px;
  height: 176px;
  margin-bottom: 10px;
  background-color: #000000;
  text-align: center;
  line-height: 176px;
}
.detail .jacket figure img {
  max-width: 176px;
  max-height: 176px;
  vertical-align: middle;
}

.description {
  float: left;
  margin-left: 10px;
  padding: 20px;
  width: 434px;
  background-color: #fff;
}
.description .info {
  margin: 5px 0 0 0;
  zoom: 1;
}
.description .info:before {
  content: "";
  display: block;
}
.description .info:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.description .info h1 a {
  font-weight: bold;
  color: #0046b2;
  text-decoration: underline;
}
.description .info h1 a:hover {
  text-decoration: none;
}
.description .info h1 a.nound {
  text-decoration: none;
}
.description .info h1 a.nound img {
  vertical-align: middle;
  margin-left: 7px;
}
.description .info h1 a .icon_l {
  vertical-align: middle;
}
.description .info .artist_jp {
  font-size: 13px;
  margin-top: 5px;
}
.description .info .info_text {
  font-size: 12px;
  line-height: 22px;
}
.description .info .title {
  float: left;
  width: 300px;
}
.description .info .title .headline2 {
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
}
.description .info .title .headline3 {
  margin-top: 10px;
  font-size: 15px;
}
.description .info .title .headline3 a {
  font-weight: bold;
  color: #0046b2;
  text-decoration: underline;
}
.description .info .title .headline3 a:hover {
  text-decoration: none;
}
.description .info .price {
  float: right;
  padding-top: 5px;
  font-size: 11px;
  text-align: right;
  width: 100px;
}
.description .info .price .num {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-top: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #d91e00;
}
.description .info .price03 {
  margin-top: 20px;
  padding-top: 15px;
  font-size: 11px;
  text-align: left;
  clear: both;
  zoom: 1;
}
.description .info .price03:before {
  content: "";
  display: block;
}
.description .info .price03:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.description .info .price03 .num {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  width: 110px;
  display: block;
  margin-top: 4px;
  font-size: 30px;
  font-weight: bold;
  color: #d91e00;
  text-align: left;
}
.description .info .price03 .text {
  margin-top: 5px;
  font-size: 11px;
}
.description .info .purchase_area {
  zoom: 1;
  padding-bottom: 15px;
  position: relative;
}
.description .info .purchase_area:before {
  content: "";
  display: block;
}
.description .info .purchase_area:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.description .info .purchase_area .buttons {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.description .info .purchase_area .buttons a {
  margin-bottom: 0;
}
.description .info .purchase_area .buttons_album {
  position: relative;
  width: 435px;
}
.description .info .purchase_area .stext {
  float: left;
  margin-top: 22px;
  font-size: 10px;
}
.description .info .text {
  float: left;
  margin-top: 22px;
  margin-bottom: 20px;
  font-size: 11px;
}

.lyrics_text div pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

.lyrics_text p {
  line-height: 200%;
}

.other_info {
  padding-top: 16px;
  border-top: 1px solid #eee;
  zoom: 1;
}
.other_info:before {
  content: "";
  display: block;
}
.other_info:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_info .left {
  float: left;
  width: 239px;
}
.other_info .left .download_info {
  font-size: 14px;
}
.other_info .left .download_info .time {
  padding-left: 27px;
  background-image: url(/img/pc/common/icon_download_info.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.other_info .left .download_info .download {
  margin-top: 11px;
  padding-left: 27px;
  background-image: url(/img/pc/common/icon_download_info.png);
  background-position: 0 -29px;
  background-repeat: no-repeat;
}
.other_info .left .sns_btns {
  zoom: 1;
  margin-top: 0;
  width: 239px;
}
.other_info .left .sns_btns:before {
  content: "";
  display: block;
}
.other_info .left .sns_btns:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_info .left .sns_btns .tw {
  width: 114px !important;
}
.other_info .twitter {
  margin-left: 10px;
}
.other_info .kind {
  float: right;
  margin-top: 2px;
  font-size: 11px;
}
.other_info .kind a {
  color: #0046b2;
  text-decoration: underline;
}
.other_info .kind a:hover {
  text-decoration: none;
}
.other_info .kind02 {
  float: left;
  margin-top: 2px;
  font-size: 11px;
}
.other_info .kind02 a {
  color: #0046b2;
  text-decoration: underline;
}
.other_info .kind02 a:hover {
  text-decoration: none;
}

.other_info.music_q1 .btn_area {
  zoom: 1;
}
.other_info.music_q1 .btn_area:before {
  content: "";
  display: block;
}
.other_info.music_q1 .btn_area:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_info.music_q1 .btn_area div {
  float: left;
}
.other_info.music_q1 .btn_area div a {
  display: block;
  width: 212px;
  height: 40px;
  text-indent: -9999px;
}
.other_info.music_q1 .btn_area div.btn_add_cart a {
  background-image: url(/img/pc/music/btn_splite_music.png);
  background-position: -9px -10px;
}
.other_info.music_q1 .btn_area div.btn_add_cart a:hover {
  background-position: -231px -10px;
}
.other_info.music_q1 .btn_area div.btn_present {
  float: right;
}
.other_info.music_q1 .btn_area div.btn_present a {
  background-image: url(/img/pc/music/btn_splite_music.png);
  background-position: -9px -60px;
}
.other_info.music_q1 .btn_area div.btn_present a:hover {
  background-position: -232px -60px;
}
.other_info.music_q1 .sns_btns_area {
  zoom: 1;
  padding-top: 20px;
}
.other_info.music_q1 .sns_btns_area:before {
  content: "";
  display: block;
}
.other_info.music_q1 .sns_btns_area:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_info.music_q1 .sns_btns_area ul {
  zoom: 1;
  float: left;
  width: 240px;
}
.other_info.music_q1 .sns_btns_area ul:before {
  content: "";
  display: block;
}
.other_info.music_q1 .sns_btns_area ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_info.music_q1 .sns_btns_area ul li {
  float: left;
}
.other_info.music_q1 .sns_btns_area ul li.fb {
  min-width: 110px;
  max-height: 20px;
}
.other_info.music_q1 .sns_btns_area ul li.tw {
  width: 114px !important;
}
.other_info.music_q1 .sns_btns_area p.about_series {
  width: 100px;
  font-size: 12px;
  float: right;
}
.other_info.music_q1 .sns_btns_area p.about_series a {
  color: #0046b2 !important;
  text-decoration: underline;
}
.other_info.music_q1 .sns_btns_area p.about_series a:hover {
  text-decoration: none;
}

.download_info {
  zoom: 1;
}
.download_info:before {
  content: "";
  display: block;
}
.download_info:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}

.sns_btns li {
  float: left;
  margin-right: 5px;
}

.icon_list {
  zoom: 1;
  margin-right: -4px;
  margin-bottom: 30px;
}
.icon_list:before {
  content: "";
  display: block;
}
.icon_list:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.icon_list .stext {
  font-size: 13px;
}

.icon_list02 {
  zoom: 1;
  line-height: 26px;
}
.icon_list02:before {
  content: "";
  display: block;
}
.icon_list02:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.icon_list02 .gray {
  margin-right: 0 !important;
}

.red,
.blue,
.gray,
.yellow,
.gray2,
.yellow2 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  margin-right: 4px;
  padding: 2px 8px 0;
  font-size: 11px;
  height: 18px;
}

.red {
  background-color: #d91e00;
  color: #fff;
}

.blue {
  background-color: #0046b2;
  color: #fff;
}

.gray {
  background-color: #eee;
  color: #000;
}

.yellow {
  background-color: #fcd500;
  color: #000;
}

.gray2 {
  color: #fff;
  font-weight: normal;
  background-color: #9a9a9a;
}

.yellow2 {
  margin-bottom: 5px;
  background-color: #fcd500;
  color: #000;
}

.search_list_ptn02 .blue {
  margin-right: 0;
}

.detail .buttons {
  float: right;
  width: 195px;
}
.detail .buttons .buy a, .detail .buttons .buy02 a,
.detail .buttons .cart a,
.detail .buttons .present a {
  overflow: hidden;
  display: block;
  padding-top: 50px;
  width: 195px;
  height: 0;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.detail .buttons .buy a {
  margin-bottom: 12px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
}
.detail .buttons .buy a:hover {
  background-position: -200px 0;
}
.detail .buttons .buy02 a {
  float: right;
  margin-bottom: 12px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
}
.detail .buttons .buy02 a:hover {
  background-position: -200px 0;
}
.detail .buttons .cart a {
  margin-bottom: 12px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-position: 0 -50px;
}
.detail .buttons .cart a:hover {
  background-position: -200px -50px;
}
.detail .buttons .present a {
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-position: 0 -100px;
}
.detail .buttons .present a:hover {
  background-position: -200px -100px;
}
.detail .buttons .areserve a {
  display: block;
  margin-right: 11px;
  width: 195px;
  height: 45px;
  margin-bottom: 12px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-repeat: no-repeat;
  background-position: 0px -392px;
  padding-top: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}
.detail .buttons .areserve a:hover {
  background-position: -201px -392px;
}
.detail .buttons_album .buy_album a {
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  width: 435px;
  height: 50px;
  background-position: -9px -420px;
  background-image: url(/img/pc/music/btn_splite_music.png);
}
.detail .buttons_album .buy_album a:hover {
  background-position: -9px -480px;
}
.detail .buttons_album a.areserve {
  display: block;
  width: 435;
  height: 35px;
  background-image: url(/img/pc/music/btn_splite_music.png);
  background-repeat: no-repeat;
  background-position: -9px -538px;
  padding-top: 15px;
  padding-left: 10px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
.detail .buttons_album a.areserve:hover {
  background-position: -9px -591px;
}
.detail .buttons02 {
  float: left;
}
.detail .buttons02 .buy a, .detail .buttons02 .buy02 a,
.detail .buttons02 .cart a,
.detail .buttons02 .present a {
  overflow: hidden;
  display: block;
  padding-top: 50px;
  width: 195px;
  height: 0;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.detail .buttons02 .cart a {
  margin: 0 0 12px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-position: 0 -50px;
}
.detail .buttons02 .cart a:hover {
  background-position: -200px -50px;
}
.detail .buttons02 .present a {
  margin: 0;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-position: 0 -100px;
}
.detail .buttons02 .present a:hover {
  background-position: -200px -100px;
}

.lyrics_box {
  zoom: 1;
  border: 1px solid #cbcbcb;
  padding: 19px;
}
.lyrics_box:before {
  content: "";
  display: block;
}
.lyrics_box:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.lyrics_box h1 {
  float: left;
  width: 165px;
  height: 103px;
  background-image: url(/img/pc/common/bg_lyrics_baloon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.lyrics_box h1 .alphabet {
  display: block;
  float: left;
  margin-top: 44px;
  width: 158px;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  text-align: center;
  color: #0046b2;
}
.lyrics_box h1 .japanese {
  display: block;
  float: left;
  width: 158px;
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
}
.lyrics_box .lyrics_detail {
  float: left;
  margin-left: 15px;
  width: 460px;
}
.lyrics_box .lyrics_display {
  float: right;
  margin-top: 21px;
}
.lyrics_box .lyrics_display a {
  overflow: hidden;
  display: block;
  padding-top: 33px;
  width: 161px;
  height: 0;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-repeat: no-repeat;
  background-position: 0 -310px;
}
.lyrics_box .lyrics_display a:hover {
  background-position: -161px -310px;
}
.lyrics_box .headline2 {
  font-size: 13px;
  font-weight: bold;
}
.lyrics_box .headline3 {
  margin-bottom: 9px;
  font-size: 13px;
  font-weight: bold;
  color: #0046b2;
}
.lyrics_box .headline3 a {
  color: #0046b2;
  text-decoration: underline;
}
.lyrics_box .headline3 a:hover {
  text-decoration: none;
}
.lyrics_box p {
  float: left;
  width: 290px;
  font-size: 12px;
}

.smartphoneq18 {
  zoom: 1;
}
.smartphoneq18:before {
  content: "";
  display: block;
}
.smartphoneq18:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphoneq18 h1 {
  background-image: url(/img/pc/music/icon_smartphone.png) no-repeat left 0;
  zoom: 1;
}
.smartphoneq18 h1:before {
  content: "";
  display: block;
}
.smartphoneq18 h1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphoneq18 h1 .alphabet {
  float: left;
  padding-left: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #0046b2;
}
.smartphoneq18 h2 {
  zoom: 1;
}
.smartphoneq18 h2:before {
  content: "";
  display: block;
}
.smartphoneq18 h2:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphoneq18 h2 .alphabet {
  float: left;
  font-size: 19px;
  font-weight: bold;
  color: #0046b2;
}
.smartphoneq18 h2 .japanese {
  margin-top: 4px;
  margin-left: 8px;
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.smartphoneq18 .smartpohne_table {
  float: left;
  padding: 0 9px 9px;
  width: 462px;
  border: 1px solid #e8e8e8;
  background-color: #eee;
  background-image: url(/img/pc/common/bg_table.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.smartphoneq18 .smartpohne_table .headline2 {
  font-size: 16px;
  color: #0046b2;
}
.smartphoneq18 .smartpohne_table table th {
  padding-top: 16px;
  padding-bottom: 15px;
}
.smartphoneq18 .smartpohne_table table th.iphone, .smartphoneq18 .smartpohne_table table th.android {
  width: 73px;
  font-size: 12px;
  background-image: url(/img/pc/common/bg_table_line_white.gif);
  background-position: 0 0;
  background-repeat: repeat-y;
}
.smartphoneq18 .smartpohne_table table td {
  padding: 9px 12px;
  font-size: 11px;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.smartphoneq18 .smartpohne_table table td.shadow {
  background-image: url(/img/pc/common/bg_td_inset_shadow.gif) !important;
  background-position: 0 0;
  background-repeat: repeat-x;
}
.smartphoneq18 .smartpohne_table table td.mark {
  font-size: 23px;
  color: #0046b2;
}
.smartphoneq18 .smartpohne_table table td strong {
  font-size: 13px;
}
.smartphoneq18 .border_r {
  border-right: 1px solid #e8e8e8;
}
.smartphoneq18 .border_l {
  border-left: 1px solid #fff;
}
.smartphoneq18 .qr_code {
  float: left;
  margin-left: 18px;
  padding: 14px 9px 12px;
  width: 160px;
  border: 1px solid #e8e8e8;
  background-color: #eee;
  background-image: url(/img/pc/common/bg_table.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.smartphoneq18 .qr_code h1 {
  padding-left: 30px;
  background-image: url(/img/pc/music/icon_smartphone.png) no-repeat left 0;
  zoom: 1;
  margin-bottom: 14px;
}
.smartphoneq18 .qr_code h1:before {
  content: "";
  display: block;
}
.smartphoneq18 .qr_code h1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphoneq18 .qr_code h1 .alphabet {
  float: left;
  font-size: 19px;
  font-weight: bold;
  color: #0046b2;
}
.smartphoneq18 .qr_code h2 {
  zoom: 1;
  margin-bottom: 14px;
}
.smartphoneq18 .qr_code h2:before {
  content: "";
  display: block;
}
.smartphoneq18 .qr_code h2:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphoneq18 .qr_code h2 .alphabet {
  float: left;
  font-size: 19px;
  font-weight: bold;
  color: #0046b2;
}
.smartphoneq18 .qr_code h2 .japanese {
  margin-top: 4px;
  margin-left: 8px;
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.smartphoneq18 .qr_code figure {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
  padding: 17px;
  background-color: #fff;
}

.qr_spview {
  zoom: 1;
  padding: 10px;
  background-image: -moz-linear-gradient(50% 0% -90deg, #fffeff 0%, #efefef 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, #fffeff), color-stop(1, #efefef));
  background-image: -webkit-linear-gradient(-90deg, #fffeff 0%, #efefef 100%);
}
.qr_spview:before {
  content: "";
  display: block;
}
.qr_spview:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.qr_spview .left_txt {
  float: left;
  width: 130px;
}
.qr_spview .left_txt p.ttl {
  background: url(/img/pc/music/icon_spview.png) no-repeat left center;
  padding-left: 18px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 17px;
  color: #0046b2;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #cdcbcb;
}
.qr_spview .left_txt p.ttl span.url {
  font-weight: normal;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 7px;
  color: black;
}
.qr_spview .left_txt p.cap {
  font-size: 11px;
  padding-top: 10px;
  line-height: 1.8;
  border-top: 1px solid white;
}
.qr_spview .right_qr {
  float: right;
  width: 100px;
}
.qr_spview .right_qr img {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

.article_area .article_inner {
  background: #ffffff;
  border: 5px solid #eeeeef;
  border-width: 10px;
  margin: 0;
  width: 660px;
}

.other_contents_list .cts {
  margin: 0;
  border-bottom: 1px solid #eeeeef;
}
.other_contents_list .cts a {
  zoom: 1;
  display: block;
  padding: 25px 15px;
  margin-right: 15px;
  background: url(/img/pc/release/det_bg_arrow.jpg) no-repeat right center;
}
.other_contents_list .cts a:before {
  content: "";
  display: block;
}
.other_contents_list .cts a:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_contents_list .news_right {
  padding-left: 10px;
  float: left;
}
.other_contents_list .news_right span {
  display: block;
}
.other_contents_list .news_right span.ttl {
  margin-top: 4px;
  font-size: 11px;
}
.other_contents_list p.i_lyrics {
  float: left;
  background: url(/img/pc/music/icon_book.png) no-repeat left 0;
  padding: 0 0 0 32px;
  font-size: 15px;
  font-weight: bold;
  color: #0046B2;
}
.other_contents_list p.i_tyaku {
  float: left;
  background: url(/img/pc/music/icon_music.png) no-repeat left 0;
  padding: 0 0 0 32px;
  font-size: 15px;
  font-weight: bold;
  color: #0046B2;
}

ul.newslist {
  zoom: 1;
}
ul.newslist:before {
  content: "";
  display: block;
}
ul.newslist:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
ul.newslist li {
  border-top: 1px solid #eeeeef;
}
ul.newslist li:first-child {
  border-top: none;
}
ul.newslist li a {
  zoom: 1;
  display: block;
  padding: 15px;
  margin-right: 15px;
  color: #0046b2;
  background: url(/img/pc/release/det_bg_arrow.jpg) no-repeat right center;
}
ul.newslist li a:before {
  content: "";
  display: block;
}
ul.newslist li a:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
ul.newslist li a:hover .ttl {
  text-decoration: none;
}
ul.newslist img {
  width: 65px;
  float: left;
}
ul.newslist .news_right {
  padding-top: 7px;
  padding-left: 10px;
  float: left;
  width: 530px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
ul.newslist .news_right span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
ul.newslist .news_right span.date {
  font-size: 11px;
  color: #9a9a9a;
  margin-bottom: 5px;
}
ul.newslist .news_right span.ttl {
  text-decoration: underline;
}

ul.related_news_list {
  width: 100%;
}
ul.related_news_list li {
  border-top: 1px solid #eeeeef;
}
ul.related_news_list li:first-child {
  border-top: none;
  padding-bottom: 10px;
}
ul.related_news_list li .th_l {
  float: left;
  font-size: 12px;
  width: 500px;
  text-align: center;
  font-weight: bold;
}
ul.related_news_list li .th_r {
  float: right;
  font-size: 12px;
  width: 140px;
  text-align: center;
  font-weight: bold;
}
ul.related_news_list img {
  width: 65px;
  float: left;
}
ul.related_news_list .news_right {
  padding-left: 10px;
  padding-top: 20px;
  width: 535px;
  float: left;
}
ul.related_news_list .news_right span {
  display: block;
  width: 400px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
ul.related_news_list .news_right span.date {
  font-size: 13px;
  float: right;
  width: 120px;
  color: #000;
  text-align: center;
}
ul.related_news_list .news_right span.ttl {
  font-size: 13px;
  text-decoration: underline;
  width: 400px;
  float: left;
}
ul.related_news_list a {
  zoom: 1;
  display: block;
  color: #0046b2;
  padding: 10px 15px;
}
ul.related_news_list a:before {
  content: "";
  display: block;
}
ul.related_news_list a:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
ul.related_news_list a:hover .ttl {
  text-decoration: none;
}

.smartphone {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
}
.smartphone h1 {
  zoom: 1;
  color: #fff;
  line-height: 41px;
  background-color: #0e1015;
  background-image: url(/img/pc/common/bg_side_h1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.smartphone h1:before {
  content: "";
  display: block;
}
.smartphone h1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphone h1 .alphabet {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.smartphone h1 .japanese {
  display: inline-block;
  padding-bottom: 3px;
  padding-left: 9px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.smartphone h1.title02 {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1 !important;
}
.smartphone h1.title02 .japanese {
  margin-top: 5px;
  padding-left: 12px;
}

.smartphone .item {
  zoom: 1;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  position: relative;
}
.smartphone .item:before {
  content: "";
  display: block;
}
.smartphone .item:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphone .item figure {
  float: left;
  padding-right: 11px;
  width: 54px;
  height: 54px;
}
.smartphone .item figure img {
  max-width: 54px;
  height: auto;
}
.smartphone .item .ranking_num {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background-color: #9a9a9a;
}
.smartphone .item .rank_set {
  position: absolute;
  left: 75px;
}
.smartphone .item .menu_set {
  display: block;
  float: right;
  width: 66px;
}
.smartphone .item .headline2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  float: left;
  padding-top: 4px;
  width: 175px;
  font-size: 12px;
  font-weight: bold;
}
.smartphone .item .headline3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  float: left;
  width: 175px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}
.smartphone .item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  padding-top: 6px;
  float: left;
  font-size: 11px;
  width: 100%;
}
.smartphone .item .icon_stay,
.smartphone .item .icon_up,
.smartphone .item .icon_down,
.smartphone .item .icon_new {
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 20px;
  width: 25px;
  height: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.smartphone .item li {
  float: left;
}
.smartphone .item li a {
  margin-left: 5px;
  width: 28px;
}

.qr_spview {
  zoom: 1;
  padding: 10px;
}
.qr_spview:before {
  content: "";
  display: block;
}
.qr_spview:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.qr_spview .left_txt {
  float: left;
  width: 130px;
}
.qr_spview .left_txt p.ttl {
  background: url(/img/pc/music/icon_spview.png) no-repeat left center;
  padding-left: 18px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 17px;
  color: #0046b2;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #cdcbcb;
}
.qr_spview .left_txt p.ttl span.url {
  font-weight: normal;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 7px;
  color: black;
}
.qr_spview .left_txt p.cap {
  font-size: 11px;
  padding-top: 10px;
  line-height: 1.8;
  border-top: 1px solid white;
}
.qr_spview .right_qr {
  float: right;
  width: 100px;
}
.qr_spview .right_qr img {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}

/* ------------------------------------------------------------------
	Buttons
-------------------------------------------------------------------*/
#left .page.music .btn p {
  font-size: 12px;
}
#left .page.music .btn a {
  overflow: hidden;
  display: block;
  width: 211px;
  height: 33px;
  background-image: url(/img/pc/music/btn_splite_music.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#left .page.music a.btn_artist {
  background-position: 0 0;
}
#left .page.music a.btn_artist:hover {
  background-position: -240px 0;
}
#left .page.music a.btn_single {
  background-position: -9px -153px;
}
#left .page.music a.btn_single:hover {
  background-position: -230px -153px;
}
#left .page.music a.btn_album {
  background-position: -9px -110px;
}
#left .page.music a.btn_album:hover {
  background-position: -230px -110px;
}
#left .page.music a.btn_video {
  background-position: -9px -196px;
}
#left .page.music a.btn_video:hover {
  background-position: -230px -196px;
}
#left .page.music a.btn_lyrics {
  background-position: 56px -212px;
}
#left .page.music a.btn_lyrics:hover {
  background-position: -184px -212px;
}
#left .page.music a.btn_news {
  background-position: -9px -239px;
}
#left .page.music a.btn_news:hover {
  background-position: -230px -239px;
}
#left .page.music a.btn_allplay {
  width: 177px;
  height: 31px;
  background-position: -9px -379px;
}
#left .page.music a.btn_allplay:hover {
  background-position: -195px -379px;
}
#left .page.music a.btn_stop {
  width: 177px;
  height: 31px;
  background-position: -9px -539px;
}
#left .page.music a.btn_stop:hover {
  background-position: -195px -539px;
}

.other_title {
  position: relative;
  margin-bottom: 20px;
}
.other_title .headline {
  position: relative;
}
.other_title .headline h1 {
  float: left;
  font-size: 14px;
}
.other_title .headline .btn_more a {
  top: 10px;
  right: 10px;
}
.other_title .contents {
  position: relative;
  padding: 10px;
  border: 10px solid #eeeeef;
}
.other_title .contents #carrousel_warp {
  overflow-x: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 98;
}
.other_title .contents .item_list {
  float: left;
  display: inline;
  position: relative;
  margin-bottom: 10px;
  margin-right: 0;
  min-width: 655px;
  width: auto;
  width: 655px;
  zoom: 1;
}
.other_title .contents .item_list:before {
  content: "";
  display: block;
}
.other_title .contents .item_list:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_title .contents .item_list .item {
  float: left;
  width: 116px;
  margin-right: 15px;
  background-color: #fff;
}
.other_title .contents .item_list .item_title {
  padding: 5px 0 0;
  width: 116px;
}
.other_title .contents .item_list figure {
  height: 116px;
}
.other_title .contents .item_list figure img {
  max-width: 116px;
  height: auto;
}
.other_title .contents .item_list .headline2, .other_title .contents .item_list .headline3 {
  font-size: 13px;
  width: 116px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.other_title .contents .item_list .headline2 {
  margin-top: 3px;
  font-weight: bold;
}
.other_title .contents .item_list .headline3 {
  padding-bottom: 10px;
  font-weight: normal;
}
.other_title .contents .item_list ul {
  float: right;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 66px;
}
.other_title .contents .item_list ul li {
  float: left;
  width: 33px;
}
.other_title .contents .item_list ul li a {
  margin-left: 5px;
  width: 28px;
}
.other_title .list_controler a {
  display: block;
  position: absolute;
  top: 105px;
  width: 30px;
  height: 30px;
  z-index: 100;
}
.other_title .list_controler a.prev {
  float: left;
  left: 0;
}
.other_title .list_controler a.next {
  float: right;
  right: 0;
}
.other_title .list_controler a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
.other_title .thumnail {
  width: 640px;
  height: 15px;
  padding: 10px 0;
  background-color: #eeeeef;
  text-align: center;
}
.other_title .thumnail li {
  display: inline-block;
  width: 15px;
  margin: 0 6px;
}
.other_title .thumnail li a {
  overflow: hidden;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
}
.other_title .thumnail li a.active, .other_title .thumnail li a:hover {
  background-color: #0046b2;
}

.no_bg {
  padding: 0 !important;
  background: white !important;
}

.m0 {
  margin: 0 !important;
}

.ico_heart {
  display: block;
  background: url(/img/pc/music/ico_musicttl.png) no-repeat left 4px;
  padding-left: 25px;
}

.ico_onp {
  display: block;
  background: url(/img/pc/music/icon_entry.png) no-repeat left 1px;
  padding-left: 20px;
}

.add_ico_sp {
  background: url(/img/pc/common/splite_icon_headline.png) 0 -333px no-repeat;
}

.nound {
  text-decoration: none !important;
}

.item_q18 {
  margin: 0 15px 20px 0;
  width: 176px;
}
.item_q18 figure {
  width: 176px;
  position: relative;
}
.item_q18 figure .icon_play_video {
  z-index: 99;
  position: absolute;
  top: 63px;
  left: 63px;
  width: 50px;
  height: 50px;
}

.music_q1 {
  margin-top: 0 !important;
}

.music_caption {
  line-height: 2;
  font-size: 12px;
  margin-top: -5px;
  margin-bottom: 30px;
}
