@charset "utf-8";

body * {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  color: #333333;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    sans-serif;
  font-size: 100%;
  background-color: #fff;
}
img {
  border: none;
}
dl {
  margin: 10px 0;
}
dt {
  margin: 10px 0 10px 0;
  font-weight: bold;
}
dd {
  margin: 0px 0 0px 0;
}
th {
  text-align: left;
}
hr {
  height: 1px;
  color: #999999;
}

input[type="submit"] {
  font-size: 170%;
  padding: 0 2%;
}
.inquiryTable {
  width: 90%;
}
.error {
  color: #ff0000;
  font-weight: bold;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
/* ------------------------------------------------------------------------------------------ */

/* クリア */
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clearfix + * {
  clear: both;
}
.cb {
  clear: both;
}

/*ボタン系 */
.button {
}
.button ul {
  margin-left: 0 !important;
}
.button a {
  display: block;
  font-size: 14px;
  background-color: #eeeeee;
  border: #999999 1px solid;
  margin: 0 5px;
  color: #333333;
  text-decoration: none;
  padding: 2px 10px 1px 10px;
  border-radius: 5px;
  line-height: 18px;
  list-style: none;
  text-align: center;
}
.button a:hover {
  background-color: #ccc !important;
}

.drawer-nav .button a {
  border: #999999 1px solid;
}
.drawer-nav .btnAccent a {
  color: #fff;
}

.btnAccent a {
  background-color: #d96d00 !important;
  border-color: #d96d00 !important;
  color: #fff;
}
.btnAccent a:hover {
  background-color: #d98d20 !important;
  color: #fff !important;
}

.btnNormal a {
  background-color: #009cfd;
  border-color: #009cfd;
  color: #fff;
  margin: 10px;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: bold;
}
.btnNormal a:hover {
  background-color: #73b9ff !important;
  border-color: #73b9ff;
}

/*ぱんくずリスト */
#topicPath {
  margin: 0;
  padding: 0px 0px 11px 0px;
  font-size: 0.8em;
  line-height: 1.25em;
}

#topicPath li {
  display: inline;
  list-style-type: none;
}
#topicPath li:before {
  content: " > ";
}
#topicPath li:first-child:before {
  content: "";
}

#topicPath strong {
  color: #999;
}

/*content */
#content h1 {
  border-left: #009cfd 7px solid;
  padding: 12px 0px 12px 5px;
  font-weight: bold;
  letter-spacing: -0.1px;
  margin: 0px 0 15px 0;
}
#content h2 {
  background: #eeeeee;
  font-size: 18px;
  padding: 10px 10px 10px 12px;
  margin: 30px 0 20px 0;
  border-bottom: #009cfd 3px solid;
  clear: both;
}
#content h3 {
  border-left: #003498 7px solid;
  font-size: 16px;
  padding: 3px 10px;
  border-bottom: #003498 1px dotted;
  margin: 10px 0 30px 15px;
  clear: both;
}
#content h4 {
  margin-left: 16px;
  font-size: 16px;
}

#content .button {
  margin: 10px 0 25px 0;
  text-align: center;
}
#content .button ul {
}
#content .button ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0px 0px 0px;
}

#content #job01 a {
  background-image: url(../img/job01.png?1);
}
#content #job02 a {
  background-image: url(../img/job02.png?1);
}
#content #job03 a {
  background-image: url(../img/job03.png?1);
}
#content #job04 a {
  background-image: url(../img/job04.png?1);
}

/* content内だけのボタン */
#content .btnDetail a {
  padding: 20px 10px 20px 88px;
  font-size: 18px;
  margin: 10px;
  font-weight: bold;
  text-align: left;
  background-repeat: no-repeat;
}
#content .btnDetail li {
  width: 48%;
}
#content .more {
  text-align: right;
  margin-top: 0px;
}

#content .photo img {
  border: 5px solid #eee;
}
#content .back {
  text-align: center;
  margin: 20px 0;
}

.strong {
  font-weight: bold;
}
.materialImg {
  float: right;
  margin: 0 0 12px 10px;
  text-align: center;
}

.materialImgDouble {
  display: flex;
  text-align: center;
}

.flame {
  background-color: #d6efff;
  padding: 10px;
  margin: 50px 10px 40px 10px;
  clear: both;
}

/*index.htm*/
#detail .toContact {
  margin-top: 80px;
}
.example {
}
.example h3 {
  background-color: #f8f0ff;
  font-weight: bold;
  color: #666;
  margin: 10px 5px 20px 15px !important;
  padding: 5px 0 0 20px !important;
  text-align: center;
  border: none !important;
}
.example p {
  padding: 0px 0 0 20px;
}

.cookMenu {
  width: 90% !important;
}
.cookMenu .header th {
  width: 33%;
}

.jobInfo {
  width: 95% !important;
  margin-bottom: 20px;
}
.jobInfo th {
  width: 20%;
}
.jobInfo td {
  width: 80%;
}
#content .jobInfo p {
  margin-left: 0;
}
#content .jobInfo h3 {
  border: none;
  margin: 0 0 -10px 0;
  padding: 0 0 0 0px;
}
#content .jobInfo ul {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 40px 0;
}
#content .jobInfo li {
  list-style: none;
  padding: 0 0 0 0px;
}

.table {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}
.table th {
  background-color: #009cfd;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
.table td {
  padding: 8px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
#tidyingAfter {
  margin-top: -30px;
}
#tidyingAfter span img {
  border: none !important;
}
#menu #sm-facebook {
  margin: 40px 0 40px 0;
}

footer {
  background: #99d7fe;
}
footer #copyright {
  background: #009cfd;
}
footer #copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#pageTop a {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 50px;
  hegiht: 66px;
  padding: 1em 0 1em 2px;
  background: #0e45a0;
  border-radius: 256px;
  z-index: 2;
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a:before,
#pageTop a:after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0px;
  height: 0px;
  margin-left: -10px;
  border: 10px solid transparent;
}

#pageTop a:before {
  top: 50%;
  margin-top: -13px;
  border-bottom: 10px solid #0e45a0;
}
#pageTop a:after {
  top: 50%;
  margin-top: -15px;
  z-index: -1;
  border-bottom: 10px solid #fff;
}
