@charset "UTF-8";
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;
}

body {
  font-family: sans-serif;
  color: #242424;
  font-size: 13px;
  padding-top: 20px;
}

strong {
  font-weight: bold;
}

/* Clearfix [ModernType] */
.clearfix:after, .cf:after {
  display: block;
  clear: both;
  content: "";
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

#splash {
  height: 1004px;
  background: url(../images/splash.jpg) no-repeat center top;
  background-size: 768px 1024px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 320px) {
  #splash {
    background-image: url(../images/login_bg.jpg);
    background-size: contain;
    height: 570px;
  }
}
#splash .login {
  width: 310px;
  margin: 0 auto;
  padding-top: 362px;
}
@media screen and (max-width: 320px) {
  #splash .login {
    padding-top: 213px;
    width: 100%;
  }
}
#splash .login dl {
  overflow: hidden;
}
#splash .login dl dt {
  clear: left;
  width: 78px;
  height: 30px;
  line-height: 30px;
  float: left;
  font-size: 20px;
  color: #fff;
  margin-bottom: 23px;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  #splash .login dl dt {
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-align: center;
  }
}
#splash .login dl dd {
  float: right;
  width: 232px;
  margin-bottom: 23px;
}
@media screen and (max-width: 320px) {
  #splash .login dl dd {
    float: left;
    margin-bottom: 13px;
  }
}
#splash .login dl dd input {
  display: block;
  width: 232px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  border: 0;
  border-radius: 1px;
}
@media screen and (max-width: 320px) {
  #splash .login dl dd input {
    background: transparent;
    width: 74%;
    height: 33px;
    margin-left: 5px;
  }
}
#splash .login .submit {
  display: block;
  width: 310px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 6px;
  background: #ba1414;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  #splash .login .submit {
    height: 37px;
    margin-top: 15px;
    margin-left: 26%;
    background-color: transparent;
    border: none;
    font-size: 12px;
    width: 48%;
  }
}
#splash .information-wrap {
  width: 525px;
  margin: 0 auto;
  padding-top: 76px;
}
#splash .information-wrap .date {
  font-weight: bold;
}
#splash .information-wrap dt {
  padding-left: 4px;
  padding-top: 1px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin: 4px 0;
}
#splash .information-wrap dt.gyoumu {
  border-left: 4px solid #ba1414;
}
#splash .information-wrap dt.oshirase {
  border-left: 4px solid #dd7925;
}
#splash .information-wrap .text {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}
#splash .information-wrap a {
  font-weight: bold;
  text-decoration: underline;
  color: #242424;
}
#splash .information-wrap a:hover {
  text-decoration: none;
}

#top header {
  border-bottom-width: 1px;
  background: #f3f3f3;
  border-image: url(../images/border.png) 2 repeat;
}
@media screen and (max-width: 320px) {
  #top header {
    margin-top: 40px;
  }
}
#top header h1 {
  text-align: center;
  font-size: 14px;
  line-height: 39px;
  font-weight: bold;
}
#top header .back {
  position: absolute;
  left: 25px;
  top: 15px;
}
#top header .back a {
  display: block;
  color: #ba1414;
  text-decoration: none;
  background: url(../images/hdr-arrow.png) no-repeat left center;
  background-size: 7px 12px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
}
#top header ul {
  position: absolute;
  right: 25px;
  top: 15px;
}
#top header ul li {
  float: left;
  margin-left: 20px;
}
#top header ul li a {
  display: block;
  color: #ba1414;
  text-decoration: none;
  font-weight: bold;
  font-weight: 12px;
}

.info-area {
  background: url(../images/info-bg.jpg) no-repeat center bottom;
  background-size: 768px 149px;
  min-height: 149px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .info-area {
    width: 100%;
    background-size: 100%;
  }
}

.save-result {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  background: #2ab27b;
  color: #fff;
}

.info-area-top {
  background: url(../images/info-bg3.jpg) no-repeat center bottom;
  background-size: 768px 210px;
  min-height: 210px;
}

#top .info-area-top {
  line-height: 28px;
  font-size: 13px;
}
#top .info-area-top p {
  padding-left: 25px;
}
#top .info-area-top p.info-text {
  padding-top: 20px;
}
#top .info-area-top p.info-text strong {
  font-size: 16px;
  font-weight: bold;
}
#top .info-area-top p.note {
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}
#top .info-area-top .select-area {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 19px;
}
#top .info-area-top .select-area .select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #top .info-area-top .select-area {
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
  }
  #top .info-area-top .select-area strong, #top .info-area-top .select-area a {
    display: block;
    padding-left: 25px;
  }
  #top .info-area-top .select-area a {
    position: relative;
    padding: 0;
    width: 70px;
    margin-top: 20px;
    margin-left: 75%;
  }
}
#top .list {
  padding: 25px 15px;
}
#top .list .search {
  margin-bottom: 20px;
}
#top .list .search input {
  width: 100%;
  height: 34px;
  display: block;
  border: 0;
  padding-left: 45px;
  border-radius: 17px;
  background-color: #f5f5f5;
  font-size: 14px;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 15px 7px;
  background-size: 19px 19px;
}
#top .list table {
  border-collapse: collapse;
  border: 1px solid;
  border-color: #cdcdcd;
  width: 100%;
}
#top .list table th {
  border: 1px solid;
  line-height: 26px;
  padding: 4px 0;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #cdcdcd;
}
#top .list table td {
  border: 1px solid;
  border-color: #cdcdcd;
  font-size: 13px;
  line-height: 26px;
}
#top .list table .name {
  padding: 10px;
  width: 269px;
  line-height: 19px;
}
#top .list table .name img {
  float: left;
  padding-right: 10px;
}
#top .list table .name strong {
  padding-top: 10px;
  display: block;
  font-weight: bold;
}
#top .list table .name .small {
  font-size: 11px;
}
#top .list table .area {
  width: 92px;
  text-align: center;
  vertical-align: middle;
}
#top .list table .status {
  width: 246px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
}
#top .list table .detail {
  text-align: center;
  vertical-align: middle;
  width: 123px;
}
#top .list table .detail a {
  display: block;
  width: 97px;
  margin: 0 auto;
}
#top .list table .detail img {
  display: block;
}

header {
  height: 59px;
  border-bottom-width: 1px;
  background: #f3f3f3;
  border-image: url(../images/border.png) 2 repeat;
  width: 100%;
  border-top: 1px solid #cdcdcd;
  position: fixed;
  top: 0;
  z-index: 10;
}
header ul li {
  padding-top: 20px;
  float: left;
  margin-left: 25px;
}
header ul li a {
  display: block;
  color: #ba1414;
  text-decoration: none;
  font-weight: bold;
  font-weight: 12px;
  line-height: 39px;
}
header .logout {
  float: right;
  text-align: center;
  border-left: solid 1px #cdcdcd;
}
header .logout a {
  display: block;
  padding: 20px 25px 0;
  text-decoration: none;
  font-weight: bold;
  color: #242424;
  font-size: 12px;
  line-height: 39px;
}
header .starting {
  position: absolute;
  top: 9px;
  right: 170px;
  z-index: 999;
}
header .starting button {
  background-color: #d0021b;
  color: #fff;
  outline: none;
  border: none;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}

#main-top .info-area {
  background: #fff;
  min-height: 105px;
  font-size: 13px;
  padding-bottom: 25px;
}
#main-top .info-area .headerLine {
  padding-top: 20px;
  margin-bottom: 10px;
  float: left;
}
#main-top .info-area .headerLine .infoText {
  margin-top: 15px;
  float: left;
  margin-left: 25px;
}
#main-top .info-area .headerLine .infoText p.title,
#main-top .info-area .headerLine .infoText p.name {
  font-weight: bold;
}
#main-top .info-area .headerLine .infoText p {
  margin-right: 8px;
  float: left;
}
#main-top .info-area .headerLine .infoTextBottom {
  margin-top: 15px;
  float: right;
  margin-left: 50px;
}
#main-top .info-area .headerLine .infoTextBottom p.title,
#main-top .info-area .headerLine .infoTextBottom p.name {
  font-weight: bold;
}
#main-top .info-area .headerLine .infoTextBottom p {
  margin-right: 8px;
  float: left;
}
#main-top .info-area .select-area {
  float: right;
  margin-right: 25px;
  margin-top: 26px;
}
#main-top .info-area .select-area .select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #main-top .info-area .select-area {
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
  }
  #main-top .info-area .select-area strong, #main-top .info-area .select-area a {
    display: block;
    padding-left: 25px;
  }
  #main-top .info-area .select-area a {
    position: relative;
    padding: 0;
    width: 70px;
    margin-top: 20px;
    margin-left: 75%;
  }
}
#main-top .info-area .backHome {
  margin-bottom: 15px;
  margin-left: 25px;
  clear: both;
  width: 95px;
  height: 30px;
  background-color: #939393;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#main-top .info-area .backHome a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 9px 36px 9px 35px;
  width: 95px;
  height: 30px;
  display: block;
}
#main-top .contents-body .section-wrap .section-title {
  height: 49px;
  line-height: 49px;
  vertical-align: middle;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  font-size: 13px;
  font-weight: bold;
  background-size: 12px 3px;
  padding-left: 17px;
  margin-bottom: 29px;
}
#main-top .contents-body .section-wrap .status-list {
  margin: 0 0 20px 20px;
}
#main-top .contents-body .section-wrap .section-body {
  padding: 0 19px 29px;
}
#main-top .contents-body .section-wrap table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#main-top .contents-body .section-wrap table th, #main-top .contents-body .section-wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px;
  line-height: 1.4;
}
#main-top .contents-body .section-wrap table th {
  background: #f6f6f6;
  font-weight: bold;
  text-align: center;
}
#main-top .contents-body .rushed {
  width: 61.3%;
  border-right: 1px solid #cdcdcd;
  float: left;
}
#main-top .contents-body .rushed table .th1 {
  min-width: 80px;
}
#main-top .contents-body .rushed table .th2 {
  min-width: 70px;
}
#main-top .contents-body .rushed table .btn {
  width: 70px;
  background-color: #959595;
  color: #fff;
}
#main-top .contents-body .mission {
  width: 38%;
  float: left;
}
#main-top .contents-body .mission th {
  text-align: left !important;
}
#main-top .contents-body .schedule .th1 {
  min-width: 80px;
}
#main-top .contents-body .schedule .th2 {
  min-width: 70px;
}
#main-top .contents-body .schedule .th3 {
  min-width: 60px;
}
#main-top .contents-body .schedule .btn {
  width: 70px;
  background-color: #959595;
  color: #fff;
}
#main-top .contents-body .btn {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  display: block;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #eaebeb;
}
#main-top .contents-body .text-bold {
  font-weight: bold;
}
#main-top .contents-body .text-center {
  text-align: center;
}
#main-top .contents-body .link-btn-wrap {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f3f3f3;
}
#main-top .contents-body .link-btn-wrap li {
  width: 33%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  border-right: 1px solid #cdcdcd;
}
#main-top .contents-body .link-btn-wrap li .btn {
  width: 73.52%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  background: #bf1b1b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bf1b1b 0%, #b31111 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bf1b1b), color-stop(100%, #b31111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bf1b1b 0%, #b31111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bf1b1b 0%, #b31111 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bf1b1b 0%, #b31111 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bf1b1b 0%, #b31111 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1b1b', endColorstr='#b31111',GradientType=0 );
  /* IE6-9 */
}
#main-top .contents-body .link-btn-wrap li:last-child {
  border-right: 0;
}
#main-top tr.alert td, #main-top tr.alert th {
  background-color: #ffe1e1 !important;
}

