body {
 background: url(../img/bg.png) repeat-x 0 0 #ffffff;
 font: 13px/1.4 "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
 color: #000000;
 margin: 0 0 2em;;
 -webkit-text-size-adjust: 100%;
}

.centered {
 margin: 0 auto;
}

#header {
 width: 700px;
 margin: 0 auto 2em;
 font-size: 17px;
 line-height: 1.5;
 text-shadow: 1px 1px 1px #fff;
}

#header h1 {
 margin: 1em 0 0;
 padding: 0;
 line-height: 1;
 text-align: center;
}

@media screen and (max-width:700px){
 #header {
  width: 100%;
  min-width: 500px;
 }
 
 #header h1 img {
  width: 94%;
  height: auto;
 }
}

#header p {
 padding: 0 14px;
}

#about {
 width: 960px;
 margin-bottom: 2.5em;
}

#about p {
 margin: 0 0 0.5em;
}

#about .h {
 background: #feec47;
 font-weight: bold;
 line-height: 1;
 padding: 0.5em;
}

#about ol {
 padding-left: 1.5em;
}

#about ol li{
 margin-bottom: 0.5em;
 font-weight: bold;
}

#about ol li span{
 font-weight: normal;
}

.box {
    margin: 5px;
    padding: 29px 0 12px;
    background: #ffffe0;
    float: left;
    width: 238px;
    border: 1px solid #dedede;
}

#about .box {
 width: 460px;
 background: #fff;
 border: none;
 margin: 0 20px;
 padding: 0;
 font-size: 15px;
}

#onsale {
 height: 45px;
 margin: 0 20px 10px;
 text-align: center;
 background: url(../img/onsale_bg.png) right center no-repeat;
}

@media screen and (max-width:990px){
 #onsale {
  text-align: left;
  min-width: 620px;
 }
}

.box_muji {
 background: #def5ff;
}

.box .dvd_title {
 margin: 0 0 0.5em;
 text-align: center;
 line-height: 1.2;
 font-size: 16px;
 font-weight: bold;
}

.box .dvd_code {
 font-size: 11px;
 color: #fff;
 padding: 0 0.5em;
}

.box_muji .dvd_code {
 background: #007aff;
}

.box_go .dvd_code {
 background: #0cc3ff;
}

.box_chrono .dvd_code {
 background: #50e986;
}

.box_galaxy .dvd_code {
 background: #fe6f63;
}

.box .release_date {
 font-size: 11px;
 color: #666;
 margin-right: 0.5em;
 padding: 0 0.5em;
 background: #fff;
 border: 1px solid #666;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

h2.box {
 background-position: center center;
 background-repeat: no-repeat;: 
 border: none;
}

h2.box:hover {
 opacity: 0.6;
 -moz-opacity: 0.6;
 filter:alpha(opacity=60);
}

a h2.box {
 font: 0/0 a;
 color: transparent;
}

#container_muji h2.box {
 background-color: #007aff;
 background-image: url(../img/h_01.png?r2);
}

#container_go h2.box {
 background-color: #0cc3ff;
 background-image: url(../img/h_02.png?r2);
}

#container_chrono h2.box {
 background-color: #50e986;
 background-image: url(../img/h_03.png?r2);
}

#container_galaxy h2.box {
 background-color: #fe6f63;
 background-image: url(../img/h_04.png?r2);
}

.jakcet {
 text-align: center;
 margin-bottom: 0.5em;
}

.jakcet img {
 border: 1px solid #dedede;
}

.subtitles {
 margin: 0 24px 0 29px;
 padding-left: 0;
}

.subtitles li {
 margin-bottom: 0.2em;
 list-style-type:none;
}

.chapter {
 font-weight: bold;
 font-size: 12px;
}

#container_muji .subtitles .chapter {
 color: #007aff;
}

#container_go .subtitles .chapter {
 color: #0cc3ff;
}

#container_chrono .subtitles .chapter {
 color: #50e986;
}

#container_galaxy .subtitles .chapter {
 color: #fe6f63;
}

