#popDiv {
	  display: none;
	  background-color: #F8F8F8;
	  z-index: 11;
	  width: 90%;
	  height: 600px;
	  max-width: 850px;
	  min-height: 200px;
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	  bottom: 0;
	  margin: auto;
	  overflow-y: scroll;
}

#popDiv .close a {
	  text-decoration: none;
	  color: black;
}

#popDiv .close {
	  text-align: right;
	  margin-right: 5px;
	  background-color: #F8F8F8;
}

#popDiv p {
	  text-align: center;
	  font-size: 25px;
	  font-weight: bold;
	  padding-top: 1em;
	  width: 90%;
	  margin: 0 auto;
}

.page_container {
  margin: auto 0;
  height: 80px;
}

.page_top {
  padding-top: 2em;
}

.page_bottom {
  padding-bottom: 2em;
}

.page_nobottom {
  padding-bottom: 0;
}

.page_cont {
  text-align: left;
  padding: 0 0 1em;
}

.page_title {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: x-large;
  font-weight: bold;
}

.page_section {
  font-weight: bold;
  font-size: medium;
  padding: 0.2em 0;
}

.page_text {
  padding: 0 0;
  text-align: left;
}

.cs {
  width: 80%;
  left: 20%;
}

.dt {
  padding: 1em 0;
  text-align: left;
  padding-left: 0.2em;
}

.sp {
  padding: 1em;
}

.friend_link {
  color: blue;
  cursor: pointer;
  font-size: small;
}

.pi {
  height: auto;
}

.noshow {
  display: none;
}

.topest {
  top: 0;
}

.nt {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.more {
  padding-right: 5%;
  padding-bottom: 1em;
}

.nc {
  font-size: medium;
  /* margin-top: 0.25em; */
  padding-left: 0.5em;
  height: auto;
  line-height: 32px;
}

.nd {
  margin-top: 0;
  padding-left: 0.5em;
}

.src_text {
  font-weight: bold;
  font-size: large;
  line-height: 35px;
}

.qa_area {
  margin-bottom: 2em;
  resize: none;
  height: 208px;
}

.mb_type {
  font-weight: bold;
  font-size: medium;
}

.li_sp {
  padding-bottom: 1em;
}

.main_pop_content {
  font-size: medium;
}

.main_news_div {
  text-align: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_news_title {
  width: 28%;
  margin: auto 0;
  text-align: center;
  font-size: small;
}

.main_news_sp {
  width: 3%;
}

.main_news_content {
  width: 69%;
  margin: auto 0;
  font-size: small;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.contacts {
  font-weight: normal;
  font-size: medium;
}

.none_element {
  text-align: center;
  padding: 5em 0 3em;
  font-weight: bold;
  font-size: large;
}

.line_cont {
  white-space: pre-line;
  line-height: 2;
}

.no_cursor {
  cursor: not-allowed;
}

.has_cursor {
  cursor: default;
}