@CHARSET "UTF-8";
/* Common Style
=======================================================================*/
body {
  background-color: #fff;
  color: #424242;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}

div {
  overflow: hidden;
}

a {
  color: #01579B;
  corsor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

i {
  margin-right: 5px;
}

table {
  margin-top: 20px;
}

table th {
  text-align: center;
}

fieldset {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;
}

label {
  min-width: 100px;
}

input,
select {
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  height: 25px;
}
input[type="text"],
input[type="password"] {
  padding: 5px;
}
input[type="number"] {
  padding: 0 5px;
}
/* Class List
=======================================================================*/
.custom-h1 {
  color: #609982;
  font-size: 22px;
  margin-left: 10px;
}

.custom-h1 a {
  color: #609982;
  font-size: 22px;
}

.btn-default {
  font-size: 12px;
}

.btn-gray {
  color: #333;
  background-color: #F5F5F5;
  border-color: #ccc;
}
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:hover,
.btn-gray:active,
.btn-gray.active {
  color: #333;
  background-color: #BDBDBD;
  border-color: #adadad;
}

.btn-custom {
  background-color: #CFD8DC;
  border: 1px solid #B0BEC5;
  color: #424242;
  margin: 10px 0;
  min-width: 100px;
}

.btn-custom:focus,
.btn-custom.focus,
.btn-custom:hover,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.button-area {
  margin: 0 10px;
}

.al-center {
  text-align: center;
}

.width20 {
  width: 20%;
}

.width50 {
  width: 50%;
}

.width70 {
  width: 70%;
}

.input {
  margin-bottom: 10px;
}
/* Common Area
=======================================================================*/
#wrap {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width : 1280px) {
  #wrap {
    max-width: 1280px;
  }
}

#select-user {
  margin-right: 20px;
}

#sortable tr:hover {
  cursor: move;
}

/* Header Area
=======================================================================*/
header {
  color: white;
  overflow: hidden;
}

header p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/* Sidebar Area
=======================================================================*/
#sidebar {
  background-color: #f4f4f4;
  float: left;
  min-height: 861px;
  width: 25%;
}


/* Contents Area
=======================================================================*/
#contents {
  float: left;
  width: 100%;
  text-align: center;
}

#contents .container {
  width: 100%;
}

.img-box {
  width: 100%;
  text-align: center;
}

.img-box:after {
  content: "";
  clear: both;
  display: block;
}

.img-box p {
  text-align: left;
  font-size: 1.2em;
  font-weight: 600;
}

.img-box img {
  max-width: 100%;
}

@media screen and (min-width : 992px) {
  .left-box {
    float: left;
    width: 50%;
    text-align: left;
  }

  .right-box {
    float: right;
    width: 50%;
    text-align: left;
  }

  #width-20 {
    width: 22%;
  }

  #width-80 {
    width: 78%;
  }
}

.left-box img,
.right-box img {
  max-width: 100%;
}

.apply {
  clear: both;
  background-color: #FFFF00;
  border: 2px solid #08298A;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.apply a {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  color: #08298A;
  padding: 5px 0;
}

@media screen and (min-width : 992px) {
  .apply {
    width: 60%;
  }
}

.pc-img {
  display: none;
}

@media screen and (min-width : 992px) {
  .pc-img {
    display: block;
  }
}

#title {
  text-align: left;
  background-color: #0B610B;
}

#title p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  margin: 5px 0 5px 10px;
}

h1 {
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}

.maplist-box table {
  width: 100%;
  margin-top: 0;
}

.maplist-box h4 {
  color: #fff;
  font-weight: 700;
  background-color: #0B610B;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
}

.maplist-box table,
.maplist-box table th,
.maplist-box table td {
  border: 1px solid #aaa;
}

.maplist-box table th {
  width: 60px;
  background-color: #F5ECCE;
  padding: 5px 0;
}

.maplist-box table td {
  text-align: left;
  padding: 5px 0 5px 5px;
}

.maplist-box a {
  float: right;
  margin-right: 5px;
}

.fl-r {
  margin-bottom: 50px;
}

@media screen and (min-width : 992px) {
  .fl-l {
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-bottom: 50px;
  }

  .fl-r {
    float: right;
    width: 50%;
    padding-left: 20px;
  }
}

/* Footer Area
=======================================================================*/
footer {
}

