@charset "utf-8";
/* CSS Document */
body,div,ul,li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
li {
  list-style-type: none;
}
#main_1{
	width: 710px;
}
#main_1 .main_image_1:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
#main_1 .main_image_1 img {
  cursor: pointer;
  width: 200px;
  height: 200px;
}
#main_2 .main_image_2 img {
  cursor: pointer;
  width: 200px;
  height: 200px;
}
#main_3 .main_image_3 img {
  cursor: pointer;
  width: 200px;
  height: 200px;
}
.overlay {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  z-index: 1;
  background: url(../images/black.png);
}
.overlay img {	/*画像拡大時    */
  display: inline-block;
  position: absolute;
  width: 600px;
  -webkit-box-shadow: 0px 0px 20px 0px #333;
  -moz-box-shadow: 0px 0px 20px 0px #333;
  box-shadow: 0px 0px 20px 0px #333;
}
#cursol {
  position: absolute;
  padding: 5px;
  color: #fff;
  background: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px #333;
  -moz-box-shadow: 2px 2px 5px 0px #333;
  box-shadow: 2px 2px 5px 0px #333;
}