@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:.6;-moz-opacity:.6;-ms-filter:"alpha(opacity=60)";filter:alpha(opacity=60)}.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}

/* lightbox
-------------------------------------------------------------------------------*/

#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: url(/store/mizusawa/2013/images/transparent.gif);
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: #000 1px solid;
  
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
    
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(/store/mizusawa/2013/images/prev.png) left 48% no-repeat;
}

.lb-next:hover {
  background: url(/store/mizusawa/2013/images/next.png) right 48% no-repeat;
}

.lb-dataContainer {
  margin: -26px auto 0;
  *zoom: 1;
  width: 100%;
  position: relative;
  z-index: 11;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  display: none;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 25px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

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

html {
    background: #fff url(/store/mizusawa/2013/images/bg_l.png) repeat-y 50% 0;
}

body {
    background: url(/store/mizusawa/2013/images/bg_r.png) repeat-y 50% 0;
}

#wrapper {
    width: 860px;
    padding: 0 70px;
    background: #fff;
    margin: 0 auto;
}

#header {
    border-bottom: #808080 1px solid;
}

#header h1 {
    margin: 0 -70px 0 -70px;
}

#footer {
    padding: 34px 0 40px;
}

#footer address {
    display: block;
    width: 289px;
    margin: 0 auto;
    
}

#footer ul {
    display: block;
    width: 595px;
    height: 13px;
    margin: 0 auto 34px;
    overflow: hidden;
}

#footer ul .fltL + .fltL {
    margin-left: 161px;
}

/* index
-------------------------------------------------------------------------------*/

#index #header {
    padding-bottom: 33px;
}

#index #header h1 {
    height: 480px;
    margin-bottom: 50px;
    background: url(/store/mizusawa/2013/images/bg_h1.jpg) no-repeat;
}

#index #header .fltL {
    width: 387px;
    margin-left: 20px;
    background: url(/store/mizusawa/2013/images/str_lead.png) no-repeat;
}

#index #header .fltR {
    width: 307px;
}

#index #header .fltR h3 {
    padding-bottom: 20px;
}

#index #header .fltR a {
    width: 126px;
    float:left;
    margin-right: 55px;
}

#index #header .fltR a + a {
    margin-right: 0;
}

#index #header .fltR p {
    padding-top: 5px;
}

p#preface {
    padding: 32px 21px 57px;
    border-bottom: #808080 1px solid;
}

div#intro {
   border-bottom: #808080 1px solid;
   padding: 37px 0 59px 20px; 
}

div#intro h3 {
   padding-bottom: 37px;
   margin-left: -20px;
}

div#intro h4 {
   padding-bottom: 37px; 
}

div#intro > p {
   padding-bottom: 62px; 
}

div#intro div.section {
   padding-bottom: 85px; 
}

div#intro div.section h5 {
   padding-bottom: 62px; 
}

div#intro div.section a.product {
   margin-bottom: 29px; 
}

div#intro div.section div.figure {
   margin-top: 6px; 
}

div#intro div.section div.figure a {
   text-decoration: none;
   margin-left: 29px; 
}

div#intro div.section p span {
   font-size: 12px;
   line-height: 1.5;
}

div#intro div.section table {
   margin-left: 3px;
}

div#intro div.section table#ladies {
   width: 456px;
}

div#intro div.section table#mens {
   width: 636px;
}

div#intro div.section th,
div#intro div.section td {
   font-size: 14px;
   line-height: 2.86;
   text-align: center;
   vertical-align: middle;
   border: #000 1px solid;
}

div#intro h4.size {
   padding-bottom: 23px; 
}

div#intro > p.size {
   padding-bottom: 34px; 
}

div#intro div.size {
   padding-bottom: 46px;
}

div#intro div.size h5 {
   padding: 0 0 8px 3px; 
}

div#intro div.size p {
   font-size: 12px;
   line-height: 1.83;
   padding: 7px 0 35px 3px;
}

div#intro div.size > img {
   margin-top: 17px;
}

div#intro > p.xday {
   padding: 9px 0 37px; 
}

div#bottom {
   border-bottom: #808080 1px solid;
   padding: 37px 0 0 20px; 
}

div#bottom h3 {
   padding-bottom: 37px;
   margin-left: -20px;
}

div#bottom h4 {
   padding-bottom: 26px; 
}

div#bottom a {
    display: block;
    width: 314px;
   margin: 37px 0 47px;
}

div#bottom p span {
    color: #ff5a32;
}

div#bottom small {
   font-size: 12px;
   line-height: 2.33;
   text-align: center;
   display: block;
   margin-right: 20px;
   padding: 50px 0 26px;
}

p#staff {
    padding: 21px 21px 28px;
    border-bottom: #808080 1px solid;
    font-size: 12px;
   line-height: 2.33;
}

/* form
-------------------------------------------------------------------------------*/

form {
    padding: 47px 0 63px;
    border-bottom: #808080 1px solid;
}

form legend {
    padding-left: 30px;
}

form fieldset + fieldset {
    margin-top: 84px;
}

form legend img {
    float: left;
    margin-top: 6px;
}

form legend span {
    display: block;
    padding-left: 50px;
}

form dl {
    padding: 43px 0 0 78px;
}

form dl + dl {
    padding: 51px 0 0 78px;
}

form dt {
    display: block;
    padding: 0 0 24px 6px;
}

form dt img,
form dd a img {
    vertical-align: middle;
}

form dd.image {
    float: left;
    width: 319px;
    height: 302px;
    overflow: hidden;
    position: relative;
}

form dd.image span {
    width: 319px;
    height: 302px;
    overflow: hidden;
    background: url(/store/mizusawa/2013/images/bg_form_dd.png) no-repeat;
    position: absolute;
    top: 0;
    left: -999px;
    z-index: 1;
}

form .selected dd.image span {
    left: 0;
}

form dd.explain {
    float: right;
    width: 430px;
    min-height: 181px;
    height: auto!important;
    height: 181px;
    padding-bottom: 28px;
}

form .lastChild dd.explain {
    min-height: 101px;
    height: auto!important;
    height: 101px;
}

form dd.select {
    float: right;
    width: 340px;
    padding-right: 90px;
    text-align: center;
}

form dd.select a {
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

form dd.select a + a {
    margin-top: 21px;
}

form label {
    margin: 21px 0 10px 80px;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

form label + label {
    margin: 11px 0 0 33px;
}

form label span {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 13em;
    margin-right: -1em;
}

form input[type="text"] {
    margin-left: 7px;
    width: 251px;
    height: 19px;
    font-size: 14px;
    padding: 4px 2px 0;
}

form input[type="radio"],
form input[type="checkbox"] {
    margin-right: 12px;
}

form textarea {
    margin: 11px 0 0 80px;
    padding: 0 6px;
    width: 687px;
    height: 293px;
    resize: none;
    line-height: 1.86;
}

form > p {
    padding: 68px 0 28px 239px;
}

form fieldset p {
    padding: 11px 0 0 80px;
}

form input[type="image"] {
    margin-left: 298px;
}

#notice {
    padding: 36px 0 33px 239px;
    border-bottom: #808080 1px solid;
}

#notice p {
    margin-left: 2em;
    position: relative;
}

#notice p + p {
    margin-top: 1.5em;
}

#notice p span {
    position: absolute;
    left: -1em;
}
