/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
h2 {
  font-size: 1.5em;
  margin: 0;
}
h3 {
  font-size: 1.17em;
  margin: 0;
}
h4 {
  font-size: 1em;
  margin: 0;
}
h5 {
  font-size: 0.83em;
  margin: 0;
}
h6 {
  font-size: 0.67em;
  margin: 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0 0 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: bottom;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   CCS customize
   ========================================================================== */
body,
html {
  margin: 0 !important;
  padding: 0 !important;
}
ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #005FBB;
}
a:hover {
  text-decoration: none;
  color: #003E7B;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* [Mixin] */
/*------------------------------------------------

    グローバル

------------------------------------------------*/
body {
  font-size: 14px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  background-color: #fff;
}
strong {
  font-weight: bold;
  color: #ef5b10;
}
a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
img {
  max-width: 100%;
}
a:link {
  text-decoration: none;
  color: #555;
}
a:active {
  text-decoration: none;
  color: #555;
}
a:visited {
  text-decoration: none;
  color: #555;
}
a:hover {
  text-decoration: none;
  color: #888;
}
#footer a:link {
  text-decoration: none;
  color: #fff;
}
#footer a:active {
  text-decoration: none;
  color: #fff;
}
#footer a:visited {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
  color: #ddd;
}
input {
  width: 70%;
}
input#submit {
  width: 110px;
}
textarea {
  width: 70%;
}
/*------------------------------------------------

    汎用クラス

------------------------------------------------*/
.box {
  padding: 30px 10px 10px 30px;
}
.width-m {
  width: 100%;
  margin: 0 auto;
}
.radius {
  border-radius: 10px;
}
.attention {
  font-size: 10px;
  color: #B20000;
}
/* 汎用リスト */
ul.list {
  padding: 0 20px;
}
ul.list li {
  list-style-type: disc;
  list-style-position: inside;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}
/* 汎用リスト */
ol.list {
  padding: 0 20px;
}
ol.list li {
  list-style-type: decimal;
  list-style-position: inside;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}
/* 汎用テーブル */
table.table-type01 {
  width: 100%;
}
table.table-type01 th {
  border-bottom: dotted 1px #bbb;
  padding: 10px 10px 10px 0;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}
table.table-type01 th.submit-btn {
  text-align: center;
}
table.table-type01 td {
  border-bottom: dotted 1px #bbb;
  padding: 10px 0;
}
/* 画像の左右寄せ */
img.right {
  float: right;
  margin: 0 0 10px 10px;
}
img.left {
  float: left;
  margin: 0 10px 10px 0;
}
/* 見出し */
.hBg01 {
  background: url(../img/hBg01.png) 0 0 no-repeat;
  height: 61px;
  line-height: 61px;
  text-align: center;
}
.hBg01 img {
  vertical-align: middle;
}
#b01,
#b02,
#b03,
#b04,
#b05,
#b06,
#b07,
#b08 {
  margin: 30px 0;
}
/*------------------------------------------------

    レイアウト



------------------------------------------------*/
body #wrap {
  padding: 0 0 20px;
  position: relative;
  min-height: 600px;
  width: 100%;
  margin: 0 auto;
  border-top: solid 5px #468C00;
}
body #wrap h1 {
  font-size: 100%;
  margin: 0 0 5% 0;
  padding: 0.7% 0 0 0;
}
body #wrap #header {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}
body #wrap #header #s-gnav {
  display: none;
}
body #wrap #header #gnav {
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
  zoom: 1;
  margin-bottom: 25px;
}
body #wrap #header #gnav:after {
  content: "";
  display: block;
  clear: both;
}
body #wrap #header #gnav li {
  float: left;
  width: 13.2%;
  padding: 0 0 0 8.4%;
}
body #wrap #header #gnav li:first-child {
  padding: 0;
}
body #wrap #header li.rogin {
  position: absolute;
  top: 0.5em;
  right: 0;
}
body #wrap #content {
  width: 85%;
  border-radius: 10px;
  max-width: 770px;
  padding: 10px 15px;
  background: url("../img/cont-bg.png") repeat;
  margin: 30px auto;
}
/**
 * フッター
 */
#footer {
  height: 90x;
  background-color: #333333;
  font-size: 85%;
  color: #fff;
}
#footer .wrap {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  *zoom: 1;
  zoom: 1;
}
#footer .wrap:after {
  content: "";
  display: block;
  clear: both;
}
#footer .wrap ul {
  float: left;
  list-style-image: url("../img/li-type.png");
  margin-bottom: 2em;
}
#footer .wrap table {
	clear:both;
	padding:5px 0 ;
}
#footer .wrap ul li {
  display: inline-block;
  margin-right: 1em;
  list-style-image: url("../img/li-type.png");
}
#footer .address {
  float: right;
  font-style: normal;
  color: #fff;
  margin: 1em;
}
#footer .address dl {
  margin: 0 !important;
}
#footer .address dl dt {
  float: left;
  font-weight: bold;
}
#footer .address dl dd {
  float: left;
  margin-left: 1em;
  font-size: 77%;
}
#footer .geoSSL{float:left;}

#footer p {
  clear: both;
}
/*------------------------------------------------

    トップページ / top

------------------------------------------------*/
#top #wrap {
  background: none;
  border: none;
  padding: 0;
}
#top #wrap h1 {
  font-size: 100%;
  margin: 10% 0;
}
#top #wrap .h-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
}
#top #wrap #header {
  width: 13.8%;
  max-width: 250px;
  max-height: 700px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 21%;
  z-index: 100;
}
#top #wrap #header #s-gnav {
  display: none;
}
#top #wrap #header #gnav .top {
  display: none;
}
#top #wrap #header #gnav li {
  float: none;
  margin: 8% 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
