/* ==========================================================================
	COMMENT
========================================================================== */
.l-comment__content {
  box-sizing: border-box;
  width: 900px;
  height: 622px;
  line-height: 1.6;
  background: #EEEAE1;
  padding: 40px 15px 40px 40px;
  margin: 20px 0 0 10px;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}

.l-comment__list {
  height: 200px;
  border-radius: 3px;
  position: absolute;
  top: 65px;
  right: 0;
}

.l-comment__list ul {
  overflow: scroll;
  box-sizing: border-box;
  height: 488px;
  padding: 10px;
}

/* ==========================================================================
	CONTENT
========================================================================== */
.l-content {
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: 100%;
  min-height: 730px;
}

.l-content__bg {
  width: 100%;
  height: 100%;
  background: no-repeat top center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}

.l-content__inner {
  position: relative;
  width: 1280px;
  height: 730px;
  margin: 0 auto;
}

.l-content__inner__bg {
  width: 1280px;
  height: 730px;
  background: no-repeat top center;
  background-size: cover;
  margin: 0 auto;
}

/* ==========================================================================
	ERROR404
========================================================================== */
/* ==========================================================================
	FOOTER
========================================================================== */
.l-footer {
  z-index: 1000;
  position: relative;
}

#foot_chu_wrapper, #chu_logo, #foot_customer {
  display: none;
}

#foot_wrapper {
  background: #FFFFFF;
  margin-top: 0 !important;
}

/* ==========================================================================
	HEADER
========================================================================== */
/* ==========================================================================
	MAIN
========================================================================== */
.l-main {
  float: right;
  box-sizing: border-box;
  width: 1170px;
  padding-top: 20px;
}

/* ==========================================================================
	NAZO
========================================================================== */
.l-nazo__content {
  z-index: 1000;
  box-sizing: border-box;
  width: 900px;
  height: 546px;
  line-height: 1.6;
  background: #EEEAE1;
  padding: 40px 15px 40px 40px;
  margin: 20px 0 0 10px;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
	PAGE
========================================================================== */
.page .l-page__post {
  padding: 40px 0;
}

.page .l-page__content {
  box-sizing: border-box;
  width: 640px;
  line-height: 1.8;
  margin: 40px auto;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

/* ==========================================================================
	SIDE
========================================================================== */
.l-side {
  float: left;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
}