#main-top .select {
  display: inline-block;
  position: relative;
  width: 205px;
  height: 30px;
  background: url(../images/select-bg02.png) no-repeat;
  background-size: 205px 30px;
}
#main-top .select p.text {
  padding-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
#main-top .select.mini {
  width: 30px;
  padding-right: 30px;
  background-position: right;
}
#main-top .select.mini p.text {
  padding: 0;
}
#main-top .select select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 30px;
}

#calendar .info-area {
  background: url(../images/info-bg4.jpg) no-repeat center bottom;
  background-image: none;
  background-size: 768px 105px;
  min-height: 105px;
  font-size: 13px;
}
#calendar .info-area .headerLine {
  padding-top: 20px;
  margin-bottom: 10px;
  float: left;
}
#calendar .info-area .headerLine .infoText {
  margin-top: 15px;
  float: left;
  margin-left: 25px;
}
#calendar .info-area .headerLine .infoText p.title,
#calendar .info-area .headerLine .infoText p.name {
  font-weight: bold;
}
#calendar .info-area .headerLine .infoText p {
  margin-right: 8px;
  float: left;
}
#calendar .info-area .headerLine .infoTextBottom {
  margin-top: 15px;
  float: right;
  margin-left: 50px;
}
#calendar .info-area .headerLine .infoTextBottom p.title,
#calendar .info-area .headerLine .infoTextBottom p.name {
  font-weight: bold;
}
#calendar .info-area .headerLine .infoTextBottom p {
  margin-right: 8px;
  float: left;
}
#calendar .info-area .select-area {
  float: right;
  margin-right: 25px;
  margin-top: 26px;
}
#calendar .info-area .select-area .select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #calendar .info-area .select-area {
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
  }
  #calendar .info-area .select-area strong, #calendar .info-area .select-area a {
    display: block;
    padding-left: 25px;
  }
  #calendar .info-area .select-area a {
    position: relative;
    padding: 0;
    width: 70px;
    margin-top: 20px;
    margin-left: 75%;
  }
}
#calendar .info-area .backHome {
  margin-bottom: 15px;
  margin-left: 25px;
  clear: both;
  width: 95px;
  height: 30px;
  background-color: #939393;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#calendar .info-area .backHome a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 95px;
  height: 30px;
  display: block;
}
#calendar .schedule {
  text-align: center;
  margin-bottom: 20px;
  line-height: 45px;
}
#calendar .schedule h2 {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #cdcdcd;
  border-top: solid 1px #cdcdcd;
  font-weight: bold;
  font-size: 14px;
}
#calendar .schedule .monthHead {
  width: 718px;
  position: relative;
  margin: 20px auto;
}
#calendar .schedule .monthHead .monthHeadBox {
  float: left;
  margin-left: 25px;
  margin-bottom: 10px;
}
#calendar .schedule .monthHead .monthHeadBox a {
  background-color: #e6e6e6;
  width: 60px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
}
#calendar .schedule .monthHead p.date {
  font-weight: bold;
  font-size: 14px;
  left: 45%;
  position: absolute;
}
#calendar .schedule .monthHead .monthHeadBoxRight {
  float: right;
  margin-right: 25px;
}
#calendar .schedule .monthHead .monthHeadBoxRight a {
  display: inline-block;
  width: 55px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #4c4c4c;
  font-size: 12px;
  font-weight: bold;
  background-color: #e6e6e6;
  border-radius: 2px;
}
#calendar .schedule .monthHead .monthHeadBoxRight a.active {
  color: #fff;
  background-color: #4c4c4c;
}
#calendar .schedule .monthBtn {
  width: 718px;
  margin: 0 auto;
  text-align: left;
  clear: both;
}
#calendar .schedule .status-list {
  width: 718px;
  margin: 0 auto;
  text-align: left;
}
#calendar .schedule table {
  color: #4c4c4c;
  margin: 0 auto;
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}
#calendar .schedule .calendarMonth table th {
  width: 105px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}
#calendar .schedule .calendarMonth table td {
  height: 95px;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  text-align: left;
  vertical-align: top;
  line-height: 20px;
  padding: 10px;
}
#calendar .schedule .calendarMonth table td p {
  font-size: 9px;
}
#calendar .schedule .calendarMonth table td p a {
  text-decoration: none;
  color: #4c4c4c;
}
#calendar .schedule .calendarMonth table td span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 2px;
}
#calendar .schedule .calendarMonth table td span.orange {
  background-color: #f19149;
}
#calendar .schedule .calendarMonth table td span.green {
  background-color: #8fc31f;
}
#calendar .schedule .calendarMonth table td span.pink {
  background-color: #f29c9f;
}
#calendar .schedule .calendarMonth table td span.blue {
  background-color: #88abda;
}
#calendar .schedule .calendarMonth table td.last,
#calendar .schedule .calendarMonth table td.next {
  color: #cccccc;
}
#calendar .schedule .calendarMonth table td.today {
  background: #f1f1f1;
}
#calendar .schedule .calendarWeek table thead {
  display: block;
}
#calendar .schedule .calendarWeek table tbody {
  display: block;
  overflow-y: scroll;
  height: 612px;
}
#calendar .schedule .calendarWeek table tfoot {
  display: block;
}
#calendar .schedule .calendarWeek table tr.arrow-up td, #calendar .schedule .calendarWeek table tr.arrow-down td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  line-height: 15px;
}
#calendar .schedule .calendarWeek table tr.arrow-up td span, #calendar .schedule .calendarWeek table tr.arrow-down td span {
  color: #fff;
  display: block;
  cursor: pointer;
}
#calendar .schedule .calendarWeek table tr.arrow-up td.active, #calendar .schedule .calendarWeek table tr.arrow-down td.active {
  background: #20a6ba;
}
#calendar .schedule .calendarWeek table tr.arrow-down td {
  border-top: 1px solid #ccc;
}
#calendar .schedule .calendarWeek table tr.topRow td {
  border-right: solid 1px #ccc;
}
#calendar .schedule .calendarWeek table tr.lineBelow td {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#calendar .schedule .calendarWeek table th {
  line-height: 25px;
  padding: 5px;
  width: 77px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  background-color: #e7e6e6;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  table-layout: fixed;
}
#calendar .schedule .calendarWeek table td {
  text-align: center;
  width: 77px;
  padding: 5px;
  line-height: 40px;
  font-weight: bold;
  font-size: 13px;
  table-layout: fixed;
}
#calendar .schedule .calendarWeek table td p {
  font-size: 6px;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
}
#calendar .schedule .calendarWeek table th.first, #calendar .schedule .calendarWeek table td.first {
  width: 91px;
}
#calendar .schedule .calendarWeek table td.base {
  position: relative;
}
#calendar .schedule .calendarWeek table td.time {
  border-bottom: solid 1px #ccc;
}
#calendar .schedule .calendarWeek table td.today {
  background: #f1f1f1;
}
#calendar .schedule .calendarWeek table .content {
  padding: 5px;
  position: absolute;
  background-color: #aac7ec;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
}
#calendar .schedule .calendarWeek table .content a {
  color: #444;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 5px;
}
#calendar .schedule .calendarWeek table .content a:hover {
  text-decoration: underline;
}
#calendar .schedule .calendarWeek table .content02 {
  padding: 5px;
  position: absolute;
  background-color: #f1b9bb;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
}
#calendar .schedule .calendarDay table thead {
  display: block;
}
#calendar .schedule .calendarDay table tbody {
  display: block;
  overflow-y: scroll;
  height: 672px;
}
#calendar .schedule .calendarDay table tfoot {
  display: block;
}
#calendar .schedule .calendarDay table tr.arrow-up td, #calendar .schedule .calendarDay table tr.arrow-down td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  line-height: 15px;
}
#calendar .schedule .calendarDay table tr.arrow-up td span, #calendar .schedule .calendarDay table tr.arrow-down td span {
  color: #fff;
  display: block;
  cursor: pointer;
}
#calendar .schedule .calendarDay table tr.arrow-up td.active, #calendar .schedule .calendarDay table tr.arrow-down td.active {
  background: #20a6ba;
}
#calendar .schedule .calendarDay table tr.arrow-down td {
  border-top: 1px solid #ccc;
}
#calendar .schedule .calendarDay table th {
  background-color: #e7e6e6;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#calendar .schedule .calendarDay table td {
  padding: 5px;
  font-size: 13px;
  width: 632px;
  font-weight: bold;
  text-align: center;
}
#calendar .schedule .calendarDay table tr.topRow {
  border-bottom: solid 1px #ebebeb;
  border-right: solid 1px #ccc;
}
#calendar .schedule .calendarDay table tr.lineBelow {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#calendar .schedule .calendarDay table th.first, #calendar .schedule .calendarDay table td.first {
  width: 63px;
}
#calendar .schedule .calendarDay table td.base {
  position: relative;
}
#calendar .schedule .calendarDay table td.time {
  width: 63px;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#calendar .schedule .calendarDay table .content {
  position: absolute;
  background-color: #aac7ec;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
  padding: 5px;
}
#calendar .schedule .calendarDay table .content p {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
#calendar .schedule .calendarDay table .content a {
  color: #444;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 5px;
}
#calendar .schedule .calendarDay table .content a:hover {
  text-decoration: underline;
}

.select {
  display: inline-block;
  position: relative;
  width: 245px;
  height: 30px;
  background: url(../images/select-bg.png) no-repeat;
  background-size: 245px 30px;
}
.select p.text {
  padding-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
.select.mini {
  width: 30px;
  padding-right: 30px;
  background-position: right;
}
.select.mini p.text {
  padding: 0;
}
.select select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 30px;
}

#calendar .select {
  display: inline-block;
  position: relative;
  width: 205px;
  height: 30px;
  background: url(../images/select-bg02.png) no-repeat;
  background-size: 205px 30px;
}
#calendar .select p.text {
  padding-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
#calendar .select.mini {
  width: 30px;
  padding-right: 30px;
  background-position: right;
}
#calendar .select.mini p.text {
  padding: 0;
}
#calendar .select select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 30px;
}

