/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize-scss 3.0.2+normalize.3.0.2 | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

/**
 * 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: 1.5em 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../js/boxsizing.htc);
  /*	If you need support for IE7 and lower make
  	sure the boxsizing.htc file is linked properly.
  	More info here:  https://github.com/Schepp/box-sizing-polyfill */
}

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* 	DEFAULT ROW STYLES
	Set bottom padding according to preference */
.row {
  padding-bottom: 0em;
}

/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }

  .gutters .col:first-child {
    margin-left: 0;
  }
}
/*	COLUMN WIDTH ON DISPLAYS +768px
	You might need to play with media queries here to suite your design. */
@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    width: 100%;
  }

  .gutters .span_1 {
    width: 6.5%;
  }

  .gutters .span_2 {
    width: 15.0%;
  }

  .gutters .span_3 {
    width: 23.5%;
  }

  .gutters .span_4 {
    width: 32.0%;
  }

  .gutters .span_5 {
    width: 40.5%;
  }

  .gutters .span_6 {
    width: 49.0%;
  }

  .gutters .span_7 {
    width: 57.5%;
  }

  .gutters .span_8 {
    width: 66.0%;
  }

  .gutters .span_9 {
    width: 74.5%;
  }

  .gutters .span_10 {
    width: 83.0%;
  }

  .gutters .span_11 {
    width: 91.5%;
  }

  .gutters .span_12 {
    width: 100%;
  }
}
dl.hrz dt {
  float: left;
  clear: left;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: 14px/22px 'Hiragino Kaku Gothic ProN W3',Meiryo,sans-serif;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.header {
  background: url(../images/border-blue-dark.png) 0 0 repeat-x;
  box-sizing: border-box;
}
.header div.container {
  background: url(../images/border-lightblue.png) 0 0 no-repeat;
}
.header #logo {
  margin: 25px 0 36px;
  padding: 0;
  width: 132px;
  height: 56px;
  background: url(../images/logo_ksa_head.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header #logo a {
  display: block;
  height: 56px;
}
.header .globalnav ul {
  margin: 25px 0 0 40px;
  padding: 0;
}
.header .globalnav ul li {
  display: inline-block;
  box-sizing: border-box;
  width: 146px;
  box-sizing: border-box;
  vertical-align: middile;
  text-align: center;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.header .globalnav ul li:hover {
  background: #e5f0f3;
  border-radius: 4px;
  cursor: pointer;
}
.header .globalnav ul li a {
  display: inline-block;
  padding-top: 30px;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  color: #221814;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middile;
  background-position: center 8px;
  background-repeat: no-repeat;
}
.header .globalnav ul li a:hover {
  color: #00a2d3;
}
.header .globalnav ul li:before, .header .globalnav ul li:after {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
}
.header .globalnav ul .company a {
  background-image: url(../images/ico_bldg.png);
}
.header .globalnav ul .service a {
  background-image: url(../images/ico_floder.png);
}
.header .globalnav ul .media a {
  background-image: url(../images/ico_media.png);
}
.header .globalnav ul .recruit a {
  background-image: url(../images/ico_recr.png);
}
.header .globalnav ul .contact a {
  background-image: url(../images/ico_mail.png);
}

.footer {
  background: #006786;
  color: #fff;
  *zoom: 1;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer:before, .footer:after {
  display: table;
  content: "";
}
.footer:after {
  clear: both;
}
.footer > .container {
  position: relative;
  padding: 36px 0 10px;
}
.footer address {
  clear: both;
  font-family: Courier New, sans-serif;
  font-size: 0.8em;
  text-align: center;
}
.footer .upper {
  *zoom: 1;
}
.footer .upper:before, .footer .upper:after {
  display: table;
  content: "";
}
.footer .upper:after {
  clear: both;
}
.footer .upper h3 {
  margin: 0;
  font-weight: normal;
}
.footer .upper h3 span {
  display: block;
  font-family: Georgia,seif;
  font-size: 14px;
}
.footer .footer-logo {
  float: left;
  margin-right: 20px;
}
.footer .company-ft {
  font-size: .9em;
}
.footer .company-ft dl {
  clear: both;
}
.footer .company-ft dl dt {
  float: left;
  width: 7em;
}
.footer .company-ft dl dd {
  margin-left: 7em;
}
.footer .company-ft dl dd ul {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}
.footer .company-ft dl dd ul li i {
  margin-right: 3px;
}
.footer .company-ft dl dd .contact-phone {
  font-family: Courier New, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}
.footer .co img {
  float: left;
  margin-right: 12px;
}
.footer .co h3 {
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
}
.footer .co h3 span {
  display: block;
  font-family: Georgia, serif;
}
.footer nav {
  float: right;
}
.footer ul.footnav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul.footnav li {
  display: inline-block;
  margin-right: 2em;
}
.footer ul.footnav li:before {
  margin-right: 3px;
  content: "\f105";
  font-family: "FontAwesome";
}
.footer ul.footnav li a {
  padding: 5px;
}
.footer ul.footnav li a:hover {
  background: #19caff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.footer .contactinfo {
  margin: 30px 0 10px;
  padding: 2px;
  border: 1px dotted #fff;
  *zoom: 1;
}
.footer .contactinfo:before, .footer .contactinfo:after {
  display: table;
  content: "";
}
.footer .contactinfo:after {
  clear: both;
}
.footer .contactinfo dt {
  float: left;
  margin-right: 10px;
  padding: 0 1em;
  background: #fff;
  color: #33b5dc;
  line-height: 28px;
}
.footer .contactinfo dd {
  float: left;
  margin: 0;
  padding: 0 1em;
  line-height: 28px;
}
.footer .contactinfo dd i {
  margin-right: 4px;
}
.footer .contactinfo dd a {
  text-decoration: none;
}
.footer .contactinfo .contact-phone {
  font-family: Courier New, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.pagetop {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 8em;
  height: 40px;
  box-sizing: border-box;
  background: #006786;
  color: #fff;
  text-align: center;
}
.pagetop a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
}
.pagetop a:hover {
  color: #ccc;
}
.pagetop a i {
  margin-right: 3px;
  vertical-align: middle;
}

.more {
  margin: 5px 0;
  text-align: right;
}

.svclist {
  margin: 0;
}
.svclist dt {
  margin: 0;
  padding: 0 8px;
}
.svclist dd {
  margin: 0 0 18px;
  padding: 0 8px 18px;
  border-bottom: 1px dotted #d36900;
  font-size: 12px;
  line-height: 1.4;
}
.svclist dd a {
  color: #d36900;
  text-decoration: none;
}
.svclist dd a:hover {
  text-decoration: underline;
}

.serv h2 {
  margin: 0 0 20px;
  padding: 0 0 5px;
  color: #864300;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 3px solid #33b5dc;
  margin: 0 0 20px;
}
.serv .more a {
  color: #d36900;
}
.serv .more a:hover {
  text-decoration: none;
}

.banners {
  margin: 30px 0 10px;
  padding: 0;
}
.banners li {
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}

.feature {
  margin: 0 0 36px;
  height: 416px;
}
.feature .container {
  padding: 70px 0 0 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.8;
  text-shadow: 1px 1px 1px #fff;
}

.home h2 {
  margin: 0 0 30px;
  padding: 0 0 3px;
  color: #d36900;
  font-size: 16px;
  border-bottom: 3px solid #33b5dc;
}
.home .content {
  padding-bottom: 40px;
}

/* information */
.update {
  margin: 0;
  height: 600px;
  overflow: auto;
}
.update dt {
  float: left;
  clear: left;
  width: 9em;
}
.update dd {
  margin-bottom: 0.8em;
  margin-left: 9em;
}
.update dd .newstitle {
  display: block;
  font-weight: bold;
}

#pagetitle {
  background: #33b5dc;
  height: 138px;
}
.company #pagetitle .container {
  background: url(../images/ksa_company.jpg) center top no-repeat;
}
.service #pagetitle .container {
  background: url(../images/ksa_service.jpg) center top no-repeat;
}
.media #pagetitle .container {
  background: url(../images/ksa_media.png) center top no-repeat;
}
.recruit #pagetitle .container {
  background: url(../images/recruit_header.jpg) center top no-repeat;
}
.contact #pagetitle .container {
  background: url(../images/contact_header.jpg) center top no-repeat;
}
#pagetitle h1 {
  margin: 0 0 0 10px;
  font-size: 24px;
  line-height: 138px;
  text-shadow: 0 1px 1px #444;
}
.company #pagetitle h1 {
  color: #fff;
  text-shadow: 0 1px 1px #eee;
}

