@charset "utf-8";
/* CSS Document */
body {
  height: 100%;
  background-color: #444;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  overflow-x: hidden;
  color: #ccc;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  max-width: 380px;
  margin: auto;
}
.container {
  width: 100%;
  height: auto;
  float: left;
  padding: 8px;
}
.top {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  padding: 8px;
}
.top-inner {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.top a {
  width: auto;
  height: auto;
  display: block;
  float: right;
  background-color: #FF6;
  color: #333;
  font-weight: 600;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.top a:hover {
  background-color: #E0E000;
}
.top a.back-btn {
  margin-right: 5px;
}
.frame {
  padding: 8px;
  width: 100%;
  height: auto;
  float: left;
}

.frame p a, .frame p i a {
  color: #FC0;
}

.frame.frame-type-image {
  padding: 0px;
}
div.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
  float: left;
}
div.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 50%;
  float: left;
}
div.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 33.3333%;
  float: left;
}
figure.image {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  padding: 8px;
  margin: 0;
  display: flex;
}
figure.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
video {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}