@charset "utf-8";

@media screen and (min-width:1540px) {
  header{
    width: 1540px;
    position:sticky;
    position:-webkit-sticky;
    top:0;
  }
}
@media screen and (min-width:800px) and (max-width:1540px) {
  header{
    width: 1040px;
    position:sticky;
    position:-webkit-sticky;
    top:0;
  }
}
@media screen and (min-width:800px) {
  .HeaderTopMenuArea{
    width: 100%;
  }
  .HeaderTopMenu{
    min-height: 60px;
  }
  .HeaderSiteIDArea{
    margin-left: 20px;
    margin-right: auto;
  }
  .HeaderSiteID img{
    width: fit-content;
  }
  .CompactMenu{
    display: none;
  }
  .HeaderMenuButtonArea{
    display: flex;
  }
  .HeaderTopMenuR{
    display: flex;
    align-items: center;
  }
  .HeaderTopMenuR .HeaderSearchButtonArea{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .HeaderTopMenuR .HeaderSearchButton{
    width: 50px;
    margin-top: 6px;
  }
  .HeaderTopMenuR .HeaderSearchButton p{
    display: none;
  }
  .HeaderTopMenuR .HeaderMyMenuButton p{
    display: none;
  }
  .HeaderTopMenuR .HeaderLoginButtonArea{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .HeaderTopMenuR .HeaderLoginButton{
    width: 130px;
    height: 40px;
    margin-top: 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
  }
  .HeaderTopMenuR .HeaderLoginButton p{
    font-size: 14px;
    font-weight: bold;
  }
  .HeaderTopMenuR .HeaderSignupButtonArea{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .HeaderTopMenuR .HeaderSignupButton{
    width: 130px;
    height: 40px;
    margin-top: 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    background-color: #078F5C;
  }
  .HeaderTopMenuR .HeaderSignupButton p{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
  }
  .HeaderTopMenuR .HeaderMyMenuButtonArea{
    display: flex;
    align-items: center;
    margin-left: 21px;
    margin-right: 21px;
  }
  .HeaderTopMenuR .HeaderMyMenuButtonArea .HeaderMyMenuButton{
    width: 50px;
    height: 50px;
  }
  .HeaderTopMenuR .HeaderPostButtonArea{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .HeaderTopMenuR .HeaderPostButtonArea .HeaderPostButton{
    width: 130px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    background-color: #078F5C;
    border-radius: 10px;
  }
  .HeaderTopMenuR .HeaderPostButtonArea .HeaderPostButton .HeaderPostButtonContents{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .HeaderTopMenuR .HeaderPostButtonArea .HeaderPostButton .HeaderPostButtonContents img{
    width: 20px;
  }
  .HeaderTopMenuR .HeaderPostButtonArea .HeaderPostButton .HeaderPostButtonContents p{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
  }
}
@media screen and (max-width:799px) {
  header{
    width: 580px;
    margin: 0 auto;
  }
}

@media screen and (max-width:799px) {
  .HeaderTopMenu{
    justify-content: center;
  }
  .HeaderTopMenuArea{
    width: 580px;
  }
  .HeaderSiteIDArea{
    width: 430px;
  }
  .HeaderSiteID img{
    width: 100%!important;
  }
  .CompactMenu{
    display: block;
    top: 5px;
  }
  .HeaderMenuArea{
    position: relative;
  }
  .HeaderMenuButtonArea{
    display: none;
  }
  .HeaderMenuButtonArea.Active{
    width: 100px;
    position: absolute;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    top: 54px;
    left: -50px;
    z-index: 100;
  }
  .HeaderTopMenuR{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .HeaderTopMenuR .HeaderSearchButtonArea,
  .HeaderTopMenuR .HeaderLoginButtonArea,
  .HeaderTopMenuR .HeaderSignupButtonArea,
  .HeaderTopMenuR .HeaderMyMenuButtonArea,
  .HeaderTopMenuR .HeaderPostButtonArea{
    margin-left: 10px;
  }
  .HeaderTopMenuR .HeaderSearchButton,
  .HeaderTopMenuR .HeaderLoginButton,
  .HeaderTopMenuR .HeaderSignupButton,
  .HeaderTopMenuR .HeaderMyMenuButton,
  .HeaderTopMenuR .HeaderPostButton{
    height: 30px;
  }
  .HeaderTopMenuR .HeaderSearchButton img,
  .HeaderTopMenuR .HeaderMyMenuButton img,
  .HeaderTopMenuR .HeaderPostButton img{
    display: none;
  }
}

header{
  background-color:#FFF;
}
header{
/*
  min-width:1100px;
  max-width:1500px;
*/

/*
  position:sticky;
  position:-webkit-sticky;
  top:0;
*/

  margin:0 auto;
  padding-top: 10px;
  padding-bottom: 9px;

  border-bottom-width: 1px;
  border-bottom-style: solid;

  z-index:5100;
}
.HeaderTopMenu{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.HeaderTopMenuR .HeaderNotificationsArea{
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.HeaderTopMenuR .HeaderNotificationsArea .HeaderNotificationsButton{
  width: 40px;
}
.CompactMenuButton{
  margin-top: 10px;
  margin-left: 15px;
  width: 30px;
}
.HeaderTopMenuR  .HeaderNotifications{
  width: 50px;
  margin-left: 15px;
  margin-right: 10px;
}
