@charset "UTF-8";

/* リセット用CSSをインポート */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
  color: #555;
  line-height: 1.8;
  padding: 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*表組み*/
table {
  width: 100%;
  margin-bottom: 10px;
}

th,
td {
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}

th {
  font-weight: bold;
  width: 100px;
  width: 70px;
}

thead th {
  background: #387922;
  color: #fff;
  border: 1px solid #387922;
  text-align: center;
}

.shname {
  font-size: 14px;
  font-size: 0.875rem;
}

.service li {
  display: inline-block;
  padding: 2px 5px;
  background: #f3f3f3;
  margin: 0 5px 5px 0;
  white-space: nowrap;
  font-size: 10px;
  font-size: 0.625rem;
}

.main_service {
  color: #fff;
}

.serv0.main_service {
  background: #ff9100 !important;
}

.serv1.main_service {
  background: #7ab9da !important;
}

.serv2.main_service {
  background: #9bbd6e !important;
}

.serv3.main_service {
  background: #cd7bd9 !important;
}

.tit {
  background: #387922;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.btn_del .del {
  display: inline-block;
  padding-top: 5px;
  width: 1rem;
  height: 1rem;
}

@page {
  margin: 10mm;
}

@media print {
  body {
    width: 210mm;
  }

  th,
  td {
    font-size: 12px;
    font-size: 0.75rem;
  }

  th {
    width: 80mm;
  }
}