/* ==================
   header
   ================== */
#HeaderOrg {
  background: #000;
  height: 70px;
  border-bottom: 1px solid #8f9396;
}

#HeaderOrg img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#HeaderInr {
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  width: 920px;
}

#HeaderInr p.logo2 {
  float: left;
}

#HeaderInr p.copy {
  float: right;
}

#HeaderInr p.logo2 img {
  margin-left: 5px;
}

#HeaderInr p.copy img {
  margin-right: 24px;
}

@media only screen and (max-width: 640px) {
  #HeaderOrg, #JsNav {
    height: auto;
    padding-bottom: 1px;
  }

  #HeaderInr {
    width: 100%;
  }

  #HeaderInr p.logo2 img, #HeaderInr p.copy img {
    margin: 0;
  }

  #JsNav .TitleInr {
    margin: 0 auto;
    width: 98%;
  }

  p.Logout {
    position: relative;
    top: inherit;
    right: inherit;
  }

  p.Mypage {
    position: relative;
    top: inherit;
    right: inherit;
  }

  p.Logout a, p.Mypage a {
    float: none;
    margin-bottom: 10px;
  }

  p.Logout a:hover, p.Mypage a:hover {
    float: none;
  }

  #FooterInr {
    width: 100%;
  }
}
/* ==================
   contents_agreement
   ================== */
#ContentsAgreementWrap {
  margin: 60px 0 0;
}

#ContentsAgreement {
  margin: 0 auto;
  width: 758px;
}

#ContentsAgreementWrap .TopMain {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  font-size: 1.4em;
  padding: 20px 2px;
}

#ContentsAgreementWrap .AgreementDetail {
  margin: 40px auto 60px;
}

#ContentsAgreementWrap .AgreementDetail h3 {
  font-size: 1em;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}

#ContentsAgreementWrap .AgreementDetail .contentsAgreementDetail {
  margin: 0 0 0 20px;
}

#ContentsAgreementWrap .AgreementDetail .contentsAgreementDetail p {
  margin-top: 20px;
}

#ContentsAgreementWrap .AgreementDetail .contentsAgreementDetail .list {
  margin-left: 15px;
}

#ContentsAgreementWrap .AgreementDetail .contentsAgreementDetail .list li {
  line-height: 1.4;
  margin-bottom: 5px;
}

#ContentsAgreementWrap .AgreementDetail .contentsAgreementDetail .notice {
  font-size: 0.95em;
}

@media only screen and (max-width: 640px) {
  #ContentsAgreement {
    width: 96%;
  }

  #ContentsAgreementWrap .TopMain img, #ContentsAgreementWrap .PageMain img, #ContentsAgreementWrap .TopBn li img, #ContentsAgreementWrap .overWidth {
    width: 100%;
    height: auto;
  }
}