@charset "UTF-8";

@import url("./videx_player.css?20210225");

/* default */
html, body, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, div, p, blockquote, th, td, form, fieldset, input, textarea, pre {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}

body {
  color: #333;
}

img {
  vertical-align: middle;
  border: none;
}

#itemdetail {
  background: #fff;
  clear: both;
  width: 750px;
}

#itemdetail div#detail-title-header {
  width: 730px;
  padding: 5px 10px 5px 0;
  margin: 0 0 10px 10px;
  background: /*#eee*/ none;
  border-bottom: #069CE9 1px solid;
  font-size: 20px;
  font-weight: bold;
}

#itemdetail div#detail-title-header img {
  margin-right: 5px;
}

#itemdetail div#detail-title-header h1 {
  display: inline;
}

#itemdetail h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}

h1 img {
  margin: 0 5px 0 0;
}

#alpha #itemdetail div.rights-box {
  background-color: none;
  clear: both;
  margin: 6px;
  overflow: hidden;
}

#alpha #itemdetail .one div.rights-box {
  display: inline-block;
  background-color: none;
  clear: both;
  margin: 5px 0 6px;
  overflow: hidden;
}

#alpha div.rights-box div.rights-info {
  background-color: none;
}

#alpha div.rights-box div.one {
  background-color: none;
}

#itemdetail .text h1 {
  padding: 0 0 10px 0;
  margin: 0;
  background: #fff;
  border: none;
  line-height: 1.2;
  font-size: 18px;
}

#itemdetail h1 img {
  margin: 0 5px 0 0;
}

#itemdetail .pager {
  margin: -10px 10px 10px 10px;
  text-align: center;
  color: #ccc;
  display: table;
  height: auto;
  width: 740px;
}

#itemdetail .pager div.pagerlink {
  float: left;
  display: table-cell;
  background-color: #EEE;
  width: 117px;
  padding-top: 8px;
  height: 22px;
  vertical-align: middle;
}

#itemdetail .pager div.laquo a {
  display: block;
  padding: 0 0 7px 8px;
  color: #777777;
  background: #EEE url("./img/icon/icon_arrow_l.png") no-repeat scroll 4px -1px;
}

#itemdetail .pager div.raquo a {
  display: block;
  padding: 0 8px 7px 0;
  color: #777777;
  background: #EEE url("./img/icon/icon_arrow_r.png") no-repeat scroll 92px -1px;
}

#itemdetail .pager div.laquo a:hover {
  color: #999;
  background: url("./img/icon/icon_arrow_l_h.png") no-repeat scroll 4px -1px;
}

#itemdetail .pager div.raquo a:hover {
  color: #999;
  background: url("./img/icon/icon_arrow_r_h.png") no-repeat scroll 92px -1px;
}

#itemdetail .pager div.pagerlink-top {
  display: table-cell;
  padding: 8px 5px 7px 5px;
  width: 510px;
  vertical-align: middle;
  line-height: 1.3;
}

#itemdetail .pager span.top {
  padding-left: 2px;
  color: #555;
}

#itemdetail .img {
  float: left;
  width: 240px;
  text-align: center;
}

#itemdetail .btn-detail {
  padding: 0;
  margin: 0 44px 10px;
}

#itemdetail .img .copyright {
  padding: 5px 0 5px;
  font-size: 10px;
  color: #999;
}

#itemdetail .img .sample {
  margin: -245px 0 184px 0;
}

/* 詳細ページ本編再生ボタンエリア */

#itemdetail .playboxWrapper {
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #eee;
}

.itemdetail_st_btn {
  height: 23px;
  margin: 3px auto 6px;
  padding: 0;
  width: 152px;
}

@-moz-document url-prefix() {
  #itemdetail .playboxWrapper .itemdetail_st_btn a {
    line-height: 1.4;
    padding: 4px 25px 2px 0 !important;
  }
}

#itemdetail .playboxWrapper .itemdetail_st_btn a {
  background: url(./img/itemdetail/itemdetail_st_btn.png) 96px 2px no-repeat #fff;
  display: block;
  font-size: 14px;
  padding: 4px 25px 4px 0;
  border: 1px solid #069CE9;
  color: #069CE9;
}

#itemdetail .playboxWrapper .itemdetail_st_btn a:hover {
  background: url(./img/itemdetail/itemdetail_st_btn.png) 96px -19px no-repeat #069CE9;
  border: 1px solid #069CE9;
  color: #fff;
}


/**/

/* 詳細ページ本編再生ボタンエリア Android表示*/

#itemdetail .android_btn {
  margin: 6px auto 0;
  padding: 0;
  border: none;
  background: none;
}

#itemdetail .android_btn a:hover {
  color: #fff;
}

/**/

#itemdetail .img .sample .inner {
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

#itemdetail .img .sample .inner p.bitrate {
  font-size: 10px;
}

#itemdetail .img .sample .inner p.size {
  display: none;
}

#itemdetail .img .sample .inner div {
  width: 165px;
  margin: 0 auto;
}

#itemdetail .img .sample .low a, #itemdetail .img .sample .high a {
  width: 80px;
  height: 23px;
  text-indent: -9999px;
  _display: inline;
}

#itemdetail .img .sample .low a {
  float: left;
  margin: 2px 0 0 25px;
  background: url(./img/itemdetail/btn_sample_low.gif) 0 0 no-repeat;
}

#itemdetail .img .sample .low a:hover {
  background: url(./img/itemdetail/btn_sample_low.gif) 0 bottom no-repeat;
}

#itemdetail .img .sample .high a {
  float: right;
  margin: 2px 25px 0 0;
  background: url(./img/itemdetail/btn_sample_high.gif) 0 0 no-repeat;
}

#itemdetail .img .sample .high a:hover {
  background: url(./img/itemdetail/btn_sample_high.gif) 0 bottom no-repeat;
}

#itemdetail .img .sample a.sample-playbtn {
  display: block;
  width: auto;
  height: 23px;
  margin: 0 auto;
  vertical-align: middle;
  background: url("./img/buttons/preview_icon.jpg") no-repeat left center;
  line-height: 25px;
  padding-left: 27px;
}


#itemdetail .info .text {
  float: right;
  margin: 0 0 0 10px;
  width: 490px;
}

#itemdetail div.info div.img a img {
  border: none;
}

#itemdetail .text .inner {
  padding: 0 0 5px 0;
  overflow: hidden;
}

#itemdetail .text ul.property {
  float: left;
  width: 236px;
}

#itemdetail .text ul.property li {
  padding: 0 0 5px 0;
}

.storynodesc {
  line-height: 1.8em;
}

#itemdetail .text .purchase {
  margin: 0 0 6px;
  float: right;
  width: 244px;
}

#itemdetail .text .purchase .inner {
  background: #fff;
  padding: 12px 8px 4px;
  border: 1px solid #069CE9;
}

#itemdetail .text .purchase .inner p {
  padding: 0;
  word-wrap: normal;
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  color: #DD0000;
}

#itemdetail .text .purchase .inner p.bitrate {
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#itemdetail .text .purchase .inner p.bitrate-line {
  padding: 8px 0 0 0;
  border-top: #069CE9 1px dotted;
}

#itemdetail .text .purchase .inner p em, #itemdetail .text .purchase .inner p a {
  font-weight: bold;
  font-style: normal;
}

#itemdetail .text .purchase span {
  float: left;
  color: #333;
}

#itemdetail .text .purchase .inner p em {
  margin: 0 0.5em 0 0;
  font-weight: normal;
  color: #333;
}

#itemdetail .text .purchase .all div a, #itemdetail .text .purchase .set div a, #itemdetail .text .purchase div.one div a {
  display: block;
  width: 199px;
  height: 18px;
  margin: 2px 0 10px;
  padding: 8px 0 4px 25px;
  /*text-indent:-9999px;*/
}

@-moz-document url-prefix() {
  #itemdetail .text .purchase .all div a, #itemdetail .text .purchase .set div a, #itemdetail .text .purchase div.one div a {
    padding: 9px 0 3px 25px;
  }
}

#itemdetail .text .purchase .all div a {
  background: url(./img/itemdetail/carticon.png) #FF8000 6px 6px no-repeat;
  border: 1px solid #FF8000;
  line-height: 1em;
  font-size: 14px;
  color: #fff;
}

#itemdetail .text .purchase .all div a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff 6px 6px no-repeat;
  border: 1px solid #FF8000;
  color: #ff0000;
}

#itemdetail .text .purchase div.one div a {
  background: url(./img/itemdetail/carticon.png) #FF8000 34px 6px no-repeat;
  border: 1px solid #FF8000;
  line-height: 1em;
  font-size: 14px;
  color: #fff;
}

#itemdetail .text .purchase div.one div a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff 34px 6px no-repeat;
  border: 1px solid #FF8000;
  color: #ff0000;
}

#itemdetail .text .purchase .link-set div a {
  display: block;
  width: 200px;
  height: 25px;
  line-height: 27px;
  margin: 10px 11px;
  padding: 0;
  background: #CCE5FF;
  color: #0066E3;
  text-align: center;
  border-radius: 10px; /* CSS3草案 */
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

