@charset "UTF-8";
.pc-none {
  display: none;
}

/*---------------------------
    Header
---------------------------*/
body {
  font-size: 13px;
}
body header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #FFFFFF;
}
body header > div.logo {
  margin: 0 auto;
  padding: 10px;
  min-width: 1100px;
  max-width: 1366px;
  height: 350px;
  background-image: url("../images/banner.jpg");
  background-size: cover;
}
body header > div.logo > a {
  padding: 0;
  color: #F0F0F0;
  font-size: 16px;
}
body header > div.logo > a img {
  height: 40px;
}
body header > div.logo > a:hover img {
  opacity: 1;
}
body header > div.menu {
  display: none;
}
body header > div.login-info {
  position: absolute;
  padding: 0 5px;
  width: 100%;
  bottom: 45px;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
  background: #999999;
  min-width: 1100px;
}
body header > div.login-info i.fa {
  margin-right: 10px;
  font-size: 20px;
  line-height: 24px;
}
body header > div.login-info a {
  color: #FFFFFF;
}
body header > div.login-info > span.name {
  line-height: 20px;
}
body header > nav.pc-menu {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #555555;
  min-width: 1100px;
}
body header > nav.pc-menu > ul {
  margin: 0 auto;
  padding: 0;
  width: 85%;
  min-width: 1000px;
}
body header > nav.pc-menu > ul > li {
  float: left;
  margin: 0;
  padding: 0;
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  border-left: 1px solid #000000;
}
body header > nav.pc-menu > ul > li:last-child {
  border-right: 1px solid #000000;
}
body header > nav.pc-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
}
body header > nav.pc-menu > span.logout {
  position: absolute;
  right: 2px;
}
body header > nav.pc-menu > span.logout i.fa-sign-out {
  font-size: 22px;
  line-height: 45px;
  color: #FFFFFF;
}
body header > nav.pc-menu > span.logout > a {
  color: #FFFFFF;
}
body header > nav.pc-menu.delivery-service-use > ul > li {
  width: 16%;
}

/*---------------------------
    Wrapper
---------------------------*/
body > div#wrapper {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
body > div#wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/*---------------------------
    メインコンテンツ
---------------------------*/
#wrapper > div#content {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  min-width: 1100px;
  max-width: 1366px;
  min-height: 500px;
  background-color: #FFFFFF;
}
#wrapper > div#content > div.menu-area {
  display: none;
}
#wrapper > div#content > div.cover-area {
  display: none;
}

/* コンテンツを中央寄せにする */
section.contents-centering {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* リストに区切り線を表示 */
section.list > ul > li > a {
  border-bottom: 1px dashed #CCCCCC;
  line-height: 200%;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.money-cell {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/*---------------------------
    Footer
---------------------------*/
footer {
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
  height: 40px;
  color: #FFFFFF;
}
footer p {
  margin: 0;
  text-align: center;
}
footer > div.page-top {
  position: fixed;
  right: 40px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  color: #FFFFFF;
  transition-duration: 0.5s;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
footer > div.page-top.active {
  opacity: 1;
  visibility: visible;
}
footer > div.page-top.active:hover {
  color: #FFFFFF;
}
