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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

html, body {
  background-color: #fbfbf2;
  height: 100%;
  width: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, a, input, select {
  color: #1e1e1e;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  color: #0e7ac4;
}

a.btn {
  text-decoration: none;
}

input[type=color]
, input[type=date]
, input[type=datetime]
, input[type=datetime-local]
, input[type=email]
, input[type=month]
, input[type=number]
, input[type=password]
, input[type=search]
, input[type=tel]
, input[type=text]
, input[type=time]
, input[type=url]
, input[type=week]
, select
, textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  font-size: 16px;
  outline: 0;
  padding: 1px;
}

input[type=button]
, input[type=submit] {
  outline: 0;
}

textarea {
  resize: none;
}

/**
 * grid
 */
.grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/**
 * columns
 */
.columns {
  padding-left: 5px;
  padding-right: 5px;
}

/**
 * grid small
 */
.small-1 {
  width: 8.33333%;
}
.small-2 {
  width: 16.66667%;
}
.small-3 {
  width: 25%;
}
.small-4 {
  width: 33.33333%;
}
.small-5 {
  width: 41.66667%;
}
.small-6 {
  width: 50%;
}
.small-7 {
  width: 58.33333%;
}
.small-8 {
  width: 66.66667%;
}
.small-9 {
  width: 75%;
}
.small-10 {
  width: 83.33333%;
}
.small-11 {
  width: 91.66667%;
}
.small-12 {
  width: 100%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}

/**
 * grid medium
 */
@media screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
}
/**
 * grid large
 */
@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
}
/**
 * input text field
 */
.inputTxt--cd1 {
  width: 22px;
}
.inputTxt--cd2 {
  width: 32px;
}
.inputTxt--cd3 {
  width: 42px;
}
.inputTxt--cd4 {
  width: 52px;
}
.inputTxt--cd5 {
  width: 62px;
}
.inputTxt--cd6 {
  width: 72px;
}
.inputTxt--cd7 {
  width: 84px;
}
.inputTxt--cd8 {
  width: 92px;
}
.inputTxt--cd9 {
  width: 100px;
}
.inputTxt--cd10 {
  width: 110px;
}
.inputTxt--postal {
  width: 92px;
}
.inputTxt--address {
  width: 400px;
}
.inputTxt--tel {
  width: 132px;
}
.inputTxt--fax {
  width: 132px;
}
.inputTxt--id {
  width: 150px;
}
.inputTxt--pass {
  width: 150px;
}
.inputTxt--mail {
  width: 400px;
}
.inputTxt--name {
  width: 200px;
}
.inputTxt--txt {
  width: 500px;
}
.inputTxt--date {
  width: 92px;
}
.inputTxt--year {
  width: 52px;
}
.inputTxt--month {
  width: 32px;
}
.inputTxt--day {
  width: 32px;
}
.inputTxt--credit {
  width: 160px;
}
.inputTxt--money {
  width: 150px;
}
.inputTxt--item1 {
  width: 300px;
}
.inputTxt--item2 {
  width: 352px;
}
.inputTxt--readonly {
  background-color: #c2c2c2;
  border-color: darkgray;
}

/**
 * textarea
 */
.textarea--bikou {
  height: 150px;
  width: 700px;
}

/**
 * text--utility
 */
.txt--left {
  text-align: left;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}
.txt--top {
  vertical-align: top;
}
.txt--middle {
  vertical-align: middle;
}
.txt--bottom {
  vertical-align: bottom;
}
.txt--white {
  color: white;
}
.txt--gray {
  color: whitesmoke;
}
.txt--blue {
  color: #005caf;
}
.txt--red {
  color: #c73e3a;
}
.txt--orange {
  color: #e98b2a;
}
.txt--green {
  color: #227d51;
}
.txt--yellow {
  color: #f7d94c;
}
.txt--black {
  color: #1e1e1e;
}
.txt--purple {
  color: #6365ff;
}
.txt--corp {
  color: #BCBCEB;
}
.txt--cre {
  color: #98D98E;
}
.txt--gs {
  color: #ebd86d;
}
.txt--xsmall {
  font-size: 12px;
}
.txt--small {
  font-size: 14px;
}
.txt--medium {
  font-size: 16px;
}
.txt--large {
  font-size: 18px;
}
.txt--xlarge {
  font-size: 20px;
}
.txt--bold {
  font-weight: bold;
}