#itemdetail .text .purchase .link-set div a:hover {
  background: #CCE5FF;
  color: #ff0000;
}

#itemdetail .text .purchase .link-faq {
  background: none;
  text-align: right;
  margin: 8px 0 2px;
}

#itemdetail .text p {
  clear: both;
  line-height: 1.6;
  padding: 0 0 10px 0;
}

#itemdetail .text h2 {
  font-size: 1em;
  line-height: 1.5;
  display: inline;
}

#itemdetail .text p strong {
  display: block;
}

#itemdetail .text p.keyword a {
  margin: 0 1em 0 0;
}

#itemdetail .text p.keyword a em {
  font-style: normal;
}

#itemdetail .text ul.thumb {
  margin: 0 0 15px;
  overflow: hidden;
}

#itemdetail .text ul.thumb li {
  float: left;
  padding: 0 0 0 0;
}

#review {
  clear: both;
  padding: 0 0 20px 10px;
  overflow: hidden;
}

#review h3 {
  font-size: 14px;
  font-weight: bold;
  background: none;
  border-bottom: 1px solid #069CE9;
  color: #069CE9;
  margin: 0 auto;
  padding: 5px 0;
  clear: both;
  width: 740px;
}

#review .text {
  padding: 0 0 0.5em 0;
  line-height: 1.5;
}

/* 2014/11/05　catchcopy キャッチコピー --*/
.catchcopy {
  margin: 10px 0 2px 0;
}

/*-- 2014/11/05　スタッフコメント --*/

#itemdetail .text p.staffreview {
  border: #069CE9 1px solid;
  margin: 30px 0 22px 0;
  padding: 15px 10px 5px 10px;
  border-radius: 4px; /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px; /* Firefox用 */
}

#itemdetail .text p.staffreview strong {
  background: #069CE9;
  color: #fff;
  display: block;
  margin: -27px 0 5px -5px;
  padding: 2px 5px;
  width: 112px;
  text-align: center;
  border-radius: 4px; /* CSS3草案 */
  -webkit-border-radius: 4px; /* Safari,Google Chrome用 */
  -moz-border-radius: 4px; /* Firefox用 */
}

/*-- 2014/11/05　スタッフコメント　〆　--*/

#alpha #itemdetail .info .pagescroll {
  clear: both;
  height: 2.2em;
  line-height: 2.2;
  margin: 10px 0 5px 0;
  padding: 1px 0;
  background: #EEE;
  text-align: center;
  color: #999;
}

#alpha #itemdetail .info .pagescroll span {
  display: inline-block;
  white-space: nowrap;
}

#alpha #itemdetail .info .pagescroll a {
  color: #333;
}

#alpha #itemdetail .info .pagescroll a:hover {
  color: #777;
}

#itemdetail div#story {
  clear: both;
  padding: 10px;
  margin: 0 0 10px 0;
  background: #eee;
  font-size: 14px;
  font-weight: bold;
}

#itemdetail .story {
  padding: 0 10px 5px 10px;
}

#itemdetail .story div#story {
  background: none;
  border-bottom: 1px solid #069CE9;
  color: #069CE9;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: right /*margin:20px 0 0 0;
	;*/
}

#itemdetail .story div#story span {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#itemdetail .story div#story em {
  font-style: normal;
  color: #999;
}

/*ストーリー　表示切替*/
#itemdetail .story_dummytitle {
  padding: 4px 0 0 10px;
}

#itemdetail .story_storyone {
  padding: 4px 0 0 10px;
}

#itemdetail .story_storyset {
  padding: 4px 0 0 10px;
}

#itemdetail .story_omnibus {
  padding: 4px 0 0 10px;
}


#itemdetail .story_dummytitle div#story, #itemdetail .story_omnibus div#story {
  background: none;
  border-bottom: 1px solid #069CE9;
  color: #069CE9;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: right /*margin:20px 0 0 0;
	;*/
}

#itemdetail .story_dummytitle div#story span, #itemdetail .story_omnibus div#story span {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#itemdetail .story_dummytitle div#story em {
  font-style: normal;
  color: #999;
}

/*ストーリー　表示切替*/

/*ストーリー　表示切替*/
#itemdetail .story_storyset div#story {
  background: none;
  border-bottom: 1px solid #069CE9;
  color: #069CE9;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: right /*margin:20px 0 0 0;
	;*/
}

#itemdetail .story_storyset div#story span {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#itemdetail .story_storyset div#story em {
  font-style: normal;
  color: #999;
}

/*ストーリー　表示切替*/

/*ストーリー　表示切替*/
#itemdetail .story_storyone div#story {
  background: none;
  border-bottom: 1px solid #069CE9;
  color: #069CE9;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: right /*margin:20px 0 0 0;
	;*/
}

#itemdetail .story_storyone div#story span {
  float: left;
  font-size: 14px;
  font-weight: bold;
}

#itemdetail .story_storyone div#story em {
  font-style: normal;
  color: #999;
}

/*ストーリー　表示切替*/


#itemdetail .story .allset {
  height: 50px;
  margin: 0 0 15px 0;
  background: /*url(./img/itemdetail/bg_all.gif)*/ #CCE5FF 0 bottom no-repeat;
  overflow: hidden;
}

#itemdetail .story .allset .inner {
  padding: 10px;
  background: /*url(./img/itemdetail/bg_all_h.gif)*/ 0 0 no-repeat;
  font-size: 18px;
}

#itemdetail .story .allset .inner span {
  padding: 5px 0 0 0;
  line-height: 23px;
  float: left;
}

#itemdetail .story .allset .inner strong {
  color: #dd0000;
  margin-left: 0.5em;
}

#itemdetail .story .allset .inner em {
  font-weight: bold;
  font-style: normal;
}

#itemdetail .story .allset .all a {
  float: right;
  width: 205px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  padding: 8px 0 0 20px;
  text-align: center;
  /*text-indent:-9999px;
  background:url(./img/itemdetail/btn_basket_all.gif) 0 0 no-repeat;*/
  background: url(./img/itemdetail/carticon.png) #FF8000 20px 4px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story .allset .all a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff 20px 4px no-repeat;
  border: 1px solid #FF8000;
  color: #FF8000;
}


/*レスポンス*/

#itemdetail .story_dummytitle .allset {
  height: 50px;
  padding: 2px 4px;
  margin: 0 0 15px 0;
  background: /*url(./img/itemdetail/bg_all.gif)*/ #CCE5FF 0 bottom no-repeat;
  overflow: hidden;
}

#itemdetail .story_dummytitle .allset .inner {
  padding: 10px;
  background: /*url(./img/itemdetail/bg_all_h.gif)*/ 0 0 no-repeat;
  font-size: 18px;
}

#itemdetail .story_dummytitle .allset .inner span {
  padding: 5px 0 0 0;
  line-height: 23px;
  float: left;
}

#itemdetail .story_dummytitle .allset .inner strong {
  color: #dd0000;
  margin-left: 0.5em;
}

#itemdetail .story_dummytitle .allset .inner em {
  font-weight: bold;
  font-style: normal;
}

#itemdetail .story_dummytitle .allset .all a {
  float: right;
  width: 205px;
  height: 20px;
  line-height: 1em;
  font-size: 14px;
  color: #fff;
  padding: 8px 0 0 20px;
  text-align: center;
  background: url(./img/itemdetail/carticon.png) #FF8000 6px 4px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_dummytitle .allset .all a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff 8px 8px no-repeat;
  border: 1px solid #FF8000;
  color: #FF8000;
}


/*レスポンス*/


/*レスポンス*/

#itemdetail .story_storyset .allset {
  height: 50px;
  margin: 0 0 15px 0;
  background: /*url(./img/itemdetail/bg_all.gif)*/ #CCE5FF 0 bottom no-repeat;
  overflow: hidden;
}

#itemdetail .story_storyset .allset .inner {
  padding: 10px;
  background: /*url(./img/itemdetail/bg_all_h.gif)*/ 0 0 no-repeat;
  font-size: 18px;
}

#itemdetail .story_storyset .allset .inner span {
  padding: 5px 0 0 0;
  line-height: 23px;
  float: left;
}

#itemdetail .story_storyset .allset .inner strong {
  color: #dd0000;
  margin-left: 0.5em;
}

#itemdetail .story_storyset .allset .inner em {
  font-weight: bold;
  font-style: normal;
}

#itemdetail .story_storyset .allset .all a {
  float: right;
  width: 205px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  padding: 8px 0 0 20px;
  text-align: center;
  background: url(./img/itemdetail/carticon.png) #FF8000 20px 4px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyset .allset .all a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff 20px 4px no-repeat;
  border: 1px solid #FF8000;
  color: #FF8000;
}


/*レスポンス*/

/*レスポンス*/

#itemdetail .story_storyone .allset {
  height: 50px;
  margin: 0 0 15px 0;
  background: /*url(./img/itemdetail/bg_all.gif)*/ #CCE5FF 0 bottom no-repeat;
  overflow: hidden;
}