#houkoku .info-area {
  background: url(../images/info-bg2.jpg) no-repeat center bottom;
  background-size: 768px 210px;
  min-height: 210px;
  line-height: 28px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #houkoku .info-area {
    background-size: 100%;
    width: 100%;
  }
}
#houkoku .info-area p {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 26px;
}
#houkoku .info-area p strong {
  font-weight: bold;
}
#houkoku .info-area p img {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#houkoku .date {
  font-size: 16px;
  padding: 20px 15px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
}
#houkoku .date .left {
  float: left;
  width: 50%;
}
#houkoku .date .right {
  float: right;
  width: 50%;
}
#houkoku .date strong {
  font-weight: bold;
}
#houkoku .caution {
  padding: 15px 25px;
  background: #f2f2f2;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
  line-height: 19px;
}
#houkoku .caution-confirm {
  text-align: center;
  padding: 15px 25px;
  background: #f2f2f2;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
  line-height: 19px;
}
#houkoku .area-select {
  padding: 25px;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
}
#houkoku .date-select {
  padding: 15px 0;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
  overflow: hidden;
}
#houkoku .date-select .left {
  float: left;
  width: 50%;
}
#houkoku .date-select .right {
  float: right;
  width: 50%;
}
#houkoku .date-select .date-text {
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}
#houkoku .date-select .input-datetime {
  position: relative;
  font-weight: bold;
  text-align: center;
  width: 227px;
  height: 34px;
  margin: 12px auto;
}
#houkoku .date-select .input-datetime .datetime-button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #ba1414;
  content: '日時入力';
  border: 1px solid #ba1414;
  background: transparent;
  width: 225px;
  height: 32px;
}
#houkoku .date-select .input-datetime input[type="datetime-local"] {
  padding: 0;
  margin: 0;
  border: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 227px;
  height: 34px;
}
#houkoku #hoshu {
  display: none;
}
#houkoku h2 {
  background: url(../images/h-bg.png) no-repeat;
  background-size: 19px 45px;
  padding-left: 25px;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
}
#houkoku .denryoku {
  padding: 15px;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
  line-height: 19px;
}
#houkoku .denryoku table th {
  padding: 7px 10px;
  width: 100px;
}
#houkoku .denryoku table td {
  padding: 7px 10px;
}
#houkoku .denryoku table input {
  width: 245px;
  height: 30px;
  border-radius: 1px;
  border: none;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  background: #ebebeb;
}
#houkoku .denryoku textarea {
  width: 718px;
  border-radius: 1px;
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 15px;
  background: #ebebeb;
}
#houkoku .check {
  padding: 15px;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
}
#houkoku .check table {
  border-collapse: collapse;
  border: 1px solid;
  border-color: #cdcdcd;
  width: 100%;
}
#houkoku .check table th {
  border: 1px solid;
  line-height: 26px;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  background: #f6f6f6;
  border-color: #cdcdcd;
}
#houkoku .check table td {
  text-align: center;
  border: 1px solid;
  border-color: #cdcdcd;
  font-size: 13px;
  line-height: 20px;
  padding: 14px 0;
}
#houkoku .check table .name {
  padding: 10px;
  width: 269px;
  line-height: 19px;
}
#houkoku .check table .name img {
  float: left;
  padding-right: 10px;
}
#houkoku .check table .name strong {
  padding-top: 10px;
  display: block;
  font-weight: bold;
}
#houkoku .check table .name .small {
  font-size: 11px;
}
#houkoku .check table .first {
  width: 125px;
  text-align: center;
  vertical-align: middle;
}
#houkoku .check table .radio {
  width: 170px;
  text-align: center;
  vertical-align: middle;
}
#houkoku .check table .radio label {
  padding-left: 5px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  background: url(../images/radio.png) no-repeat;
  background-size: 21px 50px;
  background-position: left top;
}
#houkoku .check table .radio label.active {
  background-position: left bottom;
}
#houkoku .check table .radio input {
  opacity: 0;
}
#houkoku .check table .calc {
  text-align: left;
  padding-left: 33px;
  font-size: 12px;
}
#houkoku .check table .calc input {
  width: 190px;
  height: 30px;
  border-radius: 1px;
  border: none;
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  background: #ebebeb;
}
#houkoku .check .add-item {
  margin-top: 20px;
  text-align: center;
}
#houkoku .photo {
  padding: 15px 10px;
  border-bottom: 1px;
  border-image: url(../images/border.png) 2 repeat;
}
#houkoku .photo ul {
  overflow: hidden;
}
#houkoku .photo ul li {
  float: left;
  padding: 0 5px;
}
#houkoku .action {
  padding: 30px 0;
  text-align: center;
}

.top-page-table-title h2 {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #cdcdcd;
  border-top: solid 1px #cdcdcd;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.top-page-table-title h2 span {
  display: inline-block;
  width: 19px;
  height: 10px;
  background-image: url(../images/title-check.png);
  background-size: 19px 4px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  margin-right: 5px;
}

.top-page-table-wrapper table {
  width: 718px;
  margin: 0 auto;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-top: 20px;
}
.top-page-table-wrapper table th {
  background-color: #f6f6f6;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.top-page-table-wrapper table td.time {
  font-size: 13px;
  font-weight: bold;
  width: 75px;
}
.top-page-table-wrapper table td.text {
  width: 160px;
}
.top-page-table-wrapper table td {
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 10px 20px;
}
.top-page-table-wrapper table td.more {
  width: 130px;
  text-align: center;
}
.top-page-table-wrapper table td.more a {
  display: inline-block;
  width: 95px;
  height: 30px;
  background-color: #bd1818;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.tenken-table-row td.tenken-data-time {
  padding-left: 10px;
  width: 15%;
}
.tenken-table-row td.tenken-data-place {
  padding-left: 10px;
  width: 25%;
}
.tenken-table-row td.tenken-data-score {
  width: 10%;
  text-align: center;
  font-size: 25px;
}
.tenken-table-row td.tenken-data-score.score-square {
  font-size: 25px;
}
.tenken-table-row td.tenken-data-score.score-triangle {
  font-size: 12px;
}
.tenken-table-row td.tenken-data-comment {
  padding-left: 10px;
  padding-right: 20px;
  width: 35%;
}
.tenken-table-row td.top-page-table-padding {
  width: 3%;
}
.tenken-table-row td.top-page-table-button {
  width: 12%;
}

.hidden {
  display: none;
}

.inlineBox {
  width: 445px;
}
.inlineBox textarea {
  border-radius: 2px;
  border: solid 1px #cdcdcd;
  margin-bottom: 20px;
}
.inlineBox p.title {
  margin-top: 10px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #242424;
  text-align: left;
}
.inlineBox p.title span {
  display: inline-block;
  width: 20px;
  height: 5px;
  background-color: #bc1616;
  margin-bottom: 3px;
  margin-right: 3px;
}
.inlineBox .register {
  width: 95px;
  height: 32px;
  margin: 0 auto;
  background-color: #bc1616;
  border-radius: 2px;
  line-height: 32px;
  font-size: 12px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: center;
}
.inlineBox .register a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.inlineBox .photo {
  float: left;
}
.inlineBox .photo-right {
  margin-left: 20px;
}
.inlineBox .btnBox {
  margin-top: 20px;
  text-align: center;
}
.inlineBox .btnBox a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.inlineBox .btnBox .backPage {
  display: inline-block;
  width: 95px;
  height: 32px;
  background-color: #c7c7c7;
  border-radius: 2px;
  line-height: 32px;
  font-size: 12px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: center;
}
.inlineBox .btnBox .addPhoto {
  display: inline-block;
  width: 95px;
  height: 32px;
  background-color: #bc1616;
  border-radius: 2px;
  line-height: 32px;
  font-size: 12px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: center;
}
.inlineBox .btnBox .report {
  display: inline-block;
  margin-left: 10px;
  width: 47%;
  height: 32px;
  background-color: #bc1616;
  border-radius: 2px;
  line-height: 32px;
  font-size: 12px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: center;
}
.inlineBox .btnBox .report.btn-full {
  width: 100%;
}
.inlineBox .btnBox .back {
  display: inline-block;
  margin-left: 10px;
  width: 47%;
  height: 32px;
  background-color: #8b8b8b;
  border-radius: 2px;
  line-height: 32px;
  font-size: 12px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  text-align: center;
}
.inlineBox p.building {
  font-weight: bold;
  font-weight: 14px;
}
.inlineBox p.building span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #88abda;
  margin-right: 5px;
}
.inlineBox p {
  line-height: 22px;
}
.inlineBox p span {
  font-weight: bold;
}

