@charset "UTF-8";
/* line 13, ../sass/common.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  outline: none;
}

/* line 21, ../sass/common.scss */
input::-webkit-input-placeholder {
  color: #ddd;
}

/* line 25, ../sass/common.scss */
input:-ms-input-placeholder {
  color: #ddd;
}

/* line 29, ../sass/common.scss */
input::-moz-placeholder {
  color: #ddd;
}

/* line 33, ../sass/common.scss */
input,
select {
  vertical-align: middle;
}

/* line 38, ../sass/common.scss */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* line 44, ../sass/common.scss */
li,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 52, ../sass/common.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 64, ../sass/common.scss */
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.5px;
  background-color: #fff;
}

/* line 73, ../sass/common.scss */
a {
  text-decoration: none;
  color: #000;
}

/* line 78, ../sass/common.scss */
.ui-multiselect-menu {
  background-color: #fff;
  box-shadow: 0 1px 5px #333645;
  display: none;
}
/* line 83, ../sass/common.scss */
.ui-multiselect-menu .ui-multiselect-header {
  background-color: #333645;
  height: 30px;
}
/* line 87, ../sass/common.scss */
.ui-multiselect-menu .ui-multiselect-header li {
  width: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: sub;
}
/* line 93, ../sass/common.scss */
.ui-multiselect-menu .ui-multiselect-header li a {
  color: #fff;
}
/* line 99, ../sass/common.scss */
.ui-multiselect-menu .ui-multiselect-checkboxes {
  padding: 10px;
  height: 250px !important;
  display: block;
}
/* line 105, ../sass/common.scss */
.ui-multiselect-menu .ui-multiselect-checkboxes li span {
  padding: 10px;
}

/* line 112, ../sass/common.scss */
section#menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  background-color: #333645;
  box-shadow: 0 1px 5px #333645;
  z-index: 3;
}
@media screen and (max-width: 770px) {
  /* line 112, ../sass/common.scss */
  section#menu {
    display: none;
  }
}
/* line 126, ../sass/common.scss */
section#menu header {
  background-color: #333645;
  padding: 20px 0 0 20px;
  height: 80px;
  border-bottom: solid 1px #000;
}
/* line 132, ../sass/common.scss */
section#menu header h1 {
  width: 100px;
  height: 40px;
  background-image: url("../../../user/items/img/logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
/* line 140, ../sass/common.scss */
section#menu header h1 a {
  display: block;
  width: 100px;
  height: 40px;
}
/* line 149, ../sass/common.scss */
section#menu ul li {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}
/* line 153, ../sass/common.scss */
section#menu ul li#m_member a {
  background-image: url("../../items/img/member.svg");
  background-repeat: no-repeat;
  background-position: top 26px left 15px;
}
/* line 159, ../sass/common.scss */
section#menu ul li#m_video a {
  background-image: url("../../items/img/video.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 165, ../sass/common.scss */
section#menu ul li#m_purchase a {
  background-image: url("../../items/img/purchase.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 171, ../sass/common.scss */
section#menu ul li#m_reservation a {
  background-image: url("../../items/img/calendar.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 177, ../sass/common.scss */
section#menu ul li#m_message a {
  background-image: url("../../items/img/message-square.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 183, ../sass/common.scss */
section#menu ul li#m_information a {
  background-image: url("../../items/img/inbox.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 189, ../sass/common.scss */
section#menu ul li#m_transfer a {
  background-image: url("../../items/img/credit-card.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 195, ../sass/common.scss */
section#menu ul li#m_logout a {
  background-image: url("../../items/img/logout.svg");
  background-repeat: no-repeat;
  background-position: top 28px left 15px;
}
/* line 201, ../sass/common.scss */
section#menu ul li a {
  padding: 30px 30px 30px 55px;
  display: block;
  color: #B0B1B7;
}
/* line 208, ../sass/common.scss */
section#menu ul .current a {
  background-color: #000;
  color: #fff;
}

/* line 216, ../sass/common.scss */
.openbtn {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #333645;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  float: left;
  display: none;
}

@media screen and (max-width: 770px) {
  /* line 229, ../sass/common.scss */
  .openbtn {
    display: block;
  }
}
/*ボタン内側*/
/* line 235, ../sass/common.scss */
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

/* line 247, ../sass/common.scss */
.openbtn span:nth-of-type(1) {
  top: 9px;
}

/* line 251, ../sass/common.scss */
.openbtn span:nth-of-type(2) {
  top: 17px;
}

/* line 255, ../sass/common.scss */
.openbtn span:nth-of-type(3) {
  top: 25px;
}

/*activeクラスが付与されると線が回転して×に*/
/* line 261, ../sass/common.scss */
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

/* line 268, ../sass/common.scss */
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

/* line 273, ../sass/common.scss */
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* line 281, ../sass/common.scss */
main {
  margin-left: 300px;
}
@media screen and (max-width: 770px) {
  /* line 281, ../sass/common.scss */
  main {
    margin-left: 0px;
  }
}
/* line 288, ../sass/common.scss */
main section#header {
  background-color: #000;
  height: 80px;
  overflow: hidden;
  border-bottom: solid 1px #ccc;
}
/* line 294, ../sass/common.scss */
main section#header h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  float: left;
  padding: 28px 0 0 30px;
  margin: 0;
  color: #fff;
}
/* line 302, ../sass/common.scss */
main section#header h2 i {
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 770px) {
  /* line 309, ../sass/common.scss */
  main section#header h2 {
    padding: 28px 0 0 5px;
  }
  /* line 312, ../sass/common.scss */
  main section#header h2 i {
    padding-top: 5px;
    padding-left: 10px;
    font-style: normal;
    display: inline-block;
  }
}
/* line 321, ../sass/common.scss */
main section#header ul {
  float: right;
  padding: 28px 15px 0 0;
}
/* line 325, ../sass/common.scss */
main section#header ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}
/* line 329, ../sass/common.scss */
main section#header ul li a {
  font-family: 'Nunito', sans-serif;
  color: #fff;
  padding: 15px 20px 15px 40px;
  background-color: #0852B7;
  border-radius: 5px;
  box-shadow: 0 1px 2px #333645;
}
/* line 337, ../sass/common.scss */
main section#header ul li a.list {
  background-repeat: no-repeat;
  background-image: url("../../items/img/list.svg");
  background-position: top 10px left 10px;
}
/* line 343, ../sass/common.scss */
main section#header ul li a.plus {
  background-repeat: no-repeat;
  background-image: url("../../items/img/plus.svg");
  background-position: top 10px left 10px;
}
/* line 349, ../sass/common.scss */
main section#header ul li a.download {
  background-repeat: no-repeat;
  background-image: url("../../items/img/download.svg");
  background-position: top 10px left 10px;
}
/* line 359, ../sass/common.scss */
main .datatable {
  border-bottom: none !important;
  border-top: solid 1px #ccc !important;
}
/* line 364, ../sass/common.scss */
main .datatable thead th {
  background-color: #eee;
  padding: 10px !important;
  border-bottom: solid 1px #ccc !important;
  text-align: left;
}
/* line 372, ../sass/common.scss */
main .datatable tbody {
  border-bottom: none !important;
}
/* line 375, ../sass/common.scss */
main .datatable tbody tr {
  cursor: pointer;
}
/* line 379, ../sass/common.scss */
main .datatable tbody tr.invalid {
  background-color: #eee;
  color: #666;
}
/* line 384, ../sass/common.scss */
main .datatable tbody tr.active {
  background: #EBF4FF;
}
/* line 388, ../sass/common.scss */
main .datatable tbody td {
  padding: 10px !important;
  border-bottom: solid 1px #ccc;
}
/* line 392, ../sass/common.scss */
main .datatable tbody td img.thumbnail {
  width: 50px;
}
/* line 398, ../sass/common.scss */
main .datatable .cntr {
  text-align: center;
}
/* line 402, ../sass/common.scss */
main .datatable a[class^="cancel"] {
  color: #fff;
  padding: 7px 15px 7px 30px;
  border-radius: 5px;
  background-color: #C70000;
  background-repeat: no-repeat;
  background-image: url("../../items/img/delete.svg");
  background-size: 18px;
  background-position: top 5px left 6px;
}
/* line 414, ../sass/common.scss */
main .dataTables_info {
  padding: 10px 0 10px 10px;
}
/* line 418, ../sass/common.scss */
main .dataTables_paginate {
  padding: 10px 0;
}
/* line 422, ../sass/common.scss */
main form#searchform {
  background-color: #ccc;
  border-bottom: solid 1px #bbb;
  padding: 5px;
}
/* line 427, ../sass/common.scss */
main form#searchform input[type='text'],
main form#searchform input[type='password'],
main form#searchform input[type='number'],
main form#searchform select {
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin: 0;
  height: 40px;
  font-size: inherit;
}
@media screen and (max-width: 770px) {
  /* line 441, ../sass/common.scss */
  main form#searchform input[type='text'],
  main form#searchform input[type='password'],
  main form#searchform input[type='number'],
  main form#searchform select {
    width: 30%;
  }
}
/* line 449, ../sass/common.scss */
main form#searchform input[type='submit'] {
  font-family: 'Nunito', sans-serif;
  background-color: #fff;
  padding: 0 20px;
  border: none;
  border-radius: 5px;
  margin: 0;
  height: 40px;
  font-size: inherit;
  cursor: pointer;
}
/* line 461, ../sass/common.scss */
main form#searchform button {
  background-color: #fff;
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
  margin: 0;
  text-align: left;
  height: 40px;
  vertical-align: bottom;
}
/* line 473, ../sass/common.scss */
main form.regular {
  padding: 30px;
}
/* line 477, ../sass/common.scss */
main #tabs {
  padding: 30px;
}
/* line 480, ../sass/common.scss */
main #tabs h3 {
  padding: 15px;
  margin: 30px 0 10px;
  border-radius: 5px;
  background-color: #eee;
}
/* line 487, ../sass/common.scss */
main #tabs #tabhead {
  border-bottom: solid 1px #333645;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 492, ../sass/common.scss */
main #tabs #tabhead li {
  display: inline-block;
  margin-right: 5px;
}
/* line 496, ../sass/common.scss */
main #tabs #tabhead li a {
  display: inline-block;
  padding: 15px 30px 10px;
  background-color: #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 505, ../sass/common.scss */
main #tabs #tabhead .ui-tabs-active a {
  background-color: #0852B7;
  color: #fff;
}
/* line 511, ../sass/common.scss */
main #tabs #counter {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 515, ../sass/common.scss */
main #tabs #counter dl {
  float: left;
  border: solid 1px #333645;
  margin-right: 10px;
  border-radius: 5px;
}
/* line 521, ../sass/common.scss */
main #tabs #counter dl dt {
  padding: 7px 10px;
  float: left;
  background-color: #333645;
  color: #fff;
}
/* line 528, ../sass/common.scss */
main #tabs #counter dl dd {
  padding: 7px 20px;
  float: left;
}
/* line 533, ../sass/common.scss */
main #tabs #counter dl .adds {
  padding: 0;
  border-left: solid 1px #333645;
}
/* line 537, ../sass/common.scss */
main #tabs #counter dl .adds a {
  padding: 7px 13px 7px 35px;
  display: block;
  background-color: #0852B7;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url("../../items/img/plus.svg");
  background-position: top 6px left 7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 553, ../sass/common.scss */
main table.formtbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
/* line 559, ../sass/common.scss */
main table.formtbl tr {
  background-color: #fff;
}
/* line 562, ../sass/common.scss */
main table.formtbl tr th {
  text-align: left;
  padding: 10px;
  border-bottom: solid 1px #ccc;
}
/* line 568, ../sass/common.scss */
main table.formtbl tr td {
  padding: 10px 0;
  border-bottom: solid 1px #ccc;
}
/* line 572, ../sass/common.scss */
main table.formtbl tr td select {
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 0;
}
/* line 579, ../sass/common.scss */
main table.formtbl tr td textarea {
  width: 700px;
  height: 100px;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 0;
}
/* line 588, ../sass/common.scss */
main table.formtbl tr td textarea[name='descs'] {
  height: 300px;
}
/* line 592, ../sass/common.scss */
main table.formtbl tr td input[type='text'],
main table.formtbl tr td input[type='password'],
main table.formtbl tr td input[type='number'] {
  width: 300px;
  padding: 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 0;
  font-size: inherit;
}
/* line 603, ../sass/common.scss */
main table.formtbl tr td input[type='date'],
main table.formtbl tr td input[type='datetime-local'] {
  width: 300px;
  padding: 8px 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 0;
  font-size: inherit;
}
/* line 613, ../sass/common.scss */
main table.formtbl tr td span {
  display: block;
  color: #666;
  font-size: 12px;
  padding: 0;
}
/* line 620, ../sass/common.scss */
main table.formtbl tr td input.error,
main table.formtbl tr td textarea.error {
  border: solid 1px #C70000;
}
/* line 625, ../sass/common.scss */
main table.formtbl tr td label.error {
  display: block;
  color: #C70000;
  font-size: 12px;
  padding: 0;
}
/* line 632, ../sass/common.scss */
main table.formtbl tr td label.checkbox,
main table.formtbl tr td label.radio {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 637, ../sass/common.scss */
main table.formtbl tr td label.checkbox input,
main table.formtbl tr td label.radio input {
  margin-right: 5px;
}
/* line 642, ../sass/common.scss */
main table.formtbl tr td img.thumbnail {
  max-width: 300px;
}
/* line 647, ../sass/common.scss */
main table.formtbl tr .btn {
  border-bottom: none;
  padding: 20px 0 0;
}
/* line 651, ../sass/common.scss */
main table.formtbl tr .btn input.forward {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  background-color: #0852B7;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 2px #333645;
  cursor: pointer;
}
/* line 663, ../sass/common.scss */
main table.formtbl tr .btn input.delete {
  background-color: transparent;
  color: #999;
  padding: 80px 0;
  border: none;
  cursor: pointer;
}
/* line 671, ../sass/common.scss */
main table.formtbl tr .btn a.delete {
  font-size: 15px;
  background-color: transparent;
  color: #999;
  padding: 80px 0;
  border: none;
  display: block;
  cursor: pointer;
}
/* line 683, ../sass/common.scss */
main table.formtbl a#comfirm_invitation,
main table.formtbl a#passset {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
  background-color: #f5f5f5;
  border: solid 1px #bbb;
  border-radius: 5px;
}
/* line 695, ../sass/common.scss */
main table.row2 th {
  width: 20%;
}
/* line 699, ../sass/common.scss */
main table.row2 td {
  width: 80%;
}
/* line 705, ../sass/common.scss */
main table.row4 th {
  width: 20%;
}
/* line 709, ../sass/common.scss */
main table.row4 td {
  width: 30%;
}
/* line 714, ../sass/common.scss */
main .controller {
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f5f5f5;
  overflow: hidden;
}
/* line 721, ../sass/common.scss */
main .controller ul {
  float: right;
}
/* line 724, ../sass/common.scss */
main .controller ul li {
  display: inline-block;
  margin-left: 5px;
}
/* line 728, ../sass/common.scss */
main .controller ul li a {
  background-color: #fff;
  border: solid 1px #ccc;
  display: block;
  padding: 10px 18px 10px 45px;
  border-radius: 5px;
  box-shadow: 0 1px 2px #ccc;
}
/* line 737, ../sass/common.scss */
main .controller ul li #initial,
main .controller ul li #passset,
main .controller ul li #show_preview {
  background-repeat: no-repeat;
  background-image: url("../../items/img/preview.svg");
  background-position: top 10px left 15px;
}
/* line 745, ../sass/common.scss */
main .controller ul li #comfirm_invitation,
main .controller ul li #mail_notice {
  background-repeat: no-repeat;
  background-image: url("../../items/img/mail.svg");
  background-position: top 10px left 15px;
}
/* line 752, ../sass/common.scss */
main .controller ul li #mail_done {
  background-repeat: no-repeat;
  background-image: url("../../items/img/mail.svg");
  background-position: top 10px left 15px;
  color: #999;
  background-color: #eee;
}

/* line 764, ../sass/common.scss */
#failure,
#notice,
#success {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 100px;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  box-shadow: 0 1px 10px #ccc;
  font-size: 15px;
}

/* line 779, ../sass/common.scss */
#success {
  background-color: #0852B7;
}

/* line 783, ../sass/common.scss */
#failure {
  background-color: #C70000;
}

/* line 787, ../sass/common.scss */
#notice {
  background-color: #C70000;
}

/* line 791, ../sass/common.scss */
#mail_notice_win {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  margin-left: 100px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #999;
  border: solid 1px #ccc;
  display: none;
}
/* line 804, ../sass/common.scss */
#mail_notice_win h1 {
  text-align: center;
  background-color: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 0;
  font-size: 15px;
}
/* line 813, ../sass/common.scss */
#mail_notice_win table.formtbl {
  border-top: solid 1px #ccc;
}
/* line 816, ../sass/common.scss */
#mail_notice_win table.formtbl th {
  width: 15%;
}
/* line 820, ../sass/common.scss */
#mail_notice_win table.formtbl td {
  width: 85%;
}
/* line 824, ../sass/common.scss */
#mail_notice_win table.formtbl input[type='text'],
#mail_notice_win table.formtbl textarea {
  width: 95%;
}
/* line 829, ../sass/common.scss */
#mail_notice_win table.formtbl textarea {
  height: 300px;
}
/* line 833, ../sass/common.scss */
#mail_notice_win table.formtbl tr:last-child td,
#mail_notice_win table.formtbl tr:last-child th {
  border-bottom: none;
}

/* line 840, ../sass/common.scss */
.comfirmwin {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  margin-left: 100px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 5px #999;
  border: solid 1px #ccc;
  display: none;
}
/* line 853, ../sass/common.scss */
.comfirmwin h1 {
  font-size: 15px;
  padding: 30px 0 10px;
  text-align: center;
  font-weight: bold;
}
/* line 860, ../sass/common.scss */
.comfirmwin p {
  font-size: 13px;
  line-height: 170%;
  color: #666;
  text-align: center;
  padding: 0 10px 20px;
}

/* line 869, ../sass/common.scss */
ul.comfirmbtn {
  text-align: center;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-top: solid 1px #ddd;
}
/* line 876, ../sass/common.scss */
ul.comfirmbtn li {
  display: table-cell;
}
/* line 879, ../sass/common.scss */
ul.comfirmbtn li a {
  display: block;
  padding: 12px 0;
  color: #0852B7;
  font-weight: bold;
  text-decoration: none;
}
/* line 887, ../sass/common.scss */
ul.comfirmbtn li input {
  padding: 12px 0;
  color: #0852B7;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border: none;
  font-size: initial;
  cursor: pointer;
}
/* line 899, ../sass/common.scss */
ul.comfirmbtn li:first-child {
  border-right: solid 1px #ddd;
}

/* line 904, ../sass/common.scss */
#loading {
  position: fixed;
  top: 50%;
  left: calc(50% + 150px);
  width: 60px;
  height: 15px;
  transform: translate(-50%, -50%);
  background-image: url("../img/three-dots.svg");
  z-index: 999;
  display: none;
}

/* line 917, ../sass/common.scss */
#oauth_login {
  width: 400px;
  text-align: center;
  margin: 50px auto 0;
}
/* line 922, ../sass/common.scss */
#oauth_login table {
  margin: 30px 0 0;
  width: 100%;
}
/* line 926, ../sass/common.scss */
#oauth_login table th,
#oauth_login table td {
  display: block;
  width: 100%;
  padding: 2px;
}
/* line 932, ../sass/common.scss */
#oauth_login table th input,
#oauth_login table td input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
}

/* line 943, ../sass/common.scss */
#transfer_detail #manager {
  background-color: #eee;
  padding: 10px;
}
/* line 947, ../sass/common.scss */
#transfer_detail #manager select {
  font-size: 18px;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* line 954, ../sass/common.scss */
#transfer_detail #manager textarea {
  font-size: 14px;
  line-height: 170%;
  width: 500px;
  height: 300px;
  display: block;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}
/* line 965, ../sass/common.scss */
#transfer_detail #manager .btn {
  margin: 15px 0 100px 0;
}
/* line 969, ../sass/common.scss */
#transfer_detail #manager .btn li {
  display: inline-block;
}
/* line 973, ../sass/common.scss */
#transfer_detail #manager .btn input {
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 1px #333;
  margin-right: 10px;
  cursor: pointer;
  background-color: #fff;
}
/* line 984, ../sass/common.scss */
#transfer_detail #manager .btn input:hover {
  background-color: #CDDDFC;
}
dl#total{
  display: inline-block;
  color: #fff;
  background-color: #444;
  border-radius: 4px;
  margin: 25px 0 0 15px;
  padding: 3px 5px 3px 15px;
}
dl#total dt,
dl#total dd {
  display: inline-block;
}
dl#total dd {
  margin-right: 10px;
}