@charset "UTF-8";
/*--------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}
body {
  text-align: center;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Lucida Grande', Verdana, sans-serif;
  line-height: 1.7;
  background: #6ABEBF;
  color: #000;
  position: relative;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0px;
  padding: 0px;
}
section, article {
  clear: both;
}
ul, ol, li {
  list-style-type: none;
}
img {
  border-style: none;
}
#wrapper {
  margin: 0px auto;
  width: 100%;
  min-width: 320px;
}
.bordernone {
  border-style: none !important;
}
.wisywig.entryBodyH {
  padding-bottom: 0 !important;
}
.wisywig img {
  max-width: 100%;
  height: auto;
}
.wisywig > hr {
  border-top: 3px #ddd solid;
  padding: 0;
  margin: 15px 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.wisywig strong {
  font-weight: bold !important;
}
.wisywig em {
  font-style: italic !important;
}
.wisywig > blockquote {
  font-style: italic !important;
  display: block !important;
  margin: 5px 10px !important;
}
.wisywig > ul, .wisywig > ol {
  margin-bottom: 5px !important;
}
.wisywig > ul {
  padding: 0 !important;
  margin-left: 15px !important;
}
.wisywig > ul li {
  list-style: disc outside !important;
  text-indent: -2px !important;
  font-size: 82% !important;
}
.wisywig > ol {
  padding: 0 !important;
  margin-left: 20px !important;
}
.wisywig > ol li {
  list-style: decimal inside !important;
  padding-left: 10px !important;
  text-indent: -20px !important;
  font-size: 82% !important;
}
/*--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  a {
    color: #7a7a7a;
    text-decoration: underline;
  }
  a:hover {
    color: #002394;
    text-decoration: underline;
  }
  #wrapper {
    background-color: #fff;
  }
  #header {
    width: 100%;
    background-color: #6ABEBF;
    text-align: center;
    clear: both;
    position: fixed;
    /*box-shadow:rgba(80, 10, 83, 0.8) 0px 0px 10px 2px;*/
    box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px 2px;
    z-index: 10000;
  }
  body.top #header {
    background: #6ABEBF;
  }
  #header #headerIn {
    margin: 0px auto;
    width: 100%;
    background: url("../images/common/img_aiko_illust_dance.gif") no-repeat 130px 15px;
    background-size: 80px auto;
    text-align: left;
    position: relative;
  }
  #header #headerIn:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #header #headerIn h1 {
    padding: 5px 0px 5px 15px;
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #header #headerIn h1 a {
    width: 128px;
    height: 52px;
    background: url("/images/2023/logo_sp.png") no-repeat;
    background-size: contain;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #header #headerIn .snsList {
    font-size: 0px;
    line-height: 0;
    display: inline;
    position: absolute;
    right: 50px;
    top: 18px;
  }
  #header #headerIn .snsList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #header #headerIn .snsList li {
    line-height: 0;
    font-size: 0;
    display: inline;
  }
  #header #headerIn .snsList li a {
    color: #fff;
    width: 22px;
    height: 22px;
    text-decoration: none;
    margin: 0 0 0 10px;
    display: inline-block;
  }
  #header #headerIn .snsList li.tw a {
    margin-left: 0;
    background: url("../images/common/icon_tw.png") no-repeat center center;
    background-size: 80% auto;
  }
  #header #headerIn .snsList li.fb a {
    background: url("../images/common/icon_fb.png") no-repeat center center;
    background-size: 80% auto;
  }
  #header #headerIn .snsList li.yt a {
    background: url("../images/common/icon_yt.png") no-repeat center center;
    background-size: 80% auto;
  }
  #header #headerIn .snsList li.ig a {
    background: url("../images/common/icon_ig.png") no-repeat center center;
    background-size: 80% auto;
  }
  #header #headerIn p {
    line-height: 0;
    display: block;
    float: right;
    padding: 13px;
  }
  #header #headerIn p a {
    color: #000;
    font-size: 32px;
    line-height: 0;
    text-decoration: none;
  }
  #gNavi {
    width: 100%;
    text-align: center;
    position: relative;
    clear: both;
  }
  #gNavi ul {
    width: 100%;
    margin: 0px auto;
    padding: 4px 10px 70px 10px;
    box-sizing: border-box;
    background: url("../images/sp/bg_gnavi.png") repeat center top;
    text-align: left;
    left: 0px;
    top: 0px;
    position: absolute;
    display: none;
    z-index: 1000;
  }
  #gNavi ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #gNavi ul li {
    padding: 0px 0px 8px 0px;
    width: 50%;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    float: left;
  }
  #gNavi ul #gNaviHome {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 90%;
    margin-left: 5%;
    padding-top: 10px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  #gNavi ul #gNavi07 {
    padding: 0px 0px 0px 0px;
    width: auto;
    float: none;
  }
  #gNavi ul #gNavi08 {
    margin: -45px 0px 0px 50%;
  }
  #gNavi ul li a {
    margin: 0px auto;
    width: 150px;
    height: 39px;
    background: url("../images/sp/gnavi.png") no-repeat;
    background-size: 400px 362px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #gNavi ul #gNaviHome a {
    background-position: -18px -301px;
    width: 34px;
  }
  #gNavi ul #gNavi01 a {
    background-position: 0px 0px;
  }
  #gNavi ul #gNavi02 a {
    background-position: -200px 0px;
  }
  #gNavi ul #gNavi03 a {
    background-position: 0px -45px;
  }
  #gNavi ul #gNavi04 a {
    background-position: -200px -45px;
  }
  #gNavi ul #gNavi05 a {
    background-position: 0px -90px;
  }
  #gNavi ul #gNavi06 a {
    background-position: -200px -90px;
  }
  #gNavi ul #gNavi07 a {
    display: none;
  }
  #gNavi ul #gNavi08 a {
    background-position: -200px -225px;
  }
  #gNavi ul #gNavi07 div ul {
    margin: 0px auto;
    padding: 0px;
    background: none;
    left: auto;
    top: auto;
    position: static;
    display: block;
  }
  #gNavi ul #gNavi07 div ul li a {
    display: block;
  }
  #gNavi ul #gNavi07 div ul #gNavi71 a {
    background-position: 0px -135px;
  }
  #gNavi ul #gNavi07 div ul #gNavi72 a {
    background-position: 0 -135px;
  }
  #gNavi ul #gNavi07 div ul #gNavi73 a {
    background-position: -200px -135px;
  }
  #gNavi ul #gNavi07 div ul #gNavi74 a {
    background-position: 0 -180px;
  }
  #gNavi ul #gNavi07 div ul #gNavi75 a {
    background-position: 0px -312px;
  }
  #gNavi ul #gNavi07 div ul #gNavi76 a {
    background-position: 0px -134px;
  }
  h2:not([class]) {
    margin: 0px auto;
    width: 100%;
    border-top: 5px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
    padding: 57px 0 0 0;
    background-color: #fff;
  }
  h2:not([class]) img {
    width: auto;
    height: 48px;
    margin-left: 15px;
  }
  .section-title {
    margin-bottom: 20px;
    padding-top: 80px;
    font-size: 0px;
    text-align: left;
  }
  .section-title img {
    height: 32px;
    margin-left: 15px;
  }
  h3 img {
    height: 32px;
    width: auto;
  }
  /*--- common -----------------------------------------------------------------------------*/
  .llr8 .yoyaku .llr8 {
    display: block !important;
  }
  #content {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #mainCts {
    width: 100%;
  }
  #sideCts {
    padding: 25px 10px 5px 10px;
    background: #7a7a7a;
  }
  #sideNewAlbum {
    margin: 0px 0px 20px;
    color: #FFF;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #sideNewAlbum {
    margin-bottom: 60px;
  }
  #sideNewAlbum:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #sideNewAlbum a {
    color: #FFF;
    text-decoration: none;
  }
  #sideNewAlbum a:hover, #sideNewAlbum a:active, #sideNewAlbum a:focus {
    color: #002394;
  }
  #sideNewAlbum a:hover img, #sideNewAlbum a:active img, #sideNewAlbum a:focus img {
    opacity: .85;
  }
  #sideNewAlbum dt {
    margin: 0 0 10px;
    font-size: 114%;
  }
  #sideNewAlbum dd {
    margin: 0 0 15px;
    line-height: 1.4;
  }
  #sideNewAlbum dd img {
    width: 300px;
    height: auto;
  }
  #sidePv {
    display: none;
  }
  #sideBanner {
    padding: 0px 10px 15px 10px;
    font-size: 0px;
    line-height: 0;
  }
  #sideBanner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #sideBanner li {
    padding: 0px 0px 20px 0px;
    font-size: 0px;
    line-height: 0;
  }
  #sideBanner li img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  #sideDiscography {
    display: none;
  }
  #sideStoreItemNav dt {
    vertical-align: bottom;
    line-height: 1.4;
    color: #FFF;
    padding: 7px;
    border: solid 1px #FFF;
  }
  #sideStoreItemNav dt i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  #sideStoreItemNav dt i.categoryIcon {
    background: transparent url("../images/sp/icon_store_category.png") no-repeat left top;
    background-size: 22px;
  }
  #sideStoreItemNav dt i.supportIcon {
    background: transparent url("../images/sp/icon_store_support.png") no-repeat left top;
    background-size: 22px;
  }
  #sideStoreItemNav dd {
    font-size: 88%;
    margin-bottom: 20px;
  }
  #sideStoreItemNav dd ul li {
    margin-bottom: 1px;
  }
  #sideStoreItemNav dd ul li a {
    display: block;
    background: #FFF url("../images/pc/store_arr.png") no-repeat 10px center;
    padding: 5px 5px 5px 27px;
    /*
&.pink{
	color:#f08080;
	background-image: url("../images/pc/store_arr_pink.png");
}
&.pink:hover{
	color:#c95656;
}
*/
  }
  #sideStoreItemNav dd ul li a:link {
    text-decoration: none;
  }
  #sideStoreItemNav dd ul li a.orange {
    background-image: url("../images/pc/store_arr_orange.png");
    color: #CC3300;
  }
  #sideStoreItemNav dd ul li a.deeppink {
    background-image: url("../images/pc/store_arr_deeppink.png");
    color: #7a7a7a;
  }
  /*--- footer -----------------------------------------------------------------------------*/
  #footer {
    width: 100%;
    background: #000;
    clear: both;
    position: relative;
  }
  #footer #pageTop {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0;
  }
  #footer #pageTop a {
    width: 40px;
    height: 40px;
    background: url("../images/sp/totop.png") no-repeat left top;
    background-size: 40px 40px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
    bottom: 0px;
    right: 0px;
    position: absolute;
  }
  #footer div {
    margin: 0px auto;
    padding: 21px 0px 15px 0px;
    width: 100%;
    text-align: center;
  }
  #footer div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div .snsList {
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
    width: 141px;
  }
  #footer div .snsList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div .snsList li {
    padding: 0px 5px 0px 5px;
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #footer div .snsList li a {
    width: 37px;
    height: 37px;
    background: url("../images/sp/sns.png") no-repeat left top;
    background-size: 131px 37px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #footer div .snsList .tw a {
    background-position: 0px 0px;
  }
  #footer div .snsList .fb a {
    background-position: -47px 0px;
  }
  #footer div .snsList .yt a {
    background-position: -94px 0px;
  }
  #footer div #fNavi {
    padding: 0px 10px 25px 10px;
    text-align: left;
    clear: both;
  }
  #footer div #fNavi:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div #fNavi li {
    padding: 0px 0px 7px 16px;
    background: url("../images/sp/point_foot.png") no-repeat 0px 0.1em;
    background-size: 7px 13px;
    color: #fff;
    font-size: 69%;
    line-height: 1.5;
  }
  #footer div #fNavi li a {
    color: #fff;
    text-decoration: underline;
  }
  #footer div #fSns {
    padding: 0px 10px 5px 10px;
    clear: both;
  }
  #footer div #fSns:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div #fSns li {
    padding: 0px 0px 20px 0px;
    width: 50%;
    text-align: center;
    float: left;
  }
  #footer p {
    padding: 0px 0px 20px 0px;
    color: #fff;
    font-size: 69%;
    line-height: 1.5;
    clear: both;
  }
  #footer p small {
    font-size: 1em;
  }
  #footer p small span {
    font-size: 1em;
    display: block;
  }
  #commonKey {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #commonArtistImg {
    padding: 0;
  }
  #commonArtistImg img {
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /*--- TOP -----------------------------------------------------------------------------*/
  #topContent {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #topContentIn {
    padding: 0px 0px 26px 0px;
  }
  #topContentIn #topMainWrap {
    padding-top: 57px;
    width: 100%;
    overflow-x: hidden;
  }
  #topContentIn #topMain {
    margin: 0 0 26px 0;
    font-size: 0px;
    line-height: 0;
  }
  #topContentIn #topMain img {
    width: 100%;
    height: auto;
  }
  #topContentIn #topMain .slideContent {
    display: block;
    width: 100%;
  }
  #topContentIn .pc-banner {
    display: none;
  }
  #topContentIn .sp-banner-slide {
    margin: 15px 5% 0;
    overflow: hidden;
  }
  #topContentIn .sp-slides {
    padding: 0px;
    font-size: 0px;
    line-height: 0;
    margin: 0;
  }
  #topContentIn .sp-slides .sp-slide {
    padding: 0px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
  }
  #topContentIn .sp-slides .sp-slide img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager {
    font-size: 0;
    text-align: center;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager .bx-pager-item, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 10px;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager .bx-pager-link, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager .bx-pager-link {
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    border: solid 2px #7a7a7a;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager .bx-pager-link.active, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager .bx-pager-link.active {
    background: #7a7a7a;
  }
  #topContentIn .news-contents {
    background: #fff;
    padding: 10px;
    margin: 26px 0;
  }
  #topContentIn .news-contents h3 {
    margin: 0px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #topContentIn .news-contents ul.topicsList {
    padding: 0px;
  }
  #topContentIn .news-contents ul.topicsList li {
    border-top: 1px #7a7a7a solid;
    clear: both;
  }
  #topContentIn .news-contents ul.topicsList li:first-child {
    border-top: none;
  }
  #topContentIn .news-contents ul.topicsList li a {
    padding: 14px 20px 7px 0px;
    background: url("../images/sp/bg_arr.png") no-repeat right center;
    background-size: 9px 15px;
    text-decoration: none;
    display: block;
  }
  #topContentIn .news-contents ul.topicsList li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn .news-contents ul.topicsList li a dl {
    clear: both;
  }
  #topContentIn .news-contents ul.topicsList li a dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn .news-contents ul.topicsList li.new a dl {
    background: url("../images/sp/icon_new.gif") no-repeat left top;
    background-size: 36px auto;
  }
  #topContentIn .news-contents ul.topicsList li a dl dt {
    padding: 0px 0px 5px 0px;
    color: #666;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
    display: block;
  }
  #topContentIn .news-contents ul.topicsList li.new a dl dt {
    padding: 0px 0px 5px 45px;
  }
  #topContentIn .news-contents ul.topicsList li a dl dd {
    color: #000;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
  }
  #topContentIn .news-contents-inner {
    padding: 0;
  }
  #topContentIn .news-contents-inner .topicsList {
    height: 160px;
    overflow: auto;
  }
  #topContentIn #topicsTw {
    background: #fff;
    padding: 10px;
    margin: 0 0 26px 0;
  }
  #topContentIn #topicsTw h3 {
    margin: 0px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #fff solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #topContentIn #topicsTw .fl_R {
    float: none !important;
    clear: both;
    padding-top: 5px;
  }
  #topContentIn #topicsTwWidget {
    overflow: hidden;
    height: 140px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #topContentIn #topicsTwWidget iframe {
    margin-top: -1px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #topContentIn h2 {
    margin: 0px;
    padding: 0px 0px 21px 0px;
    border: none;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    clear: both;
  }
  #topContentIn h2 img {
    margin: 0px auto;
  }
  #topContentIn #topSg h3 {
    margin: 0px;
    padding: 10px 0px 15px;
    line-height: 1.4;
    text-align: center;
    clear: both;
    font-weight: normal;
    color: #FFF;
  }
  #topContentIn #topSg ul {
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    clear: both;
  }
  #topContentIn #topSg ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn #topSg ul li {
    font-size: 69%;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #topContentIn #topSg ul li a {
    color: #fff;
    text-decoration: underline;
    text-align: center;
    display: block;
  }
  #topContentIn #topSg ul li a img {
    margin: 0px auto 0px auto;
  }
  #topContentIn #topSg ul li a span {
    padding: 4px 0px 0px 0px;
    text-align: center;
    display: block;
  }
  #topContentIn #topPv {
    padding: 12px 10px 15px 10px;
    background-color: #000;
    clear: both;
  }
  #topContentIn #topPv #topPvTmb {
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    width: 256px;
    font-size: 0px;
    line-height: 0;
    clear: both;
  }
  #topContentIn #topPv #topPvTmb:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn #topPv #topPvTmb video {
    width: 256px;
    height: 144px;
  }
  #topContentIn #topPv #topPvTmb img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #topContentIn #topPv p {
    font-size: 0px;
    line-height: 0;
    text-align: center;
    clear: both;
  }
  #topContentIn #topPv p.pvTitle {
    font-size: 69%;
    line-height: 1.4;
    text-align: center;
    clear: both;
    color: #FFF;
    padding: 0 0 5px;
  }
  #topContentIn #topPv p img {
    margin: 0px auto;
  }
  #topContentIn .topNy {
    padding: 12px 10px 5px;
    background-color: #000;
    clear: both;
  }
  #topContentIn .topNy .topNyTmb {
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    width: 256px;
    font-size: 0px;
    line-height: 0;
    clear: both;
  }
  #topContentIn .topNy .topNyTmb:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn .topNy .topNyTmb video {
    width: 256px;
    height: 144px;
  }
  #topContentIn .topNy .topNyTmb img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  #topContentIn .topNy p {
    font-size: 0px;
    line-height: 0;
    text-align: center;
    clear: both;
  }
  #topContentIn .topNy p.pvTitle {
    font-size: 19px;
    line-height: 1.4;
    text-align: center;
    clear: both;
    color: #FFF;
    padding: 0 0 5px;
  }
  #topContentIn .topNy p img {
    margin: 0px auto;
  }
  #topContent #topFooter, #topMovieWrap {
    display: none;
  }
  /*--- form -----------------------------------------------------------------------------*/
  #formCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
    padding: 0 0 40px;
  }
  #formCts .formCtsSubPageHead {
    padding: 20px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #formCts .formCtsSubPageHead h2 {
    color: #fff;
    font-size: 119%;
    font-weight: bold;
    line-height: 1.4;
    border: none;
  }
  #formCts #ctsIn {
    padding: 16px 20px 0px 20px;
  }
  #formCts #ctsIn dl dt {
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 0 5px;
  }
  #formCts #ctsIn dl dd {
    margin: 0 0 20px;
  }
  #formCts #ctsIn input {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #formCts #ctsIn .hasError {
    background: #ffdbe1;
    color: #c1272d;
    padding: 5px 10px;
    margin: 0 0 10px;
    border: solid 1px #c1272d;
  }
  #formCts #ctsIn .hasError.errorWrap {
    margin: 0 0 20px;
  }
  #formCts #ctsIn textarea {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #formCts #ctsIn .btnWrap {
    padding: 20px 0 10px;
  }
  #formCts #ctsIn button {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    outline: none;
  }
  #formCts #ctsIn button.btnBack {
    background-color: #ededed;
    color: #727272;
  }
  #formCts #ctsIn button.btnSubmit {
    margin-bottom: 20px;
  }
  #formCts #ctsIn button[disabled='disabled'] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
  }
  #formCts #ctsIn .thanksMessage {
    text-align: center;
    padding: 40px 0;
  }
  #formCts #ctsIn .formIntro {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
  }
  #formCts #ctsIn .formIntro p {
    margin-bottom: 10px;
  }
  /*--- faq -----------------------------------------------------------------------------*/
  #faqCts {
    padding: 20px 20px 15px 20px;
    background-color: #fff;
    clear: both;
  }
  #faqCts li {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px #ddd solid;
  }
  #faqCts li dl {
    clear: both;
  }
  #faqCts li dl dt {
    margin: 0px 0px 17px 0px;
    color: #000;
    font-size: 107%;
    font-weight: bold;
    line-height: 1.3;
  }
  #faqCts li dl dt span {
    margin: 0px 0px 10px 0px;
    padding: 1px 0px;
    width: 4.1em;
    background-color: #7a7a7a;
    color: #fff;
    font-size: 76%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
  #faqCts li dl dd {
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #faqCts li dl dd p {
    padding: 0px 0px 13px 0px;
    font-size: 1em;
    line-height: 1.5;
  }
  /*--- subscription -----------------------------------------------------------------------------*/
  #subscriptionCts {
    padding: 20px 20px 15px 20px;
  }
  #subscriptionCts .text {
    margin: 20px 0 0 0;
  }
  #subscriptionCts .entrybtn {
    text-align: center !important;
  }
  #subscriptionCts .entrybtn a {
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 30px 0 60px 0;
  }
  #subscriptionCts .music_box {
    border-top: solid 3px #dddddd;
    padding: 30px 0 0 0;
  }
  #subscriptionCts .music_box .logo {
    text-align: center;
    margin: 0 0 20px 0;
  }
  #subscriptionCts .music_box p span {
    background: transparent linear-gradient(rgba(0, 0, 0, 0) 65%, #ffd800 0%) repeat scroll 0 0;
  }
  /*--- Topics List -----------------------------------------------------------------------------*/
  #topicsCts {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #topicsCts h3 {
    margin: 0px 10px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #topicsCts ul.topicsList {
    padding: 0px 10px 0px 10px;
  }
  #topicsCts ul.topicsList li {
    border-top: 1px #7a7a7a solid;
    clear: both;
  }
  #topicsCts ul.topicsList li:first-child {
    border-top: none;
  }
  #topicsCts ul.topicsList li a {
    padding: 14px 20px 7px 0px;
    background: url("../images/sp/bg_arr.png") no-repeat right center;
    background-size: 9px 15px;
    text-decoration: none;
    display: block;
  }
  #topicsCts ul.topicsList li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topicsCts ul.topicsList li a dl {
    clear: both;
  }
  #topicsCts ul.topicsList li a dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topicsCts ul.topicsList li.new a dl {
    background: url("../images/sp/icon_new.gif") no-repeat left top;
    background-size: 36px auto;
  }
  #topicsCts ul.topicsList li a dl dt {
    padding: 0px 0px 5px 0px;
    color: #666;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
    display: block;
  }
  #topicsCts ul.topicsList li.new a dl dt {
    padding: 0px 0px 5px 45px;
  }
  #topicsCts ul.topicsList li a dl dd {
    color: #000;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
  }
  #topicsCts .topicsSection {
    margin: 0 0 40px;
  }
  #topicsCts .topicsBox {
    padding: 15px 0 0;
    background-color: #fff;
  }
  #topicsCts .topicsBox .howtoAccessMobile {
    padding: 5px 0 0;
    font-size: 16px;
    height: 1.2em;
    height: auto !important;
  }
  #topicsCts .topicsBox .howtoAccessMobile a {
    height: auto !important;
    display: block;
    padding: 5px 0;
    font-size: 94%;
    line-height: 1.2;
    color: #7a7a7a;
  }
  #topicsCts .topicsBox:last-of-type {
    margin-bottom: 0;
  }
  #topicsCts #topicsTw .fl_R {
    float: none !important;
    clear: both;
    padding-top: 5px;
  }
  #topicsCts #topicsTwWidget {
    overflow: hidden;
    height: 300px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #topicsCts #topicsTwWidget iframe {
    margin-top: -1px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #topicsListNavi {
    margin: 14px 0px 0px 0px;
    padding: 10px 80px 20px 80px;
    text-align: center;
    clear: both;
    position: relative;
  }
  #topicsListNavi li {
    padding: 0px 4px 0px 4px;
    text-align: center;
    display: inline-block;
  }
  #topicsListNavi li a, #topicsListNavi li span {
    padding: 5px 0px 5px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #topicsListNavi li a {
    color: #7a7a7a;
  }
  #topicsListNavi li.set a {
    color: #fff;
    font-weight: bold;
  }
  #topicsListNavi li span {
    color: #7a7a7a;
  }
  #topicsListNavi #naviL, #topicsListNavi #naviR {
    padding: 0px 0px 0px 0px;
    font-size: 0px;
    line-height: 0;
    display: block;
  }
  #topicsListNavi #naviL a, #topicsListNavi #naviR a {
    padding: 0px 0px 0px 0px;
    width: 79px;
    height: 44px;
    background: #000 url("../images/sp/pagenavi.png") no-repeat;
    background-size: 298px 44px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #topicsListNavi #naviL a {
    left: 0px;
    top: 0px;
    position: absolute;
  }
  #topicsListNavi #naviR {
    right: 0px;
    top: 0px;
    position: absolute;
  }
  #topicsListNavi #naviL a {
    background-position: 0px 0px;
  }
  #topicsListNavi #naviR a {
    background-position: -219px 0px;
  }
  #popupWin iframe {
    clear: both;
    display: none;
  }
  /*--- Topics Entry -----------------------------------------------------------------------------*/
  #topicsEntryCts {
    padding-top: 15px;
    margin: 0px auto;
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  .topicsEntry .strongColor {
    color: #002394;
  }
  #topicsEntryCts .entryHead {
    padding: 0 10px 10px 10px;
  }
  #topicsEntryCts .entryHead:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topicsEntryCts .entryHead span {
    margin: 0px 10px 0px 0px;
    padding: 4px 10px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    float: left;
  }
  #topicsEntryCts .entryHead img {
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
  }
  #topicsEntryCts h3 {
    margin: 0px 0px 18px 0px;
    padding: 0px 20px 12px 20px;
    border-bottom: 1px #e9e9e9 solid;
    color: #000;
    font-size: 119%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #topicsEntryCts .entryBody {
    padding: 0px 20px 10px 20px;
  }
  #topicsEntryCts .entryBody h4 {
    padding: 6px 0px 15px 0px;
    border-top: 3px #ddd solid;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #topicsEntryCts .entryBody h5 {
    margin: 0px 0px 15px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  #topicsEntryCts .entryBody h6 {
    margin: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.5;
  }
  #topicsEntryCts.babypeenats .entryBody strong {
    color: #fff;
    font-weight: bold;
  }
  #topicsEntryCts .entryBody p, #topicsEntryCts .entryBody ul li {
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
    word-wrap: break-word;
  }
  #topicsEntryCts .entryBody p {
    padding: 0px 0px 14px 0px;
  }
  #topicsEntryCts .entryBody img {
    max-width: 100%;
  }
  #topicsEntryCts .entryBody p.link {
    padding: 0px 0px 16px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  #topicsEntryCts .entryBody ul {
    padding: 0px 0px 15px 0px;
  }
  #topicsEntryCts .entryBody ul li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 6px 0em;
    list-style: disc outside;
  }
  #topicsEntryCts .entryBody ul.cnt {
    list-style: none;
  }
  #topicsEntryCts .entryBody ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    list-style: none;
  }
  #topicsEntryCts .entryBody ul.cnt li span {
    margin: 0px 10px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
  }
  #topicsEntryCts .entryBody .entryBodyH {
    padding: 0px 0px 15px 0px;
  }
  #topicsEntryCts .entryBody .entryBodyH p {
    padding: 0px 0px 10px 0px;
  }
  #topicsEntryCts .entryBody .entryBodyH table.entryInfoTable01 {
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  #topicsEntryCts .entryBody .entryInfoTable01 th {
    font-weight: bold;
    text-align: center;
    font-size: 94%;
    background: #fff;
    color: #fff;
  }
  #topicsEntryCts .entryInfoTable01 th, #topicsEntryCts .entryInfoTable01 td {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    padding: 5px;
  }
  #topicsEntryCts .entryBody .entrySec {
    padding: 0px 0px 10px 0px;
  }
  #topicsEntryCts .entryBody .entrySec p {
    line-height: 1.8;
  }
  #topicsEntryCts .entryBody .entrySec span.item {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #topicsEntryCts .entryBody .entryJkImg {
    margin: 0 auto;
    max-width: 260px;
    margin-bottom: 0 !important;
    list-style: none;
    font-size: 82%;
    line-height: 1.2;
    background-size: 20px 20px;
  }
  #topicsEntryCts .entryBody .entryJkImg.plusBg {
    background: url("../images/pc/bg_plus.png") no-repeat center 46px;
    -webkit-background-size: 20px 20px;
  }
  #topicsEntryCts .entryBody .entryJkImg li {
    margin: 0 auto;
    text-align: center;
    list-style: none;
    max-width: 110px;
  }
  #topicsEntryCts .entryBody .entryJkImg li:first-child {
    position: relative;
  }
  #topicsEntryCts .entryBody .entryJkImg img {
    max-width: 100%;
    height: auto;
  }
  #topicsEntryCts .entryBody .col2HalfChild.fl_L, #topicsEntryCts .entryBody .col2HalfChild.fl_R {
    float: none !important;
  }
  #topicsEntryNavi {
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    font-size: 0px;
    line-height: 0;
    clear: both;
    position: relative;
  }
  #topicsEntryNavi li {
    font-size: 0px;
    line-height: 0;
  }
  #topicsEntryNavi li a {
    height: 44px;
    background: #7a7a7a url("../images/sp/pagenavi.png") no-repeat;
    background-size: 298px 44px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #topicsEntryNavi #naviL a {
    left: 0px;
    top: 0px;
    position: absolute;
  }
  #topicsEntryNavi #naviList {
    width: 100%;
  }
  #topicsEntryNavi #naviR {
    right: 0px;
    top: 0px;
    position: absolute;
  }
  #topicsEntryNavi #naviL a {
    width: 79px;
    background-position: 0px 0px;
  }
  #topicsEntryNavi #naviList a {
    margin: 0px auto;
    width: 140px;
    background-position: -79px 0px;
  }
  #topicsEntryNavi #naviR a {
    width: 79px;
    background-position: -219px 0px;
  }
  #topicsEntryCts .entryBody .entryLink a, #topicsEntryCts .entryBody .link a {
    display: inline-block;
    padding: 0px 0px 0 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
  }
  #topicsEntryCts .entryBody p.link {
    padding: 0px 0px 14px;
    background: none;
  }
  .wp-pagenavi {
    margin: 14px 0px 0px 0px;
    padding: 10px 80px 20px 80px;
    text-align: center;
    clear: both;
    position: relative;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 6px;
    margin: 0 2px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .wp-pagenavi a {
    color: #7a7a7a;
  }
  .wp-pagenavi span {
    color: #000;
    font-weight: bold;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 79px;
    height: 44px;
    background: #7a7a7a url("../images/sp/pagenavi.png") no-repeat;
    background-size: 298px 44px;
    text-indent: -9999px;
    display: block;
  }
  .wp-pagenavi a.previouspostslink {
    background-position: 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
  }
  .wp-pagenavi a.nextpostslink {
    background-position: -219px 0px;
    right: 0px;
    top: 0px;
    position: absolute;
  }
  /*--- HIGH SPEED PACHIKOCHI -----------------------------------------------------------------------------*/
  #hispeedCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #hispeedCts .hispeedHead {
    padding: 15px 20px 20px 20px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #hispeedCts .hispeedHead h3 {
    padding: 0px 0px 10px 0px;
    color: #7a7a7a;
    font-size: 119%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #hispeedCts .hispeedHead p {
    padding: 0px 0px 15px 0px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #hispeedCts .hispeedHead ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  #hispeedCts .hispeedHead ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #hispeedCts .hispeedHead ul li {
    width: 48%;
  }
  #hispeedCts .hispeedHead ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #hispeedCts .hispeedHead ul li:first-child {
    padding: 0px 0px 0px 0px;
  }
  #hispeedCts .hispeedHead ul li a {
    padding: 6px 0px;
    background: #e0e0e0 url("../images/pc/point_arr.png") no-repeat 6px center;
    background-size: 12px 20px;
    color: #010101;
    font-size: 88%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  #hispeedCts .hispeedList {
    padding: 24px 20px 20px 20px;
    clear: both;
    overflow: hidden;
    max-width: 100%;
  }
  #hispeedCts .hispeedList li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px #ddd solid;
  }
  #hispeedCts .hispeedList li dl {
    padding: 0px 0px 10px 0px;
  }
  #hispeedCts .hispeedList li dl dt {
    margin: 0px 0px 10px 0px;
    padding: 1px 0px;
    width: 4.1em;
    background-color: #7a7a7a;
    color: #fff;
    font-size: 76%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
  #hispeedCts .hispeedList li dl dd {
    padding: 0px 0px 0px 11px;
    border-left: 4px #e0e0e0 solid;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #hispeedCts .hispeedList li dl dd span {
    color: #797979;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.8;
  }
  #hispeedCts .hispeedList li p {
    color: #000;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.5;
  }
  /*--- Discography List -----------------------------------------------------------------------------*/
  #discographyTab {
    display: none;
  }
  .discographyLBox {
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px #000;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #dCat00 {
    display: none;
  }
  .discographyLBox h3 {
    width: 100%;
  }
  .discographyLBox h3 a {
    width: 100%;
    height: 35px;
    background-image: url("../images/sp/tab_discography.png");
    background-repeat: no-repeat;
    background-size: 40px 70px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    display: block;
  }
  .discographyLBox h3 a.opent {
    background-color: #7a7a7a;
    background-position: right top;
  }
  .discographyLBox h3 a.closet {
    background-color: #fff;
    background-position: right bottom;
  }
  .discographyLBox h3 a img {
    margin: 0px auto;
    height: 100%;
  }
  .discographyLBox ul {
    padding: 2px 0px 0px 2px;
    background-color: #fff;
    display: none;
    clear: both;
    text-align: center;
    line-height: 0;
  }
  .discographyLBox#dCat03 ul {
    background-color: #fff;
  }
  .discographyLBox ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .discographyLBox ul li {
    padding: 0px 2px 2px 0px;
    display: inline-block;
  }
  .discographyLBox ul li.liR {
    padding: 0px 2px 2px 0px;
  }
  .discographyLBox ul li a {
    width: 104px;
    display: block;
  }
  .discographyLBox#dCat03 ul li a {
    background-color: #fff;
  }
  .discographyLBox ul li a dl {
    display: none;
  }
  .discographyLBox ul li a p {
    padding: 0px;
    width: 104px;
    height: 104px;
    font-size: 0px;
    line-height: 0;
    display: block;
  }
  #discographySliderCts {
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    height: 122px;
  }
  #discographySliderCts img {
    display: block;
  }
  #discographySliderCts a:hover img {
    opacity: 0.5;
  }
  #discographyFixed {
    float: left;
    z-index: 1;
    border-right: 2px solid #fff;
    background: white;
  }
  #discographyFixed img {
    width: 122px;
    height: 122px;
  }
  #discographySlider {
    position: relative;
    margin-left: 124px;
    height: 122px;
    z-index: -1;
  }
  #discographySlider ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 122px;
  }
  #discographySlider li {
    float: left;
    width: 62px;
  }
  #discographySlider li .itemTop {
    padding-bottom: 2px;
  }
  #discographySlider li a {
    width: 60px;
    height: 60px;
    background-color: #fff;
    display: block;
  }
  #discographySlider li img {
    width: 60px;
    height: 60px;
  }
  #discoNavi {
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    font-size: 0px;
    line-height: 0;
    clear: both;
    position: relative;
  }
  #discoNavi li {
    font-size: 0px;
    line-height: 0;
  }
  #discoNavi li a {
    height: 44px;
    background: #000 url("../images/sp/pagenavi.png") no-repeat;
    background-size: 298px 44px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #discoNavi #naviL a {
    left: 0px;
    top: 0px;
    position: absolute;
  }
  #discoNavi #naviList {
    width: 100%;
  }
  #discoNavi #naviR {
    right: 0px;
    top: 0px;
    position: absolute;
  }
  #discoNavi #naviL a {
    width: 79px;
    background-position: 0px 0px;
  }
  #discoNavi #naviList a {
    margin: 0px auto;
    width: 140px;
    background-position: -79px 0px;
  }
  #discoNavi #naviR a {
    width: 79px;
    background-position: -219px 0px;
  }
  /*--- Discography Entry -----------------------------------------------------------------------------*/
  #discographyEntryCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #discographyEntryCts .entryHead {
    margin: 0px 0px 15px 0px;
    padding: 2px 20px 15px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 61px 16px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #discographyEntryCts .entryHead:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .single {
    background-image: url("../images/sp/tab_disco_single.gif");
    border-top: 5px #ff0000 solid;
  }
  #discographyEntryCts .album {
    background-image: url("../images/sp/tab_disco_album.gif");
    border-top: 5px #b31c3d solid;
  }
  #discographyEntryCts .dvd {
    background-image: url("../images/sp/tab_disco_dvd.gif");
    border-top: 5px #3b74cc solid;
  }
  #discographyEntryCts .bluray {
    background-image: url("../images/sp/tab_disco_bluray.gif");
    border-top: 5px #1345ab solid;
  }
  #discographyEntryCts .digitalsingle {
    background-image: url("../images/sp/tab_disco_digitalsingle.jpg");
    border-top: 5px #40F5E3 solid;
  }
  #discographyEntryCts .entryHead p {
    padding: 0px 0px 12px 50px;
    color: #232323;
    font-size: 72%;
    font-weight: bold;
    line-height: 1.4;
    display: block;
  }
  #discographyEntryCts .single p {
    color: #ff0000;
  }
  #discographyEntryCts .album p {
    color: #b31c3d;
  }
  #discographyEntryCts .dvd p {
    color: #3b74cc;
  }
  #discographyEntryCts .bluray p {
    color: #1345ab;
  }
  #discographyEntryCts .digitalsingle p {
    color: #40F5E3;
  }
  #discographyEntryCts .entryHead h3 {
    padding: 0px 0px 5px 0px;
    font-size: 158%;
    font-weight: bold;
    line-height: 1.3;
  }
  #discographyEntryCts .entryHead ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryHead ul li {
    padding: 0px 17px 8px 0px;
    font-size: 69%;
    font-weight: normal;
    line-height: 1.5;
    float: left;
  }
  #discographyEntryCts .entryHead ul li span {
    margin: 0px 7px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    color: #bfbfbf;
    font-size: 90%;
    line-height: 1.2;
    display: inline-block;
  }
  #discographyEntryCts .entryDsc {
    padding: 0px 20px 30px 20px;
  }
  #discographyEntryCts .entryDsc p {
    padding: 0px 0px 10px 0px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.5;
  }
  #discographyEntryCts .entryDsc div {
    margin: 10px auto 10px auto;
    padding: 20px 0px 0 0px;
    width: 280px;
    background-color: #ececec;
    text-align: center;
  }
  #discographyEntryCts .entryDsc div ul {
    margin: 0px auto;
    width: 240px;
    text-align: center;
  }
  #discographyEntryCts .entryDsc div ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryDsc div ul li {
    padding-bottom: 16px;
    width: 100%;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    position: relative;
    float: right;
  }
  #discographyEntryCts .entryDsc div ul li:nth-child(odd) {
    clear: both;
    float: left;
  }
  #discographyEntryCts .entryDsc div ul li:nth-child(even) {
    float: right;
  }
  #discographyEntryCts .entryDsc div ul li:first-child {
    float: left;
  }
  #discographyEntryCts .entryDsc div ul li:first-child:last-child {
    margin: 0 auto;
    float: none;
  }
  #discographyEntryCts .entryDsc div ul li a {
    width: 110px;
    height: 110px;
    background: none;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
  }
  #discographyEntryCts .entryDsc div ul li span {
    padding: 3px 0px 0px 0px;
    width: 100%;
    font-size: 1em;
    text-align: center;
    display: block;
  }
  #discographyEntryCts .entryDsc div ul li img {
    width: 110px;
    height: 110px;
  }
  #discographyEntryCts .entryBuy {
    padding: 0px 20px 10px 20px;
  }
  #discographyEntryCts .entryBuy h4 {
    padding: 5px 0px 16px 34px;
    background: url("../images/sp/icon_h4_cart.png") no-repeat 0px 5px;
    background-size: 22px 18px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryBuy h4.sub {
    padding: 7px 0px 16px 34px;
    background: url("../images/sp/icon_h4_cart.png") no-repeat 0px 5px;
    background-size: 22px 18px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    color: #444;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryBuy h4.sub span {
    font-weight: normal;
    font-size: 76%;
  }
  #discographyEntryCts .entryBuy dl {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    border-top: 1px #ddd solid;
    clear: both;
  }
  #discographyEntryCts .entryBuy dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryBuy dl.topdl {
    padding: 0px 0px 10px 0px;
    border-top: none;
  }
  #discographyEntryCts .entryBuy dl dt {
    padding: 0px 0px 10px 0px;
  }
  #discographyEntryCts .entryBuy dl dt:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryBuy dl dt img {
    margin-right: 12px;
    float: left;
  }
  #discographyEntryCts .entryBuy dl dt span {
    padding: 12px 0px 12px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    display: block;
  }
  #discographyEntryCts .entryBuy dl dd {
    clear: both;
  }
  #discographyEntryCts .entryBuy dl dd ul {
    padding: 0px 0px 0px 0px;
  }
  #discographyEntryCts .entryBuy dl dd ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryBuy dl dd ul li {
    padding: 0px 0px 0px 10px;
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #discographyEntryCts .entryBuy dl dd ul li:first-child {
    padding: 0px 0px 0px 0px;
  }
  #discographyEntryCts .entryBuy dl dd p.soldOut {
    font-size: 94%;
    color: #b31c3d;
  }
  #discographyEntryCts .entryBuy ul.otherlist {
    margin-bottom: 15px;
  }
  #discographyEntryCts .entryBuy ul.otherlist li {
    padding: 0px 10px 0px 0px;
    font-size: 82%;
    float: left;
  }
  #discographyEntryCts .entryBuy ul.otherlist li img {
    margin-bottom: 10px;
  }
  #discographyEntryCts .entryBuy ul.otherlist li span {
    color: #777;
    font-size: 69%;
    line-height: 1.6 !important;
    display: block;
  }
  #discographyEntryCts ul.entryNo li {
    margin-bottom: 6px;
    /*padding: 0px 10px 0px 17px;*/
    font-size: 69% !important;
    font-weight: normal;
    line-height: 1.5 !important;
    float: left;
  }
  #discographyEntryCts ul.entryNo li span {
    margin: 0px 8px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    color: #bfbfbf;
    line-height: 1.2;
    display: inline-block;
  }
  #discographyEntryCts .entryMusic {
    padding: 0px 20px 20px 20px;
  }
  #discographyEntryCts .entryMusic h4 {
    padding: 5px 0px 16px 34px;
    background: url("../images/sp/icon_h4_music.png") no-repeat 0px 5px;
    background-size: 17px 19px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryMusic h5 {
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
  }
  #discographyEntryCts .entryMusic table {
    margin: 0px 0px 20px 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    border-spacing: 0px;
    border-bottom: 1px #ddd solid;
  }
  #discographyEntryCts .entryMusic table tr th {
    width: 20px;
    background-color: #f7f7f7;
    border-top: 1px #ddd solid;
    color: #7f7f7f;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
  }
  #discographyEntryCts .entryMusic table tr td {
    padding: 6px 0px 6px 10px;
    background-color: #fff;
    border-top: 1px #ddd solid;
    vertical-align: middle;
  }
  #discographyEntryCts .entryMusic table tr td dl {
    padding: 0px 0px 7px 0px;
  }
  #discographyEntryCts .entryMusic table tr td dl dt {
    padding: 0px 0px 4px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.6;
  }
  #discographyEntryCts .entryMusic table tr td dl dd {
    color: #808080;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
  }
  #discographyEntryCts .entryBody2 p, #discographyEntryCts .entryBody2 ul li {
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #discographyEntryCts .entryOption {
    padding: 0px 20px 20px 20px;
  }
  #discographyEntryCts .entryOption h4 {
    padding: 16px 0px 5px 0px;
    /*background: url("../images/sp/icon_h4_music.png") no-repeat 0px 5px;
background-size: 17px 19px;
border-top: 3px #ddd solid;*/
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryOption p {
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #discographyEntryCts .entryMusic table tr td a {
    font-size: 0px;
    line-height: 0;
    display: block;
  }
  #discographyEntryBack {
    /* rewrites styles.css */
    display: block;
    /* rewrite */
  }
  #discographyEntryBack a {
    display: block;
    border: 1px solid #7a7a7a;
    margin: 20px;
    padding: 0 25px;
    height: 44px;
    line-height: 44px;
    background: url("../images/sp/point_back_list.png") no-repeat 10px center;
    background-size: 9px 15px;
    text-align: center;
    color: #7a7a7a;
    text-decoration: none;
  }
  #discographyEntryBack:hover, #discographyEntryBack:focus, #discographyEntryBack:active {
    border-color: #002394;
  }
  #discographyEntryBack a:hover, #discographyEntryBack a:focus, #discographyEntryBack a:active {
    color: #002394;
  }
  /*--- DVD Secrets -----------------------------------------------------------------------------*/
  #dvdSecretsCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #dvdSecretsCts h3 {
    display: none;
  }
  .dvdlistArea {
    overflow: hidden;
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }
  .dvdlistArea li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 1%;
    width: 10%;
  }
  .dvdlistArea li.last-child {
    margin-right: 0;
  }
  .dvdlistArea li span img {
    display: block;
    width: 100%;
  }
  #dvdSecretsCts #ctsIn {
    padding: 16px 20px 0px 20px;
  }
  #dvdSecretsCts #ctsIn .dvdSecretsDsc {
    padding: 0px 0px 0px 0px;
  }
  #dvdSecretsCts #ctsIn .dvdSecretsDsc p {
    padding: 0px 0px 8px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #dvdSecretsCts #ctsIn .dvdBtList {
    padding: 0px 0px 8px 0px;
    clear: both;
  }
  #dvdSecretsCts #ctsIn .dvdBtList li {
    padding: 0px 0px 12px 0px;
  }
  #dvdSecretsCts #ctsIn .dvdBtList li a {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: block;
  }
  /*--- DVD Secrets Gallery -----------------------------------------------------------------------------*/
  #dvdSecretsGlCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #dvdSecretsGlCts h3 {
    margin: 0px 10px 15px 10px;
    padding: 18px 10px 15px 10px;
    border-bottom: 1px #e9e9e9 solid;
    color: #000;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn {
    padding: 0px 20px 15px 20px;
  }
  #dvdSecretsGlCts #ctsIn .galleryTxt {
    padding: 0px 0px 16px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
  }
  #dvdSecretsGlCts #ctsIn .galleryTxt.larger {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
  }
  #dvdSecretsGlCts #ctsIn .dvdList {
    padding: 0px 0px 28px 0px;
    border-top: 1px #e9e9e9 solid;
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn .dvdList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li {
    border-bottom: 1px #e9e9e9 solid;
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li a {
    padding: 10px 40px 10px 0px;
    background: url("../images/sp/bg_arr.png") no-repeat right center;
    background-size: 9px 15px;
    display: block;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li dl {
    width: 100%;
    display: table;
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li dl dt {
    width: 70px;
    height: 60px;
    font-size: 0px;
    line-height: 0;
    display: table-cell;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li dl dd {
    margin: -60px 0px 0px 78px;
    height: 60px;
    font-size: 94%;
    line-height: 1.2;
    vertical-align: middle;
    text-decoration: underline;
    display: table-cell;
  }
  #dvdSecretsGlCts #ctsIn .dvdBtList {
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn .dvdBtList li {
    padding: 0px 0px 15px 0px;
  }
  #dvdSecretsGlCts #ctsIn .dvdBtList li a {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: block;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb {
    margin-bottom: 20px;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dt {
    width: 100%;
    font-size: 100%;
    color: #2176ac;
    margin-bottom: 20px;
    background: #f0f0f0;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dt img {
    display: inline;
    float: left;
    width: 66px;
    margin: 10px;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dt span {
    font-size: 82%;
    color: #2176ac;
    height: 86px;
    vertical-align: middle;
    display: table-cell;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dd {
    width: 100%;
    font-size: 82%;
  }
  /*--- Online Store -----------------------------------------------------------------------------*/
  #onlineStoreCts {
    width: 100%;
    text-align: left;
    clear: both;
  }
  #onlineStoreCts:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #onlineStoreCts li {
    padding: 25px 0px 15px 0px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    clear: both;
  }
  #onlineStoreCts li img {
    margin: 0px auto;
  }
  #storeCts {
    width: 100%;
    background: #FFF;
    padding-bottom: 5px;
  }
  #storeCts ul {
    margin: 0 20px;
    padding: 20px 0 0;
  }
  #storeCts ul li {
    text-align: center;
    padding-bottom: 60px;
  }
  #storeCts ul li a {
    text-decoration: none;
  }
  #storeCts ul li dl dt {
    padding: 0 40px;
  }
  #storeCts ul li dl dt img {
    min-width: 40%;
    max-width: 100%;
    margin: 0 auto;
  }
  #storeCts ul li dl dd {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    border: none;
    text-align: center;
  }
  #storeCts .holidays_announce {
    width: block;
    margin: 0 auto;
    padding: 55px 20px 0;
  }
  #storeCts .holidays_announce .holidays_announce-inner {
    padding: 30px 20px;
    border: 2px #ff0095 solid;
  }
  #storeCts .holidays_announce .title {
    font-weight: bold;
    color: #000;
  }
  #storeCts-categories {
    width: 100%;
    background: #FFF;
    padding-bottom: 5px;
  }
  #storeCts-categories ul {
    margin: 0 20px;
    padding: 0;
  }
  #storeCts-categories ul li {
    text-indent: 35px;
    padding-bottom: 20px;
  }
  #storeCts-categories ul li a {
    text-decoration: none;
    clear: both;
    display: block;
    padding: 25px 0;
    width: 100%;
    background: #e0e0e0 url("../images/pc/point_arr_l_deeppink.png") no-repeat 9px center;
    color: #010101;
    font-size: 86%;
    font-weight: bold;
    line-height: 1.3;
    text-indent: 40px;
    text-decoration: none;
    border: none;
  }
  #storeAbouts {
    background-color: #fff;
  }
  #storeAbouts h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storeAbouts h3 img {
    height: 22px;
  }
  #storeAbouts h4 {
    margin-bottom: 20px;
    font-size: 85%;
  }
  #storeAbouts .intro_store {
    border: solid 3px #7a7a7a;
    padding: 20px 20px;
  }
  #storeAbouts .largerFont {
    font-size: 1.2em;
  }
  #storeAbouts .SmallFont {
    font-size: 85%;
  }
  #storeAbouts .cntTitle {
    font-size: 110%;
    color: #000;
  }
  #storeAbouts p a {
    color: #000;
  }
  #storeAbouts .attentionTxt, #storeAbouts .attentionColor {
    color: #ff0000;
  }
  #storeAbouts .normal {
    font-weight: normal;
  }
  #storeAbouts .link {
    color: #7a7a7a !important;
  }
  #storeAbouts div.innerBlock {
    padding: 30px 20px 40px 20px;
  }
  #storeAbouts div.innerBlock div.exSpace {
    margin: 30px 0px;
    padding: 20px;
    border: solid 1px #7a7a7a;
  }
  #storeAbouts div.innerBlock div.exSpace p {
    margin-bottom: 15px;
  }
  #storeAbouts div.innerBlock p {
    margin-bottom: 15px;
  }
  #storeAbouts div.innerBlock dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 85%;
    border-bottom: solid 1px #ccc;
  }
  #storeAbouts div.innerBlock dl dt {
    margin-bottom: 7px;
    font-weight: bold;
    background: #f1f1f1;
    padding: 13px 10px;
    line-height: 1.4em;
  }
  #storeAbouts div.innerBlock dl dd img {
    height: 40px;
  }
  #storeAbouts div.innerBlock dl dd a {
    color: #000;
  }
  #storeAbouts div.innerBlock dl dd ul li {
    margin: 0px 0px 10px 20px;
    list-style-type: disc;
  }
  #storeAbouts div.innerBlock dl dd .flow {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #storeAbouts div.innerBlock dl dd .flow dt {
    font-size: 120%;
    background: none;
    padding: 0;
    font-weight: normal;
  }
  #storeAbouts div.innerBlock dl dd .flow dd {
    margin: 0 0 10px 20px;
    font-size: 110%;
  }
  #storeAbouts div.innerBlock div.box {
    padding: 10px 0px;
    margin: 10px 0px;
  }
  #storeContact {
    background-color: #fff;
  }
  #storeContact div.innerBlock {
    padding: 30px 20px 0 20px;
  }
  #storeContact h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storeContact h3 img {
    height: 22px;
  }
  #storeContact .contactBody {
    padding: 0 20px 20px;
  }
  #storeContact .contactBody p, #storeContact .contactBody dl {
    padding-bottom: 20px;
    font-size: 94%;
    line-height: 1.5em;
  }
  #storeContact #contactFooter {
    padding-bottom: 20px;
    font-size: 94%;
    line-height: 1.5em;
  }
  #storeContact .contactBody dt {
    line-height: 22px;
    font-weight: bold;
  }
  #storeContact .contactBody dd {
    margin-bottom: 16px;
  }
  #storeContact .contactBody dd:last-child {
    margin-bottom: 0;
  }
  #storeContact #contactForm dl dt {
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 0 5px;
  }
  #storeContact #contactForm dl dd {
    margin: 0 0 20px;
  }
  #storeContact #contactForm label i {
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #666;
  }
  #storeContact #contactForm input {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #storeContact #contactForm input.inline {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: initial !important;
    width: 20%;
    margin-right: 5px;
  }
  #storeContact #contactForm input.inline.longerLine {
    width: 60%;
  }
  #storeContact #contactForm .hasError {
    background: #ffdbe1;
    color: #c1272d;
    padding: 5px 10px;
    margin: 0 0 10px;
    border: solid 1px #c1272d;
  }
  #storeContact #contactForm .hasError.errorWrap {
    margin: 0 0 20px;
  }
  #storeContact #contactForm textarea {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #storeContact #contactForm .btnWrap {
    padding: 20px 0 10px;
  }
  #storeContact #contactForm button {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    outline: none;
  }
  #storeContact #contactForm button.btnBack {
    background-color: #ededed;
    color: #727272;
  }
  #storeContact #contactForm button.btnSubmit {
    margin-bottom: 20px;
  }
  #storeContact #contactForm button[disabled='disabled'] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
  }
  #storeContact .formIntro {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #CCC;
  }
  #storeContact .formIntro p {
    margin-bottom: 10px;
  }
  #storeContact .thanksMessage {
    text-align: center;
    padding: 40px 0;
  }
  #storeContact .attentionColor {
    color: #ff0000;
  }
  #storeOrder {
    background-color: #fff;
  }
  #storeOrder div.innerBlock {
    padding: 30px 20px 40px 20px;
  }
  #storeOrder div.innerBlock h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storeOrder div.innerBlock .cntTitle {
    font-size: 110%;
    color: #000;
  }
  #storeOrder div.innerBlock table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px !important;
  }
  #storeOrder div.innerBlock table tr th, #storeOrder div.innerBlock table tr td {
    margin: 0px;
    padding: 15px 10px;
    border: solid 1px #7a7a7a;
    font-size: 85%;
  }
  #storeOrder div.innerBlock table tr th {
    background-color: #7a7a7a;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  #storePrivacy {
    background-color: #fff;
  }
  #storePrivacy div.innerBlock {
    padding: 30px 20px 40px 20px;
  }
  #storePrivacy div.innerBlock h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storePrivacy div.innerBlock h4 {
    margin-bottom: 10px;
  }
  #storePrivacy div.innerBlock .cntTitle {
    font-size: 130%;
    color: #000;
  }
  #storePrivacy div.innerBlock p {
    font-size: 88%;
  }
  #storePrivacy div.innerBlock ol {
    margin: 20px 0px;
    padding: 20px 0px;
    border: solid 0px #ccc;
    border-width: 1px 0px;
  }
  #storePrivacy div.innerBlock ol li {
    margin: 0px 0px 20px 20px;
    list-style-type: decimal;
    font-weight: bold;
    color: #666;
    font-size: 94%;
  }
  #storePrivacy div.innerBlock ol li:last-child {
    margin: 0px 0px 0px 20px;
  }
  #storePrivacy div.innerBlock ol li span {
    display: block;
    font-weight: normal;
    font-size: 88%;
    color: #000;
  }
  #storePrivacy div.innerBlock div.contactInfo dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 85%;
    border-bottom: solid 1px #ccc;
  }
  #storePrivacy div.innerBlock div.contactInfo dl dt {
    margin-bottom: 7px;
    font-weight: bold;
  }
  #storeItem {
    background: #fff;
    padding: 10px;
  }
  #storeItem .storeItemInner {
    background: #fff;
    color: #FFF;
    padding: 0 10px;
  }
  #storeItem .storeItemInner:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItem .storeItemInner .storeItemImage {
    padding-top: 10px;
  }
  #storeItem .storeItemInner .storeItemImage ul {
    line-height: 0;
  }
  #storeItem .storeItemInner .storeItemImage ul li {
    padding: 0;
  }
  #storeItem .storeItemInner .storeItemImage ul li img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
    border: solid 1px #CCC;
  }
  #storeItem .storeItemInner .storeItemInfo {
    padding: 10px 0;
    color: #000;
  }
  #storeItem .storeItemInner .storeItemInfo .itemIntro {
    margin: 0 0 20px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemIntro:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItem .storeItemInner .storeItemInfo .itemIntro p {
    font-size: 82%;
    margin-bottom: 1em;
  }
  #storeItem .storeItemInner .storeItemInfo h3 {
    line-height: 1.4;
    margin: 0 0 20px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemCode {
    font-size: 82%;
    margin: 0 0 5px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemPrice {
    font-size: 100%;
    font-weight: bold;
    margin: 0 0 15px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber {
    font-size: 82%;
    margin: 0 0 10px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dt {
    float: left;
    clear: left;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dd {
    float: left;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dd input[type="text"] {
    min-width: 80px;
    width: 60%;
    border: solid 1px #CCC;
    padding: 3px;
    text-align: center;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dd select {
    min-width: 80px;
    width: 60%;
  }
  #storeItem .storeItemInner .storeItemInfo button {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: pointer;
  }
  #storeItem .storeItemInner .storeItemInfo button.soldout {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #969696 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: auto;
  }
  #storeItem .storeItemInner .storeItemInfo .unavailable {
    text-align: center;
    color: #002393;
    padding: 10px;
    font-size: 82%;
    font-weight: bold;
    background: #CCC;
  }
  #storeItem .storeItemInner .storeItemInfo .notice {
    clear: both;
    padding-top: 20px;
    font-size: 82%;
    color: #ff0000;
  }
  #storeItem.llr8 .storeItemImage ul li img {
    border: none;
  }
  #storeItem.llr8 .storeItemImage #bx-pager {
    font-size: 0;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a {
    display: inline-block;
    width: 32%;
    margin: 0 0 5px 2%;
    text-decoration: none;
    color: #000;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a .caption {
    font-size: 11px;
    text-align: center;
    margin-top: 8px;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a img {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: bottom;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a:first-child, #storeItem.llr8 .storeItemImage #bx-pager a:nth-child(3n+1) {
    margin: 0;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a.active img {
    border: 3px solid #7a7a7a;
  }
  #storeLogoSpace {
    padding-top: 20px;
    background-color: #fff;
    text-align: center;
  }
  #storeLogoSpace img {
    max-width: 100%;
  }
  #storeItemList {
    background: #fff;
    padding: 10px;
  }
  #storeItemList .storeItemListInner {
    color: #000;
    padding: 0 10px;
  }
  #storeItemList .storeItemListInner ul li {
    background: #fff;
    width: 100%;
    padding: 10px;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  #storeItemList .storeItemListInner ul li .storeItemImage {
    margin: 0 0 10px;
  }
  #storeItemList .storeItemListInner ul li .storeItemImage a img {
    width: 100%;
  }
  #storeItemList .storeItemListInner ul li h3 {
    line-height: 1.4;
    font-size: 82%;
    text-align: center;
    margin: 0 0 5px;
    height: auto !important;
  }
  #storeItemList .storeItemListInner ul li h3 a {
    color: #000;
  }
  #storeItemList .storeItemListInner ul li form {
    display: block;
    height: auto !important;
  }
  #storeItemList .storeItemListInner ul li .itemForm {
    height: auto !important;
  }
  #storeItemList .storeItemListInner ul li .itemPrice {
    font-size: 82%;
    text-align: center;
    margin: 0 0 5px;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber {
    height: auto !important;
    min-height: 0 !important;
    font-size: 82%;
    margin: 0 auto 10px;
    width: 160px;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dt, #storeItemList .storeItemListInner ul li .itemSizeNumber dd {
    float: left;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dt {
    clear: left;
    width: 60px;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dd {
    width: 80px;
    text-align: right;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dd input[type="text"] {
    max-width: 40px;
    text-align: center;
    padding: 2px;
    border: solid 1px #CCC;
    height: 15px;
  }
  #storeItemList .storeItemListInner ul li button {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: auto;
  }
  #storeItemList .storeItemListInner ul li button.soldout {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #969696 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: auto;
  }
  #storeItemList .storeItemListInner ul li .unavailable {
    text-align: center;
    padding: 10px;
    color: #002393;
    font-size: 82%;
    font-weight: bold;
  }
  #storeItemList .pagenavi {
    margin: 14px 0px 0px 0px;
    padding: 10px 80px 20px 80px;
    text-align: center;
    clear: both;
    position: relative;
  }
  #storeItemList .pagenavi a, #storeItemList .pagenavi span {
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #storeItemList .pagenavi a {
    color: #010101;
    background-color: #e0e0e0;
  }
  #storeItemList .pagenavi span {
    font-weight: bold;
    color: #7a7a7a;
    background-color: #e0e0e0;
  }
  #storeItemList .pagenavi a.previouspostslink, #storeItemList .pagenavi a.nextpostslink {
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 79px;
    height: 44px;
    background: #e0e0e0 url("../images/sp/pagenavi.png") no-repeat;
    background-size: 298px 44px;
    text-indent: -9999px;
    display: block;
  }
  #storeItemList .pagenavi a.previouspostslink {
    background-position: 0px 0px;
    left: 0px;
    top: 0px;
    position: absolute;
  }
  #storeItemList .pagenavi a.nextpostslink {
    background-position: -219px 0px;
    right: 0px;
    top: 0px;
    position: absolute;
  }
  body #imgPreviewContainer {
    display: none !important;
  }
  /*--- biography -----------------------------------------------------------------------------*/
  #biographyCts {
    background-color: #fff;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #biographyCts h3 {
    margin: 0px 20px 8px 20px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #biographyCts #commonArtistImg {
    background: #fff;
    padding-bottom: 20px;
  }
  #biographyCts #biographyProfile {
    padding-top: 20px;
  }
  #biographyCts #profileList {
    padding: 20px 20px 0 20px;
  }
  #biographyCts #profileList li {
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.4;
  }
  #biographyCts #profileList li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 7px;
    border: 1px #bfbfbf solid;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.4;
    display: inline-block;
  }
  #biographyCts #biographyList {
    padding: 0px 20px 20px 20px;
  }
  #biographyCts #biographyList li {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px #d0d0d0 solid;
    clear: both;
  }
  #biographyCts #biographyList li dl {
    clear: both;
  }
  #biographyCts #biographyList li dl dt {
    padding: 0px 0px 3px 0px;
    color: #666;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.5;
  }
  #biographyCts #biographyList li dl dt br {
    display: none;
  }
  #biographyCts #biographyList li dl dd {
    font-size: 94%;
    font-weight: normal;
    line-height: 1.3;
  }
  #biographyCts #biographyList li dl dd span {
    color: #002394;
  }
  /*--- Baby Peenats -----------------------------------------------------------------------------*/
  #babyListCts {
    margin: 0px auto;
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #babyListCts h3 {
    display: none;
  }
  #babyListCts ul {
    padding: 0px 10px 0px 10px;
  }
  #babyListCts ul li {
    border-top: 1px #7a7a7a solid;
    clear: both;
  }
  #babyListCts ul li:first-child {
    border-top: none;
  }
  #babyListCts ul li a {
    padding: 14px 20px 7px 0px;
    background: url("../images/sp/bg_arr.png") no-repeat right center;
    background-size: 9px 15px;
    text-decoration: none;
    display: block;
  }
  #babyListCts ul li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #babyListCts ul li a dl {
    clear: both;
  }
  #babyListCts ul li a dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #babyListCts ul li.new a dl {
    background: url("../images/pc/icon_new.gif") no-repeat left top;
  }
  #babyListCts ul li.check a dl {
    background: url("../images/pc/icon_check.gif") no-repeat left top;
  }
  #babyListCts ul li a dl dt {
    padding: 0px 0px 5px 0px;
    color: #666;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
    display: block;
  }
  #babyListCts ul li.new a dl dt, #babyListCts ul li.check a dl dt {
    padding: 0px 0px 5px 45px;
  }
  #babyListCts ul li a dl dd {
    color: #000;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
  }
  #babyListNavi {
    margin: 14px 0px 0px 0px;
    padding: 10px 80px 35px 80px;
    text-align: center;
    clear: both;
    position: relative;
  }
  #babyListNavi li {
    padding: 0px 4px 0px 4px;
    text-align: center;
    display: inline-block;
  }
  #babyListNavi li a, #babyListNavi li span {
    padding: 5px 0px 5px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #babyListNavi li a {
    color: #7a7a7a;
  }
  #babyListNavi li.set a {
    color: #fff;
    font-weight: bold;
  }
  #babyListNavi li span {
    color: #7a7a7a;
  }
  #babyListNavi #naviL, #babyListNavi #naviR {
    padding: 0px 0px 0px 0px;
    font-size: 0px;
    line-height: 0;
    display: block;
  }
  #babyListNavi #naviL a, #babyListNavi #naviR a {
    padding: 0px 0px 0px 0px;
    width: 79px;
    height: 44px;
    background: #000 url("../images/sp/pagenavi.png") no-repeat;
    background-size: 298px 44px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #babyListNavi #naviL a {
    left: 0px;
    top: 0px;
    position: absolute;
  }
  #babyListNavi #naviR {
    right: 0px;
    top: 0px;
    position: absolute;
  }
  #babyListNavi #naviL a {
    background-position: 0px 0px;
  }
  #babyListNavi #naviR a {
    background-position: -219px 0px;
  }
  #babyNoticeCts {
    margin: 40px 0;
    padding: 20px;
    background-color: #fff;
    font-size: 88%;
    line-height: 1.5;
    color: #002394;
  }
  #babyBtmCts {
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #babyBtmCts .btList {
    padding: 0px 0px 8px 0px;
    clear: both;
  }
  #babyBtmCts .btList li {
    padding: 0px 0px 16px 0px;
  }
  #babyBtmCts .btList li a {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: block;
  }
  #babyBtmCts h4 {
    padding: 6px 0px 15px 32px;
    border-top: 3px #ddd solid;
    background: url("../images/sp/icon_h4_mail.png") no-repeat 0px 6px;
    background-size: 23px 17px;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #babyBtmCts ul.cnt {
    padding: 0px 0px 12px 0px;
  }
  #babyBtmCts ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #babyBtmCts ul.cnt li span {
    margin: 0px 10px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
  }
  #babyBtmCts ul.note {
    padding: 0px 0px 0px 0px;
    clear: both;
  }
  #babyBtmCts ul.note li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 6px 0em;
    list-style: disc outside;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #babypeenatsSubPageCts {
    background-color: #fff;
  }
  #babypeenatsSubPageCts strong {
    color: #002394;
    font-weight: normal;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageHead {
    padding: 20px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageHead h3 {
    color: #000;
    font-size: 119%;
    font-weight: bold;
    line-height: 1;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody {
    padding: 20px;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody p {
    margin-top: 10px;
    font-size: 94%;
    line-height: 1.5em;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody p:first-child {
    margin-top: 0;
  }
  #babypeenatsSubPageBack {
    margin: 20px;
    border: 1px solid #7a7a7a;
  }
  #babypeenatsSubPageBack a {
    display: block;
    padding: 0 25px;
    height: 44px;
    line-height: 44px;
    background: url("../images/sp/point_back_list.png") no-repeat 10px center;
    background-size: 9px 15px;
    text-align: center;
    color: #7a7a7a;
    text-decoration: none;
  }
  #babypeenatsSubPageBack:hover, #babypeenatsSubPageBack:focus, #babypeenatsSubPageBack:active {
    border-color: #002394;
  }
  #babypeenatsSubPageBack a:hover, #babypeenatsSubPageBack a:focus, #babypeenatsSubPageBack a:active {
    color: #002394;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody .attention {
    text-indent: -1em;
    margin-left: 1em;
  }
  #babypeenatsSubPageCts #babypeenatsJoinInfo dt {
    font-size: 116%;
    font-weight: bold;
  }
  #babypeenatsSubPageCts #babypeenatsJoinInfo dt span {
    margin-left: 14px;
    font-size: 75%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinInfo dd {
    margin-bottom: 16px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail {
    margin-top: 30px;
    padding: 5px 0 0 0;
    border-top: 3px #ddd solid;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail h4 {
    margin: 10px 0px;
    font-size: 116%;
  }
  #babypeenatsSubPageCts div.openhowto {
    margin-top: 20px;
    padding: 7px 0px 3px;
    font-size: 88%;
    font-weight: bold;
    text-align: center;
    background: #e0e0e0 url("../images/baby_peenats/point_arr_bottom.png") no-repeat 7px center;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo {
    display: none;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo h5 {
    margin: 30px 0px 10px;
    font-size: 116%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ol.joinlist1 {
    margin-left: 24px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ol.joinlist1 li {
    list-style-type: decimal;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ol.joinlist1 li span {
    font-size: 86%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.joinlist2 {
    margin-left: 24px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.joinlist2 li {
    list-style-type: disc;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo dt {
    margin: 16px 0px 0;
    font-size: 94%;
    font-weight: bold;
    color: #fff;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo dd {
    font-size: 94%;
  }
  #babypeenatsSubPageCts #babypeenatsJoin img {
    max-width: 100%;
    height: auto;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo div.cnt_space {
    margin-top: 30px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.cnt {
    margin-top: 10px;
    padding: 0px 0px 16px 0px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.cnt li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo .babypeenatsJoinHowToAddress dd {
    text-align: left;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo .babypeenatsJoinHowToPrice {
    text-align: left;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo .babypeenatsJoinHowToPrice strong {
    font-size: 116%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail {
    margin-top: 20px;
    padding: 5px 0 0 0;
    border-top: 3px #ddd solid;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail dt {
    margin: 20px 0 8px;
    font-size: 106%;
    font-weight: bold;
    line-height: 1.29em;
    color: #fff;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail dd {
    margin-bottom: 20px;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px #ddd solid;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl {
    clear: both;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dt {
    margin: 0px 0px 17px 0px;
    color: #000;
    font-size: 107%;
    font-weight: bold;
    line-height: 1.3;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dt span {
    margin: 0px 0px 10px 0px;
    padding: 1px 0px;
    width: 4.1em;
    background-color: #7a7a7a;
    color: #fff;
    font-size: 76%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dd {
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dd p {
    padding: 0px 0px 13px 0px;
    font-size: 1em;
    line-height: 1.5;
  }
  #babypeenatsSubPageCts #babypeenatsAddress dt {
    margin: 20px 0 8px;
    font-size: 106%;
    font-weight: bold;
    line-height: 1.29em;
    color: #fff;
  }
  #babypeenatsSubPageCts #babypeenatsAddress dd {
    margin-bottom: 20px;
  }
  /*--- LIVE -----------------------------------------------------------------------------*/
  #liveCts {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #liveCts #ttImg {
    padding: 0 10px;
    text-align: center;
  }
  #liveCts #ttImg img {
    margin: 0px auto;
    max-width: 100%;
    height: auto;
  }
  #liveList {
    padding-top: 20px;
    background-color: #fffeda;
    overflow: hidden;
    max-width: 100%;
  }
  #liveList div.liveinfo {
    margin: 0px 20px 15px;
  }
  #liveList div.liveinfo p.attention {
    font-size: 88%;
  }
  #liveList .iconInfo dl {
    background: #f8f8f8;
    padding: 5px;
    margin: 0 10px 10px;
  }
  #liveList .iconInfo dl:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #liveList .iconInfo dl dt, #liveList .iconInfo dl dd {
    display: block;
    float: left;
  }
  #liveList .iconInfo dl dt {
    float: left;
    width: 26px;
    text-align: center;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #liveList .iconInfo dl dt img {
    vertical-align: middle;
  }
  #liveList .iconInfo dl.ticketIcon img {
    padding-bottom: 2px;
  }
  #liveList .iconInfo dl dd {
    font-size: 88%;
  }
  #liveList .iconInfo dl dd:before {
    content: "：";
    font-size: 88%;
  }
  /* #liveList div.liveinfo p.link { 	padding: 0px 0px 16px 16px; 	background: url("../images/pc/point_link.png") no-repeat 0px 0.3em; 	background-size: 12px 12px; } */
  #liveCts h3 {
    margin: 0 20px 20px 20px;
    padding: 0 0 10px 0;
    font-size: 0px;
    line-height: 0;
    clear: both;
    border-bottom: 2px #fff solid;
  }
  #liveCts h3.noBorder {
    padding-bottom: 0;
    margin-bottom: 6px;
    border-bottom: none;
  }
  #liveCts .goods {
    margin: 0 20px 20px;
  }
  #liveCts .goods .link {
    padding: 0px 0px 16px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  #liveCts table {
    margin: 0px 10px 15px;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #7a7a7a solid;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-spacing: 0px;
    display: block;
    clear: both;
    display: block;
  }
  #liveCts tbody, #liveCts thead, #liveCts tfoot, #liveCts tr, #liveCts th, #liveCts td {
    display: block;
  }
  #liveCts table tr th {
    display: none;
  }
  #liveCts table tr td {
    font-size: 94%;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
  }
  #liveCts table tr .tdD {
    margin: 0px 0px 10px 0px;
    padding: 7px 10px 7px 10px;
    background-color: #f8f8f8;
  }
  #liveCts table tr .tdT, #liveCts table tr .tdH {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_time.png") no-repeat 10px 0px;
  }
  #liveCts table tr .tdT:before {
    content: '開場/開演';
    margin: -1px 0.7em 0 0;
    padding: 2px 8px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #bfbfbf;
    color: #232323;
    font-size: 80%;
    font-weight: normal;
    display: inline-block;
  }
  #liveCts table tr .tdM {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_map.png") no-repeat 10px 0px;
  }
  #liveCts table tr .tdM a {
    color: #000;
    text-decoration: underline;
  }
  #liveCts table tr .tdH {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_map.png") no-repeat 10px 0px;
  }
  #liveCts table tr .tdH li:first-child p {
    margin-top: 0;
  }
  #liveCts table tr .tdH li p {
    margin-top: 5px;
  }
  #liveCts table tr .tdH p:before {
    content: "○";
  }
  #liveCts table tr .tdH span {
    color: #002394;
    font-size: 88%;
  }
  #liveCts table tr .tdH span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts table tr .tdH span a.url {
    color: #fff !important;
  }
  #liveCts table tr .tdH em {
    font-size: 88%;
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts table tr .tdH em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts table tr .tdG {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_ticket.png") no-repeat 7px 3px;
  }
  #liveCts table tr .tdG li:first-child p {
    margin-top: 0;
  }
  #liveCts table tr .tdG li p {
    margin-top: 5px;
  }
  #liveCts table tr .tdG > a {
    margin-bottom: 5px;
  }
  #liveCts table tr .tdG p:before {
    content: "○";
  }
  #liveCts table tr .tdG span {
    color: #002394;
    font-size: 88%;
  }
  #liveCts table tr .tdG span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts table tr .tdG span a.url {
    color: #fff !important;
  }
  #liveCts table tr .tdG em {
    font-size: 88%;
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts table tr .tdG em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts table tr .tdP {
    padding: 0px 10px 15px 35px;
    position: relative;
    background: url("../images/pc/icon_live_phone.png") no-repeat 10px 0px;
    border-style: none;
  }
  #liveCts table tr .tdP:last-child {
    border-bottom: 1px #d0d0d0 solid;
  }
  #liveCts table tr td a {
    color: #002394;
    text-decoration: none;
    display: block;
  }
  #liveCts div.ticket_pageSp {
    margin: 0px 20px 30px;
    padding: 0px 0px;
    border-top: 2px #fff solid;
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
  }
  #liveCts div.ticket_pageSp p.areamap {
    padding: 5px 0px;
    font-weight: bold;
    background-color: #f8f8f8;
  }
  #liveCts div.ticket_pageSp p.areamap span {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_map.png") no-repeat 10px 0px;
  }
  #liveCts div.ticket_pageSp p.areamap a {
    color: #000;
  }
  #liveCts div.ticket_pageSp dl.d_info, #liveCts div.ticket_pageSp dl.pg_info, #liveCts div.ticket_pageSp dl.ct_info {
    margin: 10px 0px 20px;
    padding: 0px 8px;
  }
  #liveCts div.ticket_pageSp dl a {
    color: #002394;
    text-decoration: none;
  }
  #liveCts div.ticket_pageSp div.areainfo {
    padding-bottom: 8px;
    border-bottom: solid 1px #d0d0d0;
  }
  #liveCts div.ticket_pageSp div.areainfo:last-child {
    border-style: none;
  }
  #liveCts div.ticket_pageSp dl.d_info dt {
    padding: 3px 10px 0px 25px;
    background: url("../images/pc/icon_live_time.png") no-repeat 10px 0px;
    background-position: left;
  }
  #liveCts div.ticket_pageSp dl.pg_info dt {
    padding: 3px 10px 0px 25px;
    background: url("../images/pc/icon_live_ticket.png") no-repeat 7px 3px;
    background-size: 20px auto;
    background-position: left;
  }
  #liveCts div.ticket_pageSp dl.ct_info dt {
    padding: 3px 10px 0px 25px;
    background: url("../images/pc/icon_live_phone.png") no-repeat 10px 0px;
    background-position: left;
  }
  #liveCts div.ticket_pageSp dl.d_info dt span, #liveCts div.ticket_pageSp dl.pg_info dt span, #liveCts div.ticket_pageSp dl.ct_info dt span {
    margin-bottom: 5px;
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    font-size: 80%;
    padding: 3px;
  }
  #liveCts div.ticket_pageSp dl.d_info dd ul li, #liveCts div.ticket_pageSp dl.pg_info dd ul li {
    margin-left: 24px;
    font-size: 92%;
    list-style-type: disc;
  }
  #liveCts div.ticket_pageSp dl.ct_info dd {
    font-size: 92%;
  }
  #liveCts #moreBt {
    padding: 0px 20px 20px 20px;
    text-align: center;
    display: none;
  }
  #liveCts #moreBt a {
    width: 100%;
    height: 35px;
    background: #e0e0e0 url("../images/sp/bt_more.png") no-repeat center center;
    background-size: 77px 10px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #liveCts .liveBox {
    border-top: 20px #fff solid;
    padding: 20px 20px 15px 20px;
  }
  #liveCts .liveBox h4 {
    margin: 0px 0px 15px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  #liveCts .ticket h4 {
    margin: 0px 0px 15px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  #liveCts .ticket dd a {
    color: #ff0000;
  }
  #liveCts .ticket dd a:hover {
    color: #002394;
  }
  #liveCts .liveBox h5 {
    margin: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.5;
  }
  #liveCts ul.cnt {
    padding: 0px 0px 12px 0px;
  }
  #liveCts .liveBox ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #liveCts .liveBox ul.cnt li span {
    margin: 0px 10px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
  }
  #liveCts .liveBox ul.note {
    padding: 0px 0px 15px 0px;
    clear: both;
  }
  #liveCts .liveBox ul.note li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 6px 0em;
    list-style: disc outside;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #liveCts .ticket {
    padding-bottom: 15px;
  }
  #liveList .ticket {
    margin: 0 20px;
    font-size: 94%;
  }
  #liveCts .ticket dt:last-of-type, #liveCts .ticket dd:last-of-type {
    padding-bottom: 0;
  }
  #liveCts .ticket dt {
    font-weight: bold;
  }
  #liveCts .ticket dd {
    padding-bottom: 6px;
  }
  #liveCts .ticket dd strong {
    font-weight: bold;
    font-size: 107%;
    color: #002394;
  }
  /* 坤㝄ライブ情報 140814追加 */
  #liveCts02 {
    margin: 50px auto 0px;
    width: 100%;
    text-align: left;
    clear: both;
  }
  #liveCts02 #ttImg02 {
    padding: 0 10px;
  }
  #liveCts02 #ttImg02 img {
    margin: 0px auto;
    max-width: 100%;
    height: auto;
  }
  #liveCts02 #hiddenlist {
    display: none;
    margin-top: 30px;
  }
  div.linkbtn_area {
    margin: 20px;
    padding: 7px 0px 3px;
    font-size: 88%;
    font-weight: bold;
    text-align: center;
    background: #e0e0e0 url("../images/pc/point_arr.png") no-repeat 7px center;
  }
  div.linkbtn_area a {
    display: block;
  }
  #liveList02 {
    padding: 20px 0px;
    background-color: #fff;
    overflow: hidden;
    max-width: 100%;
  }
  #liveList div.end_pub {
    margin: 0px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  #liveList div.end_pub img {
    max-width: 100%;
  }
  #liveList div.end_pub p {
    text-align: center;
    margin: 10px 0;
  }
  #liveList02 div.end_pub {
    margin: 0px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  #liveList02 div.end_pub img {
    max-width: 100%;
  }
  #liveList02 div.end_pub p {
    text-align: center;
    margin: 10px 0;
  }
  #liveList02 div.liveinfo {
    margin: 0px 20px 15px;
  }
  #liveList02 div.liveinfo p.attention {
    font-size: 88%;
  }
  /* #liveList02 div.liveinfo p.link { 	padding: 0px 0px 16px 16px; 	background: url("../images/pc/point_link.png") no-repeat 0px 0.3em; 	background-size: 12px 12px; } */
  #liveCts02 h3 {
    margin: 0 20px 20px 20px;
    padding: 0 0 10px 0;
    font-size: 0px;
    line-height: 0;
    clear: both;
    border-bottom: 2px #fff solid;
  }
  #liveCts02 .goods {
    margin: 0 20px 20px;
  }
  #liveCts02 .goods .link {
    padding: 0px 0px 16px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  #liveCts02 table {
    margin: 0px 10px 15px;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #fff solid;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-spacing: 0px;
    display: block;
    clear: both;
    display: block;
  }
  #liveCts02 tbody, #liveCts02 thead, #liveCts02 tfoot, #liveCts02 tr, #liveCts02 th, #liveCts02 td {
    display: block;
  }
  #liveCts02 table tr th {
    display: none;
  }
  #liveCts02 table tr td {
    font-size: 94%;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
  }
  #liveCts02 table tr .tdD {
    margin: 0px 0px 10px 0px;
    padding: 7px 10px 7px 10px;
    background-color: #f8f8f8;
  }
  #liveCts02 table tr .tdT, #liveCts02 table tr .tdH {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_time.png") no-repeat 10px 0px;
  }
  #liveCts02 table tr .tdT:before {
    content: '開場/開演';
    margin: -1px 0.7em 0 0;
    padding: 2px 8px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #bfbfbf;
    color: #232323;
    font-size: 80%;
    font-weight: normal;
    display: inline-block;
  }
  #liveCts02 table tr .tdM {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_map.png") no-repeat 10px 0px;
  }
  #liveCts02 table tr.soldOut .tdM {
    position: relative;
    z-index: 1;
  }
  #liveCts02 table tr .tdM a {
    color: #000;
    text-decoration: underline;
  }
  #liveCts02 table tr .tdH {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_map.png") no-repeat 10px 0px;
  }
  #liveCts02 table tr .tdH li:first-child p {
    margin-top: 0;
  }
  #liveCts02 table tr .tdH li p {
    margin-top: 5px;
  }
  #liveCts02 table tr .tdH p:before {
    content: "○";
  }
  #liveCts02 table tr .tdH span {
    color: #002394;
    font-size: 88%;
  }
  #liveCts02 table tr .tdH span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts02 table tr .tdH span a.url {
    color: #fff !important;
  }
  #liveCts02 table tr .tdH em {
    font-size: 88%;
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts02 table tr .tdH em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts02 table tr .tdG {
    padding: 0px 10px 9px 35px;
    background: url("../images/pc/icon_live_ticket.png") no-repeat 7px 3px;
  }
  #liveCts02 table tr .tdG li:first-child p {
    margin-top: 0;
  }
  #liveCts02 table tr .tdG li p {
    margin-top: 5px;
  }
  #liveCts02 table tr .tdG p:before {
    content: "○";
  }
  #liveCts02 table tr .tdG span {
    color: #002394;
    font-size: 88%;
  }
  #liveCts02 table tr .tdG span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts02 table tr .tdG span a.url {
    color: #fff !important;
  }
  #liveCts02 table tr .tdG em {
    font-size: 88%;
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts02 table tr .tdG em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts02 table tr .tdP {
    padding: 0px 10px 15px 35px;
    position: relative;
    background: url("../images/pc/icon_live_phone.png") no-repeat 10px 0px;
    border-bottom: 1px #d0d0d0 solid;
  }
  #liveCts02 table tr td a {
    color: #002394;
    text-decoration: none;
    display: block;
  }
  #liveCts02 #moreBt {
    padding: 0px 20px 20px 20px;
    text-align: center;
    display: none;
  }
  #liveCts02 #moreBt a {
    width: 100%;
    height: 35px;
    background: #e0e0e0 url("../images/sp/bt_more.png") no-repeat center center;
    background-size: 77px 10px;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #liveCts02 .liveBox {
    border-top: 20px #fff solid;
    padding: 20px 20px 15px 20px;
  }
  #liveCts02 .liveBox h4 {
    margin: 0px 0px 15px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  #liveCts02 .ticket h4 {
    margin: 0px 0px 15px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
  }
  #liveCts02 .ticket dd a {
    color: #ff0000;
  }
  #liveCts02 .ticket dd a:hover {
    color: #002394;
  }
  #liveCts02 .liveBox h5 {
    margin: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.5;
  }
  #liveCts02 ul.cnt {
    padding: 0px 0px 12px 0px;
  }
  #liveCts02 .liveBox ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #liveCts02 .liveBox ul.cnt li span {
    margin: 0px 10px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
  }
  #liveCts02 .liveBox ul.note {
    padding: 0px 0px 15px 0px;
    clear: both;
  }
  #liveCts02 .liveBox ul.note li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 6px 0em;
    list-style: disc outside;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
  }
  #liveCts02 .ticket {
    padding-bottom: 15px;
  }
  #liveList02 .ticket {
    margin: 0 20px;
    font-size: 94%;
  }
  #liveCts02 .ticket dt:last-of-type, #liveCts02 .ticket dd:last-of-type {
    padding-bottom: 0;
  }
  #liveCts02 .ticket dt {
    font-weight: bold;
  }
  #liveCts02 .ticket dd {
    padding-bottom: 6px;
  }
  #liveCts02 .ticket dd strong {
    font-weight: bold;
    font-size: 107%;
    color: #002394;
  }
  /*--- LIVE -----------------------------------------------------------------------------*/
  #mediaCts {
    margin: 0px auto;
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #mediaCts h3 {
    padding: 20px 20px 6px 20px;
    font-size: 0px;
    line-height: 0;
    clear: both;
  }
  #mediaCts table {
    margin: 0px 20px 5px 20px;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #7a7a7a solid;
    border-bottom: 2px #7a7a7a solid;
    border-spacing: 0px;
    display: block;
    clear: both;
    display: block;
  }
  #mediaCts tbody, #mediaCts thead, #mediaCts tfoot, #mediaCts tr, #mediaCts th, #mediaCts td {
    display: block;
  }
  #mediaCts table tr th {
    display: none;
  }
  #mediaCts table tr td {
    font-size: 94%;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
  }
  #mediaCts table tr .tdD {
    padding: 7px 10px 7px 10px;
    background-color: #f8f8f8;
  }
  #mediaCts table tr .tdDH {
    padding: 7px 0px 7px 0px;
    width: 50%;
    background-color: #f8f8f8;
    text-indent: 10px;
    float: left;
  }
  #mediaCts table tr .tdT {
    padding: 7px 0px 7px 0px;
    width: 50%;
    background-color: #f8f8f8;
    float: left;
  }
  #mediaCts table tr .tdW {
    padding: 7px 10px 7px 10px;
    background-color: #f8f8f8;
  }
  #mediaCts table tr .tdE, #mediaCts table tr .tdS {
    padding: 15px 10px 15px 10px;
    clear: both;
  }
  #mediaCts .mediaBox {
    padding: 8px 20px 30px 20px;
    color: #232323;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.4;
  }
  #mediaCts .notice {
    padding: 0 20px;
    font-size: 81%;
    color: #797979;
  }
  #mediaCts .notice2 {
    padding-top: 5px;
    margin: 0px 20px;
    border-top: 2px #7a7a7a solid;
    font-size: 81%;
    color: #797979;
  }
  /*--- PRIVACY POLICY -----------------------------------------------------------------------------*/
  #privacypolicyCts {
    background: #fff;
  }
  #privacypolicyCts .privacypolicyHead {
    padding: 20px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #privacypolicyCts .privacypolicyHead h3 {
    color: #000;
    font-size: 119%;
    font-weight: bold;
    line-height: 1;
  }
  #privacypolicyCts .privacypolicyBody {
    padding: 20px;
  }
  #privacypolicyCts .privacypolicyBody p, #privacypolicyCts .privacypolicyBody dd {
    padding-bottom: 20px;
    font-size: 94%;
    line-height: 1.5em;
  }
  #privacypolicyCts .privacypolicyBody dt {
    margin-bottom: 8px;
    font-size: 106%;
    font-weight: bold;
    line-height: 1.29em;
    color: #000;
  }
  /*--- CONTACT -----------------------------------------------------------------------------*/
  #contactCts {
    background: #fff;
  }
  #contactCts .contactHead {
    padding: 20px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #contactCts .contactHead h3 {
    color: #fff;
    font-size: 119%;
    font-weight: bold;
    line-height: 1;
  }
  #contactCts .contactBody {
    padding: 20px;
  }
  #contactCts .contactBody p, #contactCts .contactBody dl {
    padding-bottom: 20px;
    font-size: 94%;
    line-height: 1.5em;
  }
  #contactCts #contactFooter {
    padding-bottom: 20px;
    font-size: 94%;
    line-height: 1.5em;
  }
  #contactCts .contactBody dt {
    line-height: 22px;
    font-weight: bold;
  }
  #contactCts .contactBody dd {
    margin-bottom: 16px;
  }
  #contactCts .contactBody dd:last-child {
    margin-bottom: 0;
  }
  #contactCts #contactForm input[type="text"], #contactCts #contactForm textarea {
    margin: 0;
    padding: 4px 8px;
    font-size: 94%;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
  }
  #contactCts #contactForm input[type="submit"], #contactCts #contactForm input[type="reset"] {
    font-size: 115%;
  }
  #contactCts #contactForm input[type="submit"] {
    margin-right: 10px;
  }
  #contactCts #contactForm p.notice {
    padding-bottom: 0;
  }
  #contactCts #contactForm .error {
    color: #f8353f;
    font-weight: bold;
  }
  #contactCts #contactFormBtns {
    text-align: center;
  }
  #contactCts #contactFooter {
    padding: 20px;
    border-top: 1px #e9e9e9 solid;
  }
  #contactCts #contactFooter p.link {
    padding: 0px 0px 0 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  /*--- SPECIAL -----------------------------------------------------------------------------*/
  #specialCts {
    background: #fff;
  }
  #specialCts img {
    max-width: 100%;
    height: auto;
  }
  #specialCts #specialKey img {
    width: 100%;
    display: block;
  }
  #specialCts #specialBody {
    overflow: hidden;
    padding: 20px 20px 40px 20px;
    background-color: #FFF;
  }
  #specialCts #specialInfo {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  #specialCts #specialInfoDetail h3 {
    text-align: center;
  }
  #specialCts #specialInfoSongs {
    margin-left: -1em;
    overflow: hidden;
    font-size: 94%;
  }
  #specialCts #specialInfoSongs li {
    margin-left: 1em;
  }
  #specialCts #specialInfoSongs li span {
    display: block;
    color: #333;
    margin: 0 0 5px;
    font-size: 69%;
  }
  #specialCts #specialInfoSongs#specialInfoSongsList {
    width: 100%;
  }
  #specialCts #specialInfoCopyright {
    margin-top: 5px;
    font-size: 81%;
    line-height: 1.3;
  }
  #specialCts #specialInfoCm {
    position: relative;
    margin: 14px 0 10px;
    padding: 10px;
    background: #EBF6FD;
    border-radius: 10px;
    font-size: 81%;
    line-height: 1.2;
    color: #002394;
    z-index: 1;
  }
  #specialCts #specialInfoCm li {
    margin-bottom: 5px;
  }
  #specialCts #specialInfoCm li:last-child {
    margin-bottom: 0;
  }
  #specialCts #specialInfoPrice {
    font-size: 81%;
    margin-bottom: 20px;
  }
  #specialCts #specialInfoCampaignLink {
    margin: 12px 0 20px;
  }
  #specialCts #specialInfoCampaignLink .link {
    padding: 0px 0px 16px 16px;
    font-size: 94%;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  #specialCts .specialInfoDisc {
    overflow: hidden;
    margin: 12px auto 0;
    max-width: 300px;
  }
  #specialCts .specialInfoDisc h4 {
    margin-bottom: 8px;
  }
  #specialCts .specialInfoDisc h4 img {
    display: block;
    width: 100%;
  }
  #specialCts .specialInfoDisc div {
    display: block;
    overflow: hidden;
  }
  #specialCts #specialInfoNotice {
    margin-top: 10px;
    font-size: 81%;
    line-height: 1.2;
  }
  #specialCts #specialInfoNotice ul {
    margin-left: 1em;
  }
  #specialCts #specialInfoNotice li {
    margin-bottom: 5px;
    list-style: disc outside;
  }
  #specialCts #specialInfoNotice li:last-child {
    margin-bottom: 0;
  }
  #specialCts #specialBuyBtn {
    margin-top: 20px;
    text-align: center;
    max-width: 100%;
    height: auto;
  }
  #specialCts #specialInterview {
    clear: both;
    padding-top: 20px;
  }
  #specialCts #specialInterview h3 {
    line-height: 0;
    padding-bottom: 8px;
    border-bottom: 2px #7a7a7a solid;
    margin-bottom: 8px;
  }
  #specialCts #specialInterview h3 img {
    height: 22px;
    width: auto;
  }
  #specialCts #specialInterview p {
    margin-bottom: 10px;
    font-size: 81%;
  }
  /*--- iframe -----------------------------------------------------------------------------*/
  .diversionIframeCont {
    border: none;
    width: 100%;
    max-width: 100%;
  }
  /*--- display -----------------------------------------------------------------------------*/
  .flgPc {
    display: none;
  }
  .flgSp {
    display: block;
  }
  /*--- preOpenCts -----------------------------------------------------------------------------*/
  #preOpenCts {
    text-align: center;
    color: #fff;
  }
  #preOpenCts img {
    max-width: 100%;
    height: auto;
  }
  #preOpenCts .illust {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  #header #headerIn .snsList {
    right: 54px;
    top: 20px;
  }
  #header #headerIn .snsList li a {
    width: 18px;
    height: 18px;
  }
  #header #headerIn .snsList .yt {
    display: none;
  }
}
/*--------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print and (min-width: 0px) {
  /*--- header -----------------------------------------------------------------------------*/
  a {
    color: #000;
    text-decoration: underline;
  }
  a:hover {
    color: #002394;
    text-decoration: underline;
  }
  #header {
    width: 100%;
    min-width: 1060px;
    background-color: #6ABEBF;
    text-align: center;
    clear: both;
  }
  #header #headerIn {
    margin: 0px auto;
    width: 1200px;
    text-align: left;
  }
  #header #headerIn:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #header #headerIn h1 {
    padding: 10px 0px;
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #header #headerIn h1 a {
    width: 380px;
    height: 30px;
    background: url("/images/2023/logo_pc.png") no-repeat left top;
    background-size: contain;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #header #headerIn .snsList {
    width: 152px;
    font-size: 0px;
    line-height: 0;
    float: right;
    display: block;
    width: auto;
  }
  #header #headerIn .snsList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #header #headerIn .snsList li {
    line-height: 0;
    font-size: 0;
    float: left;
  }
  #header #headerIn .snsList li a {
    color: #000;
    width: 25px;
    height: 25px;
    text-decoration: none;
    margin: 13px 0 13px 30px;
    display: block;
  }
  #header #headerIn .snsList li.tw a {
    margin-left: 0;
    background: url("../images/common/icon_tw.png") no-repeat center center;
    background-size: auto 20px;
  }
  #header #headerIn .snsList li.fb a {
    background: url("../images/common/icon_fb.png") no-repeat center center;
    background-size: auto 22px;
  }
  #header #headerIn .snsList li.yt a {
    background: url("../images/common/icon_yt.png") no-repeat center center;
    background-size: auto 18px;
  }
  #header #headerIn .snsList li.ig a {
    background: url("../images/common/icon_ig.png") no-repeat center center;
    background-size: auto 22px;
  }
  #header #headerIn p {
    display: none;
  }
  #gNavi {
    width: 100%;
    min-width: 990px;
    background-color: #fff;
    text-align: center;
    display: block;
    clear: both;
  }
  #gNavi ul {
    margin: 0px auto;
    width: 1220px;
    height: 50px;
    text-align: left;
    background: url("/images/2023/gnavi.png") no-repeat;
    background-position: center 5px;
    background-size: cover;
  }
  #gNavi ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #gNavi ul li {
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #gNavi ul #gNavi07 {
    position: relative;
    z-index: 1;
  }
  #gNavi ul li a {
    height: 50px;
    min-width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #gNavi ul li a:hover, #gNavi ul li a.current {
    background-color: rgba(255, 255, 255, 0.5);
  }
  #gNavi ul #gNaviHome a {
    min-width: 120px;
  }
  #gNavi ul #gNavi01 a {
    min-width: 110px;
  }
  #gNavi ul #gNavi02 a {
    min-width: 85px;
  }
  #gNavi ul #gNavi04 a {
    min-width: 185px;
  }
  #gNavi ul #gNavi05 a {
    min-width: 150px;
  }
  #gNavi ul #gNavi06 a {
    min-width: 140px;
  }
  #gNavi ul #gNavi07 a {
    min-width: 105px;
  }
  #gNavi ul #gNavi08 a {
    min-width: 215px;
  }
  #gNavi ul #gNavi07 div {
    background-image: url("../images/pc/bg_gsubnavi.png") repeat left top;
    border-top: 2px #000 solid;
    left: 0px;
    top: 50px;
    position: absolute;
    display: none;
  }
  #gNavi ul #gNavi07 div ul {
    padding: 0px 20px 0px 18px;
    width: auto;
    background: none;
    border-top: 1px #000 solid;
    text-align: left;
  }
  #gNavi ul #gNavi07 div ul li {
    padding: 0px 0px 0px 0px;
    border-top: 1px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    float: none;
  }
  #gNavi ul #gNavi07 div ul li:first-child {
    border-top: none;
  }
  #gNavi ul #gNavi07 div ul li a {
    width: 205px;
    height: 38px;
    background: url("/images/2023/gsubnavi.png") no-repeat;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #gNavi ul #gNavi07 div ul #gNavi72 a {
    background-position: 0px 5px;
  }
  #gNavi ul #gNavi07 div ul #gNavi72 a:hover {
    background-position: -228px 5px;
  }
  #gNavi ul #gNavi07 div ul #gNavi73 a {
    background-position: 0px -42px;
  }
  #gNavi ul #gNavi07 div ul #gNavi73 a:hover {
    background-position: -228px -42px;
  }
  #gNavi ul #gNavi07 div ul #gNavi74 a {
    background-position: 0px -89px;
  }
  #gNavi ul #gNavi07 div ul #gNavi74 a:hover {
    background-position: -228px -89px;
  }
  /*--- common -----------------------------------------------------------------------------*/
  .llr8 .yoyaku .llr8 {
    display: block !important;
  }
  h2:not([class]) {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    background-color: #fff;
    width: 1060px;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  h2:not([class]) img {
    width: auto;
    height: 85px;
  }
  .section-title {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 28px 40px;
    background-color: #fff;
    width: 1060px;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  .section-title img {
    width: auto;
    height: 32px;
  }
  #content {
    margin: 0px auto;
    padding: 0 40px;
    width: 1060px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #mainCts {
    width: 800px;
    float: left;
  }
  #sideCts {
    width: 220px;
    float: right;
    overflow: hidden;
  }
  #sideIllust {
    text-align: center;
    margin: 0 0 30px;
  }
  #sideNewAlbum {
    margin: 0px 0px 20px;
    color: #000;
    font-size: 88%;
    text-align: center;
  }
  #sideNewAlbum a {
    color: #000;
    text-decoration: none;
    transition: opacity .2s linear;
  }
  #sideNewAlbum a:hover {
    color: #002394;
  }
  #sideNewAlbum a:hover img {
    opacity: .85;
  }
  #sideNewAlbum dt {
    margin: 0 0 5px;
  }
  #sideNewAlbum dd {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  #sideBanner {
    padding: 0px 0px 18px 0px;
    width: auto;
    font-size: 0px;
    line-height: 0;
  }
  #sideBanner li {
    width: auto;
    margin: 0 0 10px;
    font-size: 0px;
    line-height: 0;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px 0px;
  }
  #sideStoreItemNav dt {
    vertical-align: bottom;
    line-height: 1.4;
    color: #fff;
    padding: 7px;
    background: #000;
    border: solid 1px #7a7a7a;
  }
  #sideStoreItemNav dt i {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #fff;
  }
  #sideStoreItemNav dt i.categoryIcon {
    background: transparent url("../images/pc/icon_store_category.png") no-repeat left top;
  }
  #sideStoreItemNav dt i.supportIcon {
    background: transparent url("../images/pc/icon_store_support.png") no-repeat left top;
  }
  #sideStoreItemNav dd {
    font-size: 88%;
    margin-bottom: 20px;
  }
  #sideStoreItemNav dd ul {
    border: solid 1px #000;
  }
  #sideStoreItemNav dd ul li {
    margin-bottom: 1px;
    border-bottom: solid 1px #000;
  }
  #sideStoreItemNav dd ul li:last-child {
    border-bottom: none;
  }
  #sideStoreItemNav dd ul li a {
    display: block;
    background: #FFF url("../images/pc/store_arr.png") no-repeat 10px center;
    padding: 5px 5px 5px 27px;
    /*&.pink{
	color:#f08080;
	background-image: url("../images/pc/store_arr_pink.png");
}
&.pink:hover{
	color:#c95656;
}*/
  }
  #sideStoreItemNav dd ul li a:link {
    text-decoration: none;
  }
  #sideStoreItemNav dd ul li a.orange {
    background-image: url("../images/pc/store_arr_orange.png");
    color: #CC3300;
  }
  #sideStoreItemNav dd ul li a.orange:hover {
    color: #ff5500;
  }
  #sideStoreItemNav dd ul li a.deeppink {
    background-image: url("../images/pc/store_arr_deeppink.png");
    color: #000;
  }
  #sideStoreItemNav dd ul li a.deeppink:hover {
    color: #7a7a7a;
  }
  /*

#sideDiscography {
	width: 390px;
	font-size: 0px;
	line-height: 0;
	display: block;
	clear: both;
}

#sideDiscography dt {
	padding: 0px 0px 8px 0px;
	width: 390px;
	font-size: 0px;
	line-height: 0;
	position: relative;
}

#sideDiscography dt a {
	padding: 0px 0px 8px 0px;
	width: 60px;
	font-size: 0px;
	line-height: 0;
	display: block;
	right: 0px;
	top: 3px;
	position: absolute;
}

#sideDiscography dd {
	font-size: 0px;
	line-height: 0;
}

#sideDiscography dd ul {
	width: 390px;
	height: 110px;
	font-size: 0px;
	line-height: 0;
	position: relative;
}

#sideDiscography dd ul li {
	font-size: 0px;
	line-height: 0;
	position: absolute;
}

#sideDiscography dd ul #dg01 {
	left: 0px;
	top: 0px;
}

#sideDiscography dd ul #dg02 {
	left: 112px;
	top: 0px;
}

#sideDiscography dd ul #dg03 {
	left: 112px;
	top: 56px;
}

#sideDiscography dd ul #dg04 {
	left: 168px;
	top: 0px;
}

#sideDiscography dd ul #dg05 {
	left: 168px;
	top: 56px;
}

#sideDiscography dd ul #dg06 {
	left: 224px;
	top: 0px;
}

#sideDiscography dd ul #dg07 {
	left: 224px;
	top: 56px;
}

#sideDiscography dd ul #dg08 {
	left: 280px;
	top: 0px;
}

#sideDiscography dd ul #dg09 {
	left: 280px;
	top: 56px;
}

#sideDiscography dd ul #dg10 {
	left: 336px;
	top: 0px;
}

#sideDiscography dd ul #dg11 {
	left: 336px;
	top: 56px;
}*/
  /*--- footer -----------------------------------------------------------------------------*/
  #footer {
    margin: 40px 0px 0px 0px;
    min-width: 1060px;
    width: 100%;
    background: #000;
    clear: both;
  }
  .top #pageTop {
    display: none;
  }
  #footer #pageTop {
    margin: 0px auto;
    width: 1060px;
    text-align: left;
    position: relative;
  }
  #footer #pageTop a {
    width: 40px;
    height: 40px;
    background: url("../images/pc/totop.png") no-repeat left top;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
    top: -40px;
    right: 0px;
    position: absolute;
  }
  #footer div {
    margin: 0px auto;
    padding: 10px 0px 12px 0px;
    width: 1060px;
    text-align: left;
  }
  #footer div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div .snsList {
    display: none;
  }
  #footer div #fNavi {
    float: left;
  }
  #footer div #fNavi:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div #fNavi li {
    padding: 0px 16px 0px 8px;
    background: url("../images/pc/point_foot.png") no-repeat 0px 0.6em;
    color: #fff;
    font-size: 64%;
    line-height: 1.8;
    float: left;
  }
  #footer div #fNavi li a {
    color: #fff;
    text-decoration: underline;
  }
  #footer div #fNavi li a:hover {
    color: #7a7a7a;
    text-decoration: underline;
  }
  #footer div #fSns {
    float: right;
  }
  #footer div #fSns:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #footer div #fSns li {
    float: left;
  }
  #footer div #fSns li.tw iframe {
    width: 120px !important;
  }
  #footer div #fSns .ln {
    display: none;
  }
  #footer p {
    padding: 0px 0px 10px 0px;
    color: #fff;
    font-size: 64%;
    line-height: 1.6;
    text-align: center;
    clear: both;
  }
  #footer p small {
    font-size: 1em;
  }
  #commonKey {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #commonArtistImg {
    padding: 0;
  }
  #commonArtistImg img {
    margin: 0px auto;
    display: block;
    width: 800px;
    max-width: 100%;
    height: auto;
  }
  /*--- TOP -----------------------------------------------------------------------------*/
  #topContent {
    width: 100%;
    min-width: 1060px;
    text-align: center;
    clear: both;
  }
  #topContentIn {
    margin: 0px auto;
    text-align: left;
    clear: both;
    position: relative;
  }
  #topContentIn #topMain .slideContent {
    width: 1200px;
  }
  #topContentIn #topMain a:hover img {
    opacity: 0.6;
  }
  #topContentIn #topMainWrap {
    min-height: 800px;
    width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #fff;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager {
    font-size: 0;
    text-align: center;
  }
  #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager {
    font-size: 0;
    text-align: center;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager .bx-pager-item, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 10px;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager .bx-pager-link, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager .bx-pager-link {
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    border: solid 2px #7a7a7a;
  }
  #topContentIn #topMainWrap .bx-controls.bx-has-pager .bx-pager .bx-pager-link.active, #topContentIn .top-banners .bx-controls.bx-has-pager .bx-pager .bx-pager-link.active {
    background: #7a7a7a;
  }
  #topContentIn .topContentTable {
    background: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    bottom: 20px;
    width: 1200px !important;
  }
  #topContentIn .topContentTable .top-banners {
    display: table-cell;
    width: 240px;
    padding: 10px 15px 0 10px;
    vertical-align: top;
  }
  #topContentIn .topContentTable .top-banners .slider-pro {
    display: none !important;
  }
  #topContentIn .topContentTable .top-banners .sp-buttons {
    display: none;
  }
  #topContentIn .topContentTable .top-banners .pc-banner img {
    width: 100%;
  }
  #topContentIn .topContentTable .news-contents {
    display: table-cell;
    width: 320px;
    padding: 0 15px 0 0;
    vertical-align: top;
  }
  #topContentIn .topContentTable .news-contents .news-contents-inner {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    min-height: 360px;
  }
  #topContentIn .topContentTable .news-contents .news-contents-inner .topicsList {
    height: 300px;
    overflow: auto;
  }
  #topContentIn .topContentTable .news-contents h3 {
    margin: 0px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList {
    padding: 0px;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li {
    border-top: 1px #7a7a7a solid;
    clear: both;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li:first-child {
    border-top: none;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li a {
    padding: 14px 20px 7px 0px;
    background: url("../images/sp/bg_arr.png") no-repeat right center;
    background-size: 9px 15px;
    text-decoration: none;
    display: block;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li a dl {
    clear: both;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li a dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li.new a dl {
    background: url("../images/sp/icon_new.gif") no-repeat left top;
    background-size: 36px auto;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li a dl dt {
    padding: 0px 0px 5px 0px;
    color: #666;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
    display: block;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li.new a dl dt {
    padding: 0px 0px 5px 45px;
  }
  #topContentIn .topContentTable .news-contents ul.topicsList li a dl dd {
    color: #000;
    font-size: 94%;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
  }
  #topContentIn .topContentTable #topicsTw {
    border-radius: 5px;
    display: table-cell;
    width: 300px;
    padding: 10px;
    vertical-align: top;
    background: #fff;
    margin: 0 0 26px 15px;
  }
  #topContentIn .topContentTable #topicsTw h3 {
    margin: 0px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #topContentIn .topContentTable #topicsTw .fl_R {
    float: none !important;
    clear: both;
    padding-top: 5px;
  }
  #topContentIn .topContentTable #topicsTwWidget {
    overflow: hidden;
    height: 300px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #topContentIn .topContentTable #topicsTwWidget iframe {
    margin-top: -1px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #topContentIn .topContentTable .topYtMovie {
    display: table-cell;
    padding: 0 10px 0 0;
    width: 255px;
    vertical-align: top;
  }
  #topContentIn h2 {
    /*width: 600px;*/
    /*height: 237px;*/
    height: 90px;
    width: 590px;
    /*height: 237px;*/
    height: 121px;
    font-size: 0px;
    line-height: 0;
    clear: both;
    position: absolute;
    /*left: 0px;*/
    left: -40px;
    top: 600px;
  }
  #topContentIn h2 img {
    width: auto;
    height: auto;
  }
  #topContentIn #topSg {
    float: left;
    width: 250px;
    overflow: visible;
  }
  #topContentIn #topSg h3 {
    font-size: 87%;
    font-weight: normal;
    line-height: 1.6;
    color: #FFF;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  #topContentIn #topSg ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #topContentIn #topSg ul.topSg {
    left: 0;
  }
  #topContentIn #topSg ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn #topSg ul li {
    float: left;
    font-size: 72%;
    font-weight: normal;
    line-height: 1.2;
    width: 113px;
  }
  #topContentIn #topSg ul li a {
    color: #000;
    text-decoration: underline;
    text-align: center;
    display: block;
  }
  #topContentIn #topSg ul li a img {
    margin: 0px auto 10px auto;
  }
  #topContentIn #topSg ul li a span {
    width: auto;
    color: #000;
  }
  #topContentIn #topSg ul li a:hover span {
    text-decoration: none !important;
  }
  #topContentIn #topSg ul li.standard {
    float: right;
  }
  #topContentIn #topSg.wideType {
    width: 320px;
  }
  #topContentIn #topSg.wideType h3 {
    text-align: center;
  }
  #topContentIn #topSg.wideType li {
    width: 150px;
  }
  #topContentIn #topSg.wideType li img {
    width: 100%;
  }
  #topContentIn .topYtMovie {
    width: 560px;
    float: right;
    margin-bottom: 10px;
  }
  #topContentIn .topNy {
    width: 256px;
    float: left;
    color: #FFF;
    margin-left: 20px;
  }
  #topContentIn .topNy .topNyTmb {
    margin: 0px auto 15px;
    width: 256px;
    font-size: 0px;
    line-height: 0;
    clear: both;
  }
  #topContentIn .topNy .topNyTmb:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn .topNy .topNyTmb:hover:after {
    display: block;
    display: none\9;
  }
  #topContentIn .topNy .topNyTmb video, #topContentIn .topNy .topNyTmb img {
    width: 256px;
    height: 144px;
  }
  #topContentIn .topNy p.pvTitle {
    padding: 15px 0px 8px 0px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 87%;
    color: #000;
    line-height: 1.4;
  }
  #topContentIn .topNy p.pvTitle img {
    margin: 0px auto;
  }
  #topContentIn .topNy .youtubeLink {
    text-align: center;
  }
  #topContentIn .topNy .youtubeLink img.flgPc {
    display: inline !important;
  }
  #topContentIn #topPv {
    width: 256px;
    float: right;
    color: #000;
  }
  #topContentIn #topPv #topPvTmb {
    margin: 0px auto 15px;
    width: 256px;
    font-size: 0px;
    line-height: 0;
    clear: both;
  }
  #topContentIn #topPv #topPvTmb:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topContentIn #topPv #topPvTmb:hover:after {
    display: block;
    display: none\9;
  }
  #topContentIn #topPv #topPvTmb video, #topContentIn #topPv #topPvTmb img {
    width: 256px;
    height: 144px;
  }
  #topContentIn #topPv p.pvTitle {
    padding: 15px 0px 8px 0px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 87%;
    color: #000;
    line-height: 1.4;
  }
  #topContentIn #topPv p.pvTitle img {
    margin: 0px auto;
  }
  #topContentIn #topPv .youtubeLink {
    text-align: center;
  }
  #topContentIn #topPv .youtubeLink img.flgPc {
    display: inline !important;
  }
  /* 	#topContentIn #topPv #topPvTmb { 		padding: 6px 13px 6px 13px; 		background-color: #000; 		font-size: 0px; 		line-height: 0; 		clear: both; 	}  	#topContentIn #topPv #topPvTmb:after { 		visibility: hidden; 		display: block; 		font-size: 0; 		content: " "; 		clear: both; 		height: 0; 	} 	*/
  #topContent #topFooter {
    width: 100%;
    height: 56px;
    text-align: center;
    clear: both;
  }
  #topContent #topFooter div {
    margin: 0px auto;
    width: 1060px;
    height: 55px;
    text-align: left;
    clear: both;
  }
  #topContent #topFooter div p {
    padding: 5px 0px 0px;
    color: #000;
    font-size: 63%;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
  }
  #topMovieWrap {
    display: none;
  }
  #popupWinBox.startModal {
    width: 768px;
    background: transparent;
    margin-left: -384px;
  }
  #popupWinBox.startModal #closeBt {
    display: none;
  }
  #popupWinBox.startModal #skipBtn {
    text-align: center;
    padding-top: 20px;
  }
  #popupWinBox.startModal #skipBtn a {
    color: #fff;
    font-size: 0.9em;
  }
  /*--- form -----------------------------------------------------------------------------*/
  #content.formCtsMargin {
    margin-top: 40px;
  }
  #formCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
    padding: 0 0 40px;
  }
  #formCts .formCtsSubPageHead {
    padding: 20px 60px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #formCts .formCtsSubPageHead h2 {
    color: #fff;
    font-size: 119%;
    font-weight: bold;
    line-height: 1;
    border: none;
  }
  #formCts #ctsIn {
    padding: 16px 60px 0px;
    min-height: 550px;
  }
  #formCts #ctsIn dl dt {
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 0 10px;
  }
  #formCts #ctsIn dl dd {
    margin: 0 0 20px;
  }
  #formCts #ctsIn input {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #formCts #ctsIn .hasError {
    background: #ffdbe1;
    color: #c1272d;
    padding: 5px 10px;
    margin: 0 0 20px;
    border: solid 1px #c1272d;
  }
  #formCts #ctsIn .hasError.errorWrap {
    margin: 0 0 20px;
  }
  #formCts #ctsIn textarea {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #formCts #ctsIn .btnWrap {
    padding: 20px 0;
    text-align: center;
  }
  #formCts #ctsIn .btnWrap:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #formCts #ctsIn button {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    width: 45%;
    outline: none;
    cursor: pointer;
  }
  #formCts #ctsIn button.btnBack {
    background-color: #ededed;
    color: #727272;
    float: left;
  }
  #formCts #ctsIn button.btnSubmit {
    float: right;
  }
  #formCts #ctsIn button[disabled='disabled'] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    cursor: default;
  }
  #formCts #ctsIn .thanksMessage {
    text-align: center;
    padding-top: 40px;
  }
  #formCts #ctsIn .formIntro {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCC;
  }
  #formCts #ctsIn .formIntro p {
    margin-bottom: 10px;
  }
  /*--- faq -----------------------------------------------------------------------------*/
  #faqCts {
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    clear: both;
  }
  #faqCts li {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px #ddd solid;
  }
  #faqCts li dl {
    clear: both;
  }
  #faqCts li dl dt {
    margin: 0px 0px 14px 0px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
  }
  #faqCts li dl dt:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #faqCts li dl dt span {
    margin: 0px 14px 0px 0px;
    padding: 1em 0px;
    width: 3.5em;
    background-color: #7a7a7a;
    color: #fff;
    font-size: 87%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: block;
    float: left;
  }
  #faqCts li dl dd {
    padding: 0px 0px 10px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #faqCts li dl dd p {
    padding: 0px 0px 8px 0px;
    font-size: 1em;
    line-height: 1.6;
  }
  /*--- subscription -----------------------------------------------------------------------------*/
  #subscriptionCts {
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    clear: both;
  }
  #subscriptionCts h3 {
    font-size: 140%;
    text-align: center;
  }
  #subscriptionCts .text {
    font-size: 100%;
    margin: 20px 0 0 0;
  }
  #subscriptionCts .entrybtn {
    text-align: center !important;
  }
  #subscriptionCts .entrybtn a {
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 30px 0 60px 0;
  }
  #subscriptionCts .entrybtn a:hover {
    background: #7a7a7a;
  }
  #subscriptionCts .music_box {
    border-top: solid 3px #dddddd;
    padding: 30px 0 0 0;
  }
  #subscriptionCts .music_box .logo {
    text-align: center;
    margin: 0 0 20px 0;
  }
  #subscriptionCts .music_box p span {
    background: transparent linear-gradient(rgba(0, 0, 0, 0) 65%, #ffd800 0%) repeat scroll 0 0;
  }
  /*--- Topics List -----------------------------------------------------------------------------*/
  #topicsCts {
    margin: 0px 0px 16px 0px;
    width: 800px;
    text-align: left;
    clear: both;
  }
  #topicsCts .topicsSection {
    margin-bottom: 50px;
  }
  #topicsCts .topicsBox {
    background-color: #fff;
    border: solid 1px #000;
    padding: 20px 24px;
  }
  #topicsCts .topicsBox:after {
    margin-bottom: 0;
  }
  #topicsCts .topicsBox h3 {
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #fff solid;
    line-height: 0;
  }
  #topicsCts .topicsBox h3:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #topicsCts .topicsBox h3 img.flgPc {
    display: inline-block;
    float: left;
  }
  #topicsCts .topicsBox h3 .howtoAccessMobile {
    float: right;
    font-size: 82%;
    display: inline-block;
    padding: 15px 0 0;
  }
  #topicsCts .topicsBox h3 .howtoAccessMobile a {
    text-decoration: none;
  }
  #topicsCts ul.topicsList {
    padding: 0;
  }
  #topicsCts ul.topicsList li {
    border-top: 1px #7a7a7a solid;
    clear: both;
  }
  #topicsCts ul.topicsList li:first-child {
    border-top: none;
  }
  #topicsCts ul.topicsList li a {
    padding: 9px 20px 9px 0px;
    background: url("../images/pc/bg_arr.png") no-repeat right center;
    text-decoration: none;
    display: block;
  }
  #topicsCts ul.topicsList li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topicsCts ul.topicsList li a dl {
    padding: 0px 0px 0px 45px;
    clear: both;
  }
  #topicsCts ul.topicsList li a dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topicsCts ul.topicsList li.new a dl {
    background: url("../images/pc/icon_new.gif") no-repeat left top;
  }
  #topicsCts ul.topicsList li a dl dt {
    width: 80px;
    font-size: 75%;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    display: block;
  }
  #topicsCts ul.topicsList li a dl dd {
    margin: -1.3em 0px 0px 82px;
    color: #000;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
  }
  #topicsCts ul.topicsList li a:hover dl dt, #topicsCts ul.topicsList li a:active dl dt, #topicsCts ul.topicsList li a:focus dl dt, #topicsCts ul.topicsList li a:hover dl dd, #topicsCts ul.topicsList li a:active dl dd, #topicsCts ul.topicsList li a:focus dl dd {
    color: #002394;
  }
  #topicsListNavi {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
  }
  #topicsTw #topicsTwWidget {
    overflow: hidden;
    height: 300px;
  }
  #topicsTw #topicsTwWidget iframe {
    margin-top: -1px;
    width: 760px !important;
  }
  #topicsListNavi li {
    border-top: 0;
    padding: 0px 6px 0px 6px;
    text-align: center;
    display: inline-block;
  }
  #topicsListNavi #naviL {
    padding: 0px 18px 0px 6px;
  }
  #topicsListNavi #naviR {
    padding: 0px 6px 0px 18px;
  }
  #topicsListNavi li a, #topicsListNavi li span {
    padding: 9px 0px 8px 0px;
    width: 34px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #topicsListNavi li a {
    background-color: #000;
    color: #000;
  }
  #topicsListNavi li a:hover {
    background-color: #7a7a7a;
    color: #fff;
  }
  #topicsListNavi li.set a {
    background-color: #7a7a7a;
    color: #fff;
  }
  #topicsListNavi li.set a:hover {
    background-color: #7a7a7a;
    color: #fff;
  }
  #topicsListNavi li span {
    background-color: transparent;
    color: #000;
  }
  #popupWin {
    clear: both;
    display: none;
  }
  #popupWinBg {
    width: 100%;
    height: 100%;
    background: url("../images/pc/bg_pop.png") repeat center top;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 9999;
  }
  #popupWinBg.blackSimpleBg {
    background-image: url("../images/pc/bg_pop_black.png");
  }
  #popupWinBox {
    margin: 0px 0px 0px -390px;
    width: 780px;
    width: 800px\9;
    background: #fff;
    top: 0px;
    left: 50%;
    position: absolute;
    z-index: 99999;
  }
  #popupWinBox iframe {
    overflow: scroll-y;
    width: 800px\9;
    min-width: 800px\9;
  }
  #popupWinBox.winWide {
    width: 1060px;
    margin-left: -530px;
  }
  #popupWinBox.winWide iframe {
    width: 1060px;
  }
  #popupWinBox #closeBt {
    position: absolute;
    right: 0;
    top: -34px;
    text-align: right;
    line-height: 20px;
  }
  #popupWinBox #closeBt a {
    color: #fff;
    font-size: 92%;
  }
  #popupWinBox #closeBt a:hover {
    color: #f7f7f7;
  }
  #popupWinBox #closeBt a:before {
    content: '';
    margin: 0px 5px 0px auto;
    width: 20px;
    height: 20px;
    background: url("../images/pc/bt_pop_close.png") no-repeat;
    background-position: left top;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: inline-block;
    vertical-align: middle;
  }
  #popupWinBox .imgPreview {
    overflow: scroll-y;
    width: 800px\9;
    min-width: 800px\9;
    padding: 20px 0;
    text-align: center;
  }
  #popupWinBox .imgPreview img {
    max-width: 100%;
    height: auto;
  }
  /*--- Topics Entry -----------------------------------------------------------------------------*/
  .topicsEntry {
    background-color: #fff;
  }
  .topicsEntry .strongColor {
    color: #002394;
  }
  .topicsEntry header, .topicsEntry h2, .topicsEntry #sideCts, .topicsEntry footer {
    display: none;
  }
  .topicsEntry #content {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
    clear: both;
  }
  .topicsEntry #mainCts {
    width: 100%;
    text-align: center;
    background-color: #fff;
    float: none;
  }
  #topicsEntryCts {
    margin: 0px auto;
    padding-top: 12px;
    width: 636px;
    text-align: left;
    clear: both;
  }
  #topicsEntryCts.width100p {
    width: 100%;
  }
  #topicsEntryCts.width100p .entryBody .entryBodyH {
    padding-bottom: 0;
  }
  #topicsEntryCts.width100p img {
    max-width: 100%;
  }
  #topicsEntryCts .entryHead {
    padding: 0 30px 12px;
  }
  #topicsEntryCts .entryHead:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #topicsEntryCts .entryHead span {
    margin: 0px 10px 0px 0px;
    padding: 4px 8px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    float: left;
  }
  #topicsEntryCts .entryHead img {
    margin: 5px 0px 0px 0px;
    vertical-align: middle;
  }
  #topicsEntryCts h3 {
    margin: 0px 0px 20px 0px;
    padding: 0px 30px 12px 30px;
    border-bottom: 1px #e9e9e9 solid;
    color: #000;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #topicsEntryCts .entryBody {
    padding: 0px 30px 30px 30px;
  }
  #topicsEntryCts .entryBody h4 {
    padding: 5px 0px 18px 0px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #topicsEntryCts .entryBody h5 {
    margin: 0px 0px 12px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
  }
  #topicsEntryCts .entryBody h6 {
    margin: 0px 0px 5px 0px;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.5;
  }
  #topicsEntryCts .entryBody p, #topicsEntryCts .entryBody ul li {
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #topicsEntryCts .entryBody p {
    padding: 0px 0px 8px 0px;
  }
  #topicsEntryCts .entryBody p.link {
    padding: 0px 0px 16px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
  }
  #topicsEntryCts .entryBody ul {
    padding: 0px 0px 12px 0px;
  }
  #topicsEntryCts .entryBody ul li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 5px 0em;
    list-style: disc outside;
  }
  #topicsEntryCts .entryBody ul.cnt {
    list-style: none;
  }
  #topicsEntryCts .entryBody ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    list-style: none;
  }
  #topicsEntryCts .entryBody ul.cnt li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #topicsEntryCts .entryBody .entryBodyH {
    padding: 0px 0px 30px 0px;
  }
  #topicsEntryCts .entryBody .entryBodyH p {
    padding: 0px 0px 10px 0px;
  }
  #topicsEntryCts .entryBody .entrySec {
    padding: 0px 0px 10px 0px;
  }
  #topicsEntryCts .entryBody .entrySec p {
    line-height: 1.6;
  }
  #topicsEntryCts .entryBody .entrySec span.item {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #topicsEntryCts .entryBody .entryJkImg {
    margin: 0 auto;
    list-style: none;
  }
  #topicsEntryCts .entryBody .entryJkImg li {
    margin: 0;
    text-align: center;
    list-style: none;
  }
  #topicsEntryCts .entryBody .entryJkImg li p {
    font-size: 100%;
  }
  #topicsEntryCts .entryBody .entryLink a {
    display: inline-block;
    padding: 0px 0px 0 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
  }
  #topicsEntryCts .entryBody .entryJkImg.column2 {
    width: 500px;
  }
  #topicsEntryCts .entryBody .entryJkImg.column2 li {
    width: 220px;
  }
  #topicsEntryCts .entryBody .entryJkImg.plusBg {
    background: transparent url("../images/pc/bg_plus.png") no-repeat center 60px;
  }
  #topicsEntryCts .entryBody .entryInfoTable01 {
    width: 500px;
    margin: 0 auto 10px;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #topicsEntryCts .entryBody .entryInfoTable01 th {
    font-weight: bold;
    text-align: center;
    font-size: 94%;
    background: #fff;
    color: #000;
  }
  #topicsEntryCts .entryBody .entryInfoTable01 td {
    font-size: 82%;
    background: #F0F0F0;
  }
  #topicsEntryCts .entryBody .entryInfoTable01 th, #topicsEntryCts .entryBody .entryInfoTable01 td {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    padding: 5px;
  }
  #topicsEntryCts .entryBody .col2HalfChild {
    width: 45%;
  }
  #topicsEntryNavi {
    display: none;
  }
  .wp-pagenavi {
    text-align: center;
    padding: 0px;
    margin-top: 20px;
  }
  .wp-pagenavi span {
    background-color: #7a7a7a;
    color: #002394;
    border-top: 0;
    padding: 0px 6px 0px 6px;
    text-align: center;
    display: inline-block;
  }
  .wp-pagenavi a {
    padding: 9px 0px 8px 0px;
    margin: 0 8px;
    width: 34px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    padding: 9px 0px 8px 0px;
  }
  .wp-pagenavi a.previouspostslink {
    margin-right: 20px;
  }
  .wp-pagenavi a.nextpostslink {
    margin-left: 20px;
  }
  .wp-pagenavi span {
    padding: 9px 0px 8px 0px;
    margin: 0 8px;
    width: 34px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  .wp-pagenavi a {
    background-color: #e0e0e0;
    color: #fff;
  }
  .wp-pagenavi a:hover {
    background-color: #7a7a7a;
    color: #fff;
  }
  .wp-pagenavi span {
    background-color: #7a7a7a;
    color: #fff;
  }
  #topicsEntryCts .entryBody .entryLink a, #topicsEntryCts .entryBody .link a {
    display: inline-block;
    padding: 0px 0px 0 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
  }
  #topicsEntryCts .entryBody p.link {
    padding: 0px 0px 8px;
    background: none;
  }
  /*--- HIGH SPEED PACHIKOCHI -----------------------------------------------------------------------------*/
  #hispeedCts {
    background-color: #fff;
    border: solid #000 1px;
    text-align: left;
    clear: both;
  }
  #hispeedCts .hispeedHead {
    padding: 30px 30px 26px 30px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #hispeedCts .hispeedHead:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #hispeedCts .hispeedHead h3 {
    padding: 0px 0px 16px 0px;
    color: #000;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #hispeedCts .hispeedHead p {
    padding: 0px 0px 20px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #hispeedCts .hispeedHead ul {
    clear: both;
  }
  #hispeedCts .hispeedHead ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #hispeedCts .hispeedHead ul li {
    padding: 0px 16px 0px 0px;
    float: left;
  }
  #hispeedCts .hispeedHead ul li a {
    padding: 9px 0px;
    width: 164px;
    background: #e0e0e0 url("../images/pc/point_arr.png") no-repeat 7px center;
    color: #010101;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  #hispeedCts .hispeedList {
    padding: 26px 30px 18px 30px;
    clear: both;
  }
  #hispeedCts .hispeedList li {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px #ddd solid;
  }
  #hispeedCts .hispeedList li dl {
    padding: 0px 0px 10px 0px;
  }
  #hispeedCts .hispeedList li dl dt {
    margin: 0px 0px 10px 0px;
    padding: 1px 0px;
    width: 3em;
    background-color: #7a7a7a;
    color: #fff;
    font-size: 88%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: block;
  }
  #hispeedCts .hispeedList li dl dd {
    padding: 0px 0px 0px 15px;
    border-left: 4px #e0e0e0 solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.4;
  }
  #hispeedCts .hispeedList li dl dd span {
    color: #797979;
    font-size: 85%;
    font-weight: bold;
    line-height: 1.8;
  }
  #hispeedCts .hispeedList li p {
    color: #000;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.6;
  }
  /*--- Discography List -----------------------------------------------------------------------------*/
  #discographyTab {
    width: 800px;
    text-align: left;
    clear: both;
  }
  #discographyTab:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyTab li {
    padding: 0px 16px 0px 0px;
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #discographyTab li a {
    width: 95px;
    height: 27px;
    background: url("../images/pc/tab_discography.png") no-repeat;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
  }
  #discographyTab #dTab00 a {
    background-position: 0px 0px;
  }
  #discographyTab #dTab00 a:hover {
    background-position: 0px -30px;
  }
  #discographyTab #dTab00 a.on {
    background-position: 0px -30px;
  }
  #discographyTab #dTab00 a.on:hover {
    background-position: 0px -30px;
  }
  #discographyTab #dTab01 a {
    background-position: -111px 0px;
  }
  #discographyTab #dTab01 a:hover {
    background-position: -111px -30px;
  }
  #discographyTab #dTab01 a.on {
    background-position: -111px -30px;
  }
  #discographyTab #dTab01 a.on:hover {
    background-position: -111px -30px;
  }
  #discographyTab #dTab02 a {
    background-position: -222px 0px;
  }
  #discographyTab #dTab02 a:hover {
    background-position: -222px -30px;
  }
  #discographyTab #dTab02 a.on {
    background-position: -222px -30px;
  }
  #discographyTab #dTab02 a.on:hover {
    background-position: -222px -30px;
  }
  #discographyTab #dTab03 a {
    background-position: -333px 0px;
  }
  #discographyTab #dTab03 a:hover {
    background-position: -333px -30px;
  }
  #discographyTab #dTab03 a.on {
    background-position: -333px -30px;
  }
  #discographyTab #dTab03 a.on:hover {
    background-position: -333px -30px;
  }
  #discographyTab #dTab04 a {
    background-position: -444px 0px;
  }
  #discographyTab #dTab04 a:hover {
    background-position: -444px -30px;
  }
  #discographyTab #dTab04 a.on {
    background-position: -444px -30px;
  }
  #discographyTab #dTab04 a.on:hover {
    background-position: -444px -30px;
  }
  #discographyTab #dTab05 a {
    background-position: -555px 0px;
  }
  #discographyTab #dTab05 a:hover {
    background-position: -555px -30px;
  }
  #discographyTab #dTab05 a.on {
    background-position: -555px -30px;
  }
  #discographyTab #dTab05 a.on:hover {
    background-position: -555px -30px;
  }
  .discographyLBox {
    padding: 16px 0px 0px 0px;
    width: 800px;
    text-align: left;
    clear: both;
    display: none;
  }
  #dCat00 {
    border-top: 3px #b895b4 solid;
    display: block;
  }
  #dCat01 {
    border-top: 3px #ff0000 solid;
  }
  #dCat02 {
    border-top: 3px #b31c3d solid;
  }
  #dCat03 {
    border-top: 3px #1345ab solid;
  }
  #dCat04 {
    border-top: 3px #3b76cc solid;
  }
  #dCat05 {
    border-top: 3px #40F5E3 solid;
  }
  .discographyLBox h3 {
    display: none;
  }
  .discographyLBox ul {
    clear: both;
    margin-right: -16px;
  }
  .discographyLBox ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .discographyLBox ul li {
    padding: 0px 16px 16px 0px;
    float: left;
  }
  .discographyLBox ul li.liR {
    padding: 0px 0px 16px 0px;
  }
  .discographyLBox ul li a {
    width: 147px;
    background-color: #F0F0F0;
    text-decoration: none;
    display: block;
    border-top: 10px solid #fff;
  }
  .discographyLBox ul li a:hover {
    background-color: #fff;
  }
  .discographyLBox ul li a dl {
    width: 147px;
    overflow: hidden;
  }
  .discographyLBox ul li a dl dt {
    padding: 4px 12px;
  }
  .discographyLBox ul li a dl dt span {
    font-size: 81%;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    display: block;
  }
  .discographyLBox ul li a dl dt .date {
    color: #808080;
    float: left;
  }
  .discographyLBox ul li a dl dd {
    padding: 6px 5px;
    font-size: 81%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
  }
  .discographyLBox ul li a dl dd span {
    height: 4.2em;
    color: #000;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    display: block;
    overflow: hidden;
  }
  .discographyLBox ul li a dl dd span.cat {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
    height: 1.6em;
    font-weight: normal;
  }
  .discographyLBox ul .single a dl dd span.cat {
    color: #ff0000;
  }
  .discographyLBox ul .album a dl dd span.cat {
    color: #b31c3d;
  }
  .discographyLBox ul .dvd a dl dd span.cat {
    color: #3b74cc;
  }
  .discographyLBox ul .bluray a dl dd span.cat {
    color: #1345ab;
  }
  .discographyLBox ul .digitalsingle a dl dd span.cat {
    color: #40F5E3;
  }
  .discographyLBox ul li a dl dd.tmbdd {
    padding: 0px;
    font-size: 0px;
    line-height: 0;
  }
  .discographyLBox ul li a p {
    padding: 0px;
    font-size: 0px;
    line-height: 0;
    display: none;
  }
  #discographySliderCts {
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
    height: 198px;
  }
  #discographySliderCts img {
    display: block;
  }
  #discographyFixed {
    float: left;
    background: white;
  }
  #discographySlider {
    overflow: hidden;
    position: relative;
    margin-left: 200px;
    height: 198px;
  }
  #discographySlider ul {
    display: inline-block;
    float: left;
    height: 198px;
  }
  #discographySlider li {
    float: left;
    width: 100px;
  }
  #discographySlider li .itemTop {
    padding-bottom: 2px;
  }
  #discographySlider li a {
    display: block;
    background: #fff;
    width: 98px;
    height: 98px;
  }
  #discographySlider li img {
    width: 98px;
    height: 98px;
  }
  /*--- Discography Entry -----------------------------------------------------------------------------*/
  #discographyEntryCts {
    width: 800px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #discographyEntryCts .entryHead {
    margin: 0px 0px 20px 0px;
    padding: 5px 23px 4px 38px;
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 1px #e9e9e9 solid;
  }
  #discographyEntryCts .entryHead:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .single {
    background-image: url("../images/pc/tab_disco_single.gif");
    border-top: 5px #ff0000 solid;
  }
  #discographyEntryCts .album {
    background-image: url("../images/pc/tab_disco_album.gif");
    border-top: 5px #b31c3d solid;
  }
  #discographyEntryCts .dvd {
    background-image: url("../images/pc/tab_disco_dvd.gif");
    border-top: 5px #3b74cc solid;
  }
  #discographyEntryCts .bluray {
    background-image: url("../images/pc/tab_disco_bluray.gif");
    border-top: 5px #1345ab solid;
  }
  #discographyEntryCts .digitalsingle {
    background-image: url("../images/pc/tab_disco_digitalsingle.jpg");
    border-top: 5px #40F5E3 solid;
  }
  #discographyEntryCts .entryHead p {
    padding: 0px 0px 20px 58px;
    color: #232323;
    font-size: 82%;
    font-weight: bold;
    line-height: 1.2;
    display: block;
  }
  #discographyEntryCts .single p {
    color: #ff0000;
  }
  #discographyEntryCts .album p {
    color: #b31c3d;
  }
  #discographyEntryCts .dvd p {
    color: #3b74cc;
  }
  #discographyEntryCts .bluray p {
    color: #1345ab;
  }
  #discographyEntryCts .digitalsingle p {
    color: #40F5E3;
    padding-left: 140px;
  }
  #discographyEntryCts .entryHead h3 {
    padding: 0px 0px 5px 0px;
    font-size: 176%;
    font-weight: bold;
    line-height: 1.3;
  }
  #discographyEntryCts .entryHead ul {
    float: right;
  }
  #discographyEntryCts .entryHead ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryHead ul li {
    margin-bottom: 6px;
    padding: 0px 10px 0px 0px;
    font-size: 69%;
    font-weight: normal;
    line-height: 1.5;
    float: left;
  }
  #discographyEntryCts .entryHead ul li span {
    margin: 0px 8px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    color: #bfbfbf;
    line-height: 1.2;
    display: inline-block;
  }
  #discographyEntryCts .entryDsc {
    padding: 0px 33px 30px 33px;
  }
  #discographyEntryCts .entryDsc p {
    padding: 0px 0px 10px 0px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #discographyEntryCts .entryDsc div {
    margin: 15px auto 20px auto;
    padding: 20px 0px 0 0px;
    width: 570px;
    background-color: #ececec;
    text-align: center;
  }
  #discographyEntryCts .entryDsc div ul {
    margin: 0px auto;
    width: 432px;
    text-align: center;
  }
  #discographyEntryCts .entryDsc div ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryDsc div ul li {
    padding-bottom: 16px;
    width: 208px;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    position: relative;
    float: right;
  }
  #discographyEntryCts .entryDsc div ul li:first-child {
    float: left;
  }
  #discographyEntryCts .entryDsc div ul li:nth-child(odd) {
    clear: both;
    float: left;
  }
  #discographyEntryCts .entryDsc div ul li:nth-child(even) {
    float: right;
  }
  #discographyEntryCts .entryDsc div ul li:first-child:last-child {
    margin: 0 auto;
    float: none;
  }
  #discographyEntryCts .entryDsc div ul li a {
    width: 208px;
    height: 208px;
    background: none;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    display: block;
    top: 0px;
    right: 0px;
    position: absolute;
  }
  #discographyEntryCts .entryDsc div ul li span {
    padding: 5px 0px 0px 0px;
    width: 208px;
    font-size: 1em;
    text-align: center;
    display: block;
  }
  #discographyEntryCts .entryBuy {
    padding: 0px 33px 40px 33px;
  }
  #discographyEntryCts .entryBuy h4 {
    padding: 5px 0px 24px 34px;
    background: url("../images/pc/icon_h4_cart.png") no-repeat 0px 5px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryBuy h4.sub {
    padding: 7px 0px 24px 34px;
    background: url("../images/pc/icon_h4_cart.png") no-repeat 0px 5px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
    color: #444;
  }
  #discographyEntryCts .entryBuy h4.sub span {
    font-weight: normal;
    font-size: 76%;
  }
  #discographyEntryCts .entryBuy dl {
    margin: 0px 0px 0px 9px;
    padding: 10px 0px 10px 0px;
    border-top: 1px #ddd solid;
    clear: both;
  }
  #discographyEntryCts .entryBuy dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryBuy dl.topdl {
    padding: 0px 0px 10px 0px;
    border-top: none;
  }
  #discographyEntryCts .entryBuy dl dt {
    float: left;
  }
  #discographyEntryCts .entryBuy dl dt:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryBuy dl dt img {
    float: left;
  }
  #discographyEntryCts .entryBuy dl dt span {
    padding: 13px 0px 13px 0px;
    width: 132px;
    background: url("../images/pc/line_y_disco.gif") no-repeat right center;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
  #discographyEntryCts .entryBuy dl dd {
    float: left;
  }
  #discographyEntryCts .entryBuy dl dd ul {
    padding: 3px 0px 0px 0px;
  }
  #discographyEntryCts .entryBuy dl dd ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #discographyEntryCts .entryBuy dl dd ul li {
    padding: 0px 0px 0px 17px;
    font-size: 0px;
    line-height: 0;
    float: left;
  }
  #discographyEntryCts .entryBuy dl dd p.soldOut {
    padding: 12px 0px 12px 17px;
    font-size: 82%;
    color: #b31c3d;
  }
  #discographyEntryCts .entryBuy ul.otherlist li {
    padding: 0px 0px 0px 17px;
    float: left;
  }
  #discographyEntryCts .entryBuy ul.otherlist li:nth-child(1), #discographyEntryCts .entryBuy ul.otherlist li:nth-child(5), #discographyEntryCts .entryBuy ul.otherlist li:nth-child(4) {
    padding: 0px 0px 0px 0px;
  }
  #discographyEntryCts .entryBuy ul.otherlist li img {
    margin-bottom: 15px;
  }
  #discographyEntryCts .entryBuy ul.otherlist li span {
    color: #777;
    font-size: 69%;
    line-height: 1.6 !important;
    display: block;
  }
  #discographyEntryCts .entryBuy ul.entryNo li {
    /*margin-bottom: 6px;*/
    padding: 0px 10px 0px 17px;
    font-size: 69%;
    font-weight: normal;
    line-height: 1.5;
    float: left;
  }
  #discographyEntryCts .entryBuy ul.entryNo li span {
    margin: 0px 8px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    color: #bfbfbf;
    line-height: 1.2;
    display: inline-block;
  }
  #discographyEntryCts .entryMusic {
    padding: 0px 33px 20px 33px;
  }
  #discographyEntryCts .entryMusic h4 {
    padding: 5px 0px 24px 34px;
    background: url("../images/pc/icon_h4_music.png") no-repeat 0px 5px;
    border-top: 3px #ddd solid;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryMusic h5 {
    padding: 0px 0px 10px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
  }
  #discographyEntryCts .entryMusic table {
    margin: 0px 0px 20px 0px;
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    border-spacing: 0px;
    border-bottom: 1px #ddd solid;
    box-sizing: border-box;
  }
  #discographyEntryCts .entryMusic table tr th {
    width: 2em;
    background-color: #f7f7f7;
    border-top: 1px #ddd solid;
    color: #7f7f7f;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
  }
  #discographyEntryCts .entryMusic table tr td {
    padding: 7px 0px 7px 20px;
    background-color: #fff;
    border-top: 1px #ddd solid;
    vertical-align: middle;
  }
  #discographyEntryCts .entryMusic table tr td dl {
    float: left;
  }
  #discographyEntryCts .entryMusic table tr td dl dt {
    padding: 0px 0px 4px 0px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #discographyEntryCts .entryMusic table tr td dl dd {
    color: #808080;
    font-size: 69%;
    font-weight: normal;
    line-height: 1.5;
  }
  #discographyEntryCts .entryBody2 p, #discographyEntryCts .entryBody2 ul li {
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #discographyEntryCts .entryOption {
    padding: 0px 33px 20px 33px;
  }
  #discographyEntryCts .entryOption h4 {
    padding: 24px 0px 5px 0px;
    /*background: url("../images/pc/icon_h4_music.png") no-repeat 0px 5px;*/
    /*border-top: 3px #ddd solid;*/
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #discographyEntryCts .entryOption p, #discographyEntryCts .entryOption ul li {
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #topicsEntryCts.babypeenats .entryBody strong {
    color: #fff;
    font-weight: bold;
  }
  #discographyEntryCts .entryMusic table tr td a {
    font-size: 0px;
    line-height: 0;
    float: right;
  }
  #discographyEntryCts .entryMusic table tr td a img {
    margin-top: 2px;
  }
  #discographyEntryBack {
    padding: 16px 0px;
    text-align: right;
  }
  #discographyEntryBack:first-of-type {
    padding-top: 0;
  }
  #discographyEntryBack a {
    display: inline-block;
    margin-left: 12px;
    padding: 1px 10px 0 30px;
    border: 1px solid #7a7a7a;
    background: url("../images/pc/point_back_list.png") no-repeat 5px center;
    color: #7a7a7a;
    text-decoration: none;
    font-size: 90%;
  }
  #discoNavi {
    display: none;
  }
  /*--- DVD Secrets -----------------------------------------------------------------------------*/
  #dvdSecretsCts {
    width: 800px;
    background-color: #fff;
    border: solid #000 1px;
    text-align: left;
    clear: both;
  }
  #dvdSecretsCts h3 {
    padding: 26px 30px 28px 30px;
    border-bottom: 1px #e9e9e9 solid;
    color: #000;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  .dvdlistArea {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .dvdlistArea li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-left: 2px;
    width: 87px;
  }
  .dvdlistArea li:first-child {
    margin-left: 0;
  }
  .dvdlistArea li.last-child {
    margin-left: 3px;
  }
  .dvdlistArea li span img {
    display: block;
    width: 100%;
  }
  #dvdSecretsCts #ctsIn {
    padding: 26px 30px 10px 30px;
  }
  #dvdSecretsCts #ctsIn .dvdSecretsDsc {
    padding: 0px 0px 36px 0px;
  }
  #dvdSecretsCts #ctsIn .dvdSecretsDsc p {
    padding: 0px 0px 8px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
  }
  #dvdSecretsCts #ctsIn .dvdBtList {
    clear: both;
  }
  #dvdSecretsCts #ctsIn .dvdBtList li {
    padding: 0px 0px 20px 0px;
  }
  #dvdSecretsCts #ctsIn .dvdBtList li a {
    padding: 14px 40px;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  /*--- DVD Secrets Gallery -----------------------------------------------------------------------------*/
  #dvdSecretsGlCts {
    width: 800px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #dvdSecretsGlCts h3 {
    padding: 26px 30px 18px 30px;
    border-bottom: 1px #e9e9e9 solid;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn {
    padding: 16px 30px 20px 30px;
  }
  #dvdSecretsGlCts #ctsIn .desc {
    padding: 0px 0px 36px 0px;
  }
  #dvdSecretsGlCts #ctsIn .desc p {
    padding: 0px 0px 8px 0px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.5;
  }
  #dvdSecretsGlCts #ctsIn .dvdList.type01 li dl dt {
    *zoom: 1;
    text-align: center;
  }
  #dvdSecretsGlCts #ctsIn .dvdList.type01 li.liR {
    padding: 0px 16px 16px 0px;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb {
    margin-bottom: 20px;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    width: 23%;
    font-size: 82%;
    color: #2176ac;
    text-align: center;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dt img {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dt span {
    display: block;
  }
  #dvdSecretsGlCts #ctsIn .dvdSecretsDsc.type02 .dvdsthumb dd {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
    width: 75%;
    font-size: 82%;
  }
  #dvdSecretsGlCts #ctsIn .galleryTxt {
    padding: 0px 0px 16px 0px;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.3;
  }
  #dvdSecretsGlCts #ctsIn .galleryTxt.larger {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 20px;
  }
  #dvdSecretsGlCts #ctsIn .dvdList {
    padding: 0px 0px 10px 0px;
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn .dvdList:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li {
    padding: 0px 16px 16px 0px;
    float: left;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li.liR {
    padding: 0px 0px 16px 0px;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li a {
    width: 132px;
    display: block;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li dl {
    width: 132px;
    display: block;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li dl dt {
    padding: 0px 0px 6px 0px;
    font-size: 0px;
    line-height: 0;
  }
  #dvdSecretsGlCts #ctsIn .dvdList li dl dd {
    padding: 0px 0px 0px 18px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.1em;
    font-size: 82%;
    line-height: 1.2;
  }
  #dvdSecretsGlCts #ctsIn .dvdBtList {
    clear: both;
  }
  #dvdSecretsGlCts #ctsIn .dvdBtList li {
    padding: 0px 0px 20px 0px;
  }
  #dvdSecretsGlCts #ctsIn .dvdBtList li a {
    padding: 14px 40px;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  /*--- Online Store -----------------------------------------------------------------------------*/
  #onlineStoreCts {
    padding: 0px 0px 20px 0px;
    width: 800px;
    text-align: left;
    clear: both;
  }
  #onlineStoreCts:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #onlineStoreCts li {
    width: 318px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    float: left;
  }
  #onlineStoreCts li img {
    margin: 0px auto;
  }
  #storeCts {
    width: 100%;
    background: #FFF;
    text-align: left;
    clear: both;
  }
  #storeCts ul {
    width: 640px;
    margin: 0 auto;
    padding: 55px 0 0;
  }
  #storeCts ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeCts ul li {
    text-align: center;
    margin-bottom: 60px;
  }
  #storeCts ul li.narrowLink {
    float: left;
    width: 310px;
  }
  #storeCts ul li.narrowLink.last {
    float: right;
  }
  #storeCts ul li a {
    text-decoration: none;
  }
  #storeCts ul li dl dt {
    text-align: center;
  }
  #storeCts ul li dl dd {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    border: none;
    text-align: center;
  }
  #storeCts ul li.narrowLink dl dt {
    line-height: 0;
    min-height: 150px;
  }
  #storeCts ul li.narrowLink dl dt img {
    max-width: 100%;
    max-height: 140px;
  }
  #storeCts .holidays_announce {
    width: 640px;
    margin: 0 auto;
    padding: 55px 0 0;
  }
  #storeCts .holidays_announce .holidays_announce-inner {
    padding: 30px 20px;
    border: 2px #ff0095 solid;
  }
  #storeCts .holidays_announce .title {
    font-weight: bold;
    color: #000;
  }
  #storeCts-categories {
    width: 100%;
    background: #FFF;
    text-align: left;
    clear: both;
  }
  #storeCts-categories div {
    width: 640px;
    margin: 0 auto;
  }
  #storeCts-categories div ul {
    width: 660px;
    padding: 0 0 30px 0;
    display: table;
  }
  #storeCts-categories div ul li {
    display: table-cell;
    width: 300px;
    padding: 0 20px 0 0;
  }
  #storeCts-categories div ul li a {
    text-decoration: none;
    clear: both;
    display: block;
    padding: 25px 0;
    width: 100%;
    background: #e0e0e0 url("../images/pc/point_arr_l_deeppink.png") no-repeat 9px center;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-indent: 40px;
    text-decoration: none;
    border: none;
  }
  #storeAbouts {
    background-color: #fff;
  }
  #storeAbouts h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storeAbouts h4 {
    margin-bottom: 10px;
    font-size: 85%;
  }
  #storeAbouts .intro_store {
    border: solid 3px #7a7a7a;
    padding: 20px 30px;
  }
  #storeAbouts .largerFont {
    font-size: 1.2em;
  }
  #storeAbouts .SmallFont {
    font-size: 85%;
  }
  #storeAbouts .cntTitle {
    font-size: 130%;
    color: #000;
  }
  #storeAbouts p {
    margin-bottom: 20px;
  }
  #storeAbouts p a {
    color: #000;
  }
  #storeAbouts .attentionTxt {
    color: #ff0000;
    font-size: 88%;
  }
  #storeAbouts .attentionColor {
    color: #ff0000;
  }
  #storeAbouts .normal {
    font-weight: normal;
  }
  #storeAbouts .link {
    color: #7a7a7a !important;
  }
  #storeAbouts div.innerBlock {
    padding: 30px 30px 40px 30px;
  }
  #storeAbouts div.innerBlock div.exSpace {
    margin: 30px 0px;
    padding: 20px;
    border: solid 1px #7a7a7a;
  }
  #storeAbouts div.innerBlock div.exSpace p {
    margin-bottom: 15px;
  }
  #storeAbouts div.innerBlock dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 85%;
    border-bottom: solid 1px #ccc;
  }
  #storeAbouts div.innerBlock dl dt {
    margin-bottom: 15px;
    font-weight: bold;
    background: #f1f1f1;
    padding: 13px 10px;
    line-height: 1.4em;
  }
  #storeAbouts div.innerBlock dl dd a {
    color: #000;
  }
  #storeAbouts div.innerBlock dl dd ul li {
    margin: 0px 0px 10px 20px;
    list-style-type: disc;
  }
  #storeAbouts div.innerBlock dl dd .flow {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #storeAbouts div.innerBlock dl dd .flow dt {
    font-size: 120%;
    background: none;
    padding: 0;
    font-weight: normal;
  }
  #storeAbouts div.innerBlock dl dd .flow dd {
    margin: 0 0 10px 20px;
    font-size: 110%;
  }
  #storeAbouts div.innerBlock div.box {
    padding: 15px 0px;
    margin: 15px 0px;
  }
  #storeContact {
    background-color: #fff;
  }
  #storeContact div.innerBlock {
    padding: 30px 30px 20px 30px;
  }
  #storeContact div.innerBlock h3 {
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storeContact .contactBody {
    padding: 0 30px 30px;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #storeContact #contactFooter {
    font-size: 81%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #storeContact .contactBody dl, #storeContact #contactFooter {
    padding: 0px 0px 15px 0px;
  }
  #storeContact .formIntro {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCC;
  }
  #storeContact .formIntro p {
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 1.6;
  }
  #storeContact #contactForm {
    padding: 16px 60px 0px;
    min-height: 550px;
  }
  #storeContact #contactForm dl dt {
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 0 10px;
  }
  #storeContact #contactForm dl dd {
    margin: 0 0 20px;
  }
  #storeContact #contactForm label i {
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #666;
  }
  #storeContact #contactForm input {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
  }
  #storeContact #contactForm input.inline {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: initial !important;
    width: 60px;
    margin-right: 5px;
  }
  #storeContact #contactForm input.inline.longerLine {
    width: 300px;
  }
  #storeContact #contactForm .hasError {
    background: #ffdbe1;
    color: #c1272d;
    padding: 5px 10px;
    margin: 0 0 20px;
    border: solid 1px #c1272d;
  }
  #storeContact #contactForm .hasError.errorWrap {
    margin: 0 0 20px;
  }
  #storeContact #contactForm textarea {
    width: 100%;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 0 0 20px;
    font-size: 107%;
    max-width: 620px;
    min-width: 620px;
  }
  #storeContact #contactForm .btnWrap {
    padding: 20px 0;
    text-align: center;
  }
  #storeContact #contactForm .btnWrap:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeContact #contactForm button {
    padding: 17px 40px;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    width: 45%;
    outline: none;
    cursor: pointer;
  }
  #storeContact #contactForm button.btnBack {
    background-color: #ededed;
    color: #727272;
    float: left;
  }
  #storeContact #contactForm button.btnSubmit {
    float: right;
  }
  #storeContact #contactForm button[disabled='disabled'] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    cursor: default;
  }
  #storeContact #contactForm .thanksMessage {
    text-align: center;
    padding-top: 40px;
  }
  #storeContact .attentionColor {
    color: #ff0000;
  }
  #storeOrder {
    background-color: #fff;
  }
  #storeOrder div.innerBlock {
    padding: 30px 30px 40px 30px;
  }
  #storeOrder div.innerBlock h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storeOrder div.innerBlock .cntTitle {
    font-size: 130%;
    color: #000;
  }
  #storeOrder div.innerBlock table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px !important;
    font-size: 88%;
  }
  #storeOrder div.innerBlock table tr th, #storeOrder div.innerBlock table tr td {
    margin: 0px;
    padding: 15px 10px;
    border: solid 1px #7a7a7a;
  }
  #storeOrder div.innerBlock table tr th {
    background-color: #7a7a7a;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  #storePrivacy {
    background-color: #fff;
  }
  #storePrivacy div.innerBlock {
    padding: 30px 30px 40px 30px;
  }
  #storePrivacy div.innerBlock h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #7a7a7a;
  }
  #storePrivacy div.innerBlock h4 {
    margin-bottom: 10px;
  }
  #storePrivacy div.innerBlock .cntTitle {
    font-size: 130%;
    color: #000;
  }
  #storePrivacy div.innerBlock p {
    font-size: 88%;
  }
  #storePrivacy div.innerBlock ol {
    margin: 20px 0px;
    padding: 20px 0px;
    border: solid 0px #ccc;
    border-width: 1px 0px;
  }
  #storePrivacy div.innerBlock ol li {
    margin: 0px 0px 20px 20px;
    list-style-type: decimal;
    font-weight: bold;
    font-size: 94%;
    color: #666;
  }
  #storePrivacy div.innerBlock ol li:last-child {
    margin: 0px 0px 0px 20px;
  }
  #storePrivacy div.innerBlock ol li span {
    display: block;
    font-weight: normal;
    font-size: 88%;
    color: #000;
  }
  #storePrivacy div.innerBlock div.contactInfo dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 85%;
    border-bottom: solid 1px #ccc;
  }
  #storePrivacy div.innerBlock div.contactInfo dl dt {
    margin-bottom: 7px;
    font-weight: bold;
  }
  #storeItem {
    background: #fff;
    padding: 48px;
  }
  #storeItem .storeItemInner {
    background: #fff;
    color: #FFF;
  }
  #storeItem .storeItemInner:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItem .storeItemInner .storeItemImage {
    float: left;
    padding-top: 10px;
    width: 340px;
  }
  #storeItem .storeItemInner .storeItemImage ul {
    line-height: 0;
  }
  #storeItem .storeItemInner .storeItemImage ul li {
    padding: 0;
  }
  #storeItem .storeItemInner .storeItemImage ul li img {
    display: block;
    max-width: 338px;
    margin: 0 auto;
    height: auto;
    border: solid 1px #CCC;
  }
  #storeItem .storeItemInner .storeItemInfo {
    color: #000;
    float: right;
    width: 315px;
    padding: 10px 0;
    margin: 0 20px 0 0;
  }
  #storeItem .storeItemInner .storeItemInfo .itemIntro {
    margin: 0 0 20px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemIntro:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItem .storeItemInner .storeItemInfo .itemIntro p {
    font-size: 82%;
    margin-bottom: 1em;
  }
  #storeItem .storeItemInner .storeItemInfo h3 {
    line-height: 1.4;
    margin: 0 0 20px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemCode {
    font-size: 82%;
    margin: 0 0 5px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemPrice {
    font-size: 100%;
    margin: 0 0 15px;
    font-weight: bold;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber {
    font-size: 82%;
    margin: 0 0 10px;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dt {
    float: left;
    clear: left;
    width: 70px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dd {
    float: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dd input[type="text"] {
    width: 80px;
    border: solid 1px #CCC;
    padding: 3px;
    text-align: center;
  }
  #storeItem .storeItemInner .storeItemInfo .itemSizeNumber dd select {
    min-width: 88px;
  }
  #storeItem .storeItemInner .storeItemInfo button {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: pointer;
  }
  #storeItem .storeItemInner .storeItemInfo button.soldout {
    clear: both;
    padding: 15px 0;
    width: 100%;
    background: #969696 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: auto;
  }
  #storeItem .storeItemInner .storeItemInfo .unavailable {
    text-align: center;
    color: #002393;
    padding: 10px;
    font-size: 82%;
    font-weight: bold;
    background: #CCC;
  }
  #storeItem .storeItemInner .storeItemInfo .notice {
    clear: both;
    padding-top: 20px;
    font-size: 82%;
    color: #ff0000;
  }
  #storeItem.llr8 {
    padding: 15px 20px;
  }
  #storeItem.llr8 .storeItemImage {
    width: 400px;
  }
  #storeItem.llr8 .storeItemImage ul li img {
    margin-top: 0px;
    max-width: 400px;
    border: none;
  }
  #storeItem.llr8 .storeItemImage #bx-pager {
    font-size: 0;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a {
    display: inline-block;
    width: 32%;
    margin: 0 0 5px 2%;
    text-decoration: none;
    color: #000;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a .caption {
    font-size: 11px;
    text-align: center;
    margin-top: 8px;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a img {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: bottom;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a:first-child, #storeItem.llr8 .storeItemImage #bx-pager a:nth-child(3n+1) {
    margin: 0;
  }
  #storeItem.llr8 .storeItemImage #bx-pager a.active img {
    border: 3px solid #7a7a7a;
  }
  #storeLogoSpace {
    color: #7a7a7a;
    font-size: 32px;
    background-color: #fff;
    text-align: center;
  }
  #storeLogoSpace img {
    max-width: 100%;
  }
  #storeItemList {
    background: #fff;
    padding: 28px 0px 23px;
  }
  #storeItemList .storeItemListInner {
    color: #000;
    overflow: hidden;
    width: 800px;
  }
  #storeItemList .storeItemListInner ul {
    width: 800px;
    font-size: 0;
  }
  #storeItemList .storeItemListInner ul:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItemList .storeItemListInner ul li {
    background: #fff;
    display: inline-block;
    width: 253px;
    padding: 6px 6px 6px 7px;
    margin: 0 0px 50px 0;
    font-size: 16px;
  }
  #storeItemList .storeItemListInner ul li .storeItemImage {
    width: 259px;
    height: 264px;
    overflow: hidden;
    margin: 0 0 10px;
  }
  #storeItemList .storeItemListInner ul li .storeItemImage a img {
    width: 259px;
    height: auto;
  }
  #storeItemList .storeItemListInner ul li .storeItemImage a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  #storeItemList .storeItemListInner ul li h3 {
    line-height: 1.4;
    font-size: 82%;
    text-align: center;
    margin: 0 0 5px;
  }
  #storeItemList .storeItemListInner ul li h3 a {
    color: #000;
  }
  #storeItemList .storeItemListInner ul li form {
    display: block;
  }
  #storeItemList .storeItemListInner ul li .itemPrice {
    font-size: 82%;
    text-align: center;
    margin: 0 0 5px;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber {
    font-size: 82%;
    margin: 0 auto 10px;
    width: 160px;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dt, #storeItemList .storeItemListInner ul li .itemSizeNumber dd {
    float: left;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dt {
    clear: left;
    width: 60px;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dd {
    width: 80px;
    text-align: right;
  }
  #storeItemList .storeItemListInner ul li .itemSizeNumber dd input[type="text"] {
    max-width: 40px;
    text-align: center;
    padding: 2px;
    border: solid 1px #CCC;
    height: 15px;
  }
  #storeItemList .storeItemListInner ul li .zaiko {
    display: block;
    clear: both;
  }
  #storeItemList .storeItemListInner ul li button {
    clear: both;
    padding: 12px 0;
    width: 90%;
    background: #e0e0e0 url("../images/pc/point_arr.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: pointer;
    display: block;
  }
  #storeItemList .storeItemListInner ul li button.soldout {
    clear: both;
    padding: 12px 0;
    width: 100%;
    background: #969696 url("../images/sp/point_arr_l.png") no-repeat 9px center;
    background-size: 18px 30px;
    color: #010101;
    font-size: 92%;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -webkit-appearance: none;
    border: none;
    margin: 0 auto;
    text-align: center;
    outline: none;
    cursor: auto;
  }
  #storeItemList .storeItemListInner ul li .unavailable {
    text-align: center;
    color: #002393;
    padding: 10px;
    font-size: 82%;
    font-weight: bold;
  }
  #storeItemList .pagenavi {
    text-align: center;
    padding: 0px;
    margin: 0 0 20px;
  }
  #storeItemList .pagenavi span {
    background-color: #7a7a7a;
    color: #002394;
    border-top: 0;
    padding: 0px 6px 0px 6px;
    text-align: center;
    display: inline-block;
  }
  #storeItemList .pagenavi a {
    padding: 9px 0px 8px 0px;
    margin: 0 8px;
    width: 34px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #storeItemList .pagenavi a.previouspostslink, #storeItemList .pagenavi a.nextpostslink {
    padding: 9px 0px 8px 0px;
  }
  #storeItemList .pagenavi a.previouspostslink {
    margin-right: 20px;
  }
  #storeItemList .pagenavi a.nextpostslink {
    margin-left: 20px;
  }
  #storeItemList .pagenavi span {
    padding: 9px 0px 8px 0px;
    margin: 0 8px;
    width: 34px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #storeItemList .pagenavi a {
    background-color: #e0e0e0;
    color: #010101;
  }
  #storeItemList .pagenavi a:hover {
    background-color: #e0e0e0;
    color: #fff;
  }
  #storeItemList .pagenavi span {
    background-color: #e0e0e0;
    color: #fff;
  }
  .newyear_txt {
    width: 100%;
    background: #FFF;
    text-align: left;
    padding: 20px 24px;
  }
  /*--- biography -----------------------------------------------------------------------------*/
  #biographyCts {
    width: 800px;
    text-align: left;
    clear: both;
  }
  #biographyCts #biographyBody {
    margin-top: 20px;
    padding-top: 32px;
    background-color: #fff;
    border: solid #7a7a7a 1px;
  }
  #biographyCts h3 {
    margin: 0px 30px 8px 30px;
    padding: 0px 0px 8px 0px;
    border-bottom: 2px #7a7a7a solid;
    font-size: 0px;
    line-height: 0;
    text-align: left;
    clear: both;
  }
  #biographyCts #commonKey {
    position: relative;
  }
  #biographyCts #biographyProfile {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 270px;
    padding: 20px 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  }
  #biographyCts #biographyProfile h3 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #biographyCts #profileList {
    padding: 12px 20px 0;
  }
  #biographyCts #profileList li {
    padding: 0px 0px 8px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
  }
  #biographyCts #profileList li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #000 solid;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.4;
    display: inline-block;
  }
  #biographyCts #biographyList {
    padding: 0px 30px 30px 30px;
  }
  #biographyCts #biographyList li {
    margin: 0px 0px 9px 0px;
    padding: 0px 0px 9px 0px;
    border-bottom: 1px #d0d0d0 solid;
    clear: both;
  }
  #biographyCts #biographyList li dl {
    clear: both;
    overflow: hidden;
  }
  #biographyCts #biographyList li dl dt {
    float: left;
    width: 90px;
    border-right: 1px solid #d0d0d0;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    word-wrap: break-word;
  }
  #biographyCts #biographyList li dl dd {
    margin: 0 0px 0px 90px;
    padding: 0px 0px 0px 12px;
    border-left: 1px #d0d0d0 solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.4;
  }
  #biographyCts #biographyList li dl dd span {
    color: #002394;
  }
  /*--- Baby Peenats -----------------------------------------------------------------------------*/
  #babyListCts {
    margin: 0px 0px 16px 0px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #babyListCts h3 {
    margin: 0px 16px 0px 16px;
    padding: 16px 0px 12px 0px;
    border-bottom: 2px #fff solid;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.3;
    clear: both;
  }
  #babyListCts h3 span {
    margin: 0px 0px 0px 16px;
    padding: 8px 0px 0px 0px;
    color: #fff;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.2;
    display: inline-block;
  }
  #babyListCts ul {
    padding: 5px 16px 0px 16px;
  }
  #babyListCts ul li {
    border-top: 1px #7a7a7a solid;
    clear: both;
  }
  #babyListCts ul li:first-child {
    border-top: none;
  }
  #babyListCts ul li a {
    padding: 9px 20px 9px 0px;
    background: url("../images/pc/bg_arr.png") no-repeat right center;
    text-decoration: none;
    display: block;
  }
  #babyListCts ul li a:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #babyListCts ul li a dl {
    padding: 0px 0px 0px 45px;
    clear: both;
  }
  #babyListCts ul li a dl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #babyListCts ul li.new a dl {
    background: url("../images/pc/icon_new.gif") no-repeat left top;
  }
  #babyListCts ul li.check a dl {
    background: url("../images/pc/icon_check.gif") no-repeat left top;
  }
  #babyListCts ul li a dl dt {
    width: 80px;
    color: #fff;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    text-decoration: none;
    display: block;
  }
  #babyListCts ul li a dl dd {
    margin: -1.3em 0px 0px 82px;
    color: #000;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
  }
  #babyListNavi {
    text-align: center;
  }
  #babyListNavi li {
    padding: 0px 6px 0px 6px;
    text-align: center;
    display: inline-block;
  }
  #babyListNavi #naviL {
    padding: 0px 18px 0px 6px;
  }
  #babyListNavi #naviR {
    padding: 0px 6px 0px 18px;
  }
  #babyListNavi li a, #babyListNavi li span {
    padding: 9px 0px 8px 0px;
    width: 34px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    display: inline-block;
  }
  #babyListNavi li a, #babyListNavi li.set a {
    background-color: #7a7a7a;
    color: #fff;
  }
  #babyListNavi li a:hover, #babyListNavi li.set a:hover {
    background-color: #7a7a7a;
    color: #fff;
  }
  #babyListNavi li span {
    background-color: transparent;
    color: #fff;
  }
  #babyNoticeCts {
    margin: 40px 0;
    padding: 20px 30px;
    background-color: #fff;
    color: #002394;
    font-size: 82%;
    line-height: 1.5;
  }
  #babyBtmCts {
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #babyBtmCts .btList {
    padding: 0px 0px 20px 0px;
    clear: both;
  }
  #babyBtmCts .btList li {
    padding: 0px 0px 20px 0px;
  }
  #babyBtmCts .btList li a {
    padding: 14px 40px;
    background: #e0e0e0 url("../images/pc/point_arr_l.png") no-repeat 9px center;
    color: #010101;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  #babyBtmCts h4 {
    padding: 5px 0px 20px 26px;
    background: url("../images/pc/icon_h4_mail.png") no-repeat 0px 5px;
    border-top: 3px #ddd solid;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #babyBtmCts ul.cnt {
    padding: 0px 0px 16px 0px;
  }
  #babyBtmCts ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #babyBtmCts ul.cnt li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #babyBtmCts ul.note {
    clear: both;
  }
  #babyBtmCts ul.note li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 5px 0em;
    list-style: disc outside;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #babypeenatsSubPageCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #babypeenatsSubPageCts strong {
    color: #002394;
    font-weight: normal;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageHead {
    padding: 30px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageHead h3 {
    color: #000;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    clear: both;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody {
    padding: 30px;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody p {
    margin-top: 10px;
    font-size: 81%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody p:first-child {
    margin-top: 0;
  }
  #babypeenatsSubPageCts .babypeenatsSubPageBody .attention {
    text-indent: -1em;
    margin-left: 1em;
  }
  #babypeenatsSubPageBack {
    padding: 16px 0px 16px 25px;
    background: url("../images/pc/point_back_list.png") no-repeat left center;
  }
  #babypeenatsSubPageBack a {
    color: #7a7a7a;
    text-decoration: none;
  }
  #babypeenatsSubPageBack a:hover {
    color: #002394;
  }
  #babypeenatsSubPageCts #babypeenatsJoinInfo dt {
    font-size: 116%;
    font-weight: bold;
  }
  #babypeenatsSubPageCts #babypeenatsJoinInfo dt span {
    margin-left: 14px;
    font-size: 75%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinInfo dd {
    margin-bottom: 16px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail {
    margin-top: 30px;
    padding: 5px 0 0 0;
    border-top: 3px #ddd solid;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail h4 {
    margin: 10px 0px;
    font-size: 116%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail dt {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 100%;
    color: #fff;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail dd {
    margin-bottom: 16px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinDetail dd:last-child {
    margin-bottom: 0;
  }
  #babypeenatsSubPageCts div.openhowto {
    margin-top: 20px;
    padding: 7px 0px 3px;
    font-size: 88%;
    font-weight: bold;
    text-align: center;
    background: #e0e0e0 url("../images/baby_peenats/point_arr_bottom.png") no-repeat 7px center;
    cursor: pointer;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo {
    margin-top: 30px;
    border-top: 3px #ddd solid;
    display: none;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo p {
    font-size: 100%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo div {
    margin-bottom: 20px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo h5 {
    margin: 30px 0px 10px;
    font-size: 116%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ol.joinlist1 {
    margin-left: 28px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ol.joinlist1 li {
    list-style-type: decimal;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ol.joinlist1 li span {
    font-size: 86%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.joinlist2 {
    margin-left: 24px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.joinlist2 li {
    list-style-type: disc;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo dt {
    font-size: 100%;
    font-weight: bold;
    color: #fff;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo dd {
    margin-bottom: 16px;
    font-size: 100%;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo p.cnt_title {
    padding: 5px 0px 20px 26px;
    background: url("../images/pc/icon_h4_mail.png") no-repeat 0px 5px;
    border-top: 3px #ddd solid;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    clear: both;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.cnt {
    padding: 0px 0px 16px 0px;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo ul.cnt li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo .centering, #babypeenatsSubPageCts #babypeenatsJoinHowTo .babypeenatsJoinHowToAddress {
    text-align: center;
  }
  #babypeenatsSubPageCts #babypeenatsJoinHowTo .babypeenatsJoinHowToPrice {
    text-align: center;
    font-size: 94%;
    font-weight: bold;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px #ddd solid;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl {
    clear: both;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dt {
    margin: 0px 0px 14px 0px;
    color: #000;
    font-size: 94%;
    font-weight: bold;
    line-height: 1.4;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dt:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dt span {
    margin: 0px 14px 0px 0px;
    padding: 1em 0px;
    width: 3.5em;
    background-color: #7a7a7a;
    color: #fff;
    font-size: 87%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: block;
    float: left;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dd {
    padding: 0px 0px 10px 0px;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.6;
  }
  #babypeenatsSubPageCts #babypeenatsFaq li dl dd p {
    padding: 0px 0px 8px 0px;
    font-size: 1em;
    line-height: 1.6;
  }
  #babypeenatsSubPageCts #babypeenatsAddress dt {
    margin: 20px 0 3px;
    font-weight: bold;
    font-size: 100%;
    color: #fff;
  }
  #babypeenatsSubPageCts #babypeenatsAddress dd {
    margin-bottom: 16px;
  }
  #babypeenatsSubPageCts #babypeenatsAddress dd:last-child {
    margin-bottom: 0;
  }
  /*--- LIVE -----------------------------------------------------------------------------*/
  #liveCts #ttImg {
    padding: 0px 0px 20px 0px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    clear: both;
  }
  #liveCts #ttImg img {
    margin: 0px auto;
    max-width: 100%;
    height: auto;
  }
  #liveList {
    padding: 30px 30px 40px 30px;
    background-color: #fffeda;
    text-align: left;
    clear: both;
  }
  #liveList div.liveinfo {
    margin: 0px 0px 15px;
  }
  #liveList div.liveinfo p.attention {
    font-size: 88%;
  }
  /* #liveList div.liveinfo p.link { 	padding: 0px 0px 16px 16px; 	background: url("../images/pc/point_link.png") no-repeat 0px 0.3em; 	background-size: 12px 12px; } */
  #liveCts .goods {
    margin: 0 0 20px;
  }
  #liveCts .goods .link {
    padding: 0px 0px 16px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  #liveCts h3 {
    margin-bottom: 18px;
    padding: 0px 0px 16px 0px;
    font-size: 0px;
    line-height: 0;
    clear: both;
    border-bottom: 2px #fff solid;
  }
  #liveCts h3.noBorder {
    margin-bottom: 0;
    border-bottom: none;
  }
  #liveCts table {
    margin: 0px auto 42px auto;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    border-spacing: 0px;
    clear: both;
  }
  #liveCts table tr th {
    padding: 12px 0px 12px 0px;
    background-color: #f8f8f8;
    color: #000;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }
  #liveCts table tr th span {
    padding: 0px 0px 0px 24px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
  }
  #liveCts table tr .thD {
    min-width: 10%;
  }
  #liveCts table tr .thT, #liveCts table tr .thM {
    min-width: 10%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table tr .thH {
    width: 27%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table tr .thG {
    width: 30%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table tr .thP {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table tr .thN {
    border-top: 1px #d0d0d0 solid;
    color: #7f7f7f;
  }
  #liveCts table tr .thD span {
    background: url("../images/pc/icon_live_cal.png") no-repeat left center;
  }
  #liveCts table tr .thT span {
    background: url("../images/pc/icon_live_time.png") no-repeat left center;
  }
  #liveCts table tr .thM span {
    background: url("../images/pc/icon_live_map.png") no-repeat left center;
  }
  #liveCts table tr .thG span {
    margin-left: -15px;
    padding-left: 30px !important;
    background: url("../images/pc/icon_live_ticket.png") no-repeat left center;
  }
  #liveCts table tr .thP span {
    background: url("../images/pc/icon_live_phone.png") no-repeat left center;
  }
  #liveCts table tr .thH span {
    background: url("../images/pc/icon_live_map.png") no-repeat left center;
  }
  #liveCts table tr td {
    padding: 16px 10px 16px 15px;
    border-top: 1px #d0d0d0 solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    position: relative;
  }
  #liveCts table tr .tdT {
    border-left: 1px #d0d0d0 dotted;
    text-align: center;
  }
  #liveCts table tr .tdH {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table tr .tdM {
    border-left: 1px #d0d0d0 dotted;
    position: relative;
  }
  #liveCts table tr .tdM a {
    font-size: 100%;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
  }
  #liveCts table tr .tdG {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table tr .tdG li:first-child p {
    margin-top: 0;
  }
  #liveCts table tr .tdG li p {
    margin-top: 5px;
  }
  #liveCts table tr .tdG p:before {
    content: "○";
  }
  #liveCts table tr .tdG span {
    color: #002394;
    font-size: 88%;
  }
  #liveCts table tr .tdG span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts table tr .tdG span a.url {
    color: #fff !important;
  }
  #liveCts table tr .tdG em {
    font-size: 88%;
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts table tr .tdG em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts table tr .tdP {
    border-left: 1px #d0d0d0 dotted;
    font-size: 69%;
  }
  #liveCts table tr td a {
    font-size: 118%;
    font-weight: bold;
    color: #002394;
    text-decoration: none;
    display: block;
  }
  #liveCts table.ticket_page {
    margin: 0px auto 42px auto;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #7a7a7a solid;
    border-bottom: 2px #7a7a7a solid;
    border-spacing: 0px;
    clear: both;
  }
  #liveCts table.ticket_page tr th {
    padding: 12px 0px 12px 0px;
    background-color: #f8f8f8;
    color: #000;
    font-size: 70%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }
  #liveCts table.ticket_page tr th span {
    padding: 0px 0px 0px 24px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
  }
  #liveCts table.ticket_page tr .thD {
    min-width: 10%;
  }
  #liveCts table.ticket_page tr .thT, #liveCts table.ticket_page tr .thM {
    min-width: 10%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table.ticket_page tr .thH {
    width: 27%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table.ticket_page tr .thG, #liveCts table.ticket_page tr .thP {
    min-width: 20%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table.ticket_page tr .thN {
    border-top: 1px #d0d0d0 solid;
    color: #7f7f7f;
  }
  #liveCts table.ticket_page tr .thD span {
    background: url("../images/pc/icon_live_cal.png") no-repeat left center;
  }
  #liveCts table.ticket_page tr .thT span {
    background: url("../images/pc/icon_live_time.png") no-repeat left center;
  }
  #liveCts table.ticket_page tr .thM span {
    background: url("../images/pc/icon_live_map.png") no-repeat left center;
  }
  #liveCts table.ticket_page tr .thG span {
    margin-left: -15px;
    padding-left: 30px !important;
    background: url("../images/pc/icon_live_ticket.png") no-repeat left center;
  }
  #liveCts table.ticket_page tr .thP span {
    background: url("../images/pc/icon_live_phone.png") no-repeat left center;
  }
  #liveCts table.ticket_page tr .thH span {
    background: url("../images/pc/icon_live_map.png") no-repeat left center;
  }
  #liveCts table.ticket_page tr td {
    /*padding: 16px 10px 16px 15px;*/
    padding: 16px 10px 16px 10px;
    border-top: 1px #d0d0d0 solid;
    font-size: 82%;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    position: relative;
  }
  #liveCts table.ticket_page tr td a {
    font-size: 100%;
  }
  #liveCts table.ticket_page tr .tdT {
    border-left: 1px #d0d0d0 dotted;
    text-align: center;
  }
  #liveCts table.ticket_page tr .tdH {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table.ticket_page tr .tdM {
    border-left: 1px #d0d0d0 dotted;
    position: relative;
  }
  #liveCts table.ticket_page tr .tdM a {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
  }
  #liveCts table.ticket_page tr .tdG {
    border-left: 1px #d0d0d0 dotted;
    white-space: nowrap;
  }
  #liveCts table.ticket_page tr .tdG li:first-child p {
    margin-top: 0;
  }
  #liveCts table.ticket_page tr .tdG li p {
    margin-top: 5px;
  }
  #liveCts table.ticket_page tr .tdG p:before {
    content: "○";
  }
  #liveCts table.ticket_page tr .tdG span {
    color: #002394;
  }
  #liveCts table.ticket_page tr .tdG span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts table.ticket_page tr .tdG span a.url {
    color: #fff !important;
  }
  #liveCts table.ticket_page tr .tdG em {
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts table.ticket_page tr .tdG em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts table.ticket_page tr .tdP {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts table.ticket_page tr td a {
    font-weight: bold;
    color: #002394;
    text-decoration: none;
    display: block;
  }
  #liveCts #moreBt {
    display: none;
  }
  #liveCts .liveBox {
    padding: 20px 20px 10px 20px;
    border: 1px #d0d0d0 solid;
  }
  #liveCts .liveBox h4 {
    margin: 0px 0px 12px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
  }
  #liveCts .ticket h4 {
    margin: 0px 0px 12px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
  }
  #liveCts .liveBox h5 {
    margin: 0px 0px 5px 0px;
    font-size: 88%;
    font-weight: bold;
    line-height: 1.5;
  }
  #liveCts .liveBox ul.cnt {
    padding: 0px 0px 4px 0px;
  }
  #liveCts .liveBox ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #liveCts .liveBox ul.cnt li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #liveCts .liveBox ul.note {
    padding: 0px 0px 18px 0px;
    clear: both;
  }
  #liveCts .liveBox ul.note li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 5px 0em;
    list-style: disc outside;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #liveCts .ticket {
    margin-bottom: 18px;
    font-size: 88%;
  }
  #liveCts .ticket dl {
    overflow: hidden;
  }
  #liveCts .ticket dt {
    padding-bottom: 2px;
    font-size: 112%;
  }
  #liveCts .ticket dd {
    padding-bottom: 5px;
  }
  #liveCts .ticket dd a {
    color: #ff0000;
    font-size: 112%;
  }
  #liveCts .ticket dd a:hover {
    color: #002394;
  }
  #liveCts .ticket dt:last-of-type, #liveCts .ticket dd:last-of-type {
    margin-bottom: 0;
  }
  #liveCts .ticket dt {
    float: left;
    clear: left;
    margin-right: 10px;
    font-weight: bold;
  }
  #liveCts .ticket dd strong {
    font-weight: bold;
    font-size: 107%;
    color: #002394;
  }
  /* 古いライブ情報 140814追加 */
  #liveCts02 #ttImg02 {
    margin-top: 100px;
    padding: 0px 0px 20px 0px;
    font-size: 0px;
    line-height: 0;
    text-align: center;
    clear: both;
  }
  #liveCts02 #hiddenlist {
    display: none;
    margin-top: 30px;
  }
  div.linkbtn_area {
    margin-top: 20px;
    padding: 7px 0px 3px;
    font-size: 88%;
    font-weight: bold;
    text-align: center;
    background: #e0e0e0 url("../images/pc/point_arr.png") no-repeat 7px center;
    cursor: pointer;
  }
  div.linkbtn_area a {
    display: block;
  }
  #liveCts02 #ttImg02 {
    text-align: center;
  }
  #liveCts02 #ttImg02 img {
    margin: 0px auto;
    max-width: 100%;
    height: auto;
  }
  #liveList div.end_pub {
    margin: 0px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  #liveList div.end_pub img {
    max-width: 100%;
  }
  #liveList div.end_pub p {
    text-align: center;
    margin: 10px 0;
  }
  #liveList02 {
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #liveList02 div.end_pub {
    margin: 0px 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  #liveList02 div.end_pub img {
    max-width: 100%;
  }
  #liveList02 div.end_pub p {
    text-align: center;
    margin-top: 10px;
  }
  #liveList02 div.liveinfo {
    margin: 0px 20px 15px;
    margin: 0px 0px 15px;
  }
  #liveList02 div.liveinfo p.attention {
    font-size: 88%;
  }
  /* #liveList02 div.liveinfo p.link { 	padding: 0px 0px 16px 16px; 	background: url("../images/pc/point_link.png") no-repeat 0px 0.3em; 	background-size: 12px 12px; } */
  #liveCts02 .goods {
    margin: 0 0 20px;
  }
  #liveCts02 .goods .link {
    padding: 0px 0px 16px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  #liveCts02 h3 {
    margin-bottom: 18px;
    padding: 0px 0px 16px 0px;
    font-size: 0px;
    line-height: 0;
    clear: both;
    border-bottom: 2px #fff solid;
  }
  #liveCts02 table {
    margin: 0px auto 42px auto;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #fff solid;
    border-bottom: 2px #fff solid;
    border-spacing: 0px;
    clear: both;
  }
  #liveCts02 table tr th {
    padding: 12px 0px 12px 0px;
    background-color: #f8f8f8;
    color: #fff;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }
  #liveCts02 table tr th span {
    padding: 0px 0px 0px 24px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
  }
  #liveCts02 table tr .thD {
    width: 14%;
  }
  #liveCts02 table tr .thT {
    width: 19%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .thM {
    width: 37%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .thH {
    width: 27%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .thG {
    width: 30%;
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .thP {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .thN {
    border-top: 1px #d0d0d0 solid;
    color: #7f7f7f;
  }
  #liveCts02 table tr .thD span {
    background: url("../images/pc/icon_live_cal.png") no-repeat left center;
  }
  #liveCts02 table tr .thT span {
    background: url("../images/pc/icon_live_time.png") no-repeat left center;
  }
  #liveCts02 table tr .thM span {
    background: url("../images/pc/icon_live_map.png") no-repeat left center;
  }
  #liveCts02 table tr .thG span {
    margin-left: -15px;
    padding-left: 30px !important;
    background: url("../images/pc/icon_live_ticket.png") no-repeat left center;
  }
  #liveCts02 table tr .thP span {
    background: url("../images/pc/icon_live_phone.png") no-repeat left center;
  }
  #liveCts02 table tr .thH span {
    background: url("../images/pc/icon_live_map.png") no-repeat left center;
  }
  #liveCts02 table tr td {
    padding: 16px 10px 16px 15px;
    border-top: 1px #d0d0d0 solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    position: relative;
  }
  #liveCts02 table tr .tdT {
    border-left: 1px #d0d0d0 dotted;
    text-align: center;
  }
  #liveCts02 table tr .tdH {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .tdM {
    border-left: 1px #d0d0d0 dotted;
    position: relative;
  }
  #liveCts02 table tr.soldOut .tdM {
    position: relative;
    z-index: 1;
  }
  #liveCts02 table tr .tdM a {
    font-size: 100%;
    color: #000;
    text-decoration: underline;
    font-weight: normal;
  }
  #liveCts02 table tr .tdG {
    border-left: 1px #d0d0d0 dotted;
  }
  #liveCts02 table tr .tdG li:first-child p {
    margin-top: 0;
  }
  #liveCts02 table tr .tdG li p {
    margin-top: 5px;
  }
  #liveCts02 table tr .tdG p:before {
    content: "○";
  }
  #liveCts02 table tr .tdG span {
    color: #002394;
    font-size: 88%;
  }
  #liveCts02 table tr .tdG span a {
    padding-left: 1em;
    font-size: 100% !important;
    font-weight: normal !important;
  }
  #liveCts02 table tr .tdG span a.url {
    color: #fff !important;
  }
  #liveCts02 table tr .tdG em {
    font-size: 88%;
    display: block;
    padding-left: 1em;
    font-style: normal;
    color: #666;
  }
  #liveCts02 table tr .tdG em span {
    color: #666;
    border: 1px solid #bfbfbf;
    display: inline-block;
    font-weight: normal;
    line-height: 1.6;
    margin: 0 0.5em 0 0;
    padding: 0 4px;
  }
  #liveCts02 table tr .tdP {
    border-left: 1px #d0d0d0 dotted;
    font-size: 69%;
  }
  #liveCts02 table tr td a {
    font-size: 118%;
    font-weight: bold;
    color: #611a5a;
    text-decoration: none;
    display: block;
  }
  #liveCts02 #moreBt {
    display: none;
  }
  #liveCts02 .liveBox {
    padding: 20px 20px 10px 20px;
    border: 1px #d0d0d0 solid;
  }
  #liveCts02 .liveBox h4 {
    margin: 0px 0px 12px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
  }
  #liveCts02 .ticket h4 {
    margin: 0px 0px 12px 0px;
    padding: 1px 15px;
    background-color: #f0f0f0;
    color: #232323;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
  }
  #liveCts02 .liveBox h5 {
    margin: 0px 0px 5px 0px;
    font-size: 88%;
    font-weight: bold;
    line-height: 1.5;
  }
  #liveCts02 .liveBox ul.cnt {
    padding: 0px 0px 4px 0px;
  }
  #liveCts02 .liveBox ul.cnt li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #liveCts02 .liveBox ul.cnt li span {
    margin: 0px 12px 0px 0px;
    padding: 1px 8px;
    border: 1px #bfbfbf solid;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.6;
    display: inline-block;
  }
  #liveCts02 .liveBox ul.note {
    padding: 0px 0px 18px 0px;
    clear: both;
  }
  #liveCts02 .liveBox ul.note li {
    margin: 0px 0px 0px 1em;
    padding: 0px 0px 5px 0em;
    list-style: disc outside;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.6;
  }
  #liveCts02 .ticket {
    margin-bottom: 18px;
    font-size: 88%;
  }
  #liveCts02 .ticket dl {
    overflow: hidden;
  }
  #liveCts02 .ticket dt {
    padding-bottom: 2px;
    font-size: 112%;
  }
  #liveCts02 .ticket dd {
    padding-bottom: 5px;
  }
  #liveCts02 .ticket dd a {
    color: #ff0000;
    font-size: 112%;
  }
  #liveCts02 .ticket dd a:hover {
    color: #002394;
  }
  #liveCts02 .ticket dt:last-of-type, #liveCts02 .ticket dd:last-of-type {
    margin-bottom: 0;
  }
  #liveCts02 .ticket dt {
    float: left;
    clear: left;
    margin-right: 10px;
    font-weight: bold;
  }
  #liveCts02 .ticket dd strong {
    font-weight: bold;
    font-size: 107%;
    color: #002394;
  }
  /*--- LIVE -----------------------------------------------------------------------------*/
  #mediaCts {
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    text-align: left;
    clear: both;
    border: solid #000 1px;
  }
  #mediaCts h3 {
    margin-top: 52px;
    padding: 0px 0px 13px 0px;
    font-size: 0px;
    line-height: 0;
    clear: both;
  }
  #mediaCts h3:first-child {
    margin-top: 0;
  }
  #mediaCts table {
    margin: 0px auto;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-top: 2px #7a7a7a solid;
    border-bottom: 2px #7a7a7a solid;
    border-spacing: 0px;
    clear: both;
  }
  #mediaCts table tr th {
    padding: 12px 0px 12px 0px;
    background-color: #f8f8f8;
    color: #000;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
  }
  #mediaCts table tr .thD {
    width: 190px;
    text-align: center;
    white-space: nowrap;
  }
  #mediaCts table tr .thT {
    width: 145px;
    border-left: 1px #d0d0d0 dotted;
    text-align: center;
  }
  #mediaCts table tr .thW {
    width: 180px;
    text-align: center;
  }
  #mediaCts table tr .thE {
    padding: 12px;
    border-left: 1px #d0d0d0 dotted;
    text-align: left;
  }
  #mediaCts table tr .thS {
    width: 570px;
    padding: 12px;
    border-left: 1px #d0d0d0 dotted;
    text-align: left;
  }
  #mediaCts table tr td {
    padding: 16px 12px;
    background-color: #fff;
    border-top: 1px #d0d0d0 solid;
    font-size: 88%;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
  }
  #mediaCts table tr .tdD {
    text-align: center;
  }
  #mediaCts table tr .tdDH {
    text-align: center;
    white-space: nowrap;
  }
  #mediaCts table tr .tdT {
    border-left: 1px #d0d0d0 dotted;
    text-align: center;
  }
  #mediaCts table tr .tdW {
    text-align: center;
  }
  #mediaCts table tr .tdE, #mediaCts table tr .tdS {
    border-left: 1px #d0d0d0 dotted;
    text-align: left;
  }
  #mediaCts .notice {
    margin-top: 5px;
    font-size: 75%;
    color: #797979;
  }
  #mediaCts .notice2 {
    padding-top: 5px;
    border-top: 2px #fff solid;
    font-size: 75%;
    color: #797979;
  }
  #mediaCts .mediaBox {
    margin-top: 52px;
    padding: 14px 18px 12px 18px;
    border: 1px #d0d0d0 solid;
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
  }
  /*--- PRIVACY POLICY -----------------------------------------------------------------------------*/
  #privacypolicyCts {
    width: 100%;
    border: solid 1px #000;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #privacypolicyCts .privacypolicyHead {
    padding: 30px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #privacypolicyCts .privacypolicyHead h3 {
    color: #000;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    clear: both;
  }
  #privacypolicyCts .privacypolicyBody {
    padding: 30px;
  }
  #privacypolicyCts .privacypolicyBody p, #privacypolicyCts .privacypolicyBody dd {
    padding: 0px 0px 15px 0px;
    font-size: 81%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #privacypolicyCts .privacypolicyBody dt {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 100%;
    color: #000;
  }
  /*--- CONTACT -----------------------------------------------------------------------------*/
  #contactCts {
    width: 100%;
    background-color: #fff;
    text-align: left;
    clear: both;
  }
  #contactCts .contactHead {
    padding: 30px;
    border-bottom: 1px #e9e9e9 solid;
  }
  #contactCts .contactHead h3 {
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    line-height: 1;
    clear: both;
  }
  #contactCts .contactBody {
    padding: 30px;
    font-size: 81%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #contactCts #contactFooter {
    font-size: 81%;
    font-weight: normal;
    line-height: 1.5;
    clear: both;
  }
  #contactCts .contactBody dl, #contactCts #contactFooter {
    padding: 0px 0px 15px 0px;
  }
  #contactCts #contactForm dt {
    line-height: 22px;
    font-weight: bold;
  }
  #contactCts #contactForm dd {
    overflow: hidden;
  }
  #contactCts #contactForm input {
    height: 22px;
  }
  #contactCts #contactForm .error {
    color: #f8353f;
    font-weight: bold;
  }
  #contactCts #contactForm .error.errorBox {
    margin-bottom: 13px;
  }
  #contactCts #contactForm .error.errorInline {
    clear: both;
  }
  #contactCts #contactForm1 dt, #contactCts #contactForm1 dd {
    margin-bottom: 13px;
  }
  #contactCts #contactForm1 dt {
    float: left;
    clear: left;
    margin-right: 14px;
    width: 120px;
    text-align: right;
  }
  #contactCts #contactFormSubject, #contactCts #contactFormName, #contactCts #contactFormEmail {
    width: 330px;
  }
  #contactFormFanClubId {
    width: 160px;
  }
  #contactCts #contactFormFanClubId {
    float: left;
  }
  #contactCts #contactForm p.notice {
    float: left;
    margin-left: 13px;
    line-height: 22px;
  }
  #contactCts #contactForm2 textarea {
    margin: 0;
    padding: 8px;
    width: 558px;
  }
  #contactCts #contactFormBtns {
    text-align: center;
  }
  #contactCts #contactFooter {
    padding: 30px;
    border-top: 1px #e9e9e9 solid;
  }
  #contactCts #contactFooter p.link {
    padding: 0px 0px 0px 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    background-size: 12px 12px;
  }
  /*--- SPECIAL -----------------------------------------------------------------------------*/
  #specialCts {
    background: #fff;
  }
  #specialCts img {
    max-width: 100%;
    height: auto;
  }
  #specialCts #specialKey img {
    display: block;
  }
  #specialCts #specialBody {
    overflow: hidden;
    background-color: #fff;
    padding: 12px 28px 24px;
  }
  #specialCts #specialInfoDetail {
    width: 410px;
    float: left;
  }
  #specialCts #specialInfoDetail h3 img {
    width: 406px;
  }
  #specialCts #specialInfoSongs {
    overflow: hidden;
    font-size: 82%;
  }
  #specialCts #specialInfoSongs ul {
    float: left;
    width: 50%;
  }
  #specialCts #specialInfoSongs ul#specialInfoSongsList {
    width: 100%;
  }
  #specialCts #specialInfoSongs ul#specialInfoSongsList span {
    display: block;
    color: #333;
    margin: 0 0 5px;
    font-size: 69%;
  }
  #specialCts #specialInfoCopyright {
    margin-top: 5px;
    font-size: 69%;
    line-height: 1.3;
  }
  #specialCts #specialInfoCm {
    margin: 14px 0 10px;
    padding: 10px;
    width: 390px;
    background: #EBF6FD;
    font-size: 69%;
    line-height: 1.2;
    color: #002394;
    border-radius: 5px;
    /*
			&:before {
				content: url("../images/special/special_1405_bg_cmsong_t.png");
				position: absolute;
				top: -6px;
				left: 0;
				z-index: -1;
			}
			&:after {
				content: url("../images/special/special_1405_bg_cmsong_t.png");
				position: absolute;
				top: -6px;
				left: 0;
				z-index: -1;
				content: url("../images/special/special_1405_bg_cmsong_b.png");
				top: auto;
				bottom: -6px;
			}
*/
  }
  #specialCts #specialInfoCm li {
    margin-bottom: 5px;
  }
  #specialCts #specialInfoCm li:last-child {
    margin-bottom: 0;
  }
  #specialCts #specialInfoPrice {
    font-size: 81%;
  }
  #specialCts #specialInfoCampaignLink {
    margin-top: 16px;
  }
  #specialCts #specialInfoCampaignLink .link {
    padding: 0 0 0 16px;
    background: url("../images/pc/point_link.png") no-repeat 0px 0.3em;
    font-size: 82%;
  }
  #specialCts #specialInfoDiscs {
    width: 310px;
    float: right;
  }
  #specialCts .specialInfoDisc {
    overflow: hidden;
    margin-bottom: 14px;
    float: left;
    width: 150px;
  }
  #specialCts .specialInfoDisc#specialInfoNormalEd {
    float: right;
  }
  #specialCts #specialInfoNotice {
    margin-top: 10px;
    font-size: 69%;
    line-height: 1.2;
  }
  #specialCts #specialInfoNotice ul {
    margin-left: 1em;
  }
  #specialCts #specialInfoNotice li {
    margin-bottom: 5px;
    list-style: disc outside;
  }
  #specialCts #specialInfoNotice li:last-child {
    margin-bottom: 0;
  }
  #specialCts #specialInterview {
    clear: both;
    padding-top: 20px;
  }
  #specialCts #specialInterview h3 {
    line-height: 0;
    padding-bottom: 8px;
    border-bottom: 2px #7a7a7a solid;
    margin-bottom: 8px;
  }
  #specialCts #specialInterview p {
    margin-bottom: 10px;
    font-size: 81%;
  }
  /*--- iframe -----------------------------------------------------------------------------*/
  .diversionIframeCont {
    border: none;
    width: 100%;
    height: 611px;
  }
  /*--- display -----------------------------------------------------------------------------*/
  .flgPc {
    display: block;
  }
  .flgSp {
    display: none;
  }
  /*--- preOpenCts -----------------------------------------------------------------------------*/
  #preOpenCts {
    text-align: center;
    color: #fff;
  }
  #preOpenCts br {
    display: none;
  }
  #preOpenCts img {
    max-width: 100%;
    height: auto;
  }
  #preOpenCts .illust {
    margin: 0 0 20px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*--------------------------------------------------------------------------*/
