@charset "UTF-8";
/* CSS Document */
/*****相簿*****/
.spaceFloatBox h3 {
  margin-bottom: 20px; }

@media (max-width: 1180px) {
  #spaceArea .articleTitle {
    padding-top: 20px;
    text-align: center; } }

.spaceAlbum {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 40px; }
  .spaceAlbum li {
    padding: 0; }
    .spaceAlbum li img {
      display: block;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .spaceAlbum .arrowNext,
  .spaceAlbum .arrowPrev {
    position: absolute;
    bottom: 0;
    width: 130px;
    font-size: 13px;
    font-family: "Cardo", "Noto Sans TC", "微軟正黑體", Helvetica, Heiti TC, "メイリオ", sans-serif;
    color: #555;
    line-height: 30px;
    text-transform: uppercase; }
    .spaceAlbum .arrowNext::before,
    .spaceAlbum .arrowPrev::before {
      top: calc(50% - 3px);
      width: 6px;
      height: 6px;
      border-width: 1px;
      border-color: #555; }
    .spaceAlbum .arrowNext::after,
    .spaceAlbum .arrowPrev::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 20px;
      height: 1px;
      border-bottom: 1px solid #555; }
    .spaceAlbum .arrowNext:hover,
    .spaceAlbum .arrowPrev:hover {
      color: #af8442; }
      .spaceAlbum .arrowNext:hover::before, .spaceAlbum .arrowNext:hover::after,
      .spaceAlbum .arrowPrev:hover::before,
      .spaceAlbum .arrowPrev:hover::after {
        border-color: #af8442; }
  .spaceAlbum .arrowNext {
    left: 50%;
    padding-left: 10px; }
    .spaceAlbum .arrowNext::before, .spaceAlbum .arrowNext::after {
      right: calc(50% - 15px); }
  .spaceAlbum .arrowPrev {
    right: 50%;
    padding-right: 10px;
    text-align: right; }
    .spaceAlbum .arrowPrev::before, .spaceAlbum .arrowPrev::after {
      left: calc(50% - 15px); }