/**
 * margin-utility
 */
.margin--top-5 {
  margin-top: 5px;
}
.margin--right-5 {
  margin-right: 5px;
}
.margin--bottom-5 {
  margin-bottom: 5px;
}
.margin--left-5 {
  margin-left: 5px;
}
.margin--top-10 {
  margin-top: 10px;
}
.margin--right-10 {
  margin-right: 10px;
}
.margin--bottom-10 {
  margin-bottom: 10px;
}
.margin--left-10 {
  margin-left: 10px;
}
.margin--top-15 {
  margin-top: 15px;
}
.margin--right-15 {
  margin-right: 15px;
}
.margin--bottom-15 {
  margin-bottom: 15px;
}
.margin--left-15 {
  margin-left: 15px;
}
.margin--top-20 {
  margin-top: 20px;
}
.margin--right-20 {
  margin-right: 20px;
}
.margin--bottom-20 {
  margin-bottom: 20px;
}
.margin--left-20 {
  margin-left: 20px;
}
.margin--top-25 {
  margin-top: 25px;
}
.margin--right-25 {
  margin-right: 25px;
}
.margin--bottom-25 {
  margin-bottom: 25px;
}
.margin--left-25 {
  margin-left: 25px;
}
.margin--top-30 {
  margin-top: 30px;
}
.margin--right-30 {
  margin-right: 30px;
}
.margin--bottom-30 {
  margin-bottom: 30px;
}
.margin--left-30 {
  margin-left: 30px;
}
.margin--top-35 {
  margin-top: 35px;
}
.margin--right-35 {
  margin-right: 35px;
}
.margin--bottom-35 {
  margin-bottom: 35px;
}
.margin--left-35 {
  margin-left: 35px;
}
.margin--top-40 {
  margin-top: 40px;
}
.margin--right-40 {
  margin-right: 40px;
}
.margin--bottom-40 {
  margin-bottom: 40px;
}
.margin--left-40 {
  margin-left: 40px;
}
.margin--top-45 {
  margin-top: 45px;
}
.margin--right-45 {
  margin-right: 45px;
}
.margin--bottom-45 {
  margin-bottom: 45px;
}
.margin--left-45 {
  margin-left: 45px;
}
.margin--top-50 {
  margin-top: 50px;
}
.margin--right-50 {
  margin-right: 50px;
}
.margin--bottom-50 {
  margin-bottom: 50px;
}
.margin--left-50 {
  margin-left: 50px;
}
.margin--top-55 {
  margin-top: 55px;
}
.margin--right-55 {
  margin-right: 55px;
}
.margin--bottom-55 {
  margin-bottom: 55px;
}
.margin--left-55 {
  margin-left: 55px;
}
.margin--top-60 {
  margin-top: 60px;
}
.margin--right-60 {
  margin-right: 60px;
}
.margin--bottom-60 {
  margin-bottom: 60px;
}
.margin--left-60 {
  margin-left: 60px;
}
.margin--top-65 {
  margin-top: 65px;
}
.margin--right-65 {
  margin-right: 65px;
}
.margin--bottom-65 {
  margin-bottom: 65px;
}
.margin--left-65 {
  margin-left: 65px;
}
.margin--top-70 {
  margin-top: 70px;
}
.margin--right-70 {
  margin-right: 70px;
}
.margin--bottom-70 {
  margin-bottom: 70px;
}
.margin--left-70 {
  margin-left: 70px;
}
.margin--top-75 {
  margin-top: 75px;
}
.margin--right-75 {
  margin-right: 75px;
}
.margin--bottom-75 {
  margin-bottom: 75px;
}
.margin--left-75 {
  margin-left: 75px;
}
.margin--top-80 {
  margin-top: 80px;
}
.margin--right-80 {
  margin-right: 80px;
}
.margin--bottom-80 {
  margin-bottom: 80px;
}
.margin--left-80 {
  margin-left: 80px;
}
.margin--top-85 {
  margin-top: 85px;
}
.margin--right-85 {
  margin-right: 85px;
}
.margin--bottom-85 {
  margin-bottom: 85px;
}
.margin--left-85 {
  margin-left: 85px;
}
.margin--top-90 {
  margin-top: 90px;
}
.margin--right-90 {
  margin-right: 90px;
}
.margin--bottom-90 {
  margin-bottom: 90px;
}
.margin--left-90 {
  margin-left: 90px;
}
.margin--top-95 {
  margin-top: 95px;
}
.margin--right-95 {
  margin-right: 95px;
}
.margin--bottom-95 {
  margin-bottom: 95px;
}
.margin--left-95 {
  margin-left: 95px;
}
.margin--top-100 {
  margin-top: 100px;
}
.margin--right-100 {
  margin-right: 100px;
}
.margin--bottom-100 {
  margin-bottom: 100px;
}
.margin--left-100 {
  margin-left: 100px;
}

/**
 * padding-utility
 */
.padding--top-5 {
  padding-top: 5px;
}
.padding--right-5 {
  padding-right: 5px;
}
.padding--bottom-5 {
  padding-bottom: 5px;
}
.padding--left-5 {
  padding-left: 5px;
}
.padding--top-10 {
  padding-top: 10px;
}
.padding--right-10 {
  padding-right: 10px;
}
.padding--bottom-10 {
  padding-bottom: 10px;
}
.padding--left-10 {
  padding-left: 10px;
}
.padding--top-15 {
  padding-top: 15px;
}
.padding--right-15 {
  padding-right: 15px;
}
.padding--bottom-15 {
  padding-bottom: 15px;
}
.padding--left-15 {
  padding-left: 15px;
}
.padding--top-20 {
  padding-top: 20px;
}
.padding--right-20 {
  padding-right: 20px;
}
.padding--bottom-20 {
  padding-bottom: 20px;
}
.padding--left-20 {
  padding-left: 20px;
}
.padding--top-25 {
  padding-top: 25px;
}
.padding--right-25 {
  padding-right: 25px;
}
.padding--bottom-25 {
  padding-bottom: 25px;
}
.padding--left-25 {
  padding-left: 25px;
}
.padding--top-30 {
  padding-top: 30px;
}
.padding--right-30 {
  padding-right: 30px;
}
.padding--bottom-30 {
  padding-bottom: 30px;
}
.padding--left-30 {
  padding-left: 30px;
}
.padding--top-35 {
  padding-top: 35px;
}
.padding--right-35 {
  padding-right: 35px;
}
.padding--bottom-35 {
  padding-bottom: 35px;
}
.padding--left-35 {
  padding-left: 35px;
}
.padding--top-40 {
  padding-top: 40px;
}
.padding--right-40 {
  padding-right: 40px;
}
.padding--bottom-40 {
  padding-bottom: 40px;
}
.padding--left-40 {
  padding-left: 40px;
}
.padding--top-45 {
  padding-top: 45px;
}
.padding--right-45 {
  padding-right: 45px;
}
.padding--bottom-45 {
  padding-bottom: 45px;
}
.padding--left-45 {
  padding-left: 45px;
}
.padding--top-50 {
  padding-top: 50px;
}
.padding--right-50 {
  padding-right: 50px;
}
.padding--bottom-50 {
  padding-bottom: 50px;
}
.padding--left-50 {
  padding-left: 50px;
}
.padding--top-55 {
  padding-top: 55px;
}
.padding--right-55 {
  padding-right: 55px;
}
.padding--bottom-55 {
  padding-bottom: 55px;
}
.padding--left-55 {
  padding-left: 55px;
}
.padding--top-60 {
  padding-top: 60px;
}
.padding--right-60 {
  padding-right: 60px;
}
.padding--bottom-60 {
  padding-bottom: 60px;
}
.padding--left-60 {
  padding-left: 60px;
}
.padding--top-65 {
  padding-top: 65px;
}
.padding--right-65 {
  padding-right: 65px;
}
.padding--bottom-65 {
  padding-bottom: 65px;
}
.padding--left-65 {
  padding-left: 65px;
}
.padding--top-70 {
  padding-top: 70px;
}
.padding--right-70 {
  padding-right: 70px;
}
.padding--bottom-70 {
  padding-bottom: 70px;
}
.padding--left-70 {
  padding-left: 70px;
}
.padding--top-75 {
  padding-top: 75px;
}
.padding--right-75 {
  padding-right: 75px;
}
.padding--bottom-75 {
  padding-bottom: 75px;
}
.padding--left-75 {
  padding-left: 75px;
}
.padding--top-80 {
  padding-top: 80px;
}
.padding--right-80 {
  padding-right: 80px;
}
.padding--bottom-80 {
  padding-bottom: 80px;
}
.padding--left-80 {
  padding-left: 80px;
}
.padding--top-85 {
  padding-top: 85px;
}
.padding--right-85 {
  padding-right: 85px;
}
.padding--bottom-85 {
  padding-bottom: 85px;
}
.padding--left-85 {
  padding-left: 85px;
}
.padding--top-90 {
  padding-top: 90px;
}
.padding--right-90 {
  padding-right: 90px;
}
.padding--bottom-90 {
  padding-bottom: 90px;
}
.padding--left-90 {
  padding-left: 90px;
}
.padding--top-95 {
  padding-top: 95px;
}
.padding--right-95 {
  padding-right: 95px;
}
.padding--bottom-95 {
  padding-bottom: 95px;
}
.padding--left-95 {
  padding-left: 95px;
}
.padding--top-100 {
  padding-top: 100px;
}
.padding--right-100 {
  padding-right: 100px;
}
.padding--bottom-100 {
  padding-bottom: 100px;
}
.padding--left-100 {
  padding-left: 100px;
}