.content {
  margin-top: 38px;
  margin-bottom: 40px;
}

.sec-header {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 5px 0;
  color: #864300;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 3px solid #00a2d3;
}
.sec-header span {
  margin-left: 4px;
  color: #d36900;
  font-size: 12px;
}
.sec-header:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 200px;
  border-bottom: 3px solid #19caff;
}

h3.smheader {
  margin: 0 0 10px;
  padding-left: 4px;
  color: #864300;
  font-size: 18px;
  border-left: 4px solid #864300;
}

dl.hrz dt {
  float: left;
  clear: left;
}

dl.dlbrdr {
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}
dl.dlbrdr dt {
  float: left;
  clear: left;
  padding: 10px 0;
  width: 16em;
  border-top: 1px dotted #ccc;
}
dl.dlbrdr dt:first-child {
  border-top: none;
}
dl.dlbrdr dt:first-child + dd {
  border-top: none;
}
dl.dlbrdr dd {
  margin-left: 16em;
  margin-bottom: .8em;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  overflow: hidden;
}

.company #main ul {
  margin: 0;
  padding: 0;
}
.company #main ul li {
  margin: 0;
  line-height: 1.8;
  list-style: none;
}
.company #main dl {
  margin: 0 0 20px;
}
.company #main dl dd {
  margin: 0 0 10px;
}
.company #main i {
  margin-right: 5px;
}
.company #main .fa-phone {
  color: #c00;
}
.company .addresslist {
  font-size: 12px;
}
.company .grpsummary dt {
  width: 8em;
}
.company .grpsummary dd {
  margin-left: 8em;
}