#storeCts ul li dl dd span.comingSoon {
  color: #00f;
  font-size: 120%;
}
#storeItemList div.yoyaku {
  border: 2px #F00 solid;
  padding: 2% !important;
  margin: 0 0 3%;
}
#storeItemList div.yoyaku h3 {
  text-align: center;
  font-size: 110%;
}
#storeItemList div.yoyaku div.attention {
  font-size: 75%;
  text-align: center;
}
#storeItemList div.yoyaku div.attention span.domain {
  color: #f00;
}
#storeItemList div.yoyaku div.attention .llr8 {
  display: none;
  margin: 0 0 5px;
  font-size: 14px;
}
#storeItemList .storeItemListInner .storeItemInfo .zaiko p {
  font-size: 82%;
}
#storeItemList .storeItemListInner .storeItemInfo .zaiko p span.blue {
  color: #00f;
}
#storeItemList .storeItemListInner .storeItemInfo .zaiko p span.orange {
  color: #ffa500;
}
#storeItemList .storeItemListInner .storeItemInfo .zaiko p span.red {
  color: #f00;
}
#storeItemList .storeItemListInner .storeItemInfo .zaiko p span.gray {
  color: #808080;
}
#storeItemList .storeItemListInner .storeItemInfo .itemDetail p a {
  color: #000;
  font-size: 82%;
  text-decoration: underline;
}
#storeItem table.stockIndicate {
  border: 2px solid #808080;
  border-collapse: collapse;
  font-size: 82%;
  margin: 3% auto;
  text-align: center;
  width: 90%;
}
#storeItem table.stockIndicate th {
  border: 2px solid #808080;
  border-collapse: collapse;
}
#storeItem table.stockIndicate td {
  border: 2px solid #808080;
  border-collapse: collapse;
}
#storeItem table.stockIndicate td span.blue {
  color: #00f;
}
#storeItem table.stockIndicate td span.orange {
  color: #ffa500;
}
#storeItem table.stockIndicate td span.red {
  color: #f00;
}
#storeItem table.stockIndicate td span.gray {
  color: #808080;
}
#storeItem div.stockIndicate {
  margin: 0 0 5px 0;
  font-size: 82%;
}
#storeItem div.stockIndicate span.blue {
  color: #00f;
}
#storeItem div.stockIndicate span.orange {
  color: #ffa500;
}
#storeItem div.stockIndicate span.red {
  color: #f00;
}
#storeItem div.stockIndicate span.gray {
  color: #808080;
}
#storeItem div.outOfStock {
  font-size: 82%;
  padding: 0 0 5px 0;
}
#storeItem div.outOfStock span {
  color: #808080;
}
#storeItem div.itemIntro div.booking {
  border: 2px solid #F00;
}
#storeItem div.itemIntro div.booking ul {
  font-size: 80%;
  margin: 1em 1.5em 1em 1.5em;
}
#storeItem div.itemIntro div.booking ul li.strong {
  color: #f00;
  font-size: 95%;
  list-style-type: none;
}
#storeItem div.itemIntro div.booking ul li.list {
  list-style-type: disc;
}
#storeItem div.itemIntro div.booking ul li.none {
  list-style-type: none;
}
#storeItem div.itemIntro div.booking ul span.date {
  color: #00f;
}
#storeItem div.itemIntro p.booking span {
  font-size: 82%;
}
#storeItem div.itemIntro p.booking span.blue {
  color: #00f;
}
#storeItem div.itemIntro p.booking span.red {
  color: #f00;
}
#storeItem div.itemIntro p.booking span.green {
  color: #ff0;
}
/*--------------------------------------------------------------------------*/
@font-face {
  font-family: 'aiko';
  src: url("../fonts/aiko-ew85dd.eot");
  src: url("../fonts/aiko-ew85dd.eot#iefix") format("embedded-opentype"), url("../fonts/aiko-ew85dd.ttf") format("truetype"), url("../fonts/aiko-ew85dd.woff") format("woff"), url("../fonts/aiko-ew85dd.svg#aiko") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'aiko' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-twitter:before {
  content: "\e902";
}
.icon-youtube:before {
  content: "\e903";
}
/*--------------------------------------------------------------------------*/
.tx10 {
  font-size: 77%    !important;
}
.tx11 {
  font-size: 85%    !important;
}
.tx12 {
  font-size: 93%    !important;
}
.tx14 {
  font-size: 108%   !important;
}
.tx15 {
  font-size: 116%   !important;
}
.tx16 {
  font-size: 123.1% !important;
}
.tx17 {
  font-size: 131%   !important;
}
.tx18 {
  font-size: 138.5% !important;
}
.tx19 {
  font-size: 146.5% !important;
}
.tx20 {
  font-size: 153.9% !important;
}
.tx21 {
  font-size: 161.6% !important;
}
.tx22 {
  font-size: 167%   !important;
}
.tx23 {
  font-size: 174%   !important;
}
.tx24 {
  font-size: 182%   !important;
}
.tx25 {
  font-size: 189%   !important;
}
.tx26 {
  font-size: 197%   !important;
}
/* text-align */
.tx_L {
  text-align: left    !important;
}
.tx_C {
  text-align: center  !important;
}
.tx_R {
  text-align: right    !important;
}
.tx_j {
  text-align: justify;
  text-justify: inter-ideograph !important;
}
/* float */
.fl_L {
  float: left  !important;
}
.fl_R {
  float: right !important;
}
.fl_n {
  float: none  !important;
}
/* clear */
.clear {
  clear: both !important;
}
/* overflow */
.hidden {
  overflow: hidden !important;
}
.scroll {
  overflow: scroll !important;
}
/* line-height */
.lh0 {
  line-height: 0    !important;
}
.lh10 {
  line-height: 1.0  !important;
}
.lh11 {
  line-height: 1.1  !important;
}
.lh12 {
  line-height: 1.2  !important;
}
.lh13 {
  line-height: 1.3  !important;
}
.lh14 {
  line-height: 1.4  !important;
}
.lh15 {
  line-height: 1.5  !important;
}
.lh16 {
  line-height: 1.6  !important;
}
.lh17 {
  line-height: 1.7  !important;
}
.lh175 {
  line-height: 1.75 !important;
}
.lh18 {
  line-height: 1.8  !important;
}
.lh19 {
  line-height: 1.9  !important;
}
.lh20 {
  line-height: 2.0  !important;
}
/* clearfix */
.cFix {
  min-height: 1px;
}
.cFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .cFix {
  height: 1px;
  /*\*/
  /*/ height: auto; overflow: hidden; /**/
}
.bold {
  font-weight: bold !important;
}
/* margin */
.m0 {
  margin: 0 !important;
}
.m1 {
  margin: 1px !important;
}
.m2 {
  margin: 2px !important;
}
.m3 {
  margin: 3px !important;
}
.m4 {
  margin: 4px !important;
}
.m5 {
  margin: 5px !important;
}
.m6 {
  margin: 6px !important;
}
.m7 {
  margin: 7px !important;
}
.m8 {
  margin: 8px !important;
}
.m9 {
  margin: 9px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m65 {
  margin: 65px !important;
}
.m70 {
  margin: 70px !important;
}
.m75 {
  margin: 75px !important;
}
.m80 {
  margin: 80px !important;
}
.m85 {
  margin: 85px !important;
}
.m90 {
  margin: 90px !important;
}
.m95 {
  margin: 95px !important;
}
.m100 {
  margin: 100px !important;
}
.m110 {
  margin: 110px !important;
}
.m120 {
  margin: 120px !important;
}
.m130 {
  margin: 130px !important;
}
.m140 {
  margin: 140px !important;
}
.m150 {
  margin: 150px !important;
}
.m160 {
  margin: 160px !important;
}
.m170 {
  margin: 170px !important;
}
.m180 {
  margin: 180px !important;
}
.m190 {
  margin: 190px !important;
}
.m200 {
  margin: 200px !important;
}
.m220 {
  margin: 220px !important;
}
.m240 {
  margin: 240px !important;
}
.m260 {
  margin: 260px !important;
}
.m280 {
  margin: 280px !important;
}
.m300 {
  margin: 300px !important;
}
.m0A {
  margin: 0 auto !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mrA {
  margin-right: auto !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mlA {
  margin-left: auto !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
/* padding */
.p0 {
  padding: 0 !important;
}
.p1 {
  padding: 1px !important;
}
.p2 {
  padding: 2px !important;
}
.p3 {
  padding: 3px !important;
}
.p4 {
  padding: 4px !important;
}
.p5 {
  padding: 5px !important;
}
.p6 {
  padding: 6px !important;
}
.p7 {
  padding: 7px !important;
}
.p8 {
  padding: 8px !important;
}
.p9 {
  padding: 9px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p65 {
  padding: 65px !important;
}
.p70 {
  padding: 70px !important;
}
.p75 {
  padding: 75px !important;
}
.p80 {
  padding: 80px !important;
}
.p85 {
  padding: 85px !important;
}
.p90 {
  padding: 90px !important;
}
.p95 {
  padding: 95px !important;
}
.p100 {
  padding: 100px !important;
}
.p110 {
  padding: 110px !important;
}
.p120 {
  padding: 120px !important;
}
.p130 {
  padding: 130px !important;
}
.p140 {
  padding: 140px !important;
}
.p150 {
  padding: 150px !important;
}
.p160 {
  padding: 160px !important;
}
.p170 {
  padding: 170px !important;
}
.p180 {
  padding: 180px !important;
}
.p190 {
  padding: 190px !important;
}
.p200 {
  padding: 200px !important;
}
.p220 {
  padding: 220px !important;
}
.p240 {
  padding: 240px !important;
}
.p260 {
  padding: 260px !important;
}
.p280 {
  padding: 280px !important;
}
.p300 {
  padding: 300px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}
/* width */
.w5 {
  width: 5px !important;
}
.w10 {
  width: 10px !important;
}
.w15 {
  width: 15px !important;
}
.w20 {
  width: 20px !important;
}
.w25 {
  width: 25px !important;
}
.w30 {
  width: 30px !important;
}
.w35 {
  width: 35px !important;
}
.w40 {
  width: 40px !important;
}
.w45 {
  width: 45px !important;
}
.w50 {
  width: 50px !important;
}
.w55 {
  width: 55px !important;
}
.w60 {
  width: 60px !important;
}
.w65 {
  width: 65px !important;
}
.w70 {
  width: 70px !important;
}
.w75 {
  width: 75px !important;
}
.w80 {
  width: 80px !important;
}
.w85 {
  width: 85px !important;
}
.w90 {
  width: 90px !important;
}
.w95 {
  width: 95px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w140 {
  width: 140px !important;
}
.w150 {
  width: 150px !important;
}
.w160 {
  width: 160px !important;
}
.w170 {
  width: 170px !important;
}
.w180 {
  width: 180px !important;
}
.w190 {
  width: 190px !important;
}
.w200 {
  width: 200px !important;
}
.w210 {
  width: 210px !important;
}
.w220 {
  width: 220px !important;
}
.w230 {
  width: 230px !important;
}
.w240 {
  width: 240px !important;
}
.w250 {
  width: 250px !important;
}
.w260 {
  width: 260px !important;
}
.w270 {
  width: 270px !important;
}
.w280 {
  width: 280px !important;
}
.w290 {
  width: 290px !important;
}
.w300 {
  width: 300px !important;
}
.w310 {
  width: 310px !important;
}
.w320 {
  width: 320px !important;
}
.w330 {
  width: 330px !important;
}
.w340 {
  width: 340px !important;
}
.w350 {
  width: 350px !important;
}
.w360 {
  width: 360px !important;
}
.w370 {
  width: 370px !important;
}
.w380 {
  width: 380px !important;
}
.w390 {
  width: 390px !important;
}
.w400 {
  width: 400px !important;
}
.w410 {
  width: 410px !important;
}
.w420 {
  width: 420px !important;
}
.w430 {
  width: 430px !important;
}
.w440 {
  width: 440px !important;
}
.w450 {
  width: 450px !important;
}
.w460 {
  width: 460px !important;
}
.w470 {
  width: 470px !important;
}
.w480 {
  width: 480px !important;
}
.w490 {
  width: 490px !important;
}
.w500 {
  width: 500px !important;
}
.w600 {
  width: 600px !important;
}
.w700 {
  width: 700px !important;
}
.w5p {
  width: 5% !important;
}
.w10p {
  width: 10% !important;
}
.w11p {
  width: 11% !important;
}
.w14p {
  width: 14% !important;
}
.w15p {
  width: 15% !important;
}
.w16p {
  width: 16% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w30p {
  width: 30% !important;
}
.w33p {
  width: 33% !important;
}
.w35p {
  width: 35% !important;
}
.w40p {
  width: 40% !important;
}
.w45p {
  width: 45% !important;
}
.w50p {
  width: 50% !important;
}
.w55p {
  width: 55% !important;
}
.w60p {
  width: 60% !important;
}
.w65p {
  width: 65% !important;
}
.w70p {
  width: 70% !important;
}
.w75p {
  width: 75% !important;
}
.w80p {
  width: 80% !important;
}
.w85p {
  width: 85% !important;
}
.w90p {
  width: 90% !important;
}
.w95p {
  width: 95% !important;
}
.w100p {
  width: 100% !important;
}
.rwdImg {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  body:not(.topicsEntry) {
    min-width: 1220px;
  }
  .store-head {
    margin: 40px auto 0 !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
    background-color: #fff;
  }
  .store-head h2 {
    padding-left: 0;
  }
  .cate-wrap {
    padding: 40px;
    background-color: #fff;
  }
}
.border-red {
  border-color: #d60d21 !important;
}
.lity {
  background: black !important;
  z-index: 10001 !important;
}
.lity-skip {
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  text-align: center;
  color: white;
  margin: 20px auto;
  font-size: 16px;
  display: block;
  text-decoration: underline;
}
.btn_80 {
  margin: 10px auto;
  width: 80%;
  padding: 1em 0;
  display: block;
  background: #D80C18;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
