@charset "utf-8";

/*----------------------------------------------------
=common
=#main
=#footer
----------------------------------------------------*/

/*----------------------------------------------------
=common
----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  background: #000;
  min-height: 416px;
  color: #fff;
  font-family: Helvetica,"ヒラギノ角ゴ Pro W3 Pro W3","Hiragino Kaku Gothic Pro";
}
#wrap {
  width: 320px;
}
.selectable, input, textarea {
  -webkit-user-select: auto;
}
img,abbr,acronym,fieldset {
  border: 0;
}
li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
input[type="submit"] {
  padding: 0 15px;
  border: 1px solid #686868;
  -webkit-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#959595), color-stop(0.53, #565656), color-stop(0.51, #3f3f3f), to(#424242));
  line-height: 27px;
  color: #fff;
  font-size: 0.8em;
  text-shadow: 1px 1px #414141;
  -webkit-tap-highlight-color: #999;
}
body.fullscreen > * {
  min-height: 460px !important;
}
body.fullscreen.black-translucent > * {
  min-height: 480px !important;
}

.back {
  position: absolute;
  overflow: hidden;
  top: 40px;
  left: 6px;
  margin: 0;
  border-width: 0 8px 0 14px;
  padding: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-family: inherit;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  -webkit-border-image: url(parts/button.png) 0 5 0 5;
  -moz-border-image: url(parts/button.png) 0 5 0 5;
}
.back.active {
  -webkit-border-image: url(parts/back_button_clicked.png) 0 8 0 14;
  color: #aaa;
}

body.landscape #main ul.list li > a {
  white-space: nowrap;
}
body.landscape #main ul.list li span {
  white-space: nowrap;
}
body.landscape #main ul.list li img + span {
  white-space: nowrap;
}
body.landscape #main p.arrow a {
  white-space: nowrap;
}

body.landscape #main ul.list li span.single {
  padding-left:1em;
  text-indent:-1em;
}



/*----------------------------------------------------
=#main
----------------------------------------------------*/
#main {
  margin-top: 10px;
  margin-bottom: 10px;
}
#main > * {
  margin-bottom: 1em;
}
#main .title {
  text-align:center;
}
#main #movie {
  text-align: center;
  margin:0 0 25px 0;
}
#main #movie p{
  margin:0;
}
#main #movie img{
  border:1px solid #CCCCCC;
}

#main dl.product {
  overflow: hidden;
  margin-left: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#333), color-stop(0.33, #333), color-stop(0.33, #000), to(#000));
  background: -moz-linear-gradient(left, #333, #333 33%, #000 33%, #000);
  font-size: 0.9em;
}
#main dl.product dt {
  float: left;
  clear: left;
  padding: 3px;
  width: 34%;
  border-top: 10px solid #000;
  font-size: 0.8em;
}
#main dl.product dt:first-child {
  border-top: none;
}
#main dl.product dd {
  float: left;
  padding: 3px 0;
  margin-top: 10px;
  width: 60%;
  font-size: 0.8em;
}
#main dl.product dd:nth-child(2) {
  margin-top: 0;
}
#main p{
  padding:0 10px;
}