.service .lead {
  margin: 0 0 45px;
  padding: 30px 20px;
  background: url(../images/service_img.png) center center no-repeat;
}
.service .lead p {
  margin: 0 0 45px;
  color: #006475;
  font-size: 20px;
  line-height: 2em;
  text-shadow: 0 1px 1px #333;
}
.service .servcols {
  margin-bottom: 30px;
}
.service .servcols .col:nth-child(4) {
  margin-left: 0;
}
.service .servcols > *:first-child + * + * + * {
  margin-left: 0;
}
.service .servcols h3 {
  margin: 0 0 10px;
  color: #006475;
  font-size: 14px;
}
.service .servcols p {
  margin: 0 0 10px;
  font-size: 12px;
}

.media #main .row {
  padding: 10px 0;
}
.media .mcol {
  padding: 12px 10px;
  background: #ebf1f3;
  border: 10px solid #c5d8df;
  min-height: 218px;
  text-align: center;
}
.media .mcol p {
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
}
.media h3.medititle {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 300;
}
.media .banner img {
  border: 1px solid #ccc;
}
.media .mediurl {
  color: #864300;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-top: 1px dotted #00a2d3;
  border-bottom: 1px dotted #00a2d3;
  line-height: 2.4;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.media .mediurl:hover {
  background: #864300;
  color: #fff;
  cursor: pointer;
}
.media .mediurl:hover a {
  color: #fff;
}
.media .mediurl a {
  color: #d36900;
  text-decoration: none;
}

.recr-categ {
  border-radius: 6px;
  background: #f5deb3;
}
.recr-categ .col {
  padding: 0 16px;
}
.recr-categ h3 {
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

dl.recruitinfo dt {
  float: left;
  clear: left;
  width: 12em;
}
dl.recruitinfo dd {
  margin-left: 12em;
  margin-bottom: 1.8em;
}
dl.recruitinfo dd ul, dl.recruitinfo dd ol {
  margin-left: 20px;
  padding-left: 0;
}
dl.recruitinfo dd dl {
  margin: 0;
}
dl.recruitinfo dd .child1 dt {
  float: none;
  clear: none;
  width: auto;
  display: inline;
  padding: 2px 1em;
  background: #ffe4c4;
  border-radius: 4px;
}
dl.recruitinfo dd .child1 dd {
  margin-top: 4px;
  margin-left: 1em;
}
dl.recruitinfo dd .child2 dt {
  clear: none;
  width: 6em;
}
dl.recruitinfo dd .child2 dd {
  margin-left: 7em;
  margin-bottom: 0.5em;
}

ol.entryflow li i {
  display: block;
  margin-left: 1em;
}

.contact #main dl {
  margin-left: 50px;
  margin-bottom: 40px;
}
.contact #main dl dt {
  margin: 5px 0;
  padding-left: 4px;
  border-left: 4px solid #d36900;
}
.contact #main dl dd {
  margin-left: 0;
  margin-bottom: 1em;
}
.contact #main dl dd textarea {
  width: 40em;
  height: 14em;
}
.contact #main dl dd .inputtext {
  width: 36em;
}
.contact #main p {
  margin-left: 50px;
}

.require {
  color: #f00;
}

.authno {
  margin: 10px 0;
}
.authno span {
  padding: 4px 8px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 18px;
  font-weight: bold;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  dl.dlbrdr dt {
    clear: none;
    float: none;
    width: auto;
  }
  dl.dlbrdr dd {
    border-top: none;
  }

  dl.hrz dt {
    clear: none;
    float: none;
    width: auto;
  }
  dl.hrz dd {
    margin-left: 0;
  }
}
