/* ******************************************************************

	--detail.css--

	1. Detail Layout setting
		1-1. Main styles
        1-2. Common styles
        1-3. Detail styles

****************************************************************** */
/*==================================================================
	1. Detail Layout setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Main styles
-------------------------------------------------------------------*/
#header {
  z-index: 9999;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}

#contents {
  margin-top: 0;
}

#nav {
  width: 100%;
  z-index: 102;
}

/* ------------------------------------------------------------------
	1-2. Common styles
-------------------------------------------------------------------*/
#left .headline1 {
  background-image: url(/img/pc/common/splite_icon_headline.png);
}
#left .album .headline1 {
  background-position: 0 -179px;
}
#left .video .headline1 {
  background-position: 0 -280px;
}
#left .smartphone .headline1 {
  background-position: 0 -333px;
}

.contents_box {
  padding: 10px;
  background-color: #eee;
}
.contents_box .contents_disc {
  zoom: 1;
  padding: 15px 10px 10px;
  background-color: #fff;
}
.contents_box .contents_disc:before {
  content: "";
  display: block;
}
.contents_box .contents_disc:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.contents_box .contents_disc .jacket {
  float: left;
  width: 107px;
}
.contents_box .contents_disc .discription {
  zoom: 1;
  position: relative;
  float: left;
  margin-left: 17px;
  width: 505px;
}
.contents_box .contents_disc .discription:before {
  content: "";
  display: block;
}
.contents_box .contents_disc .discription:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.contents_box .contents_disc .discription .headline2 {
  width: 308px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.contents_box .contents_disc .discription .headline2 span {
  margin-left: 14px;
  padding-bottom: 1px;
}
.contents_box .contents_disc .discription .headline3 {
  margin: 11px 0;
  font-size: 13px;
  font-weight: bold;
  max-width: 420px;
  min-height: 40px;
}
.contents_box .contents_disc .discription a {
  color: #0046b2;
  text-decoration: underline;
}
.contents_box .contents_disc .discription a:hover {
  text-decoration: none;
}
.contents_box .contents_disc .discription .price {
  text-align: right;
  clear: both;
  font-size: 10px;
  padding-top: 5px;
  position: absolute;
  top: 27px;
  right: 0;
}
.contents_box .contents_disc .discription .price .num {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-top: 2px;
  font-size: 26px;
  font-weight: bold;
  color: #d91e00;
}
.contents_box .contents_disc .discription .buttons {
  zoom: 1;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.contents_box .contents_disc .discription .buttons:before {
  content: "";
  display: block;
}
.contents_box .contents_disc .discription .buttons:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.contents_box .contents_disc .discription .buttons li {
  float: left;
}
.contents_box .contents_disc .discription .buttons li a {
  overflow: hidden;
  display: block;
  padding-top: 33px;
  width: 161px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-repeat: no-repeat;
}
.contents_box .contents_disc .discription .buttons .buy a {
  margin-right: 11px;
  background-position: 0 -150px;
}
.contents_box .contents_disc .discription .buttons .buy a:hover {
  background-position: -161px -150px;
}
.contents_box .contents_disc .discription .buttons .cart a {
  margin-right: 11px;
  background-position: 0 -190px;
}
.contents_box .contents_disc .discription .buttons .cart a:hover {
  background-position: -161px -190px;
}
.contents_box .contents_disc .discription .buttons .present a {
  background-position: 0 -230px;
}
.contents_box .contents_disc .discription .buttons .present a:hover {
  background-position: -161px -230px;
}
.contents_box .contents_disc .video_link {
  position: relative;
  display: block;
  width: 108px;
  height: 108px;
  background-color: #000;
  text-align: center;
  line-height: 108px;
}
.contents_box .contents_disc img {
  max-width: 108px;
  max-height: 108px;
  vertical-align: middle;
}

.album .contents_box .contents_disc .discription .headline2 {
  width: 410px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.album .contents_box .contents_disc .discription .headline2 span {
  padding-bottom: 0px;
  line-height: 18px;
}

/* ------------------------------------------------------------------
	1-3. Detail styles
-------------------------------------------------------------------*/
.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 {
  margin-bottom: 10px;
  width: 176px;
  height: 176px;
  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 {
  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 .title {
  float: left;
  width: 310px;
}
.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 {
  width: 124px;
}
.description .info h1 {
  display: inline-block;
  width: 320px;
  font-size: 22px;
}
.description .info h1 a img {
  margin-bottom: 5px;
}
.description .info h1 a img {
  margin-left: 10px;
  margin-bottom: 15px\9;
}
.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 .text {
  float: left;
  margin-top: 22px;
  font-size: 11px;
}

:root .description .info h1 a img {
  margin-bottom: 7px \0/IE9;
}

.other_info {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}
.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: 74px;
  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 .left .kind {
  margin-top: 7px;
  font-size: 11px;
}
.other_info .left .kind a {
  color: #0046b2;
  text-decoration: underline;
}
.other_info .left .kind a:hover {
  text-decoration: none;
}

.detail .buttons {
  float: right;
  width: 195px;
}
.detail .buttons .buy a,
.detail .buttons .cart a,
.detail .buttons .sample 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 .sample a {
  margin-bottom: 12px;
  background-image: url(/img/pc/common/btn_detail_book_sample.png);
}
.detail .buttons .sample a:hover {
  background-position: -200px 0px;
}
.detail .buttons .cart a {
  margin-bottom: 12px;
  background-position: 0px -50px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
}
.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 a.areserve {
  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 a.areserve:hover {
  background-position: -201px -392px;
}

.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;
}

.red,
.blue,
.gray,
.yellow,
.gray2 {
  -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;
  position: absolute;
  float: right;
  top: 5px;
  right: -5px;
}

.other_album {
  padding: 10px;
  background-color: #eee;
}
.other_album .album_table {
  padding: 10px;
  background-color: #fff;
}
.other_album .album_table table {
  width: 100%;
}
.other_album .album_table table th {
  padding-bottom: 8px;
  font-size: 11px;
  border-bottom: 1px solid #cbcbcb;
}
.other_album .album_table table td {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.other_album .album_table table td .gray {
  float: none !important;
  padding-bottom: 1px;
}
.other_album .album_table table td figure {
  float: left;
}
.other_album .album_table table td figure img {
  max-width: 48px;
  height: auto;
}
.other_album .album_table table td .headline3 a,
.other_album .album_table table td .headline4 {
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 10px;
  width: 192px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.other_album .album_table table td .headline3 a {
  color: #0046b2;
  text-decoration: underline;
}
.other_album .album_table table td .headline3 a:hover {
  text-decoration: none;
}
.other_album .album_table table td .buttons {
  zoom: 1;
  float: right;
  width: 193px !important;
  margin-right: 5px;
}
.other_album .album_table table td .buttons:before {
  content: "";
  display: block;
}
.other_album .album_table table td .buttons:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.other_album .album_table table td .buttons li {
  float: left;
  margin-right: 5px;
}
.other_album .album_table table td a.buy {
  display: block;
  float: left;
  margin-left: 6px;
  padding-top: 26px;
  width: 120px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/btn_splite_detail.png);
  background-repeat: no-repeat;
  background-position: 0 -270px;
}
.other_album .album_table table td a.buy:hover {
  background-position: -120px -270px;
}
.other_album .album_table table td a.cart, .other_album .album_table table td a.present {
  display: block;
  float: left;
  margin-left: 6px;
  padding-top: 26px;
  width: 26px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/btn_icon.png);
  background-repeat: no-repeat;
}
.other_album .album_table table td a.cart {
  background-position: -100px 0;
}
.other_album .album_table table td a.present {
  margin-left: 5px;
  background-position: -150px 0;
}
.other_album .album_table table tr.last td {
  border-bottom: none !important;
}

.btn_display {
  float: right;
  font-size: 12px;
  font-weight: bold;
}
.btn_display a {
  color: #666;
  padding-right: 20px;
  background-image: url(/img/pc/common/icon_arrow_accordion_close.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.btn_display a:hover {
  color: #0046b2;
}
.btn_display a.open {
  background-image: url(/img/pc/common/icon_arrow_accordion_open.png) !important;
  background-repeat: no-repeat;
  background-position: right center;
}

.video .contents_box {
  border: solid 10px #eee;
  padding: 0;
  background-color: #fff;
}
.video .contents_disc {
  margin: 0 10px;
  padding: 15px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.video .contents_disc:first-child {
  border-top: none;
}
.video .contents_disc .jacket {
  position: relative;
  background-color: #000;
  vertical-align: middle;
  text-align: center;
  line-height: 108px;
}
.video .contents_disc .jacket .icon_play_video {
  z-index: 99;
  position: absolute;
  top: 31px;
  left: 31px;
  width: 50px !important;
  height: 50px !important;
}
.video .contents_disc .icon_list {
  position: absolute;
  float: right;
  top: 0;
  right: 0;
}
.video .contents_disc .price {
  position: absolute;
  float: right;
  top: 30px;
  right: 0;
  width: 160px;
  font-size: 10px;
  text-align: right;
}
.video .contents_disc .price .num {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-top: 2px;
  font-size: 26px;
  font-weight: bold;
  color: #d91e00;
}

.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 p {
  float: left;
  width: 290px;
  font-size: 12px;
}

.smartphone {
  zoom: 1;
}
.smartphone:before {
  content: "";
  display: block;
}
.smartphone:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphone .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;
}
.smartphone .smartpohne_table .headline2 {
  font-size: 16px;
  color: #0046b2;
  padding-left: 10px;
}
.smartphone .smartpohne_table table th {
  padding-top: 16px;
  padding-bottom: 15px;
}
.smartphone .smartpohne_table table th.iphone, .smartphone .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;
}
.smartphone .smartpohne_table table td {
  padding: 9px 12px;
  font-size: 11px;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.smartphone .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;
}
.smartphone .smartpohne_table table td.mark {
  font-size: 23px;
  color: #0046b2;
}
.smartphone .smartpohne_table table td strong {
  font-size: 13px;
}
.smartphone .border_r {
  border-right: 1px solid #e8e8e8;
}
.smartphone .border_l {
  border-left: 1px solid #fff;
}
.smartphone .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;
}
.smartphone .qr_code h2 {
  zoom: 1;
  margin-bottom: 14px;
}
.smartphone .qr_code h2:before {
  content: "";
  display: block;
}
.smartphone .qr_code h2:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.smartphone .qr_code h2 .alphabet {
  float: left;
  font-size: 19px;
  font-weight: bold;
  color: #0046b2;
}
.smartphone .qr_code h2 .japanese {
  margin-top: 4px;
  margin-left: 8px;
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.smartphone .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;
}
