@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.75;letter-spacing:.05em}

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

a{text-decoration:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:focus{outline:0}a img{vertical-align:top}.opc a:link,.opc a:visited{-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.opc a:hover,.opc input[type="image"]:hover{opacity:.5;-moz-opacity:.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}.opc .current>a:hover,.opc a.sold:hover{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.opcI a img{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}.opcI a:link img,.opcI a:visited img{-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.opcI a:hover img{opacity:.5;-moz-opacity:.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}.opcI .current>a:hover img{opacity:1;-moz-opacity:1;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100)}.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}.alnC{text-align:center}.alnL{text-align:left}.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
-------------------------------------------------------------------------------*/

html {
    background: #1e1e1e;
}

body {
    margin-top: 21px;
    background: url(../images/common/backgroung01.jpg);
    text-align: center;
}

#wrapper {
    background: #fff;
    width: 800px;
    padding: 0 50px;
    display: inline-block;
    margin-top: -21px;
    vertical-align: top;
}

h1 {
    margin: 20px 0 17px;
}

h1 img {
  float: left;
  margin: 9px 69px 0 0; 
}

h1 img + img {
   margin: 0;
}

h2 {
    float: left;
    margin-left: 45px;
}

h2 img {
    display: block;
    margin: 1px 0 0 0;
}

h2 img + img {
    margin: 75px 0 0 9px;
}

h2 img + img + img {
    margin: 49px 0 0 39px;
}

h2 + p {
    float: right;
    margin: 0 20px 56px 0;
}

h2 + p + a {
    clear: both;
    display: block;
    margin: 0 -1px 87px 0;
}

#footer {
    padding: 13px 0 15px;
}

#footer ul,
#footer li {
    float: left;
}

#footer li + li {
    margin-left: 33px;
}

#footer address {
    float: right;
}

.filter {
    clear: both;
}

p + .filter {
    clear: both;
    padding-top: 31px;
}

.filter > ul {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.filter > ul:before {
    content: url(../images/index/title_global.png);
    float: left;
}

.filter > ul a {
    float: right;
    padding: 0 0 0 11px;
}

.filter > ul a:hover {
    background: #e6e4e4;
}

.filter > ul li + li a {
    float: right;
    padding: 0 11px;
}

.section {
    border-bottom: #000 2px solid;
}

.section h3 {
    width: 245px;
    float: left;
    border-right: #000 2px solid;
    text-align: left;
}

.section h3 + p {
    width: 302px;
    float: left;
    border-right: #000 2px solid;
    text-align: left;
}

.section h3 + p img {
    margin: 10px 0 0 30px;;
}

.section h3 + p + ul {
    float: right;
}

.section h3 + p + ul li:first-child {
    margin-bottom: -1px;
}

.section h3 + p + ul li + li {
    margin-top: 12px;
}

.section ul + p {
    clear: both;
    text-align: left;
    padding-left: 12px;
}

.section > div {
    display: inline-block;
}

.section dl {
    float: left;
}

.section dt a {
    position: relative;
    display: block;
}

.section dt img + img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section dt a:hover img + img {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.section dd {
    padding-top: 16px;
}

.section dd > img {
    display: block;
    margin: 9px auto 0;
}

.section dd span {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #e05656;
    margin-top: 6px;
    min-height: 11px;
}

.section dd a.sold {
    cursor: default;
}

/* noborder */

.noborder h3 {
    width: 201px;
    border: none;
}

.noborder h3 + p {
    width: auto;
    border: none;
}

/* s01 */

#s01 {
    padding: 34px 0 29px;
}

#s01 h3,
#s01 h3 + p {
    height: 190px;
}

#s01 h3 img {
    margin: 12px 0 0 12px;;
}

#s01 ul + p {
    padding-top: 21px;
}

#s01 > div {
    margin-top: 25px;
}

#s01 dt img + img {
    top: 89px;
}

#s01 dl:first-child {
    margin-left: -9px;
}

#s01 dl:first-child dt img + img {
    left: 137px;
}

#s01 dl:first-child dd {
    padding-left: 46px;
}

#s01 dl:first-child + dl {
    margin-left: 37px;
}

#s01 dl:first-child + dl dt img + img {
    left: 116px;
}

#s01 dl:first-child + dl dd {
    padding-left: 4px;
}

#s01 dl:first-child + dl + dl {
    margin-left: 18px;
}

#s01 dl:first-child + dl + dl dt img + img {
    left: 112px;
}

#s01 dl:first-child + dl + dl dd {
    padding-left: 6px;
}

/* s02 */

#s02 {
    padding: 20px 0 29px;
}

#s02 h3,
#s02 h3 + p {
    height: 171px;
}

#s02 h3 img {
    margin: 2px 0 0 18px;;
}

#s02 h3 + p + ul li:first-child {
    margin-bottom: -4px;
}

#s02 ul + p {
    padding-top: 43px;
}

#s02 > div {
    margin-top: 33px;
}

#s02 dt img + img {
    top: 196px;
}

#s02 dl:first-child {
    margin-left: -4px;
}

#s02 dl:first-child dt img + img {
    left: 137px;
}

#s02 dl:first-child dd {
    padding-left: 28px;
}

#s02 dl:first-child + dl {
    margin-left: 40px;
}

#s02 dl:first-child + dl dt img + img {
    left: 178px;
}

#s02 dl:first-child + dl dd {
    padding-left: 14px;
}

#s02 dl:first-child + dl + dl {
    margin-left: 50px;
}

