#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  color: #fff;
}

#sb-container {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}

#sb-wrapper {
  position: absolute;
  visibility: hidden;
  width: 100px;
}

#sb-wrapper-inner {
  position: relative;
  border: none;
  overflow: hidden;
  height: 100px;
}

#sb-body {
  position: relative;
  height: 100%;
}

#sb-body-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

#sb-player.html {
  height: 100%;
  overflow: auto;
}

#sb-body img {
  border: none;
}

#sb-loading {
  position: relative;
  height: 100%;
}

#sb-loading-inner {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  text-align: center;
}

#sb-loading-inner span {
  background: url(../js/shadowbox/img/loading.gif) no-repeat;
  padding-left: 34px;
  display: inline-block;
}

#sb-body, #sb-loading {
  background-color: #060606;
}

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#sb-title, #sb-title-inner {
  height: 26px;
  line-height: 26px;
}

#sb-title-inner {
  font-size: 16px;
}

#sb-info, #sb-info-inner {
  height: 20px;
  line-height: 20px;
}

#sb-info-inner {
  font-size: 12px;
}

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
  background-repeat: no-repeat;
}

#sb-nav-close {
  background-image: url(../js/shadowbox/img/close.png);
}

#sb-nav-next {
  background-image: url(../js/shadowbox/img/next.png);
}

#sb-nav-previous {
  background-image: url(../js/shadowbox/img/previous.png);
}

#sb-nav-play {
  background-image: url(../js/shadowbox/img/play.png);
}

#sb-nav-pause {
  background-image: url(../js/shadowbox/img/pause.png);
}

#sb-counter {
  float: left;
  width: 45%;
  display: none;
}

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

