*{
  margin:0;
  padding:0;
  font-weight:normal;
}

html{
  width:100%;
  height:100%;
}

body{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
body{
  width:800px;
  margin:0 auto;
  height:100%;
  font-size:12px;
  background-image:url(../img/bg_gray.jpg);
  background-size:100%;
}
h1{
text-align:center;
font-weight:bold;
margin:20px 20px 0;
font-size:30px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
#container{
  width:800px;
  position:relative;
  box-shadow:0px 0px 6px 3px #cccccc;
-moz-box-shadow:0px 0px 6px 3px #cccccc;
-webkit-box-shadow:0px 0px 6px 3px #cccccc;
margin:30px 0 50px;

}

#container>img{
  width:100%;
}

img#left-pin{
  position:absolute;
  left:140;
  top:230;
  width:60px;
  cursor: default;
}

img#right-pin{
  position:absolute;
  left:580;
  top:230;
  width:60px;

}

img#close{
  width:100px;
  cursor:pointer;
  padding:40px 20px;
  text-algn:center;
  margin-left:310px;
}

#last-button{
  display:block;
  position:absolute;
  left:200;
  top:800;
  width:400px;


}

#last-button>img{
  width:100%;
  cursor:pointer;
}