.inlineBox.searching {
  width: 645px !important;
}
.inlineBox.searching p.modal-title {
  background: #f2f2f2;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: bold;
}
.inlineBox.searching .modal-close {
  position: absolute;
  right: 15px;
  top: 20px;
}
.inlineBox.searching .modal-search .search-box {
  margin-top: 25px;
}
.inlineBox.searching .modal-search .search-box p {
  float: left;
  margin-top: 4px;
  margin-right: 15px;
  margin-left: 35px;
}
.inlineBox.searching .modal-search .search-box input.modal-freeword {
  float: left;
  width: 220px;
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  height: 30px;
  font-size: 14px;
}
.inlineBox.searching .modal-search .search-box .modal-affiliation {
  float: left;
  width: 165px;
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  height: 30px;
  font-size: 14px;
}
.inlineBox.searching .modal-search-btn {
  clear: both;
  text-align: center;
  padding: 25px 0;
}
.inlineBox.searching .modal-search-btn button {
  background: #fff;
  border: none;
  padding: 0;
}
.inlineBox.searching .modal-search-btn button img {
  cursor: pointer;
}
.inlineBox.searching .modal-search-btn button img:hover {
  opacity: 0.7;
}
.inlineBox.searching .modal-search-contents {
  background: #fbfbfb;
  border: 1px solid #cdcdcd;
  min-height: 400px;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-check:after {
  background: url(../images/btn_check.png) no-repeat;
  top: 50%;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-check:before {
  background: url(../images/btn_check.png) no-repeat 0 -20px;
}
.inlineBox.searching .modal-search-contents .modal-radio .modal-check:after {
  background: url(../images/btn_radio.png) no-repeat;
  top: 56%;
}
.inlineBox.searching .modal-search-contents .modal-radio .modal-check:before {
  background: url(../images/btn_radio.png) no-repeat 0 -20px;
}
.inlineBox.searching .modal-search-contents .modal-checkbox, .inlineBox.searching .modal-search-contents .modal-radio {
  margin-top: 25px;
  margin-left: 17px;
  overflow: hidden;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block {
  display: block;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  width: 50%;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block {
  float: left;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block input[type="radio"],
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block input[type="checkbox"], .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block input[type="radio"],
.inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block input[type="checkbox"] {
  opacity: 0;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block .modal-check, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block .modal-check {
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 5px 0px 0px 6px;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block .modal-check:after, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block .modal-check:after {
  position: absolute;
  left: -21px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-size: 20px 40px;
  content: '';
  z-index: 1;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block .modal-check:before, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block .modal-check:before {
  position: absolute;
  top: 40%;
  left: -21px;
  display: block;
  margin-top: -7px;
  width: 20px;
  height: 20px;
  background-size: 20px 40px;
  content: '';
  opacity: 0;
  z-index: 2;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block input[type=radio]:checked + .modal-check:before, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block input[type=radio]:checked + .modal-check:before {
  opacity: 1;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .check-block input[type=checkbox]:checked + .modal-check:before, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .check-block input[type=checkbox]:checked + .modal-check:before {
  opacity: 1;
}
.inlineBox.searching .modal-search-contents .modal-checkbox .modal-checkbox-block .affiliation-block, .inlineBox.searching .modal-search-contents .modal-radio .modal-checkbox-block .affiliation-block {
  float: left;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inlineBox.searching .modal-search-contents .modal-adaptation-btn-user1,
.inlineBox.searching .modal-search-contents .modal-adaptation-btn-user2 {
  background: url(../images/btn_adaptation_modal.png) no-repeat;
  background-size: 136px 32px;
  display: inline-block;
  width: 136px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.inlineBox.searching .modal-search-contents .modal-adaptation-btn-user1:hover,
.inlineBox.searching .modal-search-contents .modal-adaptation-btn-user2:hover {
  opacity: 0.7;
}
.inlineBox.searching .modal-search-contents .modal-adaptation-btn-user1,
.inlineBox.searching .modal-search-contents .modal-adaptation-btn-user2 {
  text-align: center;
  padding: 9px 0;
}
.inlineBox.searching .modal-search-contents #modal-checkbox-notop {
  margin-top: 10px;
}

#schedule_new .btn_box {
  line-height: 32px;
  width: 765px;
  margin: 0 auto;
}
#schedule_new .btn_box p {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
#schedule_new .btn_box p a:hover {
  opacity: 0.7;
}
#schedule_new .btn_box .submit {
  background: url(../images/btn_save.png) no-repeat;
  background-size: 142px 32px;
  border: none;
  padding: 0;
  width: 142px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#schedule_new .btn_box .reset {
  background: url(../images/btn_destruction.png) no-repeat;
  background-size: 112px 32px;
  border: none;
  padding: 0;
  width: 112px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#schedule_new .schedule_contents {
  clear: both;
}
#schedule_new .schedule_contents .day-box[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
#schedule_new .schedule_contents .day-box[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}
#schedule_new .schedule_contents .time-box[type="time"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
#schedule_new .schedule_contents .time-box[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}
#schedule_new .schedule_contents table {
  width: 765px;
  border: solid 1px #cdcdcd;
}
#schedule_new .schedule_contents table tr {
  border: solid 1px #cdcdcd;
}
#schedule_new .schedule_contents table tr.header {
  background: #e7e6e6;
}
#schedule_new .schedule_contents table tr th {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  border-right: solid 1px #cdcdcd;
}
#schedule_new .schedule_contents table tr td {
  padding-left: 20px;
}
#schedule_new .schedule_contents table tr td .work-search-box p.search-text {
  float: left;
  line-height: 5;
  margin-right: 10px;
  font-size: 14px;
}
#schedule_new .schedule_contents table tr td .work-search-box span.error {
  color: #f00;
}
#schedule_new .schedule_contents table tr td .work-search-box .search_box {
  float: right;
  margin: 15px 15px 15px 0;
}
#schedule_new .schedule_contents table tr td .work-search-box .search_box a {
  display: block;
}
#schedule_new .schedule_contents table tr td .work-search-box .search_box a img {
  display: block;
}
#schedule_new .schedule_contents table tr td .work-search-box .search_box a:hover {
  opacity: 0.7;
}
#schedule_new .schedule_contents table tr td input[type="radio"],
#schedule_new .schedule_contents table tr td input[type="checkbox"] {
  opacity: 0;
}
#schedule_new .schedule_contents table tr td input.article {
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  width: 280px;
  height: 30px;
  margin: 15px 0;
  font-size: 14px;
}
#schedule_new .schedule_contents table tr td input.article-address {
  width: 455px;
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  height: 30px;
  margin: 15px 0;
  font-size: 14px;
}
#schedule_new .schedule_contents table tr td .day-box {
  -webkit-appearance: none;
  border-radius: 2px;
  width: 145px;
  height: 36px;
  border: none;
  padding: 0px;
  background: url(../images/searchArrow.png) no-repeat 105px 0px;
  background-color: #eaeef1;
  margin: 17px 10px 17px 0;
}
#schedule_new .schedule_contents table tr td .time-box {
  -webkit-appearance: none;
  border-radius: 2px;
  width: 115px;
  height: 36px;
  border: none;
  padding: 0px;
  background: url(../images/searchArrow.png) no-repeat 75px 0px;
  background-color: #eaeef1;
  margin: 17px 5px 17px 0;
}
#schedule_new .schedule_contents table tr td span.dayAndTime {
  margin-right: 7px;
}
#schedule_new .schedule_contents table tr td label.allDay-text {
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 3px 0px 0px 6px;
  padding-left: 30px;
}
#schedule_new .schedule_contents table tr td input.all_day {
  display: none;
}
#schedule_new .schedule_contents table tr td .allDay-text:after {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_check.png) no-repeat;
  background-size: 20px 40px;
  content: '';
  z-index: -1;
}
#schedule_new .schedule_contents table tr td .allDay-text:before {
  position: absolute;
  top: 46%;
  left: 0px;
  display: block;
  margin-top: -7px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_check.png) no-repeat 0 -20px;
  background-size: 20px 40px;
  content: '';
  opacity: 0;
  z-index: 2;
}
#schedule_new .schedule_contents table tr td input[type=checkbox]:checked + .allDay-text:before {
  opacity: 1;
}
#schedule_new .schedule_contents table tr td .radioBlock {
  float: left;
  margin-right: 25px;
  margin-top: 12px;
}
#schedule_new .schedule_contents table tr td .radioBlock label.radioBox-text {
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 2px 0px 0px 10px;
}
#schedule_new .schedule_contents table tr td .radioBlock .radioBox-text:after {
  position: absolute;
  top: 48%;
  left: -18px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_radio.png) no-repeat;
  background-size: 20px 40px;
  content: '';
  z-index: 1;
}
#schedule_new .schedule_contents table tr td .radioBlock .radioBox-text:before {
  position: absolute;
  top: 36%;
  left: -18px;
  display: block;
  margin-top: -5px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_radio.png) no-repeat 0px -20px;
  background-size: 20px 40px;
  content: '';
  opacity: 0;
  z-index: 2;
}
#schedule_new .schedule_contents table tr td .radioBlock input[type=radio]:checked + .radioBox-text:before {
  opacity: 1;
}
#schedule_new .schedule_contents table tr td .plan-place {
  clear: both;
}
#schedule_new .schedule_contents table tr td .plan-place p {
  float: left;
  line-height: 5;
}
#schedule_new .schedule_contents table tr td .plan-place .plan-place-input {
  float: left;
  width: 390px;
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  height: 30px;
  margin: 15px 0 15px 40px;
  font-size: 14px;
}
#schedule_new .schedule_contents table tr td .plan-place .classification {
  -webkit-appearance: none;
  border-radius: 2px;
  width: 155px;
  height: 36px;
  border: none;
  padding-left: 10px;
  background: url(../images/searchArrow.png) no-repeat 115px 0px;
  background-color: #eaeef1;
  margin: 17px 10px 17px 14px;
}
#schedule_new .schedule_contents table tr td .plan-place .explanation {
  width: 390px;
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  height: 120px;
  margin: 15px 0 15px 40px;
  font-size: 14px;
}
#schedule_new .schedule_contents table tr td .register {
  float: left;
  width: 455px;
  -webkit-appearance: none;
  background: #ebebeb;
  border: none;
  border-radius: 4px;
  height: 30px;
  margin: 15px 15px 15px 0px;
  font-size: 14px;
}
#schedule_new .schedule_contents table tr td .register-reference {
  float: left;
  margin-top: 15px;
}
#schedule_new .schedule_contents table tr td .register-reference a:hover {
  opacity: 0.7;
}
#schedule_new .schedule_contents table tr td span.error {
  color: #f00;
}
#schedule_new .schedule_contents .btn_box_bottom {
  margin: 25px auto 55px;
  overflow: hidden;
}
#schedule_new .schedule_contents .btn_box_bottom p button {
  background: #fff;
  border: none;
  padding: 0;
}

#legal header {
  height: 59px;
  border-bottom-width: 1px;
  background: #f3f3f3;
  border-image: url(../images/border.png) 2 repeat;
  width: 100%;
  position: fixed;
  z-index: 2;
}
#legal header ul li {
  float: left;
  margin-left: 25px;
}
#legal header ul li a {
  display: block;
  color: #ba1414;
  text-decoration: none;
  font-weight: bold;
  font-weight: 12px;
  line-height: 39px;
}
#legal header .logout {
  float: right;
  padding: 0px 25px;
  text-align: center;
  border-left: solid 1px #cdcdcd;
}
#legal header .logout a {
  text-decoration: none;
  font-weight: bold;
  color: #242424;
  font-size: 12px;
  line-height: 39px;
}

#article-search header {
  height: 59px;
  border-bottom-width: 1px;
  background: #f3f3f3;
  border-image: url(../images/border.png) 2 repeat;
  width: 100%;
  position: fixed;
  z-index: 2;
}

