@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =====================================================================================
  common class

  update: 13/09/09
  
  memo  : 
        通常フォント：font-size: 13px -> line-height: 22px; 
        見出し：    font-size: 30px -> line-height: ---; margin: ---; padding: 40px 0 30px;
        中見出し： font-size: 16px -> line-height: inherit;

        グローバル汎用クラスはアッパーキャメルで定義、記述する
        例：
          .GlobalClasses

  snipet:
        
        - background
            background: url("# {$IMG_PATH_CMN}bg.png") repeat 50% 0;

        - absolute position
        @extend %abs;

====================================================================================== */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* IE7pfloat */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
body {
  font-size: 13px;
  color: #333333;
  font-family: 'Roboto','Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
  overflow: auto;
  -webkit-background-size: 100%;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

#logo {
  float: left;
  position: relative;
  font-size: 15px;
}
#logo img {
  width: 150px !important;
}
#logo span {
  display: none;
  position: absolute;
  right: -6px;
  bottom: -12px;
  color: #ccc;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 10px;
}

#header {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0 0px;
}

#global {
  overflow: hidden;
  width: 100%;
  z-index: 9999;
  padding-bottom: 20px;
}

#menu {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  float: right;
  overflow: hidden;
  margin: 0 auto;
  padding: 4px 0 0;
}
#menu li {
  float: left;
  margin-left: 43px;
}

#container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

#copyright {
  clear: both;
  padding: 70px 0 30px;
  color: #ccc;
  text-align: right;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
}

.block {
  position: relative;
}

br.clear {
  display: none;
}

#description {
  text-align: center;
  padding: 90px 0 50px;
  display: none;
}
#description p {
  font-size: 18px;
  letter-spacing: 1px;
  display: inline;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
}

.pageTitle {
  text-align: center;
  /* color: #fff; */
  margin: 60px auto;
  margin: 120px auto;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 3px;
  /*border-bottom: 1px dashed #333;*/
  display: table;
}

.entry:after {
  content: "";
  display: table;
  width: 160px;
  height: 1px;
  /*border-top: 1px solid #eee;*/
  margin: 30px auto 0;
}
.entry .inner {
  background: #f3f3f3;
  /*background: url("/img/common/bg02.jpg") repeat 0 0;*/
  overflow: hidden;
  padding: 30px;
  margin-bottom: 60px;
}
.entry figure {
  background: #f3f3f3;
  float: right;
  width: 40%;
  margin-top: 6px;
}
.entry .info {
  font-family: 'Roboto','Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  background: #fff;
  display: inline;
}

.entry .info > span {
  display: inline-block;
  padding: 3px 6px;
}

.entry .info .sitename {
  font-size: 15px;
}
.entry .info .credit br {
  display: none;
}
.entry .info .siteurl {
  font-size: 11px;
  word-break: break-word;
}
.entry .info .copy {
  font-size: 10px;
}
.entry .info .jlng {
  font-weight: bold;
}
.entry .info a {
  position: relative;
}
.entry .info a:before {
  content: '';
  background: #fff;
  border: 1px solid #649ac2;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: -11px;
  top: 4px;
}
.entry .info a:after {
  content: '';
  background: #fff;
  border: 1px solid #649ac2;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  right: -14px;
  top: 1px;
}
.entry .info a:hover {
  background: #333;
  color: #fff;
}

.block {
  clear: both;
  overflow: hidden;
}

.block {
  clear: both;
  overflow: hidden;
  padding: 45px 0 45px;
  margin: 0 auto;
  border-bottom: 1px dashed #ddd;
}
.block:last-of-type {
  border-bottom: none;
}
.block .title {
  text-align: center;
  color: #999;
  text-align: left;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 38px;
  width: 300px;
  float: left;
}
.block .detail {
  line-height: 32px;
  letter-spacing: 1px;
  float: left;
  width: 650px;
  overflow: hidden;
}
.block .detail li {
  overflow: hidden;
  clear: both;
}
.block .detail .key {
  font-weight: bold;
  float: left;
  width: 150px;
}
.block .detail .value {
  float: left;
  width: 340px;
}

.msg {
  margin: 200px auto;
  padding: 0 0 3px;
  text-align: center;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dashed #333;
  display: table;
}

.under {
  margin: 0px auto 200px;
  padding: 0 0 3px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 27px;
  ont-family: 'Roboto','Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: normal;
  display: table;
}

