html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-feature-settings: 'palt';
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  background: #e2eaee;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input::placeholder {
  color: #ccc;
}

#header {
  margin: 30px auto;
  width: 92%;
  height: 36px;
  max-width: 640px;
  position: relative;
}

#header .logo {
  width: 160px;
  height: 36px;
}

#header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

#header .logo a img {
  width: 160px;
}

#header .logout_btn {
  width: 110px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  border: double 3px #0084c9;
  position: absolute;
  right: 0%;
  top: -5px;
}

#header .logout_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0084c9;
  text-decoration: none;
  font-weight: bold;
}

.login_container {
  margin: 0 auto;
  padding: 20px;
  width: 92%;
  max-width: 640px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}

.login_container .err_text {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
}

.login_container .logout_text {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #000;
  color: #ff0;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
}

.login_container #form_wrap .mail_text i, .login_container #form_wrap .pass_text i {
  color: #0084c9;
}

.login_container #form_wrap .f_login {
  padding: 5px;
  border-radius: 3px;
  border: none;
}

.login_container #form_wrap input[type="text"] {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  display: 100%;
  margin-top: 7px;
}

.login_container #form_wrap .f_login {
  margin-bottom: 30px;
}

.login_container #form_wrap .f_login_btn {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #0084c9;
  border-radius: 3px;
  background: #0084c9;
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: 100%;
  cursor: pointer;
  box-shadow: 0 4px #005588;
}

.login_container #form_wrap .f_login_btn:hover {
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}

.mypage_container {
  margin: 0 auto;
  padding: 20px;
  width: 92%;
  max-width: 640px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}

.mypage_container .staff_name {
  font-size: 14px;
}

.mypage_container .staff_name i {
  font-size: 18px;
  color: #0084c9;
}

.mypage_container .order_area {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.mypage_container .order_area .order_left {
  float: left;
  height: 30px;
  line-height: 28px;
  padding: 0px 5px 0 0;
  background: #000;
  border-radius: 3px 0 0 3px;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}

.mypage_container .order_area .order_left--rank {
  width: 20%;
}

.mypage_container .order_area .order_right {
  float: left;
  height: 30px;
  line-height: 28px;
  padding: 0px 5px 0 0;
  border: 1px solid #000;
  border-radius: 0 3px 3px 0;
  color: #000;
  box-sizing: border-box;
  font-size: 12px;
  text-align: right;
}

.mypage_container .order_area .order_right--rank {
  width: 80%;
}

.mypage_container .order_area .order_limit_wrap {
  width: 49%;
}

.mypage_container .order_area .order_limit_wrap .order_left {
  float: left;
  height: 30px;
  line-height: 28px;
  padding: 0px 5px 0 0;
  background: #000;
  border-radius: 3px 0 0 3px;
  color: #fff;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}

.mypage_container .order_area .order_limit_wrap .order_left--limit {
  width: 41.2%;
}

.mypage_container .order_area .order_limit_wrap .order_right {
  float: left;
  height: 30px;
  line-height: 28px;
  padding: 0px 5px 0 0;
  border: 1px solid #000;
  border-radius: 0 3px 3px 0;
  color: #000;
  box-sizing: border-box;
  font-size: 12px;
  text-align: right;
}

.mypage_container .order_area .order_limit_wrap .order_right--limit {
  width: 58.8%;
}

.mypage_container .order_area .order_btn {
  padding: 12px 10px 15px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #0084c9;
  -webkit-appearance: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 130%;
  display: block;
  box-shadow: 0 4px #005588;
}

.mypage_container .order_area .order_btn--gray {
  font-size: 16px;
  background: #ccc;
  box-shadow: 0 4px #999;
}

.mypage_container .order_area .order_btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.mypage_container .order_area .order_btn a:hover {
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}

.mypage_container .order_area .order_btn span {
  color: #fff;
  line-height: 130%;
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .mypage_container .order_area .order_left--rank {
    width: 35%;
  }
  .mypage_container .order_area .order_right--rank {
    width: 65%;
  }
  .mypage_container .order_area .order_right--rank:after {
    display: block;
    clear: both;
    content: "";
  }
  .mypage_container .order_area .order_limit_wrap {
    width: 100%;
  }
  .mypage_container .order_area .order_limit_wrap .order_left {
    margin-bottom: 10px;
  }
  .mypage_container .order_area .order_limit_wrap .order_left--limit {
    width: 35%;
  }
  .mypage_container .order_area .order_limit_wrap .order_right {
    margin-bottom: 10px;
  }
  .mypage_container .order_area .order_limit_wrap .order_right--limit {
    width: 65%;
  }
  .mypage_container .order_area .order_limit_wrap .order_right--limit:after {
    display: block;
    clear: both;
    content: "";
  }
  .mypage_container .order_area .order_btn {
    margin-top: 0px;
  }
}

.mypage_container_rireki {
  margin: 30px auto 0;
  padding: 20px;
  width: 92%;
  max-width: 640px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}

.mypage_container_rireki .rireki_ttl {
  padding-bottom: 5px;
  border-bottom: 2px solid #c1d7e2;
  font-size: 14px;
  position: relative;
}

.mypage_container_rireki .rireki_ttl::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #0084c9;
  bottom: -2px;
  width: 20%;
}

.mypage_container_rireki .rireki_ttl i {
  font-size: 18px;
  color: #0084c9;
}

.mypage_container_rireki .order_history {
  margin-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  border-bottom: 1px dotted #ccc;
}

.mypage_container_rireki .order_history:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

#footer {
  margin-top: 80px;
}

#footer .copyright {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  background: #000;
}

.tbl {
  margin-top: 5px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
}

.tbl thead tr th {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  background: #e4f5ff;
  text-align: center;
}

.tbl thead tr .tbl_item {
  width: 70%;
}

.tbl thead tr .tbl_num {
  width: 10%;
}

.tbl thead tr .tbl_money {
  width: 20%;
}

.tbl tbody tr td {
  padding: 5px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  background: #fff;
}

.tbl tbody tr .tbl_total {
  text-align: right;
  font-size: 14px;
}

.mypage_btn {
  margin-top: 20px;
}

.mypage_btn a {
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background: #0084c9;
  text-decoration: none;
  border-radius: 3px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none;
}

.f_bold {
  font-weight: bold;
}

.fs_18 {
  font-size: 18px;
}

.csstransforms .overview01,
.csstransforms .overview02,
.csstransforms .overview03,
.csstransforms .overview04 {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */