@charset "utf-8";

/* common
---------------------------------------------------*/
.spOnly {
  display: none !important;
}

/*body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

main .inner,
footer .inner {
  width: 1160px;
}

main {
  overflow: hidden;
  margin: 0 auto 100px;
}*/

@media only screen and (max-width:768px) {
  .spOnly {
    display: block !important;
  }

  span.spOnly {
    display: inline !important;
  }

  .pcOnly {
    display: none !important;
  }

  body {
    min-width: inherit;
  }

  .inner {
    width: 100%;
  }

  main .inner {
    width: 96%;
  }

  footer .inner {
    width: 92%;
  }

  main {
    margin: 58px auto 75px;
  }

  img {
    width: 100%;
    height: auto;
  }
}


/* linkBtn
---------------------------------------------------*/
.linkBtn {
  width: 300px;
  margin-top: 26px;
}

.linkBtn a {
  display: block;
  /*font-size: 1.4em; /*14px*/
  line-height: 1.4;
  padding: 20px 10px 20px 31px;
  border: 1px solid #6082b2;
  border-radius: 4px;
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
}

.linkBtn.window a {
  padding-right: 35px;
}

.linkBtn.pdf a {
  padding-right: 39px;
  padding-left: 50px;
}

.linkBtn a:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
  border-right: 1px solid #6082b2;
  border-top: 1px solid #6082b2;
  transform: rotate(45deg);
}

.linkBtn.pdf a:before {
  border: none;
  transform: none;
  width: 24px;
  height: 24px;
  left: 16px;
  background: url("../img/common/ico_pdf.png") no-repeat center;
  background-size: 24px 24px;
}

.linkBtn.window a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/common/ico_window_24x24.png") no-repeat center;
  background-size: 12px 12px;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.linkBtn.pdf a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/ico_dl.png") no-repeat center;
  background-size: 16px 16px;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width:768px) {
  .linkBtn {
    width: 100%;
    margin-top: 15px;
  }

  .linkBtn a {
    padding: 16px 10px 16px 25px;
  }

  .linkBtn.window a {
    padding-right: 31px;
  }

  .linkBtn.pdf a {
    padding-right: 35px;
    padding-left: 44px;
  }

  .linkBtn a:before {
    left: 10px;
  }

  .linkBtn.pdf a:before {
    left: 10px;
  }

  .linkBtn.window a:after,
  .linkBtn.pdf a:after {
    right: 14px;
  }
}


/* backBtn
---------------------------------------------------*/
#backBtn {
  display: table;
  overflow: hidden;
  margin: 50px auto 0;
}

body.Recruit#jobs #backBtn li:first-child {
  margin-top: 0;
}

body.Information #backBtn .linkBtn {
  float: left;
  margin-top: 0;
}

body.Information #backBtn .linkBtn+.linkBtn {
  margin-left: 100px;
}

@media only screen and (max-width:768px) {
  #backBtn {
    display: block;
  }

  body.Information #backBtn .linkBtn {
    float: none;
  }

  #backBtn .linkBtn+.linkBtn {
    margin: 9px 0 0 !important;
    
  }
}


/* printPage
---------------------------------------------------*/
.printPage .h2_wrapper {
  margin-bottom: 0 !important;
}

.printPage .printBtn {
  margin-bottom: 16px;
}

@media only screen and (max-width:768px) {
  .printPage .h2_wrapper {
    margin-bottom: 15px !important;
  }
}


/* printBtn
---------------------------------------------------*/
.printBtn {
  overflow: hidden;
}

.printBtn span {
  /*font-size: 1.2em; /*12px*/
  border: 1px solid #6082b2;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 14px 10px 42px;
  background: url("../img/common/ico_print.png") no-repeat 14px center;
  margin-top: 16px;
  float: right;
}

.printBtn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.printBtn a {
  color: inherit !important;
  text-decoration: none !important;
}


/* archiveList
---------------------------------------------------*/
.archiveList > ul {
  border-top: 2px dotted #ccc;
}

.archiveList ul > li {
  border-bottom: 2px dotted #ccc;
}

.archiveList ul > li a {
  display: block;
}

.archiveList ul > li a:hover {
  background-color: #f7f7f7;
}

.archiveList dl {
  clear: both;
  overflow: hidden;
  padding: 18px 10px;
}

.entryDate {
  /*font-size: 1.3em; /*13px*/
  letter-spacing: 0.05em;
  float: left;
  margin: 3px 20px 0 0;
}

.entryCategory {
  color: #fff;
  /*font-size: 1.2em; /*12px*/
  letter-spacing: 0.05em;
  border-radius: 2px;
  padding: 4px 0;
  text-align: center;
  width: 106px;
  margin-right: 15px;
  float: left;
}

@media all and (-ms-high-contrast: none) { /* IE */
  .archiveList .entryCategory {
    padding: 5px 0 3px;
  }
}

.entryCategory.news      { background-color: #6082b2; }
.entryCategory.important { background-color: #d83246; }
.entryCategory.closure   { background-color: #54a892; }
.entryCategory.recruit   { background-color: #d381a2; }
.entryCategory.event     { background-color: #ad927b; }

.archiveList .entryTitle {
  /*font-size: 1.4em; /*14px*/
  line-height: 1.4;
}

@media only screen and (max-width:768px) {
  .archiveList > ul,
  .archiveList > ul > li {
    border-width: 1px;
  }

  .archiveList ul > li a:hover {
    background: none;
  }

  .archiveList dl {
    padding: 10px 0;
  }

  .entryDate {
    /*font-size: 1.4em; /*14px*/
    letter-spacing: normal;
    margin: 1px 15px 0 0;
  }

  .archiveList .entryCategory {
    /*font-size: 1.1em; /*11px*/
    padding: 3px 0;
    width: 95px;
    margin: 0;
  }

  .archiveList .entryTitle {
    clear: both;
    float: none;
    padding-top: 5px;
    line-height: 1.2;
  }
}

@media all and (-ms-high-contrast: none) and (max-width:768px) { /* IE */
  .archiveList .entryCategory {
    padding: 4.5px 0 1.5px;
  }
}




/* select
---------------------------------------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

#catNav select {
  border: 1px solid #6082b2;
  padding: 23px 58px 23px 23px;
  background: url("../img/common/ico_arrow_select.png") no-repeat right center;
  background-size: 35px 10px;
  margin: 0;
  vertical-align: middle;
  background-color: #fff;
  /*font-size: 1.5em; /*15px*/
  border-radius: 4px;
}

@media only screen and (max-width:768px) {
  #catNav select {
    width: 100%;
  }
}
