@charset "utf-8";

.melos {
	padding: 0 10px;
}
.melos .pst_excerpt {
	margin-bottom: 20px;
}
.melos h2,
.melos p,
/*.melos div,*/
.melos ul,
.melos blockquote,
.melos table,
.melos p img {
	margin-bottom: 20px;
}
.melos p,
.melos p img {
	margin-top: 20px;
}
.melos h3,
.melos h4,
.melos h5 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.melos h6 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.melos h2 {
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	border-bottom: 1px solid #c6cbcd;
	margin-top: 20px;
}
.melos h3 {
	padding: 10px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	background: #f3f4f5;
	border-radius: 3px;
}
.melos h4 {
	padding: 5px 0 5px 10px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	border-left: 2px solid #70caeb;
}
.melos h5 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}
.melos h6 {
	font-size: 17px;
	line-height: 1.4;
	font-weight: bold;
}
.melos a {
    color: #70caeb !important;
    text-decoration: underline;
    cursor: pointer;
}
.melos img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
}
.melos img.alignleft {
	float: left;
	display: block;
	width: auto;
	max-width: 47.5%;
	margin-left: 0;
	margin-right: 5%;
	margin-bottom: 0;
}
.melos img.alignright {
	float: right;
	display: block;
	width: auto;
	max-width: 47.5%;
	margin-left: 5%;
	margin-right: 0;
	margin-bottom: 0;
}
.melos .instagram-media {
	max-width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.melos ul {
	list-style-type: decimal;
	padding-left: 2em;
}
.melos ol {
	list-style-type: decimal;
	padding-left: 2em;
}
.melos li {
	margin-top: 5px;
}
.melos li:first-child {
	margin-top: 0;
}
.melos blockquote {
	padding: 20px;
	border: 1px solid #c6cbcd;
	background: #f3f4f5;
	word-break: break-all;
}
.melos blockquote *:last-child {
	margin-bottom: 0;
}
.melos blockquote p:after, .melos blockquote div:after {
    content: "";
    clear: both;
    display: block;
}
.melos .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.melos .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* page-links ---------- */
.page-links {
  text-align: center;
}
.melos .page-links-set {
  margin-bottom: 20px;
}
.melos .page-links {
  margin-bottom: 10px;
}
.page-links_t {
  padding: 10px 18px;
  font-size: 16px;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-weight:bold;
  border-radius: 3px;
  margin: 3px 0;
}

a .page-links_t {
  background: #e3e3e3;
  color: #000000;
  font-weight: normal;
}

a:hover .page-links_t {
  background: #75CAEC;
  color: #ffffff;
}

.page-links_tp {
  padding: 12px 18px;
  font-size: 16px;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  font-weight:bold;
  border-radius: 3px;
}
.page-links_tp {
  font-size: 14px;
  width: 46%;
}
a .page-links_tp {
  background: #000000;
  color: #ffffff;
  font-weight: normal;
}
a:hover .page-links_tp {
  background: #75CAEC;
  color: #ffffff;
}

/* events_carousel */
.melos .events_carousel {
  width:100%;
  position: relative;
}
.melos .events_carousel .inner {
  padding: 43px 5px 10px 15px;
  overflow-x:auto;
  overflow-y:hidden;
  width:100%;
  background-color: #effafe;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.melos .events_carousel .hl {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.melos .events_carousel div {
  margin: 0;
}
.melos .events_carousel img {
  margin: 0 !important;
}
.melos .events_carousel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space:nowrap;
}
.melos .events_carousel ul.odd {
  padding-bottom: 15px;
}
.melos .events_carousel li {
  margin: 0;
  width: 33%;
  float: none;
  display: inline-block;
  white-space:normal;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
}
.melos .events_carousel li a {
  text-decoration: none;
  display: block;
}
.melos .events_carousel .thumb {
  width: 100%;
  height: 70px;
  background-position: center center;
  background-size: cover;
}
.melos .events_carousel .title {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  margin: 3px 0;
}
.melos .events_carousel .pr .title {
  height: auto;
}
.melos .events_carousel a:hover .title {
  color: #3399bf;
}
.melos .events_carousel .date {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0;
  color: #000;
}
.melos .events_carousel .cat {
  font-size: 10px;
  line-height: 16px;
  margin: 0 0;
  padding: 0 4px;
  color: #fff;
  display: inline-block;
  background-color: #80d3ef;
  position: absolute;
  top:0;
  left:0;
}
.melos .events_carousel a:hover .cat {
  background-color: #3399bf;
}
.melos .events_carousel .place {
  font-size: 11px;
  line-height: 16px;
  margin: 0 0;
  color: #000;
}
.melos .events_carousel .date span,
.melos .events_carousel .place span {
  font-size: 10px;
  line-height: 16px;
  color: #999;
  display: inline-block;
  padding-right: 3px;
}
.melos .events_carousel .arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 0;
}
.melos .events_carousel .left_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
  transform:rotate(-180deg);
  cursor: pointer;
  pointer-events: auto;
  background: #70caeb url(https://contents.melos.media/wp-content/image/common/i_arrow_white.svg) no-repeat center center;
  background-size: 10px;
  opacity: 0.6;
}
.melos .events_carousel .right_arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 0px;
  cursor: pointer;
  pointer-events: auto;
  background: #70caeb url(https://contents.melos.media/wp-content/image/common/i_arrow_white.svg) no-repeat center center;
  background-size: 10px;
  opacity: 0.6;
}
.melos .events_carousel .left_arrow:hover,
.melos .events_carousel .right_arrow:hover {
  opacity: 0.85;
}

#related{
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

/* 2021.07 */
.melos #toc_container {
    padding: 15px;
}
.melos #toc_container p.toc_title {
	margin-bottom: 5px;
}
.melos #toc_container ul.toc_list {
	list-style-type: decimal;
	padding-left: 0;
	margin-bottom: 8px;
}
.melos #toc_container ul.toc_list ul {
	padding-left: 0;
	margin: 8px 0 0 10px;
}

/* rinker reset */
.melos div.yyi-rinker-info ul.yyi-rinker-links {
	padding-left: 0;
	margin-bottom: 14px;
}