#legal .info-area, #article-search .info-area, #article-detail .info-area {
  background: #fff;
  min-height: 105px;
  font-size: 13px;
  z-index: 1;
}
#legal .info-area .headerLine, #article-search .info-area .headerLine, #article-detail .info-area .headerLine {
  padding-top: 20px;
  margin-bottom: 10px;
  float: left;
}
#legal .info-area .headerLine .infoText, #article-search .info-area .headerLine .infoText, #article-detail .info-area .headerLine .infoText {
  margin-top: 15px;
  margin-left: 25px;
}
#legal .info-area .headerLine .infoText p.title,
#legal .info-area .headerLine .infoText p.name, #article-search .info-area .headerLine .infoText p.title,
#article-search .info-area .headerLine .infoText p.name, #article-detail .info-area .headerLine .infoText p.title,
#article-detail .info-area .headerLine .infoText p.name {
  font-weight: bold;
}
#legal .info-area .headerLine .infoText p, #article-search .info-area .headerLine .infoText p, #article-detail .info-area .headerLine .infoText p {
  margin-right: 8px;
  float: left;
}
#legal .info-area .headerLine .infoTextBottom, #article-search .info-area .headerLine .infoTextBottom, #article-detail .info-area .headerLine .infoTextBottom {
  margin-top: 15px;
  margin-left: 25px;
}
#legal .info-area .headerLine .infoTextBottom p.title,
#legal .info-area .headerLine .infoTextBottom p.name, #article-search .info-area .headerLine .infoTextBottom p.title,
#article-search .info-area .headerLine .infoTextBottom p.name, #article-detail .info-area .headerLine .infoTextBottom p.title,
#article-detail .info-area .headerLine .infoTextBottom p.name {
  font-weight: bold;
}
#legal .info-area .headerLine .infoTextBottom p, #article-search .info-area .headerLine .infoTextBottom p, #article-detail .info-area .headerLine .infoTextBottom p {
  margin-right: 8px;
  float: left;
}
#legal .info-area .select-area, #article-search .info-area .select-area, #article-detail .info-area .select-area {
  float: right;
  margin-right: 25px;
  margin-top: 26px;
}
#legal .info-area .select-area .select, #article-search .info-area .select-area .select, #article-detail .info-area .select-area .select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #legal .info-area .select-area, #article-search .info-area .select-area, #article-detail .info-area .select-area {
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
  }
  #legal .info-area .select-area strong, #legal .info-area .select-area a, #article-search .info-area .select-area strong, #article-search .info-area .select-area a, #article-detail .info-area .select-area strong, #article-detail .info-area .select-area a {
    display: block;
    padding-left: 25px;
  }
  #legal .info-area .select-area a, #article-search .info-area .select-area a, #article-detail .info-area .select-area a {
    position: relative;
    padding: 0;
    width: 70px;
    margin-top: 20px;
    margin-left: 75%;
  }
}
#legal .info-area .backHome, #article-search .info-area .backHome, #article-detail .info-area .backHome {
  margin-bottom: 15px;
  margin-left: 25px;
  clear: both;
  width: 95px;
  height: 30px;
  background-color: #939393;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#legal .info-area .backHome a, #article-search .info-area .backHome a, #article-detail .info-area .backHome a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 95px;
  height: 30px;
  display: block;
}
#legal .legal-title, #article-search .legal-title, #article-detail .legal-title {
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  border-top: 1px solid #e7e7e7;
}

#legal .edit-body .select-info-area {
  padding: 19px;
  background: #f2f2f2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
#legal .edit-body .select-info-area .inner-box {
  padding: 30px 30px 17px;
  background: #fff;
}
#legal .edit-body .select-info-area .inner-box li {
  width: 48%;
  display: inline-block;
  margin-bottom: 15px;
}
#legal .edit-body .select-info-area .inner-box li dt, #legal .edit-body .select-info-area .inner-box li dd {
  display: inline-block;
}
#legal .edit-body .select-info-area .inner-box li dt {
  width: 120px;
  margin-right: -5px;
}
#legal .edit-body .select-info-area .inner-box li dd {
  font-weight: bold;
}
#legal .edit-body .tab-trigger-wrap {
  padding: 0 20px;
  border-bottom: 2px solid #ba1414;
}
#legal .edit-body .tab-trigger-wrap li {
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  float: left;
  margin-right: 1px;
}
#legal .edit-body .tab-trigger-wrap li a {
  height: 38px;
  display: block;
  background-color: #e7e6e6;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  color: #6c6c6c;
  text-decoration: none;
}
#legal .edit-body .tab-trigger-wrap .active a {
  background-color: #ba1414;
  color: #fff;
}
#legal .edit-body .tab-trigger-wrap .tab-w-m {
  width: calc(8% - 1px);
}
#legal .edit-body .tab-trigger-wrap .tab-w-m-l {
  width: calc(11.8% - 1px);
}
#legal .edit-body .tab-trigger-wrap .tab-w-l-s {
  width: calc(15.6% - 1px);
}
#legal .edit-body .tab-trigger-wrap .tab-w-l {
  width: calc(17.3333% - 1px);
}
#legal .edit-body .fixation-hidden-nav {
  display: none;
  width: calc(100% - 20px);
}
#legal .edit-body .fixed {
  position: fixed;
  top: -154px;
  width: 100%;
  z-index: 1;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
#legal .edit-body .tab-change-wrap {
  position: relative;
}
#legal .edit-body .tab-change-wrap .tab-body {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
#legal .edit-body .tab-change-wrap .hidden-table {
  display: none;
}
#legal .edit-body .tab-change-wrap .fixed-thead {
  position: fixed;
  top: -94px;
  width: 100%;
  z-index: 1;
  background: #fff;
  width: calc(100% - 20px);
}
#legal .edit-body .tab-change-wrap .fixed-thead table {
  width: calc(100% - 20px);
}
#legal .edit-body .tab-change-wrap table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
#legal .edit-body .tab-change-wrap table th, #legal .edit-body .tab-change-wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px 5px 6px;
  table-layout: fixed;
}
#legal .edit-body .tab-change-wrap table th {
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
#legal .edit-body .tab-change-wrap table .th1 {
  width: 9.6%;
}
#legal .edit-body .tab-change-wrap table .th2 {
  width: 39.8%;
}
#legal .edit-body .tab-change-wrap table .th3 {
  width: 15.9%;
}
#legal .edit-body .tab-change-wrap table .th4 {
  width: 34.7%;
}
#legal .edit-body .tab-change-wrap table td .td-posi {
  position: relative;
  display: block;
}
#legal .edit-body .tab-change-wrap table td input[type="text"], #legal .edit-body .tab-change-wrap table td input[type="number"] {
  width: 115px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 2px;
  background-color: #ebebeb;
  border: 0;
  font-size: 13px;
}
#legal .edit-body .tab-change-wrap table td .credit {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 13px;
  padding-left: 8px;
  display: inline-block;
}
#legal .edit-body .tab-change-wrap table .td1 {
  width: 64px !important;
}
#legal .edit-body .tab-change-wrap table .td2 {
  width: 51.73%;
}
#legal .edit-body .tab-change-wrap table .td3 {
  width: 9%;
}
#legal .edit-body .tab-change-wrap table .text-center {
  text-align: center;
}
#legal .edit-body .tab-change-wrap table .bg-gray {
  background-color: #f5f5f5;
  font-weight: bold;
}
#legal .edit-body .tab-change-wrap table .bg-gray-s {
  background-color: #f5f5f5;
}
#legal .edit-body .tab-change-wrap table .pt0 {
  padding-top: 0;
}
#legal .edit-body .tab-change-wrap table .border-l {
  border-left: 1px solid #ccc;
}
#legal .edit-body .tab-change-wrap table .border-r-none {
  border-right: 0;
}
#legal .edit-body .tab-change-wrap table .border-b-none {
  border-bottom: 0;
}
#legal .edit-body .tab-change-wrap table .d-inline {
  display: inline;
  margin-left: 5px;
}
#legal .edit-body .tab-change-wrap table .input-wrap {
  padding-top: 10px;
}
#legal .edit-body .tab-change-wrap table .input-wrap.mb {
  margin-bottom: 10px;
}
#legal .edit-body .tab-change-wrap table .text-list dt, #legal .edit-body .tab-change-wrap table .text-list dd {
  margin-bottom: 10px;
}
#legal .edit-body .tab-change-wrap table .text-list dt .input-wrap, #legal .edit-body .tab-change-wrap table .text-list dd .input-wrap {
  padding-top: 5px;
}
#legal .edit-body .tab-change-wrap table .text-list dt {
  font-weight: bold;
}
#legal .edit-body .tab-change-wrap table .text-list dd:last-child {
  margin-bottom: 0;
}
#legal .edit-body .tab-change-wrap table .input-list li {
  margin-bottom: 10px;
}
#legal .edit-body .tab-change-wrap table .input-list li dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#legal .edit-body .tab-change-wrap table tr.futekigou th, #legal .edit-body .tab-change-wrap table tr.futekigou td {
  background: #fffcdb;
}
#legal .edit-body .free-area-wrap {
  border: 1px solid #cdcdcd;
}
#legal .edit-body .free-area-wrap .title {
  height: 49px;
  line-height: 49px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  display: block;
  background-color: #e6e6e6;
  margin-bottom: 18px;
}
#legal .edit-body .free-area-wrap .free-area-body {
  padding: 30px;
}
#legal .edit-body .free-area-wrap .free-area-body dt {
  font-weight: bold;
  margin-bottom: 8px;
}
#legal .edit-body .free-area-wrap .free-area-body .input-title-wrap {
  margin-bottom: 25px;
}
#legal .edit-body .free-area-wrap .free-area-body .input-title-wrap dl {
  width: 470px;
  float: left;
}
#legal .edit-body .free-area-wrap .free-area-body .checkbox-wrap {
  width: 140px;
  float: right;
  padding-top: 30px;
}
#legal .edit-body .free-area-wrap .add-btn-wrap {
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #cdcdcd;
}
#legal .edit-body .free-area-wrap .add-btn-wrap .add-btn {
  float: right;
}
#legal .edit-body .free-area-wrap input[type="text"], #legal .edit-body .free-area-wrap input[type="number"], #legal .edit-body .free-area-wrap textarea {
  border: 0;
  border-radius: 2px;
  background-color: #ebebeb;
}
#legal .edit-body .free-area-wrap input[type="text"], #legal .edit-body .free-area-wrap input[type="number"] {
  width: 470px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 15px;
}
#legal .edit-body .free-area-wrap textarea {
  width: 96.8%;
  height: 110px;
  padding: 15px 1.6%;
}
#legal .edit-body .free-area-wrap label.allDay-text {
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 3px 0px 0px 6px;
}
#legal .edit-body .free-area-wrap .allDay-text:after {
  position: absolute;
  top: 50%;
  right: -31px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/btn_check.png) no-repeat;
  background-size: 20px 40px;
  content: '';
  z-index: 1;
}
#legal .edit-body .free-area-wrap .allDay-text.active:after {
  background: url(../images/btn_check.png) no-repeat left bottom;
  background-size: 20px 40px;
}
#legal .edit-body .free-area-wrap input[type=checkbox]:checked + .allDay-text:before {
  opacity: 1;
}
#legal .edit-body .free-area-wrap .allday {
  opacity: 0;
}
#legal .disqualification-wrap {
  display: none;
  overflow: hidden;
}
#legal .disqualification-wrap td {
  padding: 28px 68px 14px !important;
  background-color: #f5f5f5;
}
#legal .disqualification-wrap td .title {
  margin-bottom: 24px;
  font-weight: bold;
}
#legal .disqualification-wrap td ul {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
#legal .disqualification-wrap td ul li {
  border-bottom: 1px solid #e6e6e6;
}
#legal .disqualification-wrap td ul li dt {
  float: left;
  padding: 15px 0;
  vertical-align: middle;
}
#legal .disqualification-wrap td ul li dd {
  width: 75px;
  min-height: 13px;
  float: right;
  border-left: 1px solid #ccc;
  padding: 15px 0;
  overflow: hidden;
  background: url(../images/legal_checkbox.png) no-repeat center center;
}
#legal .disqualification-wrap td ul li dd input[type="checkbox"] {
  -ms-filter: "alpha(opacity=0)";
  /* IE8 */
  opacity: 0;
  display: inline-block\9;
  cursor: pointer;
}
#legal .disqualification-wrap td ul .c_on dd {
  background: url(../images/legal_checkbox_active.png) no-repeat center center !important;
}
#legal .disqualification-wrap td ul li:last-child {
  border-bottom: 0;
}
#legal .disqualification-wrap.d-block {
  display: table-row;
}
#legal .disqualification-wrap.d-block dd {
  background: none !important;
  text-align: center;
}
#legal .superior-comment td {
  padding: 28px 68px !important;
  background: #ffeaea;
}
#legal .superior-comment td .title {
  font-weight: bold;
  margin-bottom: 24px;
}

