<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.staff-contents {
	color: #242429;
	background-color: #FFF;
	/* font-family: Noto Sans Japanese, sans-serif; */
  font-family: "メイリオ", "Meiryo", sans-serif;
	font-weight: 200;
	font-size: 13px;
	letter-spacing: .04em;
	line-height: 140%;
	text-align: left;
	min-width: 100%;
}
.staff-contents h2 {
  background-color: unset;
}

.staff-contents-container {
  width: 100%;
  margin: 20px auto 30px;
}

.staff-contents-content {
  display: flex;
  flex-direction: column;
}

.staff-contents-content__coordinate-detail-page {
  margin-bottom: 50px;
}

.staff-contents-mainframe {
  width: 100%;
  padding: 0 10px;
}

.staff-contents-block-left-menu-frame {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 15px;
  animation-duration: 0.6s;
  overflow: scroll;
  margin: 0 20px 0 0;
  z-index: 11000;
}

.staff-contents-block-left-menu-frame::-webkit-scrollbar {
  display: none;
}

.staff-contents-menubox {
  text-align: left;
  margin: 1em 0 2em;
}

.staff-contents-keyword {
  display: flex;
  flex-direction: column;
}

.staff-contents-search-conditions {
  margin: 10px 0;
}

.staff-contents-search-conditions--inner {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  display: table;
}

.staff-contents-search-conditions--narrow-down {
  display: table-cell;
  width: 49%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 11.52px;
  font-weight: 400;
  color: #757575;
  /* font-family: Noto Sans Japanese, sans-serif; */
  font-family: "メイリオ", "Meiryo", sans-serif;
}

.staff-contents-search-conditions--select-sort {
  border-left: 1px solid #e5e5e5;
  display: table-cell;
  width: 49%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.staff-contents-modal-head {
  padding: 10px 16px;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.staff-contents-modal-head--title {
  margin: 1em 0;
  font-size: 12.6px;
  font-weight: normal;
}

.staff-contents-modal-head .staff-contents-modal-head--button-close {
  background-color: rgba(0, 0, 0, 0.15);
  /* box-shadow: 0 0 10px #a0a0a0; */
  position: fixed;
  left: 10px;
  top: 10px;
  height: 58px;
  width: 58px;
  border-radius: 100%;
  color: transparent;
  cursor: pointer;
  z-index: 11100;
}

.staff-contents-modal-head .staff-contents-modal-head--button-close::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  margin: -0.5px -10px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: rotate(-45deg);
}

.staff-contents-modal-head .staff-contents-modal-head--button-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  margin: -0.5px -10px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: rotate(45deg);
}

.staff-contents-modal-head .staff-contents-modal-head--button-close p {
  text-indent: -9999px;
}

.staff-contents-block-left-menu-fix-button-frame {
  position: unset;
  display: flex;
  justify-content: center;
  padding: 8px;
  bottom: 55px;
}

.staff-contents-block-coordinate-top-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.staff-contents-coordinate-title-frame {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.staff-contents-content-title {
  color: #0f0f10;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 140%;
}

.staff-contents-content-title--center {
  color: #0f0f10;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 140%;
  text-align: center;
}

.staff-contents-coordinate-detail-frame {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.staff-contents-coordinate-detail-description-frame {
  width: 100%;
  margin-left: 0px;
}

.staff-contents-block-staff-info {
  width: fit-content;
  margin: 30px 20px;
}

.staff-contents-block-sub-list {
  margin: 30px 10px;
}

.shop-contents-brand-serect-area{
  margin-bottom: 20px;
}

.staff-contents-block-article-info {
  margin: 30px 10px;
}

.staff-contents-assessment-frame {
  padding: 10px 0;
}

.staff-contents-assessment-frame &gt; div{
  margin-bottom: 10px;
}
</pre></body></html>