#s02 dl:first-child + dl + dl dt img + img {
    left: 123px;
}

#s02 dl:first-child + dl + dl dd {
    padding-left: 18px;
}

/* s03 */

#s03 {
    padding: 25px 0 29px;
}

#s03 h3,
#s03 h3 + p {
    height: 189px;
}

#s03 h3 img {
    margin: 5px 0 0 16px;;
}

#s03 ul + p {
    padding-top: 22px;
}

#s03 > div {
    margin-top: 30px;
}

#s03 dt img + img {
    top: 72px;
}

#s03 dl:first-child {
    margin-left: 2px;
}

#s03 dl:first-child dt img + img {
    left: 147px;
}

#s03 dl:first-child dd {
    padding-left: 6px;
}

#s03 dl:first-child + dl {
    margin-left: 43px;
}

#s03 dl:first-child + dl dt img + img {
    left: 146px;
}

/* s04 */

#s04 {
    padding: 29px 0 45px;
}

#s04 h3 + p img {
    margin: 18px 0 0 0;
}

#s04 h3 + p + ul {
    padding-top: 19px;
}

#s04 h3 + p + ul li:first-child {
    margin-bottom: -4px;
}

#s04 > div {
    margin-top: 52px;
}

#s04 dl + dl {
    margin-left: 13px;
}

#s04 dt img + img {
    top: 106px;
    left: 7px;
}

#s04 dd {
    padding-top: 7px;
}

/* s05 */

#s05 {
    padding: 49px 0 45px;
}

#s05 h3 + p img {
    margin: 16px 0 0 0;
}

#s05 h3 + p + ul {
    padding-top: 9px;
}

#s05 h3 + p + ul li:first-child {
    margin-bottom: 0;
}

#s05 > div {
    margin-top: 59px;
}

#s05 dt img + img {
    top: 41px;
}

#s05 dl:first-child {
    margin-left: 5px;
}

#s05 dl:first-child dt img + img {
    left: 36px;
}

#s05 dl:first-child dd {
    padding-left: 2px;
}

#s05 dl:first-child + dl {
    margin-left: 11px;
}

#s05 dl:first-child + dl dt img + img {
    left: 47px;
}

#s05 dl:first-child + dl dd {
    padding-left: 14px;
}

#s05 dl:first-child + dl + dl {
    margin-left: 17px;
}

#s05 dl:first-child + dl + dl dt img + img {
    left: 44px;
}

#s05 dl:first-child + dl + dl dd {
    padding-left: 4px;
}

#s05 dl:first-child + dl + dl + dl {
    margin-left: 9px;
}

#s05 dl:first-child + dl + dl + dl dt img + img {
    left: 47px;
}

#s05 dl:first-child + dl + dl + dl + dl {
    margin-left: 14px;
}

#s05 dl:first-child + dl + dl + dl + dl dt img + img {
    left: 41px;
}


#s05 dl:first-child + dl + dl + dl + dl dd {
    padding-left: 6px;
}

/* s06 */

#s06 {
    padding: 16px 0 0;
}

#s06 table {
    width: 380px;
    margin-left: 1px;
    float: left;
}

#s06 th,
#s06 td {
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: .15em;
    padding-bottom: 11px;
}

#s06 th:after {
    content: " ： ";
}

#s06 table + p {
    width: 233px;
    height: 179px;
    float: left;
    border-right: #000 2px solid;
    border-left: #000 2px solid;
    text-align: left;
}

#s06 table + p img {
    margin: 0 0 0 38px;;
}

#s06 table + p + ul {
    float: right;
    text-align: right;
}

#s06 table + p + ul li:first-child {
    margin: 3px 19px 25px 0;
}

#s06 table + p + ul li + li {
    margin-bottom: -3px;
}

#main {
    width: 800px;
    height: 617px;
    margin-bottom: 50px;
    overflow: hidden;
}

#base {
    width: 2400px;
    height: 617px;
    overflow: hidden;
    margin-left: -800px;
}

#cover {
    position: relative;
    width: 800px;
    height: 617px;
    float: left;
}

#cover > img {
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
}

#cover img + ul {
    clear: both;
}

#cover img + ul li {
    float: left;
}

#cover img + ul li + li {
    float: right;
}

#cover ul + ul li {
    position: absolute;
    top: 496px;
}

#cover ul + ul li:first-child {
    left: 6px;
}

#cover ul + ul li + li {
    right: 0;
}

#cover ul + ul a {
    display: none;
}

#main .slide {
    width: 800px;
    height: 617px;
    overflow: hidden;
    position: relative;
    float: left;
}

#main .disp {
    height: 617px;
    overflow: hidden;
}

#main .disp img {
    display: none;
    
    width: 800px;
    height: 617px;
}

#main .disp div {
    float: left;
    width: 800px;
    height: 617px;
}

#main .disp img.foreGround,
#main .disp img.backGround {
    display: block;
}

#main .ctrl li {
    position: absolute;
    z-index: 3;
}

#main .ctrl li:first-child {
    top: 279px;
    left: 15px;
}

#main .ctrl li:first-child + li {
    top: 279px;
    left: 729px;
}

#main .ctrl li:first-child + li + li {
    bottom: 0;
    left: 0;
    width: 800px;
    height: 35px;
    background: #1e1e1e;
    text-align: right;
}

#main .ctrl li:first-child + li + li a {
    display: inline-block;
    margin: 13px 8px 0 0;
    vertical-align: top;
}

#main .ctrl a {
    display: none;
}

#main .ctrl a[href*="next"] {
    display: block;
}
