@charset "UTF-8";
/* 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" /> */
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, menu, nav, section, summary {
  display: block; }

/*------------------------------------------------------------*/
/*=0 global
-------------------------------------------------------------*/
h1, h2, h3, p {
  margin-bottom: 30px; }

html, body, .panel, .panel section {
  width: 100%;
  height: 100%; }

body {
  font-size: 72%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.8;
  background: url(../img/texture.png);
  color: #263b61; }

/*=1 heading
-------------------------------------------------------------*/
/*=2 basic structure
-------------------------------------------------------------*/
#header {
  position: relative; }
  #header .content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -109px;
    margin-left: -305px; }
    #header .content #gNav ul li {
      display: inline;
      margin: 0 10px; }

section .content {
  padding-top: 80px;
  padding-left: 14%; }
  section .content .inner {
    padding: 0 10%; }

#secondary {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 14%;
  height: 100%;
  text-align: center;
  padding-top: 8%; }
  #secondary ul li {
    margin-bottom: 30px; }
  #secondary div {
    margin-bottom: 30px; }

#footer {
  text-align: right;
  padding: 2em; }

/*=3 navigation
-------------------------------------------------------------*/
/*=4 common
-------------------------------------------------------------*/
/*=5 section
-------------------------------------------------------------*/
#company, #service {
  color: #fff; }

#company {
  background: #001f50;
  position: relative; }
  #company .box {
    width: 50%; }
    #company .box dl {
      overflow: hidden;
      *zoom: 1; }
      #company .box dl dt {
        float: left; }
      #company .box dl dd {
        padding-left: 8em;
        border-bottom: 1px #fff solid;
        padding-bottom: 1em;
        margin-bottom: 1em; }
  #company #bg {
    width: 25%;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0; }

#works h2 {
  text-align: center; }
#works .box {
  width: 60%;
  margin: 0 auto;
  min-width: 560px; }
  #works .box div {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 30px; }
  #works .box h3 {
    text-align: center; }

#service {
  background: url(../img/bg-service.png); }
  #service .head {
    text-align: center; }
  #service .bx-wrapper {
    width: 720px;
    margin: 0 auto; }
    #service .bx-wrapper .bxslider {
      padding-left: 14%; }
      #service .bx-wrapper .bxslider .slide {
        overflow: hidden;
        *zoom: 1; }
        #service .bx-wrapper .bxslider .slide section {
          width: 220px;
          float: left;
          margin-left: 30px; }
          #service .bx-wrapper .bxslider .slide section h3, #service .bx-wrapper .bxslider .slide section p {
            margin-bottom: 7px; }
          #service .bx-wrapper .bxslider .slide section h3 {
            font-size: 120%;
            font-weight: bold;
            text-align: center; }
      #service .bx-wrapper .bxslider .slide1 section:first-child {
        margin-left: 0; }
      #service .bx-wrapper .bxslider .slide2, #service .bx-wrapper .bxslider .slide3 {
        padding-left: 1px; }
        #service .bx-wrapper .bxslider .slide2 section, #service .bx-wrapper .bxslider .slide3 section {
          margin-left: 94px; }
