@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;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* ベース
---------------------------------- */
html {
  height: 100%;
}

body {
  color: #333;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 10px;
  line-height: 1.6;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #0C4C93;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
  opacity: 0.80;
  -moz-opacity: 0.80;
  filter: alpha(opacity=80);
}
a:hover img {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

.btn:hover {
  opacity: 0.70;
  -moz-opacity: 0.70;
  filter: alpha(opacity=70);
}

/* レイアウト　*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}
aside {
  border: 1px solid #F0B8B6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
aside .keyword {
  padding: 10px 3%;
}
aside .keyword .title {
  margin-bottom: 6px;
}
aside .keyword .title img {
  vertical-align: -2px;
  margin-right: 8px;
}
aside .keyword .title span {
  font-size: 14px;
  font-weight: bold;
}
aside .place .title {
  padding: 10px 3% 5px;
  border-bottom: 2px solid #CB0D07;
}
aside .place .title img {
  vertical-align: 0;
  margin-right: 8px;
}
aside .place .title span {
  font-size: 14px;
  font-weight: bold;
}
aside .place .list-half {
  border-bottom: 1px solid #D6D6D6;
}
aside .place .list-half li:last-child {
  border-bottom: none;
}
aside .place .list-half ul {
  display: none;
  width: 100%;
  border-top: 1px solid #D6D6D6;
}
aside .place .list-half ul li {
  width: 94%;
  padding-left: 6%;
}
aside .job {
  margin: 20px 0 15px;
}
aside .job .title {
  padding: 5px 3%;
  border-bottom: 2px solid #CB0D07;
}
aside .job .title img {
  vertical-align: 0;
  margin-right: 8px;
}
aside .job .title span {
  font-size: 14px;
  font-weight: bold;
}
aside .job p a {
  display: block;
  border-top: 1px solid #D6D6D6;
  margin-left: 28px;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  text-decoration: underline;
}
aside .job p a img {
  margin-right: 5px;
  vertical-align: -2px;
}
aside .condition {
  margin: 20px 0 15px;
}
aside .condition .title {
  padding: 5px 3%;
  border-bottom: 2px solid #CB0D07;
}
aside .condition .title img {
  vertical-align: -1px;
  margin-right: 8px;
}
aside .condition .title span {
  font-size: 14px;
  font-weight: bold;
}
aside form .input-text {
  width: 90%;
  border: 1px solid #AAA;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 5%;
  font-size: 12px;
}
aside form .list-half {
  overflow: hidden;
}
aside form .list-half li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
}
aside form .list-half li label {
  display: block;
  padding: 10px 3%;
  font-size: 12px;
}
aside form .list-half li label input {
  margin-right: 5px;
}
aside form .list-all li {
  border-bottom: 1px solid #D6D6D6;
}
aside form .list-all li label {
  display: block;
  padding: 10px;
  font-size: 12px;
}
aside form .list-all li label input {
  margin-right: 5px;
}
aside form .list-tag li {
  display: inline-block;
  padding: 10px 0 0 10px;
}
aside form .list-tag li label {
  display: inline-block;
  font-size: 12px;
}
aside form .list-tag li label input {
  margin-right: 5px;
}
aside form .btn-area {
  overflow: hidden;
  padding: 0 3% 10px;
}
aside form .btn-area .btn {
  display: block;
  float: left;
  width: 48%;
  height: 37px;
}
aside form .btn-area .btn input {
  height: 37px;
  font-size: 14px;
  font-weight: bold;
}
aside form .btn-area .btn:nth-child(2) {
  float: right;
}
aside form .btn-area .btn.btn-search {
  float: none;
  width: 100%;
}
aside form .btn-area.btn-area-first {
  display: none;
}
aside.job-aside .place {
  display: none;
}
aside.job-aside .job {
  display: none;
}
aside.job-aside .condition {
  display: none;
}
aside.job-aside form .btn-area .btn.btn-search {
  display: none;
}

@media screen and (min-width: 640px) {
  aside {
    float: left;
    width: 260px;
    margin-bottom: 0;
  }
  aside .keyword {
    padding: 15px 20px 5px;
  }
  aside .keyword .title {
    font-size: 14px;
  }
  aside .keyword .title img {
    width: 24px;
    height: auto;
  }
  aside .keyword .title span {
    font-size: 18px;
  }
  aside .place {
    padding: 20px 20px 5px;
  }
  aside .place .title {
    margin-bottom: 8px;
    padding: 0 0 4px;
  }
  aside .place .title img {
    width: 24px;
    height: auto;
  }
  aside .place .title span {
    font-size: 18px;
  }
  aside .place .list-half {
    border-bottom: none;
  }
  aside .place .list-half ul {
    border: none;
  }
  aside .job {
    margin: 0;
    padding: 20px 20px 5px;
  }
  aside .job .title {
    margin-bottom: 8px;
    padding: 0 0 4px;
  }
  aside .job .title img {
    width: 24px;
    height: auto;
  }
  aside .job .title span {
    font-size: 18px;
  }
  aside .job p a {
    border-top: none;
    margin-left: 20px;
    padding: 2px 0;
  }
  aside .condition {
    margin: 0;
    padding: 20px 20px 5px;
  }
  aside .condition .title {
    margin-bottom: 8px;
    padding: 0 0 4px;
  }
  aside .condition .title img {
    width: 24px;
    height: auto;
    vertical-align: -3px;
  }
  aside .condition .title span {
    font-size: 18px;
  }
  aside form .list-half li {
    float: none;
    width: 100%;
    border-bottom: none;
  }
  aside form .list-half li label {
    padding: 2px 0;
    font-size: 14px;
  }
  aside form .list-all li {
    border-bottom: none;
  }
  aside form .list-all li label {
    padding: 2px 0;
    font-size: 14px;
  }
  aside form .list-tag li {
    padding: 7px 10px 0 0;
  }
  aside form .list-tag li label {
    font-size: 14px;
  }
  aside form .btn-area {
    padding: 10px 20px 20px;
  }
  aside.job-aside .place {
    display: block;
  }
  aside.job-aside .job {
    display: block;
  }
  aside.job-aside .condition {
    display: block;
  }
  aside.job-aside form .btn-area .btn {
    display: none;
  }
  aside.job-aside form .btn-area .btn.btn-search {
    display: block;
  }
  aside form .btn-area.btn-area-first {
    display: block;
  }
  aside form .btn-area.btn-area-first {
    padding-bottom: 0;
  }

  .right-contents {
    float: right;
    width: 680px;
  }
}
header {
  position: relative;
  background: url(../images/header_bg.gif) repeat-x 0 0;
}
header#header-resources {
  background-image: url(../images/header_resource_bg.gif);
}
header#header-company {
  background-image: url(../images/header_company_bg.gif);
}
header .navi {
  height: 50px;
  margin: 0 10px;
}
header .logo img {
  width: auto;
  height: 50px;
}
header .description,
header .tel,
header .btns,
header .btn-favorite,
header .btn-register,
header .sub-navi {
  display: none;
}
header .sp-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 142px;
  height: 50px;
}
header .sp-btn li a {
  display: block;
  border-left: 1px solid #FFF;
  float: left;
  width: 70px;
  height: 50px;
  text-align: center;
  font-size: 8px;
  font-weight: 8px;
  color: #FFF;
}
header .sp-btn li a img {
  display: block;
  margin: 8px auto 2px;
}
header .sp-btn li:last-child img {
  margin: 10px auto 3px;
}
header .main {
  width: 100%;
  height: auto;
}
header .sp-menu {
  display: none;
  position: absolute;
  background: #FFF;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .sp-menu .header {
  background: #000;
  overflow: hidden;
  height: 50px;
}
header .sp-menu .header p {
  float: left;
  margin-left: 20px;
  font-size: 17px;
  line-height: 50px;
  font-weight: bold;
  color: #FFF;
}
header .sp-menu .header a {
  display: block;
  float: right;
  width: 50px;
  margin-right: 10px;
  font-size: 8px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
header .sp-menu .header a img {
  display: block;
  margin: 10px auto 2px;
}
header .sp-menu ul li a,
header .sp-menu ul li span {
  border-bottom: 1px solid #D6D6D6;
  display: block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}
header .sp-menu ul li a img,
header .sp-menu ul li span img {
  margin-right: 10px;
  vertical-align: -5px;
}
header .sp-menu ul li li a,
header .sp-menu ul li li span {
  height: 34px;
  line-height: 34px;
  padding-left: 40px;
}
header .sp-menu ul li li li a {
  padding-left: 60px;
}
header .sp-menu .tel {
  display: block;
  margin: 20px 0 15px;
  text-align: center;
  font-size: 12px;
}
header .sp-menu .tel img {
  display: block;
  margin: 0 auto 4px;
}
header .sp-menu .btns {
  display: block;
  width: 280px;
  margin: 0 auto 15px;
}
header .sp-menu .btns .btn {
  width: 138px;
  height: 36px;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
header .sp-menu .btns .btn a {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
  height: 34px;
  line-height: 34px;
}
header .sp-menu .btns .btn:last-child {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
header .sp-menu .btns .btn:last-child a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
header .sp-menu .btn-register {
  display: block;
  width: 280px;
  margin: 0 auto 15px;
  height: 36px;
}
header .sp-menu .btn-register a {
  height: 34px;
  line-height: 34px;
}

@media screen and (min-width: 640px) {
  header {
    height: 90px;
  }
  header .bg-subnavi {
    background: url(../images/bg_second.gif) no-repeat 50% 51px;
    height: 90px;
  }
  header#header-resources .bg-subnavi {
    background-image: url(../images/bg_second_resource.gif);
  }
  header#header-company .bg-subnavi {
    background-image: url(../images/bg_second_company.gif);
  }
  header .inner {
    position: relative;
    width: 990px;
    margin: 0 auto;
  }
  header .inner .logo {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 100;
  }
  header .inner .logo img {
    width: 160px;
    height: 90px;
  }
  header .inner .description {
    display: block;
    position: absolute;
    top: 10px;
    left: 149px;
    color: #FFF;
  }
  header .inner .tel {
    display: block;
    position: absolute;
    top: 24px;
    left: 149px;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
  }
  header .inner .tel span {
    margin-left: 5px;
    font-size: 10px;
    font-weight: normal;
  }
  header .inner .btns {
    display: block;
    position: absolute;
    top: 9px;
    left: 548px;
    width: 200px;
    height: 30px;
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  header .inner .btns .btn {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
  }
  header .inner .btns .btn a {
    display: block;
    float: left;
    width: 96px;
    height: 26px;
    line-height: 26px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
  }
  header .inner .btns .btn:first-child {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #CCC;
  }
  header .inner .btns .btn:first-child a {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
  }
  header .inner .btn-favorite {
    display: block;
    position: absolute;
    top: 9px;
    right: 127px;
    width: 100px;
    height: 28px;
    border: 2px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  header .inner .btn-favorite a {
    width: 98px;
    height: 26px;
    line-height: 26px;
  }
  header .inner .btn-register {
    display: block;
    position: absolute;
    top: 9px;
    right: 15px;
    width: 100px;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  header .inner .btn-register a {
    width: 98px;
    height: 28px;
    line-height: 28px;
  }
  header .inner .main {
    position: absolute;
    top: 70px;
    left: 15px;
    width: 960px;
  }
  header .sp-btn,
  header .sp-menu {
    display: none;
  }
  header .sub-navi {
    display: block;
    position: absolute;
    background: url(../images/bg_subnavi.gif) no-repeat 0 0;
    z-index: 200;
    top: 51px;
    left: 129px;
    width: 850px;
    height: 38px;
  }
  header .sub-navi li a {
    background: url(../images/subnavi_slash.gif) no-repeat 100% 50%;
    display: block;
    float: left;
    padding: 0 25px 0 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  header .sub-navi li a img {
    vertical-align: 2px;
    margin-right: 5px;
  }
  header .sub-navi li a:hover {
    text-decoration: none;
  }
  header .sub-navi li.totop a {
    background: none;
    width: 234px;
    padding: 0;
    text-align: center;
  }
  header .sub-navi li.totop a img {
    vertical-align: -6px;
  }
  header .sub-navi li.tocompany a {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 17px;
  }
  header .sub-navi li.tocompany a img {
    vertical-align: -6px;
  }
  header .sub-navi li.toresource a {
    background: none;
    padding: 0;
    text-align: center;
    font-size: 17px;
  }
  header .sub-navi li.toresource a img {
    vertical-align: -6px;
  }
  header#header-resources .totop a {
    width: 250px;
  }
  header#header-resources .tocompany a {
    width: 214px;
  }
  header#header-resources .toresource a {
    width: 280px;
  }
  header#header-resources .sub-navi {
    background-image: url(../images/bg_subnavi_resource.gif);
  }
  header#header-company .totop a {
    width: 216px;
  }
  header#header-company .tocompany a {
    width: 232px;
  }
  header#header-company .toresource a {
    width: 280px;
  }
  header#header-company .sub-navi {
    background-image: url(../images/bg_subnavi_company.gif);
  }
  header#top-header {
    height: 370px;
  }
  header#top-header .inner .description {
    top: 15px;
  }
  header#top-header .inner .tel {
    top: 17px;
    left: 453px;
  }
  header#top-header .inner .tel span {
    display: block;
    margin: 5px 0 0;
  }
  header#top-header .inner .btns {
    top: 14px;
    left: 654px;
    height: 36px;
  }
  header#top-header .inner .btns .btn a {
    height: 32px;
    line-height: 32px;
  }
  header#top-header .inner .btn-register {
    top: 15px;
    height: 36px;
  }
  header#top-header .inner .btn-register a {
    height: 32px;
    line-height: 32px;
  }
}
footer .banner-area {
  border-top: 1px solid #DADADA;
  padding: 20px 0 5px;
  text-align: center;
}
footer .banner-area li {
  margin-bottom: 15px;
}
footer .banner-area li table {
  margin: 0 auto;
}
footer .pagetop {
  margin: 0;
}
footer .pagetop a {
  background: #333;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #FFF;
}
footer .pagetop img {
  margin-right: 5px;
  vertical-align: 2px;
}
footer .inner-footer {
  background: #EAEAEA;
}
footer .inner-footer .link {
  padding: 4px 0 16px;
  text-align: center;
}
footer .inner-footer .link li {
  display: inline-block;
}
footer .inner-footer .link li a {
  display: inline-block;
  text-decoration: underline;
  padding: 13px 10px 0;
  color: #333;
}
footer#top-footer .banner-area {
  border-top: none;
}

@media screen and (min-width: 640px) {
  footer {
    margin: 30px auto 0;
  }
  footer .banner-area {
    width: 960px;
    overflow: hidden;
    border-bottom: 1px solid #DADADA;
    margin: 0 auto;
    padding: 20px 0;
    text-align: left;
  }
  footer .banner-area li {
    float: left;
    margin: 0 20px 0 0;
  }
  footer .pagetop {
    width: 960px;
    margin: 0 auto;
  }
  footer .pagetop a {
    background: #FFF;
    height: 50px;
    line-height: 50px;
    text-align: right;
    color: #333;
  }
  footer .inner-footer {
    padding-bottom: 10px;
  }
  footer .inner-footer .link {
    padding: 6px 0;
    text-align: center;
  }
  footer .inner-footer .link li a {
    padding: 6px 8px 0;
  }
}
footer .copyright {
  margin: 0 3%;
  padding: 10px 0;
  border-top: 1px solid #FFF;
  font-size: 10px;
  text-align: center;
  color: #999;
}

@media screen and (min-width: 640px) {
  footer .copyright {
    margin: 0;
    padding: 0;
    border-top: none;
  }
}
