@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
  background-color: #ddd;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: #666;
  text-shadow: 1px 1px #fff;
  text-align: center;
  font-size: 3em;
}

img {
  vertical-align: bottom;
}

figure {
  margin: 0;
}

.imgs {
  display: flex;
}

.imgs + .imgs {
  margin-top: 15px;
}

.img-resp {
  max-width: 100%;
  height: auto;
}

.img-thumb {
  cursor: pointer;
}

.img-thumb:hover {
  opacity: .7;
}

.img-thumb + .img-thumb {
  margin-left: 15px;
}

.wrap {
  padding: 15px;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