#itemdetail .story_storyone .allset .inner {
  padding: 10px;
  background: /*url(./img/itemdetail/bg_all_h.gif)*/ 0 0 no-repeat;
  font-size: 18px;
}

#itemdetail .story_storyone .allset .inner span {
  padding: 5px 0 0 0;
  line-height: 23px;
  float: left;
}

#itemdetail .story_storyone .allset .inner strong {
  color: #dd0000;
  margin-left: 0.5em;
}

#itemdetail .story_storyone .allset .inner em {
  font-weight: bold;
  font-style: normal;
}

#itemdetail .story_storyone .allset .all a {
  float: right;
  width: 205px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  padding: 8px 0 0 20px;
  text-align: center;
  background: url(./img/itemdetail/carticon.png) #FF8000 20px 4px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyone .allset .all a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff 20px 4px no-repeat;
  border: 1px solid #FF8000;
  color: #FF8000;
}


/*レスポンス*/


#itemdetail .story_storyone .simple td img, #itemdetail .story_storyone .simple td p {
  display: none;
}

#itemdetail .story_dummytitle .simple td img, #itemdetail .story_dummytitle .simple td p {
  display: none;
}

#itemdetail .story_storyset .simple td img, #itemdetail .story_storyset .simple td p {
  display: none;
}


.pagenation ul.pagenavi {
/ zoom: 1;
  overflow: hidden;
  margin: 10px 0 10px 0;
  padding: 0;
  background: #fff;
}

.pagenation ul.pagenavi li {
  float: left;
  margin: 6px 3px 5px 0;
}

.pagenate-position {
  float: right;
  margin-top: 8px;
  font-style: normal;
  color: #069CE9;
}

.pagenation ul.pagenavi li span, .pagenation ul.pagenavi li a {
  vertical-align: middle;
  float: left;
  padding: 3px 6px 1px 6px;
  background: #fff;
  border: 1px solid #069CE9;
  color: #fff;
}

.pagenation ul.pagenavi li span, .pagenation ul.pagenavi li a:hover {
  background: #069CE9;
  color: #fff;
}

#itemdetail .story .table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#itemdetail .story table {
  border-collapse: collapse;
  margin: 0 0 15px 0;
}

#itemdetail .story th {
  padding: 5px 5px 4px;
  text-align: center;
  background: /*url(./img/itemdetail/bg_table_h.gif)*/ #069CE9 0 0 repeat-x;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#itemdetail .story th.set {
  width: 150px;
}

#itemdetail .story td {
  padding: 10px;
  text-align: center;
  background: #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#itemdetail .story td.info {
  text-align: left;
  vertical-align: top;
}

#itemdetail .story td h3 {
  font-weight: bold;
  font-size: 12px;
}

#itemdetail .story td p {
  overflow: hidden;
}

#itemdetail .story td.gray {
  background: #eee;
}

#itemdetail .story td.set {
  background: #CCE5FF;
}

#itemdetail .story td.active {
  background: #CCC;
}

#itemdetail .story td img {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story td .rights-info span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story td span a {
  display: inline;
  font-weight: bold;
}

#itemdetail .story td.set span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story td strong {
  color: #dd0000;
}

#itemdetail .story td em {
  font-weight: bold;
}

#itemdetail .story td div.one {
  width: 39px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story td div.one a {
  display: block;
  height: 19px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story td div.one a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story td .set {
  width: 60px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story td .set a {
  display: block;
  height: 29px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story td .set a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story td.one {
  width: 6em;
}

#itemdetail .story table.simple td.one {
  width: 160px;
}

#itemdetail .simple td h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 2.6;
}

#itemdetail .story table.simple td.one span, table.simple td.one strong {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story table.simple td.one div.one {
  float: right;
}

#itemdetail .story table.simple td strong {
  color: #dd0000;
  display: block;
  float: right;
}

#itemdetail .story table.simple td.one .rights-info {
  width: 120px;
  text-align: right;
  float: left;
  line-height: 1.8;
}

#itemdetail .story table.simple td.one .rights-info span {
  float: left;
}

#itemdetail .story table.simple td.one .rights-info strong {
  color: #dd0000;
  display: block;
  float: right;
  margin: 0 5px 0 0;
}

#itemdetail .story table.simple td.set strong {
  float: none;
}

#itemdetail .story .simple td img, #itemdetail .story .simple td p {
  display: none;
}

#itemdetail .story .set-table {
  margin: 0 0 0 0;
  border: none;
}

#itemdetail h4 {
  clear: both;
  background: none;
  border-bottom: 1px solid #069CE9;
  color: #069CE9;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 0;
  font-size: 14px;
  font-weight: bold;
}

#itemdetail .character {
  padding: 0 10px;
}

#itemdetail .story h4.set-table {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #069CE9;
}

#itemdetail .story .set-table th {
  padding: 0 0 5px 0;
  text-align: left;
  background: #fff;
  border: none;
}

#itemdetail .story .set-table td {
  width: 50%;
  padding: 3px 5px;
  text-align: right;
  background: none no-repeat scroll 0 bottom #CCE5FF;
  border: #fff 1px solid;
}

#itemdetail .story .set-table span {
  float: left;
}

#itemdetail .story .set-table strong {
  display: inline;
  padding: 0 5px 0 10px;
}

#itemdetail .story .set-table div.text {
  float: left;
  width: 88%;
  line-height: 20px;
}

#itemdetail .story .set-table div.set {
  float: right;
  width: 12%;
}

#itemdetail .story .set-table .set a {
  background: url("./img/itemdetail/carticon.png") no-repeat scroll center -1px #FF8000;
  border: 1px solid #FF8000;
  display: block;
  height: 18px;
  text-indent: -9999px;
}

#itemdetail .story .set-table .set a:hover {
  background: url("./img/itemdetail/carticon2.png") no-repeat scroll center -1px #fff;
  border: 1px solid #FF8000;
}

#itemdetail .character em {
  display: block;
  padding: 2px 0 0 0;
  line-height: 1.2;
  font-style: normal;
  cursor: pointer;
}

/* キャラクター */

#itemdetail .character_dummytitle a, #itemdetail .character_dummytitle div {
  float: left;
  height: 140px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  width: 101px;
  z-index: 10;
}

#itemdetail .character_normal {
  padding: 0 10px;
}

#itemdetail .character_normal a, #itemdetail .character div {
  float: left;
  height: 140px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 10;
}

#itemdetail .character_normal a, #itemdetail .character div {
  text-align: center;
}

#itemdetail .character_normal em {
  cursor: pointer;
  display: block;
  font-style: normal;
  line-height: 1.2;
  padding: 2px 0 0;
}

#itemdetail .character_normal a span {
  display: none;
}

/* キャラクター */

/* キャラクター */


#itemdetail .character_dummytitle {
  padding: 0 0 0 10px;
}

#itemdetail .character_dummytitle a, #itemdetail .character div {
  float: left;
  height: 140px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 10;
}

#itemdetail .character_dummytitle a, #itemdetail .character div {
  text-align: center;
}

#itemdetail .character_dummytitle em {
  cursor: pointer;
  display: block;
  font-style: normal;
  line-height: 1.2;
  padding: 2px 0 0;
}

#itemdetail .character_dummytitle a span {
  display: none;
}

/* キャラクター */

/* キャラクター */


#itemdetail .character_storyset {
  padding: 0 0 0 10px;
}

#itemdetail .character_storyset a, #itemdetail .character div {
  float: left;
  height: 140px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  width: 101px;
  z-index: 10;
}

#itemdetail .character_storyset a, #itemdetail .character div {
  text-align: center;
}

#itemdetail .character_storyset em {
  cursor: pointer;
  display: block;
  font-style: normal;
  line-height: 1.2;
  padding: 2px 0 0;
}

#itemdetail .character_storyset a span {
  display: none;
}

#itemdetail .character_storyone {
  padding: 0 0 0 10px;
}

#itemdetail .character_storyone a, #itemdetail .character div {
  float: left;
  height: 140px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  width: 101px;
  z-index: 10;
}

#itemdetail .character_storyone a, #itemdetail .character div {
  text-align: center;
}

#itemdetail .character_storyone em {
  cursor: pointer;
  display: block;
  font-style: normal;
  line-height: 1.2;
  padding: 2px 0 0;
}

#itemdetail .character_storyone a span {
  display: none;
}

/* キャラクター */


#itemdetail .character a, #itemdetail .character div {
  float: left;
  width: 100px;
  height: 140px;
  padding: 0 2px;
  text-decoration: none;
  text-align: center;
  z-index: 10;
}

#itemdetail .character a:hover {
  position: relative;
  z-index: 100;
}

#itemdetail .character a span {
  display: none;
}

#itemdetail .character a:hover span {
  display: block;
  position: absolute;
  right: -20px;
  margin: 5% 0;
  width: 260%;
  padding: 7px;
  color: #333;
  text-align: left;
  line-height: 1.5;
  background: #ffc;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  z-index: 10;
}

#itemdetail .subinfo {
  clear: both;
  padding: 0 0 20px 10px;
  overflow: hidden;
}

#itemdetail .subinfo h5 {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: bold;
}