/**
 * module btn
 */
.btn {
  background-color: #c2c2c2;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 44px;
  padding: 5px;
  text-align: center;
}
.btn:focus {
	outline:0;
}

/**
 * btn color
 */
.btn--blue {
  background-color: #005caf;
  -moz-box-shadow: 0 2px 0 #002649;
  -webkit-box-shadow: 0 2px 0 #002649;
  box-shadow: 0 2px 0 #002649;
  color: white;
}
.btn--blue:hover {
  background-color: #002649;
  -moz-box-shadow: 0 2px 0 black;
  -webkit-box-shadow: 0 2px 0 black;
  box-shadow: 0 2px 0 black;
}
.btn--red {
  background-color: #c73e3a;
  -moz-box-shadow: 0 2px 0 #792522;
  -webkit-box-shadow: 0 2px 0 #792522;
  box-shadow: 0 2px 0 #792522;
  color: white;
}
.btn--red:hover {
  background-color: #792522;
  -moz-box-shadow: 0 2px 0 black;
  -webkit-box-shadow: 0 2px 0 black;
  box-shadow: 0 2px 0 black;
}
.btn--gray {
  background-color: #c2c2c2;
  -moz-box-shadow: 0 2px 0 #8f8f8f;
  -webkit-box-shadow: 0 2px 0 #8f8f8f;
  box-shadow: 0 2px 0 #8f8f8f;
  color: #1e1e1e;
}
.btn--gray:hover {
  background-color: #8f8f8f;
  -moz-box-shadow: 0 2px 0 #5c5c5c;
  -webkit-box-shadow: 0 2px 0 #5c5c5c;
  box-shadow: 0 2px 0 #5c5c5c;
}
.btn--orange {
  background-color: #e98b2a;
  -moz-box-shadow: 0 2px 0 #9d5810;
  -webkit-box-shadow: 0 2px 0 #9d5810;
  box-shadow: 0 2px 0 #9d5810;
  color: white;
}
.btn--orange:hover {
  background-color: #9d5810;
  -moz-box-shadow: 0 2px 0 #402407;
  -webkit-box-shadow: 0 2px 0 #402407;
  box-shadow: 0 2px 0 #402407;
}
.btn--black {
  background-color: #222;
  -moz-box-shadow: 0 2px 0 #222;
  -webkit-box-shadow: 0 2px 0 #222;
  box-shadow: 0 2px 0 black;
  color: white;
}
.btn--black:hover {
  background-color: black;
  -moz-box-shadow: 0 2px 0 black;
  -webkit-box-shadow: 0 2px 0 black;
  box-shadow: 0 2px 0 black;
}
.btn--white {
  background-color: #fff;
  color: #1e1e1e;
}
.btn--white:hover {
  background-color: #5b88f0;
	color: #fff;
}

/**
 * btn active
 */
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * btn disabled
 */
.btn--disabled {
  background-color: #c2c2c2;
  color: #8f8f8f;
  cursor: auto;
}

.btn-mini {
  padding: 2px;
}

/**
 * modules globalModal
 */