#top #wrap #header #gnav li img {
  width: 42.4%;
}
#top #wrap #header #gnav li.rogin {
  position: relative;
}
#top #content {
  width: 100%;
  margin: 0 auto;
  max-width: 1065px !important;
  margin: 0 auto !important;
  padding: 10px 0 !important;
}
#top #content #b01 p {
  *zoom: 1;
  zoom: 1;
}
#top #content #b01 p:after {
  content: "";
  display: block;
  clear: both;
}
#top #content #b01 p img {
  float: left;
  max-width: 33.3%;
  margin: 0;
}
/*--- スライダー　---*/
.bx-wrapper {
  margin: 0 auto !important;
  max-width: 1680px !important;
}
.bx-controls {
  display: none !important;
}
.bx-wrapper .bx-viewport {
  background: #fff !important;
}
menu,
ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}
/*------------------------------------------------

    ディスプレイサイズが1680px以上のとき


------------------------------------------------*/
@media screen and (min-width: 1680px) {
  #top #header {
    left: 18% !important;
  }
}
/*------------------------------------------------

    ノルドラムご紹介 / company

------------------------------------------------*/
#company #wrap {
  background: url("../img/company/bg.jpg") no-repeat center top;
}
#company #wrap #b02 iframe {
  width: 100%;
  margin: 0 auto ;
  border: solid 1px #bbb;
}
/*------------------------------------------------

    採用情報 / recruit
------------------------------------------------*/
#recruit #wrap {
  background: url("../img/recruit/bg.jpg") no-repeat center top;
}
/*------------------------------------------------

    パートナーリンク / link
------------------------------------------------*/
#link #wrap {
  background: url("../img/link/bg.jpg") no-repeat center top;
}
#link #wrap #content #b01 {
  *zoom: 1;
  zoom: 1;
}
#link #wrap #content #b01:after {
  content: "";
  display: block;
  clear: both;
}
#link #wrap #content #b01 dl {
  border: solid 1px #888;
  padding: 1.2%;
  width: 40.1%;
  text-align: center;
  margin: 3.5%;
  float: left;
  border-radius: 10px;
}
#link #wrap #content #b01 dl dt {
  font-size: 15px;
  font-weight: bold;
}
#link #wrap #content #b01 dl dd {
  margin: 0;
}
/*------------------------------------------------

    お問い合せ / contact
------------------------------------------------*/
#contact #wrap {
  background: url("../img/contact/bg.jpg") no-repeat center top;
}
/*------------------------------------------------

    個人情報保護方針 / privacy
------------------------------------------------*/
#privacy #wrap {
  background: url("../img/privacy/bg.jpg") no-repeat center top;
}
#privacy #wrap dl dt {
  font-weight: bold;
  margin: 0 0 5px 0;
  border-bottom: solid 2px #468c00;
  color: #366C00;
}
/*------------------------------------------------

    サイトマップ / sitemap
------------------------------------------------*/
#sitemap #wrap {
  background: url("../img/sitemap/bg.jpg") no-repeat center top;
}
/*------------------------------------------------

    スマホ

------------------------------------------------*/
@media screen and (max-width: 941px) {
  #wrap {
    width: 100%;
  }
  #side {
    display: none;
  }
  #main {
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  /*------------------------------------------------

    スマホ共通 / 
------------------------------------------------*/
  #b01,
  #b02,
  #b03,
  #b04,
  #b05,
  #b06,
  #b07,
  #b08 {
    margin: 1em 0;
  }
  body #wrap h1 {
    width: 216px;
    margin: 10px 0 0 10px !important;
  }
  body #wrap h1 img {
    width: 80%;
  }
  body #wrap #header #gnav {
    display: none;
  }
  body #wrap #header #s-gnav {
    display: table !important;
    margin-top: 0.8em !important;
    width: 100%;
  }
  body #wrap #header #s-gnav li {
    display: table-cell !important;
    padding: 1em 0.5em;
    background: url("../img/s-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-right: dotted 1px #555555;
    border-top: solid 1px #555555;
    border-bottom: solid 1px #555555;
    margin: 0.7em 0 1em 0;
    text-align: center;
    vertical-align: middle;
    font-size: 80%;
  }
  body #wrap #header #s-gnav li.rogin {
    top: -1em;
    right: -0.5em;
    padding-right: 0;
    border: none;
    background: none;
  }
  body #wrap #header #s-gnav li.rogin img {
    width: 70%;
  }
  body #wrap #content {
    margin: 1em auto 1em auto;
  }
  /*------------------------------------------------

    トップ / top
------------------------------------------------*/
  #top #wrap .bx-wrapper {
    margin: 7.5em auto 0 auto !important;
  }
  #top #wrap .h-bg img.h_bg {
    display: none;
  }
  #top #wrap #header {
    background-color: #ddd;
    width: 100%;
    max-width: 641px ;
    max-height: auto ;
    top: -7.5em;
    left: 0;
    text-align: left;
  }
  #top #wrap #header #s-nav {
    position: relative;
  }
  #top #wrap #header li.rogin {
    position: absolute;
    right: -0.5em;
    top: -1em;
    padding-right: 0;
  }
  /*------------------------------------------------

    パートナーリンク / link
------------------------------------------------*/
  #link #wrap #content #b01 dl {
    width: 39.7%;
  }
}
