@charset "UTF-8";

html * {
  /*-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;*/
}

html,
body {
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  line-height: 1.79;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: 300;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
  line-height: 1.47;
}

p {
  line-height: 1.67;
}

dd,
li,
th,
td,
input,
textarea {
  line-height: 1.67;
  text-align: left;
}

ul,
ol {
  list-style-type: none;
}

img {
  vertical-align: top;
}

a,
input,
button,
textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

a {
  color: #000;
  text-decoration: none;
}

img::-moz-selection,
svg::-moz-selection,
svg *::-moz-selection {
  background-color: transparent;
}

img::selection,
svg::selection,
svg *::selection {
  background-color: transparent;
}

body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  background-color: white;
  min-height: 100%;
  height: 100%;
}

.container {
  max-width: 1200px;
  min-height: 100%;
  margin: auto;
  background-color: #e9ecf2;
}

.topmenu {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  color: #1b5ba6;
  background-color: white;
  padding-left: 40px;
  position: relative;
}

.topmenu .top-username {
  border-left: 1px solid #c8c8c8;
  padding: 0 30px;
  color: black;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
}

.topmenu img.logo {
  vertical-align: middle;
  margin-top: 12px;
}

.navbar {
  font-size: 13px;
  height: 60px;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #273d54;
  height: 100%;
}

.navbar ul li {
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: center;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  line-height: 60px;
  width: 100%;
}

.navbar ul li a:hover {
  background-color: #1c3045;
}

img.icon {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.title-bar {
  background-color: #87baf5;
  text-align: center;
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-size: 17px;
}

.content {
  margin: 40px;
}

.content table {
  border-color: #d5d9e3;
  width: 100%;
}

.content table th {
  background-color: #d5d9e3;
  font-weight: bold;
  padding: 5px 20px;
  line-height: 28px;
}

.content table td {
  height: 60px;
  background-color: white;
  text-align: center;
  vertical-align: middle;
}

a.btn {
  background-color: #515c6e;
  line-height: 40px;
  color: white;
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
}

a.btn:hover {
  opacity: 0.6;
}

a.btn-login {
  background-color: #87baf5;
  height: 50px;
  line-height: 50px;
  padding-left: 80px;
  padding-right: 80px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
}

.right {
  float: right;
}

.strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

.modal-panel {
  width: 600px;
  margin: 40px auto auto;
  background-color: white;
  border: 1px solid #c8c8c8;
  padding: 20px;
}

.modal-panel footer {
  border-top: 1px solid #c8c8c8;
  margin: 10px -20px 0 -20px;
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.modal-panel.large {
  width: 1020px;
}

dl {
  width: 100%;
  overflow: hidden;
}

dl dt {
  float: left;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  width: 150px;
  font-weight: bold;
  padding-top: 6px;
  line-height: 28px;
}

dl dd {
  float: left;
  margin: 0;
  padding-bottom: 30px;
  width: calc(100% - 180px);
}

dl dd input {
  width: 100%;
  max-width: 600px;
}

dl dd select {
  width: 50%;
  max-width: 300px;
}

form {
  margin: 0;
}

/* ログインボタン */

.btn-login {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #87baf5;
  height: 50px;
  line-height: 50px;
  color: white;
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 2px;
  cursor: pointer;
}

.btn-login:hover {
  opacity: 0.6;
}

/* サブミットボタン */

.btn-submit {
  background-color: #87baf5;
  height: 50px;
  line-height: 50px;
  color: white;
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  cursor: pointer;
}

.btn-submit:hover {
  opacity: 0.6;
}

/* ボタンのグループ */

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 編集フォームへのリンク */

.btn-edit {
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0 10px;
  background-color: #515c6e;
  line-height: 30px;
  color: white;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  appearance: none;
  border-radius: 2px;
  cursor: pointer;
}

.btn-edit:hover {
  opacity: 0.6;
}

/* 削除ボタン */

.btn-delete {
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0 10px;
  background-color: #a15c5c;
  line-height: 30px;
  color: white;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  appearance: none;
  border-radius: 2px;
  cursor: pointer;
}

.btn-delete:hover {
  opacity: 0.6;
}

/* フォームのセレクター */

/* フラッシュメッセージ */

.flash-message {
  position: relative;
  margin: 40px;
  border: 1px solid #77b259;
  border-radius: 4px;
  background: #f3faef;
  padding: 11px 20px 11px 40px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #325e1c;
}

.flash-message:before {
  content: '\2713';
  font-weight: bold;
  position: absolute;
  left: 20px;
}

/* フラッシュエラーメッセージ */

.flash-error {
  position: relative;
  margin: 40px;
  border: 1px solid #e62600;
  border-radius: 4px;
  background: #fcf4f2;
  padding: 11px 20px 11px 40px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #a51b00;
}

.flash-error:before {
  content: '\2716';
  font-weight: bold;
  position: absolute;
  left: 20px;
}

/* バリデーションメッセージ */

.validation-error {
  position: relative;
  margin: 40px;
  border: 1px solid #e62600;
  border-radius: 4px;
  background: #fcf4f2;
  padding: 11px 20px 11px 40px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #a51b00;
}

.validation-error:before {
  content: '\2716';
  font-weight: bold;
  left: 20px;
  position: absolute;
}

/* 隠す */

.hidden {
  display: none;
}

/* input */

input[type="email"],
input[type="text"],
input[type="date"],
input[type="number"],
input[type="datetime"],
input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
  background: #fff;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 20px;
  margin: 0;
  background: #fff;
  background-image: url(/fonts/select_icon.svg?459ad97301d0041ba6b0842d3bb1b4c1);
  background-repeat: no-repeat;
  background-position: right 18px;
  background-size: 24px 6px;
}

/* ページャー */

.pagination {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  margin: 0 5px;
  border: 1px solid #515c6e;
  text-align: center;
}

.pagination li a,
.pagination li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.pagination li.disabled {
  opacity: 0.5;
}

.pagination li.active a,
.pagination li.active span {
  background: #515c6e;
  color: #fff;
}

.pagination li a:hover {
  background: #515c6e;
  color: #fff;
}

