html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    letter-spacing: 0.09em;
    line-height: 1.2em;
    color: #0f0f0f;
}

a {
    text-decoration: none;
    color: #363636;
}

a:visited {
    color: #0f0f0f;
}

a:hover {
    color: #ccc;
}

h1, h2, h3 {
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.09em;
    padding: 0;
    margin: 0;
    line-height: 1.0em;
}
#breast h1{
  font-size: 40px;
	line-height: 1.7em;
}
#breast {
    position: fixed;
    top: 0px;
    margin: 0 auto;
    /*margin: -5px 0 0 -2px;*/
    padding: 5px 10px 10px 20px;
    /*background: #fff;*/
    opacity: 0.9;
    z-index: 2;
    font-size: 28px;
    /*
     /* border-radius */
     /*
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    */
    /* box-shadow */
    /*
    box-shadow: rgb(255, 255, 255) 0px 0px 30px 40px;
    -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 30px 40px;
    -moz-box-shadow: rgb(255, 255, 255) 0px 0px 30px 40px;
    */
}
#breast a {
    display: inline-block;
    margin: 0px 25px 0 0;
}
#breast a.select {
    color: #bdc5d3;
}
#stomach {
    position: relative;
    width: 960px;
    margin: 0 auto;
    min-height: 900px;
    padding: 110px 0 0 0;
}
#back {
    display: none;
    position: relative;
    width: 920px;
    margin: 0 auto;
    min-height: 900px;
    padding: 110px 0 0 0;
}
#back p {
    float: left;
    /*background: #f3f3ec;*/
}
#back_close {
    float: right;
    overflow: hidden;
    cursor: pointer;
    line-height: 0;
    margin-bottom: -16px;
      /*background: #f3f3ec;*/
}
#back_close:hover {
    background: #ffffff;
}
#stomach a {
    overflow: hidden;
    position: relative;
    float: left;
    width: 280px;
    min-height: 200px;
    margin: 0 20px 30px 20px;
}
#stomach a:hover {
    opacity: 0.5;
}
#stomach img {
    width: 280px;
}
#shirt {
    overflow: hidden;
    position: relative;
}

#bones {
    z-index: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    /*
    background-image: url("../loading.gif");
    background-repeat: no-repeat;
    background-size:50%;
    */
    text-align: center;
}
#bones img{
    width:50%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}
#pdf {
  width: 100%;
  height: 600px;
  display: block;
  margin: 0 auto;
}