#itemdetail .subinfo .staff, #itemdetail .subinfo .cast {
  float: left;
  width: 238px;
  margin: 0 12px 0 0;
  line-height: 2;
  _display: inline;
}

#itemdetail .subinfo .other {
  float: right;
  width: 240px;
}

#itemdetail .subinfo .other li {
  margin: 0 0 5px 0;
}

#itemdetail .subinfo .other li.detail_pc {
  display: block;
  font-weight: bold;
  margin: 5px 0 0;
}

#itemdetail .subinfo .other li.detail_adr {
  display: block;
  font-weight: bold;
  margin: 5px 0 0;
}

#itemdetail .subinfo .other li div {
  padding: 0 0 0 5px;
  margin: 6px 0 6px 12px;
  border-left: #ccc 1px solid;
  font-size: 11px;
}

#itemdetail .subinfo .other li div p {
  margin: 0 0 0 0;
  line-height: 1.5;
}

#itemdetail .extrainfo {
  clear: both;
  padding: 0 0 0 10px;
}

#itemdetail .extrainfo dl {
  border: 1px solid #999;
  border-top: 0 solid #999;
  margin: 0 0 20px 0;
}

#itemdetail .extrainfo dt {
  padding: 3px 7px 4px;
  border-top: 1px solid #999;
  font-weight: bold;
  background: #CCE5FF
}

#itemdetail .extrainfo dd {
  padding: 5px 5px 5px 7px;
  border-top: 1px solid #999;
}

.anchor a {
  clear: both;
  display: block;
  height: 2em;
  margin: 0 305px 6px 305px;
  line-height: 2;
  text-align: center;
}

#itemdetail .up-today, .up-new, .up-add {
  padding: 3px 6px 0;
/ padding: 1 px 6 px 2 px;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  white-space: nowrap;
  vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #itemdetail .up-today, .up-new, .up-add {
    padding: 2px 6px 2px;
    font-size: 16px;
    line-height: 1.3;
    color: #FFFFFF;
    white-space: nowrap;
    vertical-align: middle;
  }
}

#itemdetail .up-today {
  background: #FF5A00;
  margin: 0 5px 0 0;
}

#itemdetail .up-new {
  background: #F2809B;
  margin: 0 5px 0 0;
}

#itemdetail .up-add {
  background: #33CC00;
  margin: 0 5px 0 0;
}

div.set-table div.text span {
  display: block;
  width: 16em;
  text-align: left;
}

div.purchase div.one span {
  display: block;
  width: 6.6em;
  text-align: left;
  word-wrap: break-all;
  word-break: break-all;
}

div.purchase div.one div {
  clear: both;
}


/* デバイスアイコン 20130624 */
.device-support {
  overflow: hidden;
  margin: 0 auto 10px auto;
  text-align: center;
  position: relative;
  width: 150px;
}

.device-support a {
  text-decoration: none;
}

.device-support .device-support-title {
  margin: 0 0 3px 0;
  font-size: 10px;
  text-align: center;
}

.device-support .winmac,
.device-support .android,
.device-support .ios {
  float: left;
  margin: 0 1px 0 2px;
/ margin: 0 2 px 2 px 0;
  width: 47px;
  height: 48px;
  text-align: center;
  background: url(img/icon/icon_device_back_20130321.png) -47px 0 no-repeat;
}

.device-support .winmac:hover,
.device-support .android:hover,
.device-support .ios:hover {
  background: url(img/icon/icon_device_back_20130321.png) 0 0 no-repeat;
}

.device-support .winmac .panel-pc,
.device-support .android .panel-android,
.device-support .ios .panel-ios {
  display: inline-block;
  width: 48px;
  height: 48px;
  z-index: 1;
}

.device-support .winmac .panel-pc .icon-device-winmac,
.device-support .android .panel-android .icon-device-android,
.device-support .ios .panel-ios .icon-device-ios {
  display: inline-block;
  z-index: -1;
}

.device-support .winmac .panel-pc .icon-device-winmac {
  margin: 7px 8px 4px;
  width: 31px;
  height: 22px;
  background: url(img/icon/icon_device_pc_20130321.png) -31px 0 no-repeat;
}

.device-support .winmac .panel-pc:hover .icon-device-winmac {
  background: url(img/icon/icon_device_pc_20130321.png) 0 0 no-repeat;
}

.device-support .android .panel-android .icon-device-android {
  margin: 4px 12px 2px;
  width: 18px;
  height: 27px;
  background: url(img/icon/icon_device_android_20130321.png) -18px 0 no-repeat;
}

.device-support .android .panel-android:hover .icon-device-android {
  background: url(img/icon/icon_device_android_20130321.png) 0 0 no-repeat;
}

.device-support .ios .panel-ios .icon-device-ios {
  margin: 4px 12px 2px;
  width: 18px;
  height: 27px;
  background: url(img/icon/icon_device_ios_20130321.png) -18px 0 no-repeat;
}

.device-support .ios .panel-ios:hover .icon-device-ios {
  background: url(img/icon/icon_device_ios_20130321.png) 0 0 no-repeat;
}

.device-support .icon-on-streming,
.device-support .icon-off-streming,
.device-support .icon-on-download,
.device-support .icon-off-download {
  display: inline-block;
  width: 19px;
  height: 10px;
  line-height: 10px;
  z-index: -1;
}

.device-support .icon-on-streming,
.device-support .icon-off-streming {
  float: left;
  margin-left: 3px;
}

.device-support .icon-on-download,
.device-support .icon-off-download {
  float: right;
  margin-right: 4px;
}

.device-support .icon-on-streming {
  background: url(img/icon/st_icon_20130321.gif) 0 0 no-repeat;
}

.device-support .icon-off-streming {
  background: url(img/icon/st_icon_20130321.gif) 0 -10px no-repeat;
}

.device-support .icon-on-download {
  background: url(img/icon/dl_icon_20130321.gif) 0 0 no-repeat;
}

.device-support .icon-off-download {
  background: url(img/icon/dl_icon_20130321.gif) 0 -10px no-repeat;
}

.device-support #pcPopup {
  display: none;
  width: 430px;
  z-index: 500;
}

.device-support #androidPopup {
  display: none;
  width: 430px;
  z-index: 500;
}

.device-support #iosPopup {
  display: none;
  width: 430px;
  z-index: 500;
}

/* 動画詳細のポップアップ画面 20130624 */

.popup-detail {
  background: #FFFFCC no-repeat scroll 0 0;
  border: 1px solid #D2D2D2;
  padding: 5px;
  text-align: left;
  z-index: 9999;
  border-radius: 5px
}

.popup-detail .detail-inner {
  background: #FFFFCC no-repeat scroll 0 0;
  overflow: hidden;
  padding: 10px 15px 5px 15px;
}

.popup-detail .non-support {
  margin: 20px;
  text-align: center;
}

.popup-detail .detail-inner table.tableData {
  border-collapse: collapse;
  line-height: 1.3;
  background-color: #FFF;
  text-align: center;
  margin: 8px 0 0 0;
  font-size: 12px;
}

.popup-detail .detail-inner p {
  min-width: 460px;
}


/* アイコンの中央揃え */
.popup-detail .detail-inner table.tableData td img {
  vertical-align: middle;
}

.popup-detail .detail-inner table.tableData caption {
  margin: 2px 0 3px;
  text-align: left;
}

.tableData thead th {
  background-color: #F4F2EC;
  text-align: center;
}

.tableData th {
  background-color: #F3F3F3;
  text-align: center;
}

.tableData th, .tableData td {
  border: 1px solid #D2D2D2;
  padding: 4px;
}

.popup-detail .detail-inner p a.closeButton {
  background: none repeat scroll 0 0 #D2D2D2;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 2px 0;
  text-align: center;
}

.popup-detail .detail-inner p.icon_exp {
  text-align: right;
  margin: 2px 0 3px 0;
}

.popup-detail .detail-inner p.about-st {
  font-size: 10px;
  text-align: left;
  margin: 2px 0 0 0;
}

.popup-detail .detail-inner p.about-cas {
  font-size: 10px;
  text-align: left;
}

/* ストリーミングアイコン */
.popup-detail .detail-inner span.st {
  background: url(img/icon/ico_st.gif) 0 center no-repeat;
  padding-left: 22px;
  margin-right: 7px;
  display: inline-block;
  font-size: 10px;
}

/* ダウンロードアイコン */
.popup-detail .detail-inner span.dl {
  background: url(img/icon/ico_dl.gif) 0 center no-repeat;
  padding-left: 22px;
  display: inline-block;
  font-size: 10px;
}

/* Chromecastアイコン */
.popup-detail .detail-inner span.cas {
  background: url(img/icon/ico_chromecast.gif) 0 center no-repeat;
  padding-left: 24px;
  padding-top: 2px;
  margin: 0 0 0 2px;
  float: left;
  display: inline-block;
  font-size: 10px;
}


/* ストーリー改修 */

#itemdetail .story_dummytitle .table, #itemdetail .story_omnibus .table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#itemdetail .story_dummytitle table, #itemdetail .story_omnibus table {
  border-collapse: collapse;
  margin: 0 0 15px 0;
}