#recruit .pageTitle {
  margin-bottom: 100px;
}
#recruit #message {
  text-align: center;
  line-height: 28px;
  padding-bottom: 120px;
}
#recruit .block {
  padding: 15px 0;
  border-bottom: none;
  width: 800px;
}
#recruit .block .title, #recruit .block .detail {
  line-height: 28px !important;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #logo {
    float: none;
    position: relative;
    display: table;
    margin: 0 auto 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
    font-size: 18px;
  }
  #logo img {
    width: 150px !important;
  }
  #logo span {
    position: absolute;
    right: -6px;
    bottom: -12px;
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 18px;
  }

  #global {
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    padding-bottom: 20px;
  }

  #menu {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 4px 0 0;
    display: table;
    width: 100%;
  }
  #menu li {
    float: none;
    display: table-cell;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 19.3%;
  }

  #message {
    padding-bottom: 60px !important;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #message br {
    display: none;
  }

  #map_canvas {
    /*height: 200px !important;*/
  }

  .pageTitle {
    text-align: center;
    /* color: #fff; */
    margin: 60px auto 80px !important;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 3px;
    /*border-bottom: 1px dashed #333;*/
    display: table;
  }

  .block {
    clear: both;
    overflow: visible;
    padding: 15px 0 45px;
    margin: 0 auto;
    /*border-bottom: none;*/
    width: 80% !important;
  }
  .block:last-of-type {
    border-bottom: none;
  }
  .block .title {
    text-align: center;
    color: #999;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 28px;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .block .detail {
    line-height: 28px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    overflow: visible;
    text-align: center;
  }
  .block .detail li {
    overflow: hidden;
    clear: both;
  }
  .block .detail .key {
    font-weight: bold;
    float: none;
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  .block .detail .value {
    float: none;
    width: 100%;
  }

/*  .entry:after {
    content: "";
    display: table;
    width: 160px;
    height: 1px;
    border-top: 1px solid #eee;
    margin: 30px auto;
  }*/
  .entry .inner {
    background: #f3f3f3;
    /*background: url("/img/common/bg02.jpg") repeat 0 0;*/
    overflow: hidden;
    padding: 30px;
    margin-bottom: 20px;
  }
  .entry figure {
    background: #f3f3f3;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .entry .info {
    font-family: 'Roboto','Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    background: #fff;
    display: inline;
  }
  .entry .info > span {
    font-family: 'Roboto','Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    background: #fff;
    display: inline;
    margin-bottom: 6px;
  }
  .entry .info .sitename {
    font-size: 15px;
  }
  .entry .info .siteurl {
    font-size: 11px;
  }
  .entry .info .copy {
    font-size: 10px;
  }
  .entry .info .jlng {
    font-weight: bold;
  }
  .entry .info a {
    position: relative;
  }
  .entry .info a:before {
    content: '';
    background: #fff;
    border: 1px solid #649ac2;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -11px;
    top: 4px;
  }
  .entry .info a:after {
    content: '';
    background: #fff;
    border: 1px solid #649ac2;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -14px;
    top: 1px;
  }
  .entry .info a:hover {
    background: #333;
    color: #fff;
  }
}
@media only screen and (max-width: 540px) {
  #logo {
    float: none;
    position: relative;
    display: table;
    margin: 0 auto 30px;
  }
  #logo img {
    width: 150px !important;
  }
  #logo span {
    position: absolute;
    right: -6px;
    bottom: -12px;
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 10px;
  }

  #header {
    padding: 40px 0 0px;
  }

  #global {
    overflow: hidden;
    width: 100%;
    z-index: 9999;
    padding-bottom: 20px;
  }

  #menu {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 4px 0 0;
    display: table;
    width: 100%;
  }
  #menu li {
    float: none;
    display: table-cell;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 23.3%;
  }

  #message {
    padding-bottom: 60px !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
    line-height: 24px !important;
  }
  #message br {
    display: none;
  }

  #map_canvas {
    /*height: 200px !important;*/
  }

  .pageTitle {
    text-align: center;
    /* color: #fff; */
    margin: 40px auto 40px !important;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 3px;
    /*border-bottom: 1px dashed #333;*/
    display: table;
  }

  .block {
    clear: both;
    overflow: visible;
    padding: 15px 0 20 px;
    margin: 0 auto;
    /*border-bottom: none;*/
    width: 100% !important;
  }
  .block:last-of-type {
    border-bottom: none;
  }
  .block .title {
    text-align: left;
    color: #999;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 24px;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .block .detail {
    line-height: 24px !important;
    letter-spacing: 1px;
    float: none;
    width: 100%;
    overflow: visible;
    text-align: left;
  }
  .block .detail li {
    overflow: hidden;
    clear: both;
  }
  .block .detail .key {
    font-weight: bold;
    float: none;
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  .block .detail .value {
    float: none;
    width: 100%;
  }

  #container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
  }

  /*.entry:after {
    content: "";
    display: table;
    width: 160px;
    height: 1px;
    border-top: 1px solid #eee;
    margin: 30px auto;
  }*/
  .entry .inner {
    background: #f3f3f3;
    /*background: url("/img/common/bg02.jpg") repeat 0 0;*/
    overflow: hidden;
    padding: 15px 15px;
    margin-bottom: 20px;
  }
  .entry figure {
    background: #f3f3f3;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .entry .info {
    font-family: 'Roboto','Noto Sans JP', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
    letter-spacing: 1px;
    background: #fff;
    display: inline;
  }
  .entry .info > span {
    padding: 0 3px;
  }
  .entry .info .sitename {
    font-size: 13px;
    margin-bottom: 6px;
    display: inline-block;
  }
  .entry .info .credit br {
    display: initial;
  }
  .entry .info .siteurl {
    font-size: 11px;
    display: inline-block;
    margin-top: 6px
  }
  .entry .info .copy {
    font-size: 10px;
  }
  .entry .info .jlng {
    font-weight: bold;
  }
  .entry .info a {
    position: relative;
  }
  .entry .info a:before {
    content: '';
    background: #fff;
    border: 1px solid #649ac2;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -11px;
    top: 4px;
  }
  .entry .info a:after {
    content: '';
    background: #fff;
    border: 1px solid #649ac2;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: -14px;
    top: 1px;
  }
  .entry .info a:hover {
    background: #333;
    color: #fff;
  }

  #companyAccess .title {
    margin-bottom: 10px;
  }

  #recruit .block .title, #recruit .block .detail {
    line-height: 24px !important;
  }
}
/* ======================================================
  TOP

  memo	: 
  			

======================================================= */
