@charset "UTF-8";

body {
  background-color: #666666;
}

html {
  overflow: hidden;
}

strong {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.caption {
  background-color: #333333;
  color: #999999;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 10px 0 0 0;
}

.caption2 {
  background-color: #ffffff;
  color: #666666;
  line-height: 1.4;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 10px 0px 0px 0px;
}

.caption-text {
  padding: 0 30px;
}
.works {
  color: #999999;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: right;
  padding: 4px 2px 3px 0px;
  line-height: 1;
}
.picture-img {
  max-width: 450px !important;
  max-height: 450px !important;
}
.picture-space {
  padding: 20px !important;
}

hr {
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  margin: 5px 0;
}

.box-shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

a {
  color: #999999;
}

img.box-shadow {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.icon {
  font-size: 14px;
  color: #999999;
  padding: 0px 0px 3px 3px;
}

.picture-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/************************************
** 横680px以下の縦スタイル
************************************/
@media screen and (max-width: 475px) {
  .picture-img {
    max-width: 400px !important;
    max-height: 400px !important;
    margin: 0 auto;
  }
}