#itemdetail .story_dummytitle th, #itemdetail .story_omnibus th {
  padding: 5px 5px 4px;
  text-align: center;
  background: /*url(./img/itemdetail/bg_table_h.gif)*/ #069CE9 0 0 repeat-x;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#itemdetail .story_dummytitle th.set {
  width: 150px;
}

#itemdetail .story_dummytitle td, #itemdetail .story_omnibus td {
  padding: 10px;
  text-align: center;
  background: #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#itemdetail .story_dummytitle td.info, #itemdetail .story_omnibus td.info {
  text-align: left;
  vertical-align: top;
}

#itemdetail .story_dummytitle td h3, #itemdetail .story_omnibus td h3 {
  font-weight: bold;
  font-size: 12px;
}

#itemdetail .story_dummytitle td p, #itemdetail .story_omnibus td p {
  overflow: hidden;
}

#itemdetail .story_dummytitle td.gray, #itemdetail .story_omnibus td.gray {
  background: #eee;
}

#itemdetail .story_dummytitle td.set {
  background: #CCE5FF;
}

#itemdetail .story_dummytitle td.active {
  background: #CCC;
}

#itemdetail .story_dummytitle td img, #itemdetail .story_omnibus td img {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story_dummytitle td .rights-info span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story_dummytitle td span a {
  display: inline;
  font-weight: bold;
}

#itemdetail .story_dummytitle td.set span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story_dummytitle td strong {
  color: #dd0000;
}

#itemdetail .story_dummytitle td em {
  font-weight: bold;
}

#itemdetail .story_dummytitle td div.one {
  width: 39px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story_dummytitle td div.one a {
  display: block;
  height: 19px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_dummytitle td div.one a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_dummytitle td .set {
  width: 60px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story_dummytitle td .set a {
  display: block;
  height: 29px;
  text-indent: -9999px;
  /*background:url(./img/itemdetail/btn_basket_m.gif) 0 0 no-repeat;*/
  background: url(./img/itemdetail/carticon.png) #FF8000 center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_dummytitle td .set a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_dummytitle td.one {
  width: 6em;
}

#itemdetail .story_dummytitle table.simple td.one {
  width: 160px;
}

#itemdetail .simple td h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 2.6;
}

#itemdetail .story_dummytitle table.simple td.one span, table.simple td.one strong {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story_dummytitle table.simple td.one div.one {
  float: right;
}

#itemdetail .story_dummytitle table.simple td strong {
  color: #dd0000;
  display: block;
  float: right;
}

#itemdetail .story_dummytitle table.simple td.one .rights-info {
  width: 120px;
  text-align: right;
  float: left;
  line-height: 1.8;
}

#itemdetail .story table.simple td.one .rights-info span {
  float: left;
}

#itemdetail .story_dummytitle table.simple td.one .rights-info strong {
  color: #dd0000;
  display: block;
  float: right;
  margin: 0 5px 0 0;
}

#itemdetail .story_dummytitle table.simple td.set strong {
  float: none;
}

#itemdetail .story_dummytitle .simple td img, #itemdetail .story_dummytitle .simple td p, #itemdetail .story_omnibus .simple td img, #itemdetail .story_omnibus .simple td p {
  display: none;
}

#itemdetail .story_dummytitle .set-table {
  margin: 0 0 0 0;
  border: none;
}

#itemdetail .story_dummytitle h4.set-table {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #069CE9;
}

#itemdetail .story_dummytitle .set-table th {
  padding: 0 0 5px 0;
  text-align: left;
  background: #fff;
  border: none;
}

#itemdetail .story_dummytitle .set-table td {
  width: 50%;
  padding: 3px 5px;
  text-align: right;
  background: none no-repeat scroll 0 bottom #CCE5FF;
  border: #fff 1px solid;

}

#itemdetail .story_dummytitle .set-table span {
  float: left;
}

#itemdetail .story_dummytitle .set-table strong {
  display: inline;
  padding: 0 10px;
}

#itemdetail .story_dummytitle .set-table div.text {
  padding-top: 2px;
  margin-bottom: -2px;
  float: left;
  width: 88%;
  line-height: 22px;
}

#itemdetail .story_dummytitle .set-table div.set {
  padding-top: 1px;
  float: right;
  width: 12%;
}

#itemdetail .story_dummytitle .set-table .set a {
  background: url("./img/itemdetail/carticon.png") no-repeat scroll center #FF8000;
  border: 1px solid #FF8000;
  display: block;
  height: 20px;
  text-indent: -9999px;
}

#itemdetail .story_dummytitle .set-table .set a:hover {
  background: url("./img/itemdetail/carticon2.png") no-repeat scroll center #fff;
  border: 1px solid #FF8000;
}


/* ストーリー改修 */


/* ストーリー改修 */

#itemdetail .story_storyset .table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#itemdetail .story_storyset table {
  border-collapse: collapse;
  margin: 0 0 15px 0;
}

#itemdetail .story_storyset th {
  padding: 5px 5px 4px;
  text-align: center;
  background: /*url(./img/itemdetail/bg_table_h.gif)*/ #069CE9 0 0 repeat-x;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#itemdetail .story_storyset th.set {
  width: 150px;
}

#itemdetail .story_storyset td {
  padding: 10px;
  text-align: center;
  background: #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#itemdetail .story_storyset td.info {
  text-align: left;
  vertical-align: top;
}

#itemdetail .story_storyset td h3 {
  font-weight: bold;
  font-size: 12px;
}

#itemdetail .story_storyset td p {
  overflow: hidden;
}

#itemdetail .story_storyset td.gray {
  background: #eee;
}

#itemdetail .story_storyset td.set {
  background: #CCE5FF;
}

#itemdetail .story_storyset td.active {
  background: #CCC;
}

#itemdetail .story_storyset td img {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story_storyset td .rights-info span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story_storyset td.set span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story_storyset td strong {
  color: #dd0000;
}

#itemdetail .story_storyset td em {
  font-weight: bold;
}

#itemdetail .story_storyset td div.one {
  width: 39px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story_storyset td div.one a {
  display: block;
  height: 19px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyset td div.one a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyset td .set {
  width: 60px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story_storyset td .set a {
  display: block;
  height: 29px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyset td .set a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyset td.one {
  width: 6em
}

#itemdetail .story_storyset table.simple td.one {
  width: 160px;
}

#itemdetail .story_storyset table.simple td.one span, table.simple td.one strong {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story_storyset table.simple td.one div.one {
  float: right;
}

#itemdetail .story_storyset table.simple td strong {
  color: #dd0000;
  display: block;
  float: right;
}

#itemdetail .story_storyset table.simple td.one .rights-info {
  width: 120px;
  text-align: right;
  float: left;
  line-height: 1.8;
}

#itemdetail .story table.simple td.one .rights-info span {
  float: left;
}

#itemdetail .story_storyset table.simple td.one .rights-info strong {
  color: #dd0000;
  display: block;
  float: right;
  margin: 0 5px 0 0;
}

#itemdetail .story_storyset table.simple td.set strong {
  float: none;
}

#itemdetail .story_storyset .simple td img, #itemdetail .story_storyset .simple td p {
  display: none;
}

#itemdetail .story_storyset .set-table {
  margin: 0 0 0 0;
  border: none;
}


#itemdetail .story_storyset h4.set-table {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #069CE9;
}

#itemdetail .story_storyset .set-table th {
  padding: 0 0 5px 0;
  text-align: left;
  background: #fff;
  border: none;
}

#itemdetail .story_storyset .set-table td {
  width: 50%;
  padding: 3px 5px;
  text-align: right;
  background: none no-repeat scroll 0 bottom #CCE5FF;
  border: #fff 1px solid;
}

#itemdetail .story_storyset .set-table span {
  float: left;
}

#itemdetail .story_storyset .set-table strong {
  display: inline;
  padding: 0 5px 0 10px;
}

#itemdetail .story_storyset .set-table div.text {
  float: left;
  width: 88%;
  line-height: 20px;
}

#itemdetail .story_storyset .set-table div.set {
  float: right;
  width: 12%;
}

#itemdetail .story_storyset .set-table .set a {
  background: url("./img/itemdetail/carticon.png") no-repeat scroll center -1px #FF8000;
  border: 1px solid #FF8000;
  display: block;
  height: 18px;
  text-indent: -9999px;
}

#itemdetail .story_storyset .set-table .set a:hover {
  background: url("./img/itemdetail/carticon2.png") no-repeat scroll center -1px #fff;
  border: 1px solid #FF8000;
}


/* ストーリー改修 */


/* ストーリー改修 */

#itemdetail .story_storyone .table {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

#itemdetail .story_storyone table {
  border-collapse: collapse;
  margin: 0 0 15px 0;
}

#itemdetail .story_storyone th {
  padding: 5px 5px 4px;
  text-align: center;
  background: /*url(./img/itemdetail/bg_table_h.gif)*/ #069CE9 0 0 repeat-x;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#itemdetail .story_storyone th.set {
  width: 150px;
}