.globalModal {
  background-color: rgba(30, 30, 30, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.globalModal_outer {
  background-color: white;
  bottom: 0;
  height: 600px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1000px;
}
.globalModal-header, .globalModal_footer {
  -webkit-align-items: center;
  align-items: center;
  background-color: whitesmoke;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.globalModal-header {
  border-bottom: 1px solid #c2c2c2;
  height: 50px;
  }
.globalModal-header_title {
  color: #005caf;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.globalModal_content {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 0;
}
.globalModal_content:after {
  content: '';
  display: block;
  height: 20px;
}
.globalModal_msg {
  font-size: 18px;
}
.globalModal_footer {
  border-top: 1px solid #c2c2c2;
  height: 70px;
  }
.globalModal_footer .btn {
  min-width: 100px;
}
.globalModal_footer .btn + .btn {
  margin-left: .75rem;
}

/**
 * layout header
 */
.header {
  min-width: 1000px;
  width: 100%;
}
.header--fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1;
}
.header_inner {
  background-color: rgb(46,82,163);
  display: -webkit-flex;
  display: flex;
}
.header_inner:last-child {
  border-bottom: 1px solid #c2c2c2;
}
.header_logo {
  -webkit-align-items: center;
  align-items: center;
  background-color: #2e52a3;
  color: white;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  width: 220px;
  height: 64px;
}
.header_nav {
  padding-left: 10px;
}
.header_breadClub {
  background-color: #5b88f0;
}

/**
 * layout menu
 */
.menu {
  height: 64px;
}
.menu-list {
  display: -webkit-flex;
  display: flex;
}
.menu-list_item + .menu-list_item {
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  min-height: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF !important;
}

.uk-navbar-dropdown-nav>li>a {
  margin-top: 4px;
  font-size: 15px;
  color: #0F347E;
}

.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
  color: #0F347E;
}

.uk-nav-header {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF !important;
}

.uk-navbar-dropdown {
  top: 79px !important;
  min-width: 1300px;
}

.uk-navbar-dropdown-grid {
  margin-left: 0px !important;
  min-width: 1294px;
}

.uk-navbar-dropdown-grid>:not(.uk-first-column)::before {
  left: 0px;
}

.uk-navbar-dropdown-grid>*{
  padding: 0px;
  margin-bottom: 20px;
}

.uk-navbar-dropdown-grid>:not(.uk-first-column)::before {
  border-left: 1px solid #DEE4ED !important;
  margin-top: 20px;
  margin-bottom: 15px;
}

/*
  theme menu
*/
.tm-menu {
  border-left: 1px solid #5b88f0;
  width: 175px;
}
.tm-menu-last {
  border-right: 1px solid #5b88f0;
  width: 175px;
}

/*
  theme naver
*/
.tm-naver {
  display: none;
  position: absolute;
  padding: 0px;
  width: 200px;
  background-color: #F9FBFF;
  border: 10px solid #2E5299;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.tm-naver-title {
  min-width: 175px;
  background-color: #2E5299;
  font-size: 20px;
  font-weight: bold;
  color: #F9FBFF;
  padding-right: 10px;
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.tm-naver-item {
  padding-left: 8px;
  margin-left: 18px;
  margin-right: 18px;
}
.tm-naver-item-icon {
  position: relative;
  bottom: 2px;
  right: 2px;
}
.tm-naver-item-selected{
  background-color: #E6F3FF;
}
.tm-naver-item-unuse{
  padding-left: 8px;
  margin-left: 18px;
  margin-right: 18px;
}
.tm-naver-item-unuse a{
  color: #C2C2C2 !important;
}

/*
  theme naver-first
*/
.tm-naver-first {
  display: none;
  position: absolute;
  border: 6px solid #2E5299;
  border-top-width: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  left: -180px !important;
}
.tm-naver-first:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 19.8%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-bottom: 15px solid  #2E5299;
}
.tm-naver-first p {
  margin: 0;
  padding: 0;
}

/*
  theme-naver-second
*/
.tm-naver-second {
  display: none;
  position: absolute;
  border: 6px solid #2E5299;
  border-top-width: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  left: -355px !important;
}
.tm-naver-second:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 33.5%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-bottom: 15px solid  #2E5299;
}
.tm-naver-second p {
  margin: 0;
  padding: 0;
}

