@charset "utf-8";

/* Reset

Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1

-------------------------------------------------------------------------------*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{*font-size:100%}

/* Font
-------------------------------------------------------------------------------*/

body{font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.86;letter-spacing:.05em}

/* basic
-------------------------------------------------------------------------------*/

a{text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:link{color:#33c}a:visited{color:#802080}a:hover{text-decoration:underline;color:#eb6100}a:active{color:#ebc300}a:focus{outline:0}a img{vertical-align:top}.opc a:hover img{opacity:.5;-moz-opacity:.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}.opc .current>a:hover img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.current>a{cursor:default}.sprite{position:relative;display:block;overflow:hidden}.sprite:hover{/zoom:1}.sprite img{position:absolute}.normal{font-weight:normal!important}.bold{font-weight:bold}.fltL{float:left!important}.fltR{float:right!important}.clrml{margin-left:0!important}.clrmr{margin-right:0!important}.clrmb{margin-bottom:0!important}.clrmt{margin-top:0!important}.clrbt{clear:both!important}.clrL{clear:left!important}.clrR{clear:right!important}.clrbd{border:none!important}.alnR{text-align:right}.block{display:block}.whitespace{white-space:pre;white-space:pre-wrap;white-space:pre-line;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:-moz-pre-wrap;white-space:-hp-pre-wrap;word-wrap:break-word}.clrfx:before,.clrfx:after{content:"";display:table}.clrfx:after{clear:both}.clrfx{zoom:1}

/* layout
-------------------------------------------------------------------------------*/

#wrapper {
    width: 100%;
    min-width: 1014px;
    overflow: hidden;
    margin: 0 auto;
}

/* #header
-------------------------------------------------------------------------------*/

#header {
    width: 950px;
    height: 33px;
    margin: 6px auto 0;
}

#header h1 {
    margin-left: -6px;
}

/* #footer
-------------------------------------------------------------------------------*/

#footer {
    width: 950px;
    margin: 0 auto;
    text-align: right;
}

#footer li img {
    display: block;
    vertical-align: top;
}

#footer > div {
    width: 950px;
    height: 100px;
    position: relative;
    border-bottom: #000 1px solid;
    margin-bottom: 31px;
    padding-bottom: 9px;
    text-align: left;
}

#preview3 #footer > div {
    height: auto;
}

#footer > div ul {
    position: absolute;
    top: 0;
    left: 0;
}

#preview3 #footer > div ul {
    position: static;
    float: left;
}

#preview3 #footer > div ul + ul {
    float: right;
    margin-top: 7px;
}

#footer > div li {
    float: left;
    margin-right: 44px;
}

#preview3 #footer > div ul + ul li {
    margin-right: 3px;
    float: right;
    clear: both;
}

#preview3 #footer > div ul + ul li + li {
    margin-top: 34px;
}

#footer > div p {
    position: absolute;
    top: 0;
    left: 474px;
}

#footer > div p + ul {
    top: 156px;
}

#footer > div p + ul li {
    margin-right: 79px;
}

#footer > ul {
    display: inline-block;
}

#footer > ul li {
    float: left;
    margin-left: 90px;
}

#footer > ul li:last-child {
    margin-left: 80px;
}

#footer address {
    padding: 49px 0 32px;
    text-align: center;
}

/* #sound
-------------------------------------------------------------------------------*/

#sound {
    width: 950px;
    height: 59px;
    margin: 12px auto -44px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#sound div {
    position: absolute;
    left: -9999px;
}

#sound ul,
#sound li + li {
    display: none;
}

/* #slide
-------------------------------------------------------------------------------*/

#slide {
    width: 950px;
    height: 633px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#slide img {
    position: absolute;
    top: 0;
    left: -9999px;
}

#slide .foreground {
    left: 0;
    z-index: 1;
}

#slide .background {
    left: 0;
}

/* #book
-------------------------------------------------------------------------------*/

#book {
   width: 950px;
   height: 633px;
   margin: 0 auto 27px;
   position: relative;
}

#book > img {
    position: absolute;
    top: 258px;
    left: 416px;
    display: none;
    z-index: 1001;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#book.loading > img {
    display: block;
}

#book #disp {
    height: 633px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#book #disp > span {
    width: 100%;
    height: 633px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

#book #disp > div {
    width: 950px;
    height: 633px;
    margin-right: 4px;
    overflow: hidden;
    background: #fff;
    float: left;
    display: none;
    position: relative;
}

#book #disp > div.active,
#book #disp > div.wait {
    display: block;
}

#book #ctrl #main,
#book #ctrl #sub {
    display: none;
}

#book #ctrl #sub li {
    position: absolute;
    z-index: 3;
    top: 290px;
    left: -32px
}

#book #ctrl #sub li + li {
    left: auto;
    right: -32px;
}

#book #ctrl #sub li a {
    width: 60px;
    height: 60px;
    display: block;
}

#book #ctrl #sub li img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#book #ctrl #sub li.disable a {
    cursor: default;
}

#book #ctrl #sub li.disable img {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
}

/* basic
-------------------------------------------------------------------------------*/

#book .content {
    width: 950px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

#book .bg {
    position: absolute;
    top: 0;
    left: 0;
}

#book .cart img {
    position: absolute;
}

#book #disp > div img[src$="_ss.jpg"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}