#itemdetail .story_storyone td {
  padding: 10px;
  text-align: center;
  background: #eee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#itemdetail .story_storyone td.info {
  text-align: left;
  vertical-align: top;
}

#itemdetail .story_storyone td h3 {
  font-weight: bold;
  font-size: 12px;
}

#itemdetail .story_storyone td p {
  overflow: hidden;
}

#itemdetail .story_storyone td.gray {
  background: #eee;
}

#itemdetail .story_storyone td.set {
  background: #CCE5FF;
}

#itemdetail .story_storyone td.active {
  background: #CCC;
}

#itemdetail .story_storyone td img {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story_storyone td .rights-info span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story_storyset td span a {
  display: inline;
  font-weight: bold;
}

#itemdetail .story_storyone td.set span {
  display: block;
  white-space: nowrap;
}

#itemdetail .story_storyone td span a {
  display: inline;
  font-weight: bold;
}

#itemdetail .story_storyone td strong {
  color: #dd0000;
}

#itemdetail .story_storyone td em {
  font-weight: bold;
}

#itemdetail .story_storyone td div.one {
  width: 39px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story_storyone td div.one a {
  display: block;
  height: 19px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyone td div.one a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 0 no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyone td .set {
  width: 60px;
  margin: 0 auto;
  text-align: center;
}

#itemdetail .story_storyone td .set a {
  display: block;
  height: 29px;
  text-indent: -9999px;
  background: url(./img/itemdetail/carticon.png) #FF8000 center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyone td .set a:hover {
  background: url(./img/itemdetail/carticon2.png) #fff center 5px no-repeat;
  border: 1px solid #FF8000;
}

#itemdetail .story_storyone td.one {
  width: 6em;
}

#itemdetail .story_storyone table.simple td.one {
  width: 160px;
}

#itemdetail .story_storyone table.simple td.one span, table.simple td.one strong {
  float: left;
  margin: 0 10px 0 0;
}

#itemdetail .story_storyone table.simple td.one div.one {
  float: right;
}

#itemdetail .story_storyone table.simple td strong {
  color: #dd0000;
  display: block;
  float: right;
}

#itemdetail .story_storyone table.simple td.one .rights-info {
  width: 120px;
  text-align: right;
  float: left;
  line-height: 1.8;
}

#itemdetail .story_storyone table.simple td.one .rights-info strong {
  color: #dd0000;
  display: block;
  float: right;
  margin: 0 5px 0 0;
}

#itemdetail .story_storyone table.simple td.set strong {
  float: none;
}

#itemdetail .story_storyone .simple td img, #itemdetail .story_storyset .simple td p {
  display: none;
}

#itemdetail .story_storyone .set-table {
  margin: 0 0 0 0;
  border: none;
}


#itemdetail .story_storyone h4.set-table {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #069CE9;
}

#itemdetail .story_storyone .set-table th {
  padding: 0 0 5px 0;
  text-align: left;
  background: #fff;
  border: none;
}

#itemdetail .story_storyone .set-table td {
  width: 50%;
  padding: 3px 5px;
  text-align: right;
  background: none no-repeat scroll 0 bottom #CCE5FF;
  border: #fff 1px solid;
}

#itemdetail .story_storyone .set-table span {
  float: left;
}

#itemdetail .story_storyone .set-table strong {
  display: inline;
  padding: 0 5px 0 10px;
}

#itemdetail .story_storyone .set-table div.text {
  float: left;
  width: 88%;
  line-height: 20px;
}

#itemdetail .story_storyone .set-table div.set {
  float: right;
  width: 12%;
}

#itemdetail .story_storyone .set-table .set a {
  background: url("./img/itemdetail/carticon.png") no-repeat scroll center -1px #FF8000;
  border: 1px solid #FF8000;
  display: block;
  height: 18px;
  text-indent: -9999px;
}

#itemdetail .story_storyone .set-table .set a:hover {
  background: url("./img/itemdetail/carticon2.png") no-repeat scroll center -1px #fff;
  border: 1px solid #FF8000;
}

#itemdetail #linkto-user-review {
  padding: 0 0 10px;
}

#itemdetail #linkto-user-review a {
  color: #333;
}

#itemdetail #linkto-user-review a:hover {
  color: #777;
  text-decoration: none;
}

/* ストーリー改修 */