/*
  theme-naver-third
*/
.tm-naver-third {
  display: none;
  position: absolute;
  border: 6px solid #2E5299;
  border-top-width: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  left: -530px !important;
}
.tm-naver-third:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 47.1%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-bottom: 15px solid  #2E5299;
}
.tm-naver-third p {
  margin: 0;
  padding: 0;
}

/*
  theme-naver-fourth
*/
.tm-naver-fourth {
  display: none;
  position: absolute;
  border: 6px solid #2E5299;
  border-top-width: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  left: -704px !important;
}
.tm-naver-fourth:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 60.5%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-bottom: 15px solid  #2E5299;
}
.tm-naver-fourth p {
  margin: 0;
  padding: 0;
}

/*
  theme-naver-five
*/
.tm-naver-five {
  display: none;
  position: absolute;
  border: 6px solid #2E5299;
  border-top-width: 6px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  left: -880px !important;
}
.tm-naver-five:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 74%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-bottom: 15px solid  #2E5299;
}
.tm-naver-five p {
  margin: 0;
  padding: 0;
}

/*
  theme-icon
*/
.tm-icon{
  height: 64px;
  width: 175px;
  position: relative;
  background-color: #5b88f0;
}

/**
 * module breadCrumbs
 */
.breadCrumbs_item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #DEE4ED;
}

.breadCrumbs_item:not(:last-child):after {
  content: '\00bb';
  margin: 0 5px;
}

.breadCrumbs_item--now {
  font-weight: bold;
  color: #fff;
}

/**
 * layout action
 */
.action {
  background-color: rgba(30, 30, 30, 0.8);
  padding: 10px 0;
}
.action_inner {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1400px;
}
.action_item {
  font-family:'Meiryo UI',"游ゴシック体", "Yu Gothic", YuGothic;
	font-weight:500;
  font-size: 14px;
  width: calc((1300px - 30px) / 7);
}
.action_item:not(:nth-child(7n + 1)) {
  margin-left: 5px;
}
.action_item:nth-child(n + 8) {
  margin-top: 5px;
}

/**
 * layout modal
 */