div.sb-message {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

.chart a:link,
.chart a:hover,
.chart a:visited,
.chart a:active, .main-container section .site-title, .info h2, .wlist h2, .main-container h3, .main-container strong, .page-nav ul li a {
  text-shadow: 1px 1px 1px black;
}

.page-nav ul li a:hover, .page-nav ul li a.active {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.chart a:link,
.chart a:hover,
.chart a:visited,
.chart a:active {
  color: #252564;
  padding: 7px 35px;
  text-shadow: 1px 1px 1px white;
  font-size: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dadada));
  background-image: -webkit-linear-gradient(top, #ffffff, #dadada);
  background-image: -moz-linear-gradient(top, #ffffff, #dadada);
  background-image: -o-linear-gradient(top, #ffffff, #dadada);
  background-image: linear-gradient(top, #ffffff, #dadada);
  border: 1px solid #c0c0c0;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
}

.main-container section .site-title, .info h2, .wlist h2 {
  margin: 0 0 5px 0;
  padding: 3px 0 5px 10px;
  background: url(../img/h2head.jpg) repeat-x bottom;
  color: white;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 125%;
}

strong {
  font-weight: bold;
}

a:hover img.link {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

a {
  color: #e9ee7d;
}
a:visited {
  color: #e9ee7d;
}
a:focus {
  color: #e9ee7d;
}
a:hover {
  color: #ffffcd;
}
a:active {
  color: #e9ee7d;
}

a:hover {
  text-decoration: none;
}

body {
  background: black;
}

.container-wrapper_top {
  background: url() no-repeat top left;
}

.cmnbody .container-wrapper {
  background: url() no-repeat top left;
}

.container-wrapper {
  background: url(../img/bgsecond.jpg) no-repeat top left;
}

.cmnbody .container-wrapper {
  background: url(../img/bgsecond.jpg) no-repeat top left;
}

.contentswapper {
  margin-left: 20px;
  background: #000000;
}

.contentswapper_second {
  margin-left: 20px;
  background: url(../img/bgcontents.png);
}

.header-image {
  margin: 0 0 0 0px;
}

.main-container {
  margin-top: -20px;
  padding: 0 20px 0 20px;
  font-size: 14px;
  line-height: 1.8em;
}
.main-container p {
  margin-bottom: 2em;
}
.main-container .contentsarea {
  padding: 10px;
  color: #dddddd;
}
.main-container h3 {
  padding: 3px 3px 3px 0px;
  color: #ffffcd;
  font-weight: bold;
  font-size: 145%;
}
.main-container strong {
  color: #36af52;
  font-size: 120%;
}
.main-container .photoimg {
  margin: 0 20px 20px 20px;
}
.main-container section {
  padding: 20px 0 20px 0;
}
.main-container section .site-title span {
  font-size: 80%;
  margin-left: 10px;
}
.main-container section p {
  margin-top: 10px;
}

.page-nav {
  -webkit-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.125);
  padding-top: 7px;
  background: url(../img/menuhead.png) top repeat-x !important;
}

.page-nav ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0);
  border: none;
  background: #000000;
}

.page-nav ul li {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMzYwYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMjEwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e360a), color-stop(100%, #132107));
  background-image: -webkit-linear-gradient(top, #1e360a, #132107);
  background-image: -moz-linear-gradient(top, #1e360a, #132107);
  background-image: -o-linear-gradient(top, #1e360a, #132107);
  background-image: linear-gradient(top, #1e360a, #132107);
  height: 37px;
  border-bottom: 0px solid #c0c0c0;
}

.page-nav ul li a {
  color: #FFFFFF;
  padding: 5px 25px;
  border-right: none !important;
  text-shadow: 0px 0px 0px white;
  font-size: 65%;
}
.page-nav ul li a:hover {
  padding: 3px 25px 4px 25px;
  background: none;
  background: #e9ee7d !important;
  color: #333333;
  text-decoration: none;
}

.page-nav ul li a.active {
  padding: 3px 25px 4px 25px;
  background: none;
  background: #e9ee7d !important;
  color: #000000;
  text-decoration: none;
}

.page-nav-inner {
  padding: 0 !important;
  font-size: 100%;
}

.sns {
  padding: 20px 20px 0 0;
}

.movie {
  float: left;
  padding: 10px 10px 0 10px;
  background: url(../img/bgmovie.png) repeat;
}
/*.info {
  margin-left: 360px;
}*/

.info dl {
  overflow: auto;
  padding: 5px 10px 10px 10px;
  height: 150px;
}
.info dt {
  display: block;
  color: #e9ee7d;
  font-size: 70%;
  line-height: 1.6em;
}
.info dd {
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #6d6a64;
  font-size: 100%;
  line-height: 1.6em;
  color: #ffffff;
}

.wlist {
  margin-top: 10px;
}
.wlist dl {
  padding: 5px 10px 10px 10px;
}
.wlist dt {
  display: block;
  color: #e9ee7d;
  font-size: 70%;
  line-height: 1.6em;
}
.wlist dd {
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #6d6a64;
  font-size: 100%;
  line-height: 1.6em;
}

.info a, .wlist a {
  font-weight: bold;
}

p.news {
  color: #dddddd;
}

b {
  font-weight: bold;
  color: #36af52;
}

p.intro strong {
  font-size: 14px;
}

.storyphotobox {
  background: url(../img/bgmovie.png) repeat;
  padding-bottom: 10px;
}

.storyphoto, .storyphoto_one {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0 0px;
  max-width: 620px;
}

.storyphoto {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0 0px;
  max-width: 620px;
}

.storyphoto img {
  padding: 10px 10px 10px 0;
  position: absolute;
  top: 0x;
  left: 0px;
  z-index: 8;
}

.storyphoto img.active {
  z-index: 10;
}

.storyphoto img.last-active {
  z-index: 9;
}

p.story {
  padding-top: 10px;
}
p.story b {
  font-weight: bold;
  color: #36af52;
}

.storybacknumber .prgItem {
  float: left;
  width: 25%;
}

.storybacknumber .prgItem a {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 2px;
  padding: 10px;
  min-height: 160px;
  text-decoration: none;
  font-size: 95%;
  background: url(../img/bgmovie.png) repeat;
}

.storybacknumber .prgItem a:hover {
  background: #146326;
  color: #ffffff;
}

.storybacknumber .prgItem a .prgName {
  margin: 0;
  padding: 0;
  color: #e9ee7d;
  font-size: 95%;
  line-height: 1.2em;
}

.storybacknumber .prgItem a img {
  width: 100%;
  height: auto;
}

@media (max-width: 990px) {
  .storybacknumber .prgItem {
    width: 33%;
  }
}
h3.story {
  margin-top: 20px;
}

.castphoto {
  float: left;
  margin: 0 20px 10px 0;
  background: url(../img/bgmovie.png) repeat;
  padding: 5px;
}

.chart {
  text-align: right;
  padding-bottom: 20px;
}

.chart2 {
  text-align: center;
  padding: 20px;
}

.chart2 img {
  max-width: 790px;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

.stafflist {
  margin: 0 auto;
  width: 250px;
}

.stafflist dt {
  color: #e9ee7d;
  margin: 0 0 .4em 0;
  border-bottom: 1px dotted #999;
  font-weight: bold;
}

.stafflist dd {
  margin: 0 0 1em 2em;
  font-size: 110%;
}

.artistimg {
  -webkit-box-shadow: 0 10px 10px -8px #999999;
  -moz-box-shadow: 0 10px 10px -8px #999999;
  box-shadow: 0 10px 10px -8px #999999;
  float: left;
  margin: -30px 20px 10px 0;
  width: 320px;
}

.artist {
  padding: 30px 0 0 0;
  line-height: 2.5em;
}
.artist strong {
  font-size: 130%;
}
.artist .logoimg {
  display: block;
  margin: 10px 0 10px 430px;
  width: 40px;
}

.musicextra {
  padding: 10px;
  border: 1px dotted #ccc;
}

span.company {
  font-size: 14px;
  color: #FFFFFF;
}

.conIF {
  width: 100%;
  height: 500px;
}

.btn_bbs {
  background: #ffffff;
}

.desktop_img {
  text-align: center;
}
.desktop_img .sample {
  border: 1px #333333 solid;
}
.desktop_img .size {
  width: 550px;
  height: 100px;
  margin: 10px auto;
}
.desktop_img .size li {
  margin-left: 13px;
  float: left;
  width: 120px;
  height: 90px;
}
.desktop_img .size a {
  display: block;
  width: 120px;
  height: 90px;
}
.desktop_img .size a:hover {
  border: 1px solid #e9ee7d;
}
.desktop_img .downroad {
  text-align: left;
}
.desktop_img .downroad .windows {
  float: left;
  margin-right: 30px;
  width: 40%;
}
.desktop_img .downroad .windows span {
  font-weight: bold;
  color: #36af52;
}
.desktop_img .downroad .windows p {
  font-size: 12px;
}
.desktop_img .downroad .mac {
  float: left;
  width: 40%;
}
.desktop_img .downroad .mac span {
  font-weight: bold;
  color: #36af52;
}
.desktop_img .downroad .mac p {
  font-size: 12px;
}

.posterlist {
  margin-left: -40px;
}
.posterlist li {
  display: block;
  float: left;
  padding: 0 0 40px 40px;
  width: 123px;
  text-align: center;
}
.posterlist .doublesize {
  width: 290px;
}
.posterlist .doublesize img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.posterlist img {
  -webkit-box-shadow: 0 10px 10px -8px #999999;
  -moz-box-shadow: 0 10px 10px -8px #999999;
  box-shadow: 0 10px 10px -8px #999999;
  display: block;
}

#recommended-program {
  font-size: 18px;
  line-height: 1.4em;
}

.recommended-program-list p {
  margin: 0;
}

.aside, .aside-min {
  background-image: none;
}