@media (max-width: 640px) {

  #itemdetail .pager {
    margin: -10px auto 10px auto;
    text-align: center;
    color: #CCC;
    display: table;
    height: auto;
    width: 100%;
    font-size: 14px;
  }

  #itemdetail .pager div.pagerlink {
    padding-top: 14px;
    height: 30px;

  }

  #itemdetail .pager div.pagerlink-top {
    display: table-cell;
    padding: 8px 5px 7px 5px;
    min-width: 62px;
    max-width: 510px;
    vertical-align: middle;
    line-height: 1.3;
  }

  #itemdetail .pager div.pagerlink {
    width: 115px;

  }

  #itemdetail .pager div.laquo a {
    background: url("./img/icon/icon_arrow_l.png") no-repeat scroll 2px 0;
    height: 23px;
    padding: 0 0 7px 13px;
  }

  @-moz-document url-prefix() {
    #itemdetail .pager div.laquo a {
      background: url("./img/icon/icon_arrow_l.png") no-repeat scroll 2px -1px;
    }
  }

  #itemdetail .pager div.raquo a {
    background: url("./img/icon/icon_arrow_r.png") no-repeat scroll 97px 0;
    padding: 0 13px 7px 0;
  }

  @-moz-document url-prefix() {
    #itemdetail .pager div.raquo a {
      background: url("./img/icon/icon_arrow_r.png") no-repeat scroll 97px -1px;
    }
  }

  #itemdetail .pager div.laquo a:hover {
    background: url("./img/icon/icon_arrow_l_h.png") no-repeat scroll 2px 0;
  }

  @-moz-document url-prefix() {
    #itemdetail .pager div.laquo a:hover {
      background: url("./img/icon/icon_arrow_l_h.png") no-repeat scroll 2px -1px;
    }
  }

  #itemdetail .pager div.raquo a:hover {
    background: url("./img/icon/icon_arrow_r_h.png") no-repeat scroll 97px 0;
  }

  @-moz-document url-prefix() {
    #itemdetail .pager div.raquo a:hover {
      background: url("./img/icon/icon_arrow_r_h.png") no-repeat scroll 97px -1px;
    }
  }


  #itemdetail .img .copyright {
    padding: 10px 0;
    font-size: 10px;
    color: #999;
    margin: 0 auto;
  }

  div.container1 #itemdetail {
    background: #fff;
    clear: both;
    width: 100%;
  }


  div.container1 #itemdetail div#detail-title-header {
    width: 100%;
    padding: 5px 10px;
    margin: 0 auto 10px auto;
    background: /*#eee*/ none;
    border-bottom: #069CE9 1px solid;
    font-size: 20px;
    font-weight: bold;
  }

  #itemdetail .text .inner {
    margin: 0 0 10px;
    padding: 0;
  }

  #itemdetail .text h2 {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 10px;
    display: inline;
  }

  div.container1 #alpha .info {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  div.container1 #alpha #itemdetail .img {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  #itemdetail .character_dummytitle {
    padding: 0 5px;
  }

  #itemdetail .character_storyone {
    display: none;
  }

  div.container1 #itemdetail .text ul.property {
    float: none;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;

  }

  #itemdetail .extrainfo {
    clear: both;
    padding: 0 2%;
  }

  /* 動作環境リンク --*/
  #itemdetail .text .purchase .link-faq {
    font-size: 12px;
  }

  /* 動作環境リンク --*/
  /* キャッチコピー --*/
  #itemdetail .text .catchcopy strong {
    font-size: 14px;
  }

  /* キャッチコピー --*/
  div.container1 #itemdetail #linkto-user-review {
    padding: 0 0 10px;
  }

  #itemdetail .info .text {
    margin: 0 auto 0 auto;
    width: 100%;
  }

  #itemdetail .text p strong {
    display: block;
    font-weight: bold;
  }

  #itemdetail .text .purchase {
    float: none;
    width: 94%;
    margin: 0 auto 10px;
    font-size: 1.2em;
  }

  #itemdetail .text p.staffreview {
    border: 1px solid #069CE9;
    margin: 30px 5px 22px;
    padding: 15px 10px 5px;
    border-radius: 4px;
    width: auto;
  }

  #itemdetail .text p {
    clear: both;
    padding: 0 10px 10px;
    font-size: 14px;
  }

  #itemdetail .text p strong {
    font-size: 14px;
  }

  #itemdetail .subinfo .other {
    float: none;
    width: 100%;
  }

  #alpha #itemdetail .info .pagescroll {
    height: auto;
    line-height: 2.1;
    margin: 10px 0 5px 0;
    padding: 1px 0;
    width: 100%;
  }

  #itemdetail .info .text {
    margin: 0 auto;
    width: 100%;
  }

  #itemdetail .text ul.thumb {
    margin: 0 auto 15px auto;
    overflow: hidden;
  }

  #itemdetail .text ul.thumb li {
    float: left;
    padding: 1px;
  }

  #itemdetail .story {
    /*display: none;*/
  }

  #itemdetail .story {
    padding: 0 5px 5px;
  }

  /*ストーリー*/
  #itemdetail .story_storyone {
    display: none;
  }

  #itemdetail .story_storyset {
    display: none;
  }

  #itemdetail .character_storyset {
    display: none;
  }

  #itemdetail .pagescrollstory_storyset {
    display: none;
  }

  #itemdetail .pagescrollcharacter_storyset {
    display: none;
  }


  #itemdetail .story_dummytitle {
    padding: 0 5px 5px;
  }

  #itemdetail .story_omnibus {
    padding: 0 5px 5px;
  }

  #itemdetail .story_dummytitle h4.set-table {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #069CE9;
  }

  #itemdetail .story_dummytitle h4.set-table {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #069CE9;
  }

  #itemdetail .story_dummytitle div#story, #itemdetail .story_omnibus div#story {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #069CE9;
    color: #069CE9;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: block;
    height: 20px;
  }

  #itemdetail .story_dummytitle .table, #itemdetail .story_omnibus .table {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }

  #itemdetail .story_dummytitle th, #itemdetail .story_omnibus th {
    padding: 5px 5px 4px;
    text-align: center;
    background: none repeat-x scroll 0 0 #069CE9;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }

  div.container1 #alpha .story_dummytitle td.info, div.container1 #alpha .story_omnibus td.info {
    padding: 5px;
  }

  #itemdetail .story_dummytitle td h3, #itemdetail .story_omnibus td h3 {
    font-weight: bold;
    font-size: 12px;
  }

  #itemdetail .story_dummytitle td, #itemdetail .story_omnibus td {
    padding: 10px;
    text-align: center;
    background: none repeat scroll 0 0 #EEE;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }

  #itemdetail .story_dummytitle td.one, #itemdetail .story_omnibus td.one {
    width: 6em;
  }

  #itemdetail .story_dummytitle td.set {
    background: none repeat scroll 0 0 #CCE5FF;
  }

  #alpha #itemdetail div.rights-box {
    clear: both;
    margin: 5px 0;
    overflow: hidden;
  }

  #alpha #itemdetail .set-table div.rights-box {
    margin: 5px 0 8px;
  }

  #itemdetail .story_dummytitle td .rights-info span {
    display: block;
    white-space: nowrap;
  }

  #itemdetail .story_dummytitle td strong, #itemdetail .story_omnibus td strong {
    background: none repeat scroll 0 0 transparent;
    color: #D00;
  }

  #itemdetail .story_dummytitle td p, #itemdetail .story_omnibus td p {
    display: none;
  }

  #itemdetail .story_dummytitle td img, #itemdetail .story_omnibus td img {
    float: left;
    margin: 0 10px 0 0;
  }

  #itemdetail .story_dummytitle td div.one a, #itemdetail .story_omnibus td div.one a {
    display: block;
    height: 19px;
    text-indent: -9999px;
    background: url("./img/itemdetail/carticon.png") no-repeat scroll center 0 #FF8000;
    border: 1px solid #FF8000;
  }

  #itemdetail .story_dummytitle td div.one a:hover {
    background: url("./img/itemdetail/carticon2.png") no-repeat scroll center 0 #FFF;
    border: 1px solid #FF8000;
  }

  #itemdetail .story_dummytitle td .set a {
    clear: both;
    display: block;
    height: 29px;
    text-indent: -9999px;
    background: url("./img/itemdetail/carticon.png") no-repeat scroll center 5px #FF8000;
    border: 1px solid #FF8000;
  }

  #itemdetail .story_dummytitle td .set a:hover {
    background: url("./img/itemdetail/carticon2.png") no-repeat scroll center 5px #FFF;
    border: 1px solid #FF8000;
    clear: both;
  }

  #itemdetail .story_dummytitle td.info {
    text-align: left;
  }

  #itemdetail .story_dummytitle th {
    padding: 5px 5px 4px;
    text-align: center;
    background: none repeat-x scroll 0 0 #069CE9;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }

  #itemdetail .story_dummytitle th.set {
    width: 150px;
  }

  #itemdetail .story_dummytitle td .set {
    width: 60px;
    margin: 0 auto;
    text-align: center;
  }

  #itemdetail .story_dummytitle .set-table td {
    width: 50%;
    padding: 3px 15px;
    text-align: right;
    background: none no-repeat scroll 0 bottom #CCE5FF;
    border: 1px solid #FFF;
  }

  div.set-table div.text span {
    display: block;
    width: auto;
    text-align: center;
  }

  #itemdetail .story_dummytitle .set-table strong {
    padding: 0 0 0 10px;
  }

  #alpha #itemdetail div.rights-box .text {
    clear: both;
    display: block;
    height: auto;
    margin: 0;
    text-align: center;
  }

  #itemdetail .story_dummytitle .set-table div.set {
    float: none;
    margin: 0 auto;
    width: 85px;
    height: auto;
  }

  #itemdetail .story_dummytitle .set-table div.text {
    width: 100%;
    line-height: 20px;
  }

  #itemdetail .story_dummytitle .set-table span {
    float: none;
  }

  #itemdetail .story_dummytitle .allset {
    height: auto;
    margin: 0 0 15px;
    background: none no-repeat scroll 0 bottom #CCE5FF;
    overflow: hidden;
    padding: 10px 14px;
  }

  #itemdetail .story_dummytitle .allset .inner {
    font-size: 1.2em;
    padding: 4px 0 10px 0;
    background: none no-repeat scroll 0 0 transparent;
    text-align: center;
  }

  #itemdetail .story_dummytitle .allset .inner span {
    padding: 0;
    line-height: 23px;
    clear: both;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  #itemdetail .story_dummytitle .allset .inner em {

    font-weight: bold;
    font-style: normal;
  }

  #itemdetail .story_dummytitle .allset .inner strong {
    background: none no-repeat scroll 0 bottom #CCE5FF;
    color: #D00;
    margin-left: 0.5em;
    font-weight: bold;
    font-size: 1em;
  }

  #itemdetail .story_dummytitle .allset .all a {
    display: block;
    width: 100%;
    height: 1.6em;
    margin: 2px 0 10px;
    padding: 10px 0 0;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    background: url("./img/itemdetail/carticon.png") no-repeat scroll 8px 8px #FF8000;
    border: 1px solid #FF8000;
  }


  #itemdetail .story_storyset {
    padding: 0 5px 5px;
  }

  #itemdetail .story_storyset {
    padding: 0 5px 5px;
  }

  #itemdetail .story_storyset h4.set-table {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #069CE9;
  }

  #itemdetail .story_storyset h4.set-table {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #069CE9;
  }

  #itemdetail .story_storyset div#story {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #069CE9;
    color: #069CE9;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: block;
    height: 20px;
  }

  #itemdetail .story_storyset .table {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
  }

  #itemdetail .story_storyset th {
    padding: 5px 5px 4px;
    text-align: center;
    background: none repeat-x scroll 0 0 #069CE9;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }

  div.container1 #alpha .story_storyset td.info {
    padding: 5px;
  }

  #itemdetail .story_storyset td h3 {
    font-weight: bold;
    font-size: 12px;
  }

  #itemdetail .story_storyset td {
    padding: 10px;
    text-align: center;
    background: none repeat scroll 0 0 #EEE;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }

  #itemdetail .story_storyset td.one {
    width: 4em;
  }

  #itemdetail .story_storyset td.set {
    background: none repeat scroll 0 0 #CCE5FF;
  }

  #itemdetail .story_storyset td .rights-info span {
    display: block;
    white-space: nowrap;
  }

  #itemdetail .story_storyset td strong {
    background: none repeat scroll 0 0 transparent;
    color: #D00;
  }

  #itemdetail .story_storyset td p {
    display: none;
  }

  #itemdetail .story_storyset td img {
    float: left;
    margin: 0 10px 0 0;
  }

  #itemdetail .story_storyset td div.one a {
    display: block;
    height: 19px;
    text-indent: -9999px;
    background: url("./img/itemdetail/carticon.png") no-repeat scroll center 0 #FF8000;
    border: 1px solid #FF8000;
  }

  #itemdetail .story_storyset td div.one a:hover {
    background: url("./img/itemdetail/carticon2.png") no-repeat scroll center 0 #FFF;
    border: 1px solid #FF8000;
  }

  #itemdetail .story_storyset td .set a {
    clear: both;
    display: block;
    height: 29px;
    text-indent: -9999px;
    background: url("./img/itemdetail/carticon.png") no-repeat scroll center 5px #FF8000;
    border: 1px solid #FF8000;
  }

  #itemdetail .story_storyset td .set a:hover {
    background: url("./img/itemdetail/carticon2.png") no-repeat scroll center 5px #FFF;
    border: 1px solid #FF8000;
    clear: both;
  }

  #itemdetail .story_storysete td.info {
    text-align: left;
  }

  #itemdetail .story_storyset th {
    padding: 5px 5px 4px;
    text-align: center;
    background: none repeat-x scroll 0 0 #069CE9;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }

  #itemdetail .story_storyset th.set {
    width: 150px;
  }

  #itemdetail .story_storyset td .set {
    width: 60px;
    margin: 0 auto;
    text-align: center;
  }

  #itemdetail .story_storyset .set-table td {
    width: 50%;
    padding: 3px 15px;
    text-align: right;
    background: none no-repeat scroll 0 bottom #CCE5FF;
    border: 1px solid #FFF;
  }

  #itemdetail .story_storyset .set-table div.set {
    float: none;
    margin: 0 auto;
    width: 85px;
    height: auto;
  }

  #itemdetail .story_storyset .set-table div.text {
    width: 100%;
    line-height: 20px;
  }

  #itemdetail .story_storyset .set-table span {
    float: none;
  }

  #itemdetail .story_storyset .allset {
    height: auto;
    margin: 0 0 15px;
    background: none no-repeat scroll 0 bottom #CCE5FF;
    overflow: hidden;
    padding: 10px;
  }

  #itemdetail .story_storyset .allset .inner {
    padding: 10px;
    background: none no-repeat scroll 0 0 transparent;
    font-size: 14px;
    text-align: center;
  }

  #itemdetail .story_storyset .allset .inner span {
    padding: 5px 0 0;
    line-height: 23px;
    clear: both;
  }

  #itemdetail .story_storyset .allset .inner em {

    font-weight: bold;
    font-style: normal;
  }

  #itemdetail .story_storyset .allset .inner strong {
    background: none no-repeat scroll 0 bottom #CCE5FF;
    color: #D00;
    margin-left: 0.5em;
  }

  #itemdetail .story_storyset .allset .all a {
    display: block;
    width: 190px;
    height: 22px;
    color: #FFF;
    font-size: 12px;
    margin: 15px auto 0 auto;
    padding: 5px 25px 0 40px;
    text-align: center;
    background: url("./img/itemdetail/carticon.png") no-repeat scroll 5px 4px #FF8000;
    border: 1px solid #FF8000;
  }

  /*ストーリー*/
  #itemdetail #pcPopup, #itemdetail #androidPopup, #itemdetail #iosPopup {
    width: 100%;
  }

  .popup-detail {
    background: none no-repeat scroll 0 0 #FFC;
    border: 1px solid #D2D2D2;
    padding: 5px;
    text-align: left;
    z-index: 9999;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
  }

  .popup-detail .detail-inner p {
    min-width: 100%;
  }

  #itemdetail .text .purchase div.one div a {
    background-image: url("./img/itemdetail/carticon.png");
    background-position: 64px 8px;
    background-repeat: no-repeat;
    background-color: #FF8000;
    border: 1px solid #FF8000;
    color: #FFF;
  }

  #itemdetail .text .purchase div.one div a:hover {
    background-image: url("./img/itemdetail/carticon2.png");
    background-position: 64px 8px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #FF8000;
    color: #FF8000;

  }

  @media (max-width: 464px) {

    #itemdetail .text .purchase div.one div a {
      background-image: url("./img/itemdetail/carticon.png");
      background-position: 30px 8px;
      background-repeat: no-repeat;
      background-color: #FF8000;
      border: 1px solid #FF8000;
      color: #FFF;
    }

    #itemdetail .text .purchase div.one div a:hover {
      background-image: url("./img/itemdetail/carticon2.png");
      background-position: 30px 8px;
      background-repeat: no-repeat;
      background-color: #fff;
      border: 1px solid #FF8000;
      color: #FF8000;
    }
  }

  #itemdetail .pagescrollstory_storyone {
    display: none;
  }

  #itemdetail .pagescrollcharacter_storyone {
    display: none;
  }


  #itemdetail .story td p {
    display: none;
  }

  #itemdetail .text .purchase .link-set div a {
    display: block;
    width: 200px;
    height: 25px;
    line-height: 27px;
    margin: 10px auto;
    padding: 0;
    background: none repeat scroll 0 0 #CCE5FF;
    color: #0066E3;
    text-align: center;
    border-radius: 10px;
  }

  #itemdetail .text .purchase .all div a {
    background: url("./img/itemdetail/carticon.png") no-repeat scroll 10px 8px #FF8000;
    border: 1px solid #FF8000;
    color: #FFF;
  }

  #itemdetail .text .purchase .all div a:hover {
    background: url("./img/itemdetail/carticon2.png") no-repeat scroll 10px 8px #fff;
    border: 1px solid #FF8000;
    color: #FF8000;
  }


  #itemdetail .story .set-table {
    display: none;
  }

  #itemdetail .story h4.set-table {
    display: none;
  }

  div.container1 #alpha .story td.info {
    padding: 5px;
  }

  #itemdetail .character a, #itemdetail .character div {
    float: left;
    width: 8.6em;
    height: 140px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    z-index: 10;
  }

  #itemdetail .character a:hover span {
    right: -13px;
    width: 102%;
  }

  #itemdetail .story td strong {
    background: none;
    color: #D00;
  }

  #itemdetail .story .allset {
    display: none;
  }

  #alpha #review {
    margin: 0 auto;
    padding: 5px 0;
  }

  #alpha #review h3 {
    font-size: 14px;
    font-weight: bold;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #069CE9;
    color: #069CE9;
    margin: 0 auto;
    padding: 5px 0;
    clear: both;
    width: 96%;
  }

  #alpha #review .text {
    margin: 0 auto;
    padding: 5px 0;
    width: 96%;
  }

  #itemdetail .text .purchase .all div a, #itemdetail .text .purchase .set div a, #itemdetail .text .purchase div.one div a {
    display: block;
    width: 255px;
    height: 18px;
    margin: 2px 0 10px;
    padding: 8px 0 0 25px;
  }

  #itemdetail .subinfo {
    padding: 0 10px;
    font-size: 14px;
  }

  #itemdetail .subinfo h5 {
    font-size: 14px;
  }

  #itemdetail .subinfo .staff, #itemdetail .subinfo .cast {
    float: left;
    width: 100%;
    margin: 0 10px 10px 0;
    line-height: 2;
    _display: inline;
  }

  #itemdetail .text .purchase .all div a, #itemdetail .text .purchase .set div a, #itemdetail .text .purchase div.one div a {
    display: block;
    height: 18px;
    margin: 2px auto 10px;
    padding: 10px 0 0;
    width: 100%;
  }

  #itemdetail .story div#story {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #069CE9;
    color: #069CE9;
    margin: 0 0 10px;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    display: block;
    height: 20px;
  }

  .freesample-area {
    height: 42px;
    margin: 0 auto 10px;
    padding: 10px;
    width: 182px;
  }

  .freesample-area .freesample-btn a {
    background: none no-repeat scroll 0 0 #fff;
    border: 1px solid #0875be;
    border-radius: 10px;
    display: inline;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    height: 13px;
    margin: 0 auto;
    padding: 15px;
    width: 150px;
  }


  #alpha div.rights-box div.rights-info strong {
    background: none;
  }

  #itemdetail .btn-detail {
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    width: 152px;
  }

  #footer ul {
    padding: 10px 0 0;
    line-height: 1.8;
  }

  #footer li {
    display: inline;
    margin: 0 0.5em 0 0.5em;
  }

  /* デバイス対応 */
  .device-support .device-support-title {
    font-size: 1.2em;
  }

  .popup-detail .detail-inner p a.closeButton {
    font-size: 1.1em;

  }

  .popup-detail .detail-inner p.icon_exp {
    font-size: 1em;
  }

  .popup-detail .detail-inner p.about-st {
    font-size: 1em;
  }

  .popup-detail .detail-inner p.about-cas {
    font-size: 1em;
  }

  /* アンドロイド用サンプルムービー */
  #itemdetail .img .sample {
    background: none;
    width: 240px;
    margin: -290px auto 222px auto;
  }

  #itemdetail .img .sample .inner {
    background: none;
  }

  #itemdetail .img .sample .inner p.bitrate {
    font-size: 1.2em;
  }

  .dl-yokmil a {
    box-shadow: none;
  }

  /* 詳細ページ本編再生ボタンエリア */
  #itemdetail .playboxWrapper {
    width: 222px;
    padding: 8px;
    margin: 0 auto 10px;
    background: #eee;
  }

  .itemdetail_st_btn {
    height: 23px;
    margin: 3px auto 6px;
    padding: 0;
    width: 152px;
  }

  #itemdetail .playboxWrapper .itemdetail_st_btn a {
    background: url(./img/itemdetail/itemdetail_st_btn.png) 96px 2px no-repeat #fff;
    display: block;
    font-size: 14px;
    padding: 4px 25px 4px 0;
    border: 1px solid #069CE9;
    color: #069CE9;
  }

  #itemdetail .playboxWrapper .itemdetail_st_btn a:hover {
    background: url(./img/itemdetail/itemdetail_st_btn.png) 96px -19px no-repeat #069CE9;
    border: 1px solid #069CE9;
    color: #fff;
  }

  /**/
  /* 詳細ページ本編再生ボタンエリア Android表示*/
  #itemdetail .android_btn {
    margin: 6px auto 0;
    padding: 0;
    border: none;
    background: none;
  }

  /**/

}