.modal {
  background-color: rgba(30, 30, 30, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal_outer {
  background-color: white;
  bottom: 0;
  height: 600px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1000px;
}
.modal_outer-small {
  height: 360px;
  width: 600px;
}
.modal_outer-medium {
  height: 420px;
  width: 800px;
}
.modal-header, .modal_footer {
  -webkit-align-items: center;
  align-items: center;
  background-color: whitesmoke;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-header {
  border-bottom: 1px solid #c2c2c2;
  height: 50px;
}
.modal-header_title {
  color: #005caf;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.modal_content {
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 20px 0;
}
.modal_content-small {
  height: 240px;
}
.modal_content-medium {
  height: 300px;
}
.modal_content:after {
  content: '';
  display: block;
  height: 20px;
}
.modal_msg {
  font-size: 18px;
}
.modal_footer {
  border-top: 1px solid #c2c2c2;
  height: 70px;
  }
.modal_footer .btn {
  min-width: 100px;
}
.modal_footer .btn + .btn {
  margin-left: .75rem;
}

/**
 * modalMenuHeader
 */
.modalMenuHeader {
  color: #005caf;
  font-size: 20px;
  font-weight: bold;
}

/**
 * modalMenuHeadline
 */
.modalMenuHeadline {
  border-bottom: 1px solid #005caf;
  color: #005caf;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.modalMenuHeadline:not(:first-child) {
  margin-top: 10px;
}

/**
 * modalMenuBtn
 */
.modalMenuBtn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modalMenuBtn_item {
  margin: 0 10px 10px 0;
}

/**
 * layout save
 */
.save {
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
  color: black;
}
.save--fixed {
  background-color: rgba(30, 30, 30, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 10;
  color: white;
}
.save_inner {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  padding: 10px;
  max-width: 1300px;
}
.save_inner input {
  min-height: 32px;
}
.save-btn {
  display: -webkit-flex;
  display: flex;
}
.save-btn--right {
  margin-left: auto;
}
.save-btn_item {
  width: 80px;
  height:34px;
}
.save-btn_item_m {
  width: 112px;
  height:34px;
}
.save-btn_item_g {
  width: 152px;
  height:34px;
}
.save-btn_item_xg {
  width: 172px;
  height:34px;
}
.save-btn_item + .save-btn_item {
  margin-left: 5px;
}

/**
 * layout wrap
 */
.wrap {
  padding: 15px 0;
  width: 100%;
}

@media screen and (max-width: 1052px) {
  .wrapVariable {
    min-width: 800px;
  }
}

.wrapVariable {
  height: 100%;
  padding: 15px 0;
  width: 100%;
  min-width: 1400px;
  min-height: 730px;
}

.formVariable {
  height: 100%;
}

.localView {
  height: 90%;
}

/**
 * layout wrapScroll
 */
.wrapScroll {
  min-width: 1000px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  width: 100%;
  }

/**
 * layout tblHL
 */
.tblHL {
  width: 100%;
}
.tblHL td, .tblHL th {
  padding: 5px;
}
.tblHL_title {
  color: #005caf;
  font-weight: bold;
  text-align: right;
  width: 250px;
}

/**
 * layout tblHT
 */
.tblHT {
  width: 100%;
}
.tblHT td, .tblHT th {
  padding: 5px;
}
.tblHT_title {
  color: #005caf;
  font-weight: bold;
  text-align: center;
}

/**
 * layout tblBGHL
 */
.tblBGHL {
  width: 100%;
}
.tblBGHL td, .tblBGHL th {
  border: 1px solid #005caf;
  padding: 5px;
}
.tblBGHL td {
  background-color: white;
}
.tblBGHL_title {
  background-color:#C6E0F7;
  color: #005caf;
  font-weight: bold;
  text-align: right;
}
.tblBGHL--corp .tblBGHL_title {
  background-color: #BCBCEB;
  color: #1e1e1e;
}
.tblBGHL--corp td
, .tblBGHL--corp th {
  border: 1px solid #1e1e1e;
}
.tblBGHL--cre .tblBGHL_title {
  background-color: #98D98E;
  color: #1e1e1e;
}
.tblBGHL--cre td
, .tblBGHL--cre th {
  border: 1px solid #1e1e1e;
}
.tblBGHL--gs .tblBGHL_title {
  background-color: #ebd86d;
  color: #1e1e1e;
}
.tblBGHL--gs td
, .tblBGHL--gs th {
  border: 1px solid #1e1e1e;
}

/**
 * layout tblBGHT
 */
.tblBGHT {
  width: 100%;
}
.tblBGHT td, .tblBGHT th {
  border-bottom: 1px solid #b4c6e7;
  padding: 5px;
}
.tblBGHT th {
  padding: 5px;
}
.tblBGHT td {
  background-color: white;
  padding: 5px;
}
.tblBGHT_title {
  background-color:#C6E0F7;
  color: #005caf;
  font-weight: bold;
  text-align: center;
}
.tblBGHT_col {
  background-color: white;
}
.tblBGHT_link {
  color: #005caf;
  text-decoration: underline;
}
.tblBGHT--corp .tblBGHT_title {
  background-color: #BCBCEB;
  color: #1e1e1e;
}

.tblBGH_title {
  background-color:#C6E0F7;
  color: #005caf;
  font-weight: bold;
  text-align: left;
  padding: 3px;
  }
.tblBGHC_title {
  background-color:#C6E0F7;
  color: #005caf;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  }

/**
 * container
 */
.container {
  margin: 0 auto;
  width: 1300px;
}

.containerVariable {
  width: 95%;
  height: 100%;
}

/**
 * updateDate
 */
.updateDate {
  margin: 5px;
  text-align: right;
}

/**
 * section
 */
.section {
  background-color: white;
  padding: 10px;
}
.section + .section {
  margin-top: 10px;
}
.section--border {
  border: 1px solid #c2c2c2;
}
.section_title {
  background-color: #ddeaf7;
  border: none;
  color: black;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
.section_title:not(:first-child) {
  margin: 10px 0;
}
.section--parallel {
  background-color: white;
  padding: 10px;
}

/**
 * headline
 */
.headline {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 5px;
}
.headline--corp {
  background-color: #BCBCEB;
  border-left: 5px solid #6666ff;
  }
.headline--cre {
  background-color: #98D98E;
  border-left: 5px solid #00cc00;
}
.headline--gs {
  background-color: #ebd86d;
  border-left: 5px solid #f8b729;
}
.headline--custom {
  background-color: #EEE;
  border-left: 5px solid #888;
  }

.modal_list_item {
  text-decoration: underline;
  color: #0e7ac4;
}

.listheader16 {
  border-right: 17px solid whitesmoke;
}

.listheader17 {
  border-right: 17px solid whitesmoke;
}

.listheader21 {
  border-right: 17px solid whitesmoke;
}

.logo_mini {
  background-image: url("../img/./logo/logo_mini.png");
  background-position: center;
  background-repeat: no-repeat;
}

.flex--alignSelf-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

/*uikit カスタマイズ　一時*/
.uk-form-horizontal .uk-form-label {
  width: 150px;
  margin-top: 4px;
  padding-right: 5px;
}

.uk-form-label-search {
  width: 110px !important;
}

.uk-form-label-sub {
  width: 130px !important;
  color: #005caf;
  font-weight: bold;
  text-align: left !important;
}

.uk-form-label {
  color: #005caf;
  font-weight: bold;
  text-align: right;
}

  .uk-form-horizontal .uk-form-controls {
    margin-left: 150px;
  }

.uk-form-sub-label {
  color: #005caf;
  font-weight: bold;
  width: 100px !important;
}

*+.uk-grid-margin,
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin {
  margin-top: 5px;
}

.uk-border {
  border: 1px solid #ccc;
}

.uk-border-print {
  border: 1px solid #b4c6e7;
}

.uk-border-corp {
  border: 1px solid #A4A4EB;
}

.uk-border-cre {
  border: 1px solid #8ECC85;
}

.uk-border-gs {
  border: 1px solid #f3b961;
}

.uk-border-dashed {
  border: 1px dashed #000;
}

.uk-border-dashed-muted {
  border: 1px dashed #aaa;
}

.uk-border-dashed-muted-bottom {
  border-bottom: 1px dashed #888;
}

.uk-border-left {
  border-left: 1px solid #005caf;
}

.uk-border-bottom-blue {
  border-bottom: 2px solid #005caf;
}
.uk-border-bottom-corp {
  border-bottom: 5px solid #8080FF;
}
.uk-border-bottom-cre {
  border-bottom: 5px solid #7CB374;
}
.uk-border-bottom-gs {
  border-bottom: 5px solid #f3b462;
}
.uk-margin-xsmall-top {
  margin-top: 4px;
}

.uk-padding-xsmall {
  padding: 5px;
}
.uk-padding-15 {
  padding: 15px !important;
}
.uk-padding-lR-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.uk-padding-right-15 {
  padding-right: 15px !important;
}
.uk-margin-left0 {
  margin-left: 0px !important;
}

.uk-margin-small-top_5{
	margin-top:10px !important;
}

.uk-background-corp {
  background-color: #BCBCEB;
}

.uk-background-cre {
  background-color: #98D98E;
}

.uk-background-gs {
  background-color: #ebd86d;
}

.uk-table th,
.uk-table td {
  padding: 4px 3px;
}


.uk-table th {
  color: #005caf;
}

.uk-container-semilarge {
  max-width: 1300px;
  min-width: 1300px;
}

.uk-margin-right-17 {
  margin-right: 17px !important;
}

.systemLogo {
  background-image: url('../img/logo/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 100px;
  margin: 0 auto;
}

.modal_inner_list {
  border-bottom: 1px solid #d9d9d9;
}

.uk-form-label-small {
  width: 75px !important;
}

.uk-form-horizontal .uk-form-controls-small {
  margin-left: 80px;
}

.printTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
}

.pageInfo{
  background-color: #2E5299;
  color: #DEE4ED;
  text-align: center;
}

.add_pankuzu{
	line-height: 35px;
}
.uk-margin-right-5{
	margin-right:5px !important;
}
.uk-padding-bottom-none{
	padding-bottom:0px !important;
}
.uk-padding-xsmall-tab{
	padding:5px 5px 10px 5px;
}
.uk-radio-left-none{
	margin-left:0px !important;
}
.margin-top-4{
	margin-top:4px !important;
}
.margin-top-8{
	margin-top:8px !important;
}
.uk-padding-top-5-none{
	padding-top:0px !important;
}
.head-width:{
	width:96px !important;
}
.padding-left-15{
	padding-left:15px !important;
}
.padding-top-li{
	padding-top:5px;
}
.padding-left-20{
	padding-left:20px !important;
}
.padding-right-none{
	padding-right:0px !important;
}