#legal .btn {
  display: block;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #be1919;
  box-shadow: 1px 1px 2px #d6d7d7;
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  text-decoration: none;
}
#legal .submit-btn-wrap {
  width: 250px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#legal .submit-btn-wrap .submit-btn {
  width: 250px;
  height: 60px;
  line-height: 60px;
}
#legal .add-btn-wrap {
  width: 150px;
  margin: 0 auto;
}
#legal .add-btn-wrap .add-btn {
  width: 150px;
  height: 40px;
  line-height: 40px;
}

#legal table .select {
  background-position: right top;
  width: 135px;
}
#legal table .select select {
  width: 135px;
}

#legal .select {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  position: relative;
  width: 205px;
  height: 30px;
  background: url(../images/select-bg02.png) no-repeat;
  background-size: 205px 30px;
}
#legal .select p.text {
  padding-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
#legal .select.mini {
  width: 30px;
  padding-right: 30px;
  background-position: right;
}
#legal .select.mini p.text {
  padding: 0;
}
#legal .select select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 30px;
}

#routine header {
  height: 59px;
  border-bottom-width: 1px;
  background: #f3f3f3;
  border-image: url(../images/border.png) 2 repeat;
}
#routine header ul li {
  float: left;
  margin-left: 25px;
}
#routine header ul li a {
  display: block;
  color: #ba1414;
  text-decoration: none;
  font-weight: bold;
  font-weight: 12px;
  line-height: 39px;
}
#routine header .logout {
  float: right;
  padding: 0px 25px;
  text-align: center;
  border-left: solid 1px #cdcdcd;
}
#routine header .logout a {
  text-decoration: none;
  font-weight: bold;
  color: #242424;
  font-size: 12px;
  line-height: 39px;
}

#routine {
  position: relative;
}
#routine .info-area {
  background: none;
  min-height: 105px;
  font-size: 13px;
}
#routine .info-area .headerLine {
  padding-top: 20px;
  margin-bottom: 10px;
  float: left;
}
#routine .info-area .headerLine .infoText {
  margin-top: 15px;
  margin-left: 25px;
}
#routine .info-area .headerLine .infoText p.title,
#routine .info-area .headerLine .infoText p.name {
  font-weight: bold;
}
#routine .info-area .headerLine .infoText p {
  margin-right: 8px;
  float: left;
}
#routine .info-area .headerLine .infoTextBottom {
  margin-top: 15px;
  margin-left: 25px;
}
#routine .info-area .headerLine .infoTextBottom p.title,
#routine .info-area .headerLine .infoTextBottom p.name {
  font-weight: bold;
}
#routine .info-area .headerLine .infoTextBottom p {
  margin-right: 8px;
  float: left;
}
#routine .info-area .select-area {
  float: right;
  margin-right: 25px;
  margin-top: 26px;
}
#routine .info-area .select-area .select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #routine .info-area .select-area {
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
  }
  #routine .info-area .select-area strong, #routine .info-area .select-area a {
    display: block;
    padding-left: 25px;
  }
  #routine .info-area .select-area a {
    position: relative;
    padding: 0;
    width: 70px;
    margin-top: 20px;
    margin-left: 75%;
  }
}
#routine .info-area .backHome {
  margin-bottom: 15px;
  margin-left: 25px;
  clear: both;
  width: 95px;
  height: 30px;
  background-color: #939393;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#routine .info-area .backHome a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 95px;
  height: 30px;
  display: block;
}
#routine .edit-body .select-info-area {
  padding: 19px;
  background: #f2f2f2;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
#routine .edit-body .select-info-area .inner-box {
  padding: 30px 30px 17px;
  background: #fff;
}
#routine .edit-body .select-info-area .inner-box li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 13px;
}
#routine .edit-body .select-info-area .inner-box li dt, #routine .edit-body .select-info-area .inner-box li dd {
  display: inline-block;
}
#routine .edit-body .select-info-area .inner-box li dt {
  margin-right: -5px;
}
#routine .edit-body .select-info-area .inner-box li dd {
  font-weight: bold;
}
#routine .edit-body .add-wrap .title-wrap, #routine .edit-body .accordion-wrap .trigger {
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  padding-left: 34px;
  background: url(../../img/routine_title_icon.png) no-repeat left center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
#routine .edit-body .add-wrap .message-wrap {
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
}
#routine .edit-body .accordion-wrap {
  padding-top: 29px;
}
#routine .edit-body .accordion-wrap .accordion-wrap-s {
  margin-bottom: 15px;
}
#routine .edit-body .accordion-wrap .trigger .finish-box {
  float: right;
  margin-right: 95px;
}
#routine .edit-body .accordion-wrap .trigger .alert-wrap {
  position: absolute;
  top: 0;
  right: 103px;
}
#routine .edit-body .accordion-wrap .trigger .alert-wrap .alert-text {
  font-size: 12px;
  font-weight: bold;
  color: #f00;
}
#routine .edit-body .accordion-wrap .trigger .alert-wrap .num {
  font-size: 14px;
}
#routine .edit-body .accordion-wrap .trigger:after {
  width: 79px;
  height: 48px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../img/routine_accordion_icon.png) no-repeat center center;
  border-left: 1px solid #cdcdcd;
}
#routine .edit-body .accordion-wrap .trigger.active:after {
  background: url(../../img/routine_accordion_icon_active.png) no-repeat center center;
}
#routine .edit-body .accordion-wrap .target-body {
  display: none;
  padding-top: 20px;
}
#routine .edit-body .accordion-wrap .target-body .message-wrap {
  width: 90%;
  margin: 0 auto;
  line-height: 1.67;
}
#routine .edit-body .accordion-wrap .target-body .message-wrap li {
  margin-bottom: 20px;
}
#routine .edit-body .accordion-wrap .target-body .message-wrap li dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#routine .edit-body .accordion-wrap .target-body .comment td {
  background-color: #f5f5f4;
}
#routine .edit-body .accordion-wrap .target-body .comment dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#routine .edit-body .accordion-wrap .target-body .comment dd {
  line-height: 1.67;
}
#routine .edit-body .accordion-wrap .target-body .photo td {
  background-color: #f5f5f4;
}
#routine .edit-body .accordion-wrap .target-body .photo dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#routine .edit-body .accordion-wrap .target-body .photo dd {
  line-height: 1.67;
}
#routine .edit-body .accordion-wrap .target-body .photo dd li {
  width: 23%;
  padding-right: 10px;
  text-align: center;
  float: left;
}
#routine .edit-body .accordion-wrap .target-body .photo dd li img {
  width: 100%;
  height: auto;
}
#routine .edit-body .accordion-wrap .target-body .photo dd li .img-download {
  background: #20a6ba;
  width: 100%;
  height: 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 2px;
  margin-right: 15px;
}
#routine .edit-body .accordion-wrap .target-body .photo dd li .img-download a {
  color: #fff;
  text-decoration: none;
}
#routine .edit-body .accordion-wrap .target-body .photo dd li .img-download a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#routine .edit-body .accordion-wrap .target-body .superior-comment td {
  background-color: #ffefef;
}
#routine .edit-body .accordion-wrap .target-body .superior-comment dt {
  font-weight: bold;
  margin-bottom: 10px;
}
#routine .edit-body .accordion-wrap .target-body .superior-comment dd {
  line-height: 1.67;
}
#routine .edit-body .accordion-wrap .target-body table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 12px;
}
#routine .edit-body .accordion-wrap .target-body table th, #routine .edit-body .accordion-wrap .target-body table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#routine .edit-body .accordion-wrap .target-body table th {
  vertical-align: middle;
  text-align: center;
  line-height: 1.67;
}
#routine .edit-body .accordion-wrap .target-body table .th1 {
  height: 48px;
  padding-top: 10px;
  background-color: #e6e6e6;
}
#routine .edit-body .accordion-wrap .target-body table .th2 {
  height: 38px;
  line-height: 38px;
  padding: 0;
  background-color: #f6f6f6;
}
#routine .edit-body .accordion-wrap .target-body table .th-w3 {
  min-width: 70px;
}
#routine .edit-body .accordion-wrap .target-body table .th-w6 {
  width: 45px;
}
#routine .edit-body .accordion-wrap .target-body table .th-w6e {
  width: 85px;
}
#routine .edit-body .accordion-wrap .target-body table .th-w7 {
  width: 169px;
}
#routine .edit-body .accordion-wrap .target-body table .th-w8 {
  width: 50px;
}
#routine .edit-body .accordion-wrap .target-body table .th-w9 {
  width: 80px;
}
#routine .edit-body .accordion-wrap .target-body table .th-w10 {
  width: 123px;
}
#routine .edit-body .accordion-wrap .target-body table td {
  padding: 14px 7px;
  background-color: #fff;
}
#routine .edit-body .accordion-wrap .target-body table td .btn {
  font-size: 12px;
  padding: 8px;
  background-color: #e6e6e6;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #20a6ba;
  cursor: pointer;
}
#routine .edit-body .accordion-wrap .target-body table td .btn input[type="radio"] {
  -ms-filter: "alpha(opacity=0)";
  /* IE8 */
  opacity: 0;
  display: inline-block\9;
  position: absolute;
  top: 0;
  left: 0;
}
#routine .edit-body .accordion-wrap .target-body table td .btn_empty {
  padding: 10px;
  width: 19px;
}
#routine .edit-body .accordion-wrap .target-body table td .btn.c_on, #routine .edit-body .accordion-wrap .target-body table td .btn.active {
  color: #fff;
  background-color: #20a6ba;
}
#routine .edit-body .accordion-wrap .target-body table td .btn.c_on_border {
  border: 2px solid #f00;
}
#routine .edit-body .accordion-wrap .target-body table td .btn.c_on_back {
  background-color: #20a6ba;
  color: #fff;
  padding: 10px;
  width: 19px;
}
#routine .edit-body .accordion-wrap .target-body table td .btn.c_off {
  color: #bbb;
  background-color: #e6e6e6;
}
#routine .edit-body .accordion-wrap .target-body table td .comp-list li,
#routine .edit-body .accordion-wrap .target-body table td .results-list li {
  float: left;
  margin-right: 4px;
}
#routine .edit-body .accordion-wrap .target-body table td .comp-list li:last-child,
#routine .edit-body .accordion-wrap .target-body table td .results-list li:last-child {
  margin-right: 0;
}
#routine .edit-body .accordion-wrap .target-body table td .comp-list li {
  margin: 5px 0;
  width: 100%;
}
#routine .edit-body .accordion-wrap .target-body table td .td-icon {
  display: inline;
  margin-left: 10px;
}
#routine .edit-body .accordion-wrap .target-body table td .td-icon img {
  vertical-align: middle;
}
#routine .edit-body .accordion-wrap .target-body table .td1 {
  width: 70px;
  text-align: center;
}
#routine .edit-body .accordion-wrap .target-body table .td-lastdate {
  line-height: 1.5;
}
#routine .edit-body .accordion-wrap .target-body .text-bold {
  font-weight: bold;
}
#routine .edit-body .accordion-wrap .target-body .text-center {
  text-align: center;
}
#routine .edit-body .accordion-wrap .target-body .text-left {
  text-align: left;
}
#routine .edit-body .accordion-wrap .target-body .jikaitenken {
  background: #fef;
}
#routine .add-wrap {
  position: relative;
  margin-bottom: 45px;
}
#routine .add-wrap .btn {
  position: absolute;
  top: 8px;
  right: 8px;
}
#routine .modal-content-wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 10000;
}
#routine .modal-content-wrap .modal-list {
  position: relative;
}
#routine .modal-content-wrap .modal-list .routine-modal-content {
  -ms-filter: "alpha(opacity=0)";
  /* IE8 */
  opacity: 0;
  display: inline-block\9;
  position: absolute;
}
#routine .modal-content-wrap .modal-list .routine-modal-content .add-btn {
  position: relative;
  top: 15px;
  right: 0;
  margin: 0 auto;
}
#routine .modal-content-wrap .modal-list .close-btn {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 16px;
  color: #ba1414;
  cursor: pointer;
}
#routine .starting {
  position: absolute;
  top: -12px;
  right: 170px;
  z-index: 999;
}
#routine .starting button {
  background-color: #d0021b;
  color: #fff;
  outline: none;
  border: none;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}
