/* Scss Document */
/* Scss Document */
main {
  margin-top: 0px; }

.smaller main {
  margin-top: 180px;
  position: relative;
  z-index: 1; }
  @media (max-width: 599px) {
    .smaller main {
      margin-top: 0px; } }

#singapore, #aranvert, #guliguli, #ws_toyonaka {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

h3 {
  text-align: center;
  font-size: 20px;
  margin: 100px auto 10px;
  line-height: 180%; }

.date {
  text-align: center;
  margin-bottom: 40px; }

.text {
  text-align: center; }
  @media (max-width: 599px) {
    .text {
      text-align: left; } }

.mainphoto {
  margin-top: 50px; }

.photographer {
  text-align: right; }
  @media (max-width: 599px) {
    .photographer {
      text-align: center; } }

#ws_toyonaka #flyers {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  #ws_toyonaka #flyers section {
    width: 25%;
    min-width: 240px;
    box-sizing: border-box;
    margin-bottom: 100px; }
    @media (max-width: 599px) {
      #ws_toyonaka #flyers section {
        width: 100%;
        max-width: 320px;
        min-width: auto;
        padding: 0;
        margin-bottom: 200px; } }
  #ws_toyonaka #flyers .flyer {
    border-bottom: solid #000 1px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    max-width: 240px;
    height: 240px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 599px) {
      #ws_toyonaka #flyers .flyer {
        padding-bottom: 20px;
        width: 100%;
        max-width: 100%;
        height: auto; } }
    #ws_toyonaka #flyers .flyer img {
      width: auto;
      max-width: 240px;
      height: auto;
      max-height: 240px; }
  #ws_toyonaka #flyers .detail {
    max-width: 240px; }
    @media (max-width: 599px) {
      #ws_toyonaka #flyers .detail {
        max-width: 100%; } }
    #ws_toyonaka #flyers .detail .portrait {
      float: right;
      padding: 0 0 10px 10px; }
      @media (max-width: 599px) {
        #ws_toyonaka #flyers .detail .portrait {
          padding-bottom: 0; } }
      #ws_toyonaka #flyers .detail .portrait img {
        width: 70px;
        height: 70px; }
    #ws_toyonaka #flyers .detail .job {
      font-size: 12px;
      margin-bottom: 1em; }
  #ws_toyonaka #flyers .comment {
    clear: both;
    padding-top: 20px;
    max-width: 240px; }
    @media (max-width: 599px) {
      #ws_toyonaka #flyers .comment {
        max-width: 100%; } }