#routine .check_sheet a {
  float: right;
  display: block;
  text-decoration: none;
  font-weight: lighter;
  background-color: #d0021b;
  color: #fff;
  outline: none;
  border: none;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}
#routine .all_check {
  text-align: right;
  margin-bottom: 20px;
}
#routine .all_check input {
  background-color: #d0021b;
  color: #fff;
  outline: none;
  border: none;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 33px;
}
#routine td.text-bold {
  border-bottom: none !important;
}
#routine td.text-bold2 {
  border-bottom: 1px solid #ccc !important;
}

.routine-modal-content {
  width: 728px;
  background-color: #fff;
}
.routine-modal-content .title {
  height: 47px;
  line-height: 47px;
  vertical-align: middle;
  background-color: #f2f2f2;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.routine-modal-content .submit-btn {
  text-decoration: none;
  width: 250px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  padding: 8px;
  background-color: #be1919;
  box-shadow: 1px 1px 2px #d6d7d7;
  border: 0;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.routine-modal-content .modal-action {
  text-align: center;
  padding: 0 15px 20px;
}
.routine-modal-content .modal-body {
  padding: 30px 15px 35px;
}
.routine-modal-content .modal-body p {
  line-height: 1.67;
}
.routine-modal-content .modal-body textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
}
.routine-modal-content .modal-body .add-btn {
  width: 200px;
  height: 30px;
  margin: 20px auto 0 auto;
  line-height: 2;
  display: block;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #be1919;
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  text-decoration: none;
}
.routine-modal-content .modal-body table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 12px;
}
.routine-modal-content .modal-body table th, .routine-modal-content .modal-body table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.routine-modal-content .modal-body table th {
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  background-color: #f6f6f6;
  text-align: center;
  font-weight: bold;
}
.routine-modal-content .modal-body table .th-w1 {
  min-width: 80px;
}
.routine-modal-content .modal-body table td {
  padding: 14px 7px;
  background-color: #fff;
}
.routine-modal-content .modal-body table td .btn {
  font-size: 12px;
  padding: 8px;
  background-color: #e6e6e6;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #20a6ba;
  cursor: pointer;
}
.routine-modal-content .modal-body table td .btn.c_on, .routine-modal-content .modal-body table td .btn.active {
  color: #fff;
  background-color: #20a6ba;
}
.routine-modal-content .modal-body table td .btn.event-done {
  color: #fff;
  background-color: #20a6ba;
}
.routine-modal-content .modal-body .month-list li {
  width: 15px;
  padding-left: 4px !important;
  padding-right: 4px !important;
  float: left;
  margin-right: 4px;
  border: 2px solid white;
}
.routine-modal-content .modal-body .month-list li:last-child {
  margin-right: 0;
}
.routine-modal-content .modal-body .month-list li.event-should-be {
  border: 2px solid red;
}
.routine-modal-content .modal-body .month-list li.event-done {
  color: #fff;
  background-color: #20a6ba;
}
.routine-modal-content .modal-body .text-center {
  text-align: center;
}
.routine-modal-content .file-list {
  padding: 10px 10px 5px;
}
.routine-modal-content .file-list li {
  width: 344px;
  height: 248px;
  padding: 0 5px;
  position: relative;
  float: left;
}
.routine-modal-content .file-list li .fileinput-new.thumbnail {
  width: 344px !important;
  height: 228px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.routine-modal-content .file-list li .fileinput-new.thumbnail img {
  width: 100%;
  height: auto;
}
.routine-modal-content .file-list li .fileinput-preview.fileinput-exists.thumbnail {
  max-width: 344px !important;
  max-height: 228px !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.routine-modal-content .file-list li .fileinput-preview.fileinput-exists.thumbnail img {
  width: 100%;
  height: auto !important;
}
.routine-modal-content .file-list li .btn.btn-default.btn-file {
  width: 344px;
  height: 228px;
  background: url(../images/add-photo.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -200%;
  overflow: hidden;
  display: block;
  background-color: #fff !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.routine-modal-content .file-list li .btn.btn-default.fileinput-exists {
  display: none !important;
}
.routine-modal-content .file-list .fll {
  float: left;
}
.routine-modal-content .file-list .flr {
  float: right;
}
.routine-modal-content .file-list .file-upload {
  text-align: center;
}
.routine-modal-content .file-list .file-upload img {
  max-width: 100%;
  max-height: 248px;
  cursor: pointer;
}
.routine-modal-content .file-list .file-upload input[type="file"] {
  display: none;
}
.routine-modal-content .file-list .file-upload-btn-box .img-btn-block {
  margin-top: -2px;
  display: table-cell;
}
.routine-modal-content .file-list .file-upload-btn-box .img-btn-block a {
  width: 167px;
  height: 25px;
  background: #ba1414;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 2.2;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.routine-modal-content .file-list .file-upload-btn-box .img-btn-block a:nth-child(2) {
  margin-right: 0;
}
.routine-modal-content .file-list .file-upload-btn-box input[type="file"] {
  display: none;
}
.routine-modal-content .close-btn {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 16px;
  color: #ba1414;
  cursor: pointer;
}

#routine .btn {
  display: block;
  vertical-align: middle;
  border-radius: 2px;
  background-color: #be1919;
  border: 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  text-decoration: none;
}
#routine .submit-btn-wrap {
  width: 250px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#routine .submit-btn-wrap .submit-btn {
  width: 250px;
  height: 60px;
  line-height: 60px;
}
#routine .add-btn {
  width: 110px;
  height: 32px;
  line-height: 32px;
}
#routine td.month-list_area ul li.btn {
  font-size: 12px;
  padding: 8px;
  background-color: #e6e6e6;
  border-radius: 2px;
  text-align: center;
  position: relative;
  color: #20a6ba;
  cursor: pointer;
  float: left;
  width: 15px;
  padding-left: 4px !important;
  padding-right: 4px !important;
  margin-right: 4px;
  border: 2px solid white;
}
#routine td.month-list_area ul li:last-child {
  margin-right: 0;
}
#routine td.month-list_area ul li.event-should-be {
  border: 2px solid red;
}
#routine td.month-list_area ul li.event-done {
  color: #fff;
  background-color: #20a6ba;
}

#routine .select {
  display: inline-block;
  position: relative;
  width: 205px;
  height: 30px;
  background: url(../images/select-bg02.png) no-repeat;
  background-size: 205px 30px;
}
#routine .select p.text {
  padding-left: 10px;
  line-height: 30px;
  font-size: 13px;
}
#routine .select.mini {
  width: 30px;
  padding-right: 30px;
  background-position: right;
}
#routine .select.mini p.text {
  padding: 0;
}
#routine .select select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 205px;
  height: 30px;
}

#article-search a {
  text-decoration: none;
}
#article-search button {
  border: none;
}
#article-search input {
  -webkit-appearance: none;
  appearance: none;
}
#article-search .search-form-inner {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
}
#article-search .search-form-inner > p {
  margin-bottom: 10px;
}
#article-search .search-form-inner label {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
#article-search .search-form-inner label:last-child {
  margin-bottom: 5px;
}
#article-search .search-form-inner label span, #article-search .search-form-inner label input {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  border: none;
}
#article-search .search-form-inner label span {
  width: 20%;
  font-size: 12px;
}
#article-search .search-form-inner label input {
  width: 75%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 0 20px;
  background-color: #fff;
}
#article-search .search-form-inner label[for="bukken_keyword"] span {
  width: 50%;
}
#article-search .search-form-inner label[for="bukken_keyword"] input {
  width: 50%;
}
#article-search .search-form-inner label[for="address"] {
  width: 100%;
}
#article-search .search-form-inner label[for="address"] span {
  text-align: center;
  width: 10%;
}
#article-search .search-form-inner label[for="address"] input {
  width: 85%;
}
#article-search .search-form-inner label[for="is_near_bukken"] {
  width: 50%;
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-bottom: 25px;
}
#article-search .search-form-inner label[for="is_near_bukken"] span, #article-search .search-form-inner label[for="is_near_bukken"] div {
  display: inline-block;
  float: left;
  height: 32px;
  line-height: 32px;
  width: 50%;
}
#article-search .search-form-inner label[for="is_near_bukken"] span {
  text-align: center;
}
#article-search .search-form-inner label[for="is_near_bukken"] .toggleBtnBg {
  display: inline-block;
  background-color: #cdcdcd;
  border-radius: 20px;
  width: 70px;
  height: 30px;
  border: 3px solid #cdcdcd;
  position: relative;
}
#article-search .search-form-inner label[for="is_near_bukken"] .toggleBtnBg.btn_on {
  background: #6f6;
}
#article-search .search-form-inner label[for="is_near_bukken"] .toggleBtn {
  outline: none;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
}
#article-search .search-form-inner label[for="is_near_bukken"] .toggleBtn:hover {
  cursor: pointer;
}
#article-search .search-btns {
  padding: 30px 0;
  width: 350px;
  margin: 0 auto;
}
#article-search .search-btns button {
  display: inline-block;
  width: 150px;
  height: 48px;
  line-height: 45px;
  background-color: #20a6ba;
  color: #fff;
  font-size: 13px;
  border-bottom: 3px solid #1a6c78;
  border-radius: 2px;
  margin: 0 10px;
  cursor: pointer;
}
#article-search .result-section {
  margin-top: 20px;
}
#article-search .result-section .result-item-lists li {
  height: 50px;
  padding: 40px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background-color: #f1f1f1;
}
#article-search .result-section .result-item-lists li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#article-search .result-section .result-item-lists li p {
  font-size: 14px;
}
#article-search .result-section .result-item-lists li .item-id, #article-search .result-section .result-item-lists li .item-info, #article-search .result-section .result-item-lists li .item-link {
  display: block;
  float: left;
}
#article-search .result-section .result-item-lists li .item-id {
  width: 20%;
  line-height: 50px;
}
#article-search .result-section .result-item-lists li .item-info {
  width: 60%;
}
#article-search .result-section .result-item-lists li .item-info p {
  line-height: 25px;
}
#article-search .result-section .result-item-lists li .item-link {
  width: 20%;
}
#article-search .result-section .result-item-lists li .item-link a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 150px;
  height: 47px;
  line-height: 47px;
  background-color: #20a6ba;
  color: #fff;
  font-size: 13px;
  border-bottom: 3px solid #1a6c78;
  border-radius: 3px;
}
#article-search .pagination {
  position: relative;
  overflow: hidden;
  margin: 50px 0;
}
#article-search .pagination ul {
  float: left;
  position: relative;
  left: 50%;
}
#article-search .pagination ul li {
  position: relative;
  left: -50%;
  float: left;
  color: #dcdcdc;
  background-color: #fff;
  text-align: center;
  border: 1px solid #dcdcdc;
  margin-right: 10px;
}
#article-search .pagination ul li:last-child {
  margin-right: 0;
}
#article-search .pagination ul li a {
  display: block;
  padding: 15px;
}

#article-detail a {
  color: inherit;
  text-decoration: none;
}
#article-detail > section {
  margin-top: 15px;
}
#article-detail > section.info-area {
  margin-top: 0;
}
#article-detail > section:last-of-type {
  margin-bottom: 15px;
}
#article-detail .bukken-contract-info {
  border: 1px solid #dcdcdc;
}
#article-detail .bukken-contract-info .contract-info-title {
  padding: 20px;
  background-color: #eee;
  border-bottom: 1px solid #dcdcdc;
}
#article-detail .bukken-contract-info .contract-info-title h2 {
  font-weight: 600;
}
#article-detail .bukken-contract-info .contract-info-body {
  padding: 20px;
  padding-bottom: 25px;
}
#article-detail .bukken-contract-info .contract-info-body p {
  display: inline-block;
  float: left;
  width: 33.333333%;
  font-weight: 600;
}
#article-detail .bukken-details-info .detail-info-body {
  padding: 20px;
  border: 1px solid #dcdcdc;
  background-color: #eee;
}
#article-detail .bukken-details-info .detail-info-body p {
  width: 50%;
  display: inline-block;
  float: left;
  margin-bottom: 15px;
}
#article-detail .bukken-details-info .detail-info-body p:nth-child(8n+1) {
  margin-bottom: 0;
}
#article-detail .bukken-map-and-info .left-col, #article-detail .bukken-map-and-info .right-col {
  float: left;
  box-sizing: border-box;
}
#article-detail .bukken-map-and-info .left-col {
  width: 40%;
  margin-right: 15px;
}
#article-detail .bukken-map-and-info .right-col {
  width: calc(60% - 15px);
}
#article-detail .bukken-map-and-info .right-col > section {
  margin-top: 15px;
}
#article-detail .bukken-map-and-info .right-col > section:first-child {
  margin-top: 0;
}
#article-detail .bukken-map-and-info .recent-status {
  border: 1px solid #dcdcdc;
}
#article-detail .bukken-map-and-info .recent-status .recent-status-title {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #eee;
}
#article-detail .bukken-map-and-info .recent-status .recent-status-title h2 {
  font-weight: 600;
}
#article-detail .bukken-map-and-info .recent-status .recent-status-body {
  padding: 20px;
}
#article-detail .bukken-map-and-info .recent-status .recent-status-body p {
  margin-bottom: 15px;
}
#article-detail .bukken-map-and-info .recent-status .recent-status-body p:last-child {
  margin-bottom: 0;
}
#article-detail .bukken-map-and-info .recent-status .recent-status-body p > span {
  margin-left: 50px;
}
#article-detail .bukken-map-and-info .create-new-report {
  border: 1px solid #dcdcdc;
}
#article-detail .bukken-map-and-info .create-new-report .create-new-report-title {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
  background-color: #eee;
}
#article-detail .bukken-map-and-info .create-new-report .create-new-report-title h2, #article-detail .bukken-map-and-info .create-new-report .create-new-report-title a {
  display: inline-block;
  float: left;
}
#article-detail .bukken-map-and-info .create-new-report .create-new-report-title h2 {
  width: 25%;
  font-weight: 600;
  line-height: 38px;
}
#article-detail .bukken-map-and-info .create-new-report .create-new-report-title a {
  width: 34.5%;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  background-color: grey;
  color: #fff;
  margin-left: 3%;
  font-size: 12px;
  text-align: center;
}
#article-detail .bukken-map-and-info .create-new-report .working-contents {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
#article-detail .bukken-map-and-info .create-new-report .working-contents > p, #article-detail .bukken-map-and-info .create-new-report .working-contents > label {
  width: 33.3333%;
  display: inline-block;
  float: left;
}
#article-detail .bukken-map-and-info .create-new-report .working-contents > p {
  font-size: 14px;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li:last-child {
  border-bottom: 0;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-img,
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-info,
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-details {
  float: left;
  margin-right: 4%;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-info {
  width: calc(72% - 102px);
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-info p {
  line-height: 33px;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-img {
  width: 100px;
  height: 100px;
  border: 1px solid #dcdcdc;
  border-radius: 7px;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-img img {
  width: 100px;
  height: 100px;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-details {
  margin-right: 0;
  width: 20%;
  line-height: 100px;
  float: right;
}
#article-detail .bukken-map-and-info .create-new-report .report-item-lists li .report-item-details a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: gray;
  border-radius: 2px;
  width: 100%;
  text-align: center;
}
#article-detail .see-past-report {
  text-align: right;
  margin-bottom: 30px;
}
#article-detail .see-past-report .see-past-report-btn {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 2px;
  background-color: grey;
  text-align: center;
  margin: 20px auto;
}

/*
footer{
	clear: both;
	text-align: center;
	height: 50px;
	background: #f2f2f2;
	width: 100%;
	line-height: 4;
}
*/
#footer-wrap {
  border-top: 1px solid #cdcdcd;
  padding: 10px 0;
  background-color: #f2f2f2;
}
#footer-wrap #copy-right {
  text-align: center;
}

#selection .info-area {
  background: url(../images/info-bg4.jpg) no-repeat center bottom;
  background-image: none;
  background-size: 768px 105px;
  min-height: 105px;
  font-size: 13px;
}
#selection .info-area .headerLine {
  padding-top: 20px;
  margin-bottom: 10px;
  float: left;
}
#selection .info-area .headerLine .infoText {
  margin-top: 15px;
  float: left;
  margin-left: 25px;
}
#selection .info-area .headerLine .infoText p.title,
#selection .info-area .headerLine .infoText p.name {
  font-weight: bold;
}
#selection .info-area .headerLine .infoText p {
  margin-right: 8px;
  float: left;
}
#selection .info-area .headerLine .infoTextBottom {
  margin-top: 15px;
  float: right;
  margin-left: 50px;
}
#selection .info-area .headerLine .infoTextBottom p.title,
#selection .info-area .headerLine .infoTextBottom p.name {
  font-weight: bold;
}
#selection .info-area .headerLine .infoTextBottom p {
  margin-right: 8px;
  float: left;
}
#selection .info-area .select-area {
  float: right;
  margin-right: 25px;
  margin-top: 26px;
}
#selection .info-area .select-area .select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #selection .info-area .select-area {
    padding: 0;
    padding-bottom: 25px;
    margin: 0;
  }
  #selection .info-area .select-area strong, #selection .info-area .select-area a {
    display: block;
    padding-left: 25px;
  }
  #selection .info-area .select-area a {
    position: relative;
    padding: 0;
    width: 70px;
    margin-top: 20px;
    margin-left: 75%;
  }
}
#selection .info-area .backHome {
  margin-bottom: 15px;
  margin-left: 25px;
  clear: both;
  width: 95px;
  height: 30px;
  background-color: #939393;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
#selection .info-area .backHome a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 95px;
  height: 30px;
  display: block;
}
#selection .schedule {
  text-align: center;
  margin-bottom: 40px;
  line-height: 45px;
}
#selection .schedule h2 {
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #cdcdcd;
  border-top: solid 1px #cdcdcd;
  font-weight: bold;
  font-size: 14px;
}
#selection .schedule table {
  width: 100%;
  color: #4c4c4c;
  margin: 0 auto;
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}
#selection .schedule table th {
  text-align: center;
  padding-left: 0px !important;
}
#selection .schedule table th, #selection .schedule table td {
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#selection .schedule table td a {
  margin: 10px;
  border-radius: 2px;
  width: 50px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  float: right;
  background-color: #e6e6e6;
  color: #20a6ba;
  text-decoration: none;
}
#selection .schedule table td.btn {
  text-align: center;
  padding-left: 0px;
}
#selection .schedule table td.btn button {
  color: #fff;
  background-color: #8d8c8d;
  border-radius: 2px;
  border: none;
  outline: none;
  padding: 5px 10px;
}
#selection .schedule_contents {
  margin-top: 30px !important;
}
#selection .schedule_contents .plan-place {
  float: left;
}
#selection .search_area {
  width: 765px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#selection .search_area .plan-place {
  text-align: left;
}
#selection .search_area .plan-place span {
  display: block;
  height: 32px;
}
#selection .search_area .plan-place select {
  margin: 0px;
  -webkit-appearance: none;
  border-radius: 2px;
  width: 155px;
  height: 36px;
  border: none;
  padding-left: 10px;
  background: url(../images/searchArrow.png) no-repeat 115px 0px;
  background-color: #eaeef1;
  margin-right: 20px;
}
#selection .search_area .btn {
  float: left;
  margin-top: 34px;
}
#selection .search_area .btn button {
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  background-color: #8d8c8d;
  color: #fff;
  border-radius: 2px;
  border: none;
  outline: none;
}
#selection .schedule_contents {
  margin: 0 auto;
}
#selection .starting {
  position: absolute;
  top: -12px;
  right: 120px;
  z-index: 999;
}
#selection .starting button {
  background-color: #d0021b;
  color: #fff;
  outline: none;
  border: none;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}
#colorbox .modal  {
  width: 500px;
}
#colorbox .modal img {
  width: 500px;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}


#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
#routine .edit-body .accordion-wrap .target-body table tr.backgray td {
  background-color: #CCC;
  border-color: #FFF;
}
