/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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 */
  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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* 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; }

/**
 * 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 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * 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: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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.
 */
/**
 * 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.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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.
 */
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.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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 {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * 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.
 */
/**
 * 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`.
 */
/**
 * 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).
 */
/**
 * 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).
 */
/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection, ::selection {
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/*
 * Hide visually and from screen readers, 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 {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
    *:before, *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster:
         http://www.sanbeiji.com/archives/953 */
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
@font-face {
  font-family: KoushikiSans;
  src: url("../font/KoushikiSans-Regular.otf") format("opentype"); }
html {
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif; }

body#topapge,
body#various {
  background: url("../img/bg.png") no-repeat center top fixed; }

body {
  background: url("../img/bg_sc.png") no-repeat center top fixed; }

::-moz-selection {
  background: #ccc;
  color: #333;
  text-shadow: none; }

::selection {
  background: #ccc;
  color: #333;
  text-shadow: none; }

#wrapper {
  *zoom: 1;
  width: 1020px;
  min-width: 1020px;
  margin: 0 auto;
  font-size: 85%;
  line-height: 1.6;
  letter-spacing: 0.07em; }
  #wrapper:after {
    content: "";
    display: block;
    clear: both; }

/* ------- left_column --------------------- */
#various #left_c {
  border-left: none; }

#left_c {
  width: 203px;
  float: left;
  border-left: 1px solid lightgray; }
  #left_c h1 {
    position: relative;
    height: 288px;
    margin: 0; }
    #left_c h1 img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    #left_c h1 a:hover {
      opacity: 0.8; }
  #left_c #copyright {
    width: 204px;
    height: 144px;
    background: #808080; }
    #left_c #copyright p {
      margin: 0;
      padding: 30px 15px 0 30px;
      color: #fff;
      font-family: KoushikiSans;
      font-size: 85%;
      line-height: 1.6;
      letter-spacing: 0; }

/* ------- nav --------------------- */
nav#gnav {
  width: 203px;
  height: 288px;
  background: #3e3939; }
  nav#gnav ul {
    margin: 0;
    padding: 12px 0;
    background: url("../img/btn_nav_over.png") no-repeat 0 12px; }
    nav#gnav ul li {
      list-style: none; }
      nav#gnav ul li.active img {
        display: none; }
      nav#gnav ul li a {
        display: block;
        width: 204px;
        height: 29px; }
        nav#gnav ul li a:hover img {
          visibility: hidden; }

/* ------- nav end --------------------- */
/* ------- left_column end --------------------- */
/* ------- center_column  --------------------- */
.center_c {
  float: left;
  width: 612px; }
  .center_c #visual {
    *zoom: 1;
    border-bottom: 1px solid lightgray; }
    .center_c #visual:after {
      content: "";
      display: block;
      clear: both; }
    .center_c #visual .visual_wrapper {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      width: 204px; }
      .center_c #visual .visual_wrapper img {
        height: 432px;
        border-right: 1px solid #fff; }
      .center_c #visual .visual_wrapper a:hover {
        opacity: 0.8; }
      .center_c #visual .visual_wrapper .exp {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 144px;
        padding: 12px;
        border-right: 1px solid lightgray; }
        .center_c #visual .visual_wrapper .exp p {
          margin: 0;
          letter-spacing: 0; }
          .center_c #visual .visual_wrapper .exp p.title {
            font-weight: bold;
            font-size: 116%; }
          .center_c #visual .visual_wrapper .exp p.more {
            text-align: right; }
            .center_c #visual .visual_wrapper .exp p.more img {
              height: auto; }
            .center_c #visual .visual_wrapper .exp p.more a:hover {
              opacity: 0.8; }

/* ------- footer --------------------- */
footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 144px;
  padding: 30px 15px 0 30px;
  background: #fff;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  font-size: 93%; }
  footer p {
    margin: 0;
    font-weight: bold; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none; }
      footer ul li:last-child {
        font-family: KoushikiSans; }

/* ------- footer end --------------------- */
/* ------- center_column end --------------------- */
/* ------- right_column  --------------------- */
.right_c {
  float: left;
  width: 204px; }
  .right_c .banner {
    margin: 0;
    padding: 0;
    border-right: 1px solid lightgray; }
    .right_c .banner li {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none;
      background: #808080;
      border-bottom: 1px solid lightgray; }
      .right_c .banner li a {
        display: block;
        background: #fff; }
        .right_c .banner li a:hover {
          opacity: 0.9; }
  .right_c .news {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 289px;
    padding: 30px 15px 0 30px;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    background: #ECECEC; }
    .right_c .news p {
      margin: 0;
      font-weight: bold; }
    .right_c .news dl {
      margin: 0;
      padding: 1em 0;
      font-size: 93%; }
      .right_c .news dl dt {
        font-family: KoushikiSans;
        letter-spacing: 0; }
      .right_c .news dl dd {
        margin: 0 0 1em 0; }

/* ------- right_column end --------------------- */
/* ------- secondpage --------------------- */
.title_c {
  float: left;
  position: relative;
  width: 71px;
  min-height: 700px;
  border-left: 1px solid lightgray;
  background: #fff; }
  .title_c h1 {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 17px;
    margin: auto; }

#various .sc_center_c {
  border-right: none; }

.sc_center_c {
  *zoom: 1;
  position: relative;
  float: left;
  width: 742px;
  height: auto !important;
  min-height: 700px;
  padding-bottom: 60px;
  border-right: 1px solid lightgray;
  background: #fff; }
  .sc_center_c:after {
    content: "";
    display: block;
    clear: both; }
  .sc_center_c .pagetop {
    position: fixed;
    left: -72px;
    width: 71px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .sc_center_c .pagetop a {
      display: block;
      width: 71px; }
    .sc_center_c .pagetop a:hover {
      opacity: 0.8; }
  .sc_center_c .item {
    float: left;
    width: 232px;
    margin: 0 13px 13px 0;
    padding-bottom: 12px;
    border: 1px solid lightgray; }
    .sc_center_c .item p {
      margin: 0; }
    .sc_center_c .item .title {
      padding: 12px 12px 0;
      font-weight: bold;
      font-size: 108%; }
    .sc_center_c .item .price {
      padding: 0 12px;
      text-align: right;
      font-weight: bold;
      font-size: 108%; }
    .sc_center_c .item .txt {
      padding: 6px 12px 12px;
      letter-spacing: 0;
      font-size: 93%; }
  .sc_center_c section {
    padding-bottom: 60px;
    *zoom: 1; }
    .sc_center_c section:after {
      content: "";
      display: block;
      clear: both; }
    .sc_center_c section h2 {
      margin: 0;
      font-size: 131%; }
    .sc_center_c section h3 {
      margin: 0.4em 0 -0.4em; }
    .sc_center_c section .at_img {
      width: 743px;
      height: 200px;
      margin: 0 0 1em 0;
      background: #ccc; }
      .sc_center_c section .at_img img {
        width: 742px; }
    .sc_center_c section .at_txt {
      width: 707px; }
      .sc_center_c section .at_txt em {
        font-weight: bold;
        font-style: normal;
        color: #6EA5E0;
        background: none; }
    .sc_center_c section .at_txt2 {
      margin: 2em 0; }
      .sc_center_c section .at_txt2 span {
        display: inline-block;
        margin: 0.4em 0;
        font-size: 124%; }
    .sc_center_c section .owner_txt {
      line-height: 2.4; }
    .sc_center_c section.various_sec {
      height: auto !important;
      padding-bottom: 120px; }
    .sc_center_c section .accordion {
      margin: 0;
      padding: 0; }
      .sc_center_c section .accordion dt {
        display: block;
        width: 743px;
        height: 45px;
        text-indent: 2em;
        line-height: 45px;
        text-align: left;
        border-bottom: 1px solid lightgray;
        cursor: pointer;
        background: url("../img/list_mark1.png") no-repeat left center; }
        .sc_center_c section .accordion dt:hover {
          background: url("../img/list_mark1.png") no-repeat left center #efefef; }
      .sc_center_c section .accordion dd {
        display: none;
        width: 743px;
        height: auto;
        margin: 0;
        padding: 12px 0;
        background: #EDF6FF; }
        .sc_center_c section .accordion dd .exp_photo_wrap.single p {
          width: 335px;
          height: 237px;
          margin: 1em auto 0;
          background: #ccc; }
        .sc_center_c section .accordion dd .exp_photo_wrap.double {
          *zoom: 1;
          padding: 0 12px; }
          .sc_center_c section .accordion dd .exp_photo_wrap.double:after {
            content: "";
            display: block;
            clear: both; }
          .sc_center_c section .accordion dd .exp_photo_wrap.double p {
            float: left;
            width: 335px;
            height: 237px;
            margin: 1em 12px 0;
            background: #ccc; }
        .sc_center_c section .accordion dd .exp_txt, .sc_center_c section .accordion dd .exe_wrap {
          padding: 0 18px; }
  .sc_center_c section#company ul {
    margin: 1em 0 0 0;
    padding: 0; }
    .sc_center_c section#company ul li {
      list-style: none; }
      .sc_center_c section#company ul li:first-child {
        font-weight: bold; }
      .sc_center_c section#company ul li:last-child {
        font-family: KoushikiSans; }
  .sc_center_c section#company #map {
    width: 742px;
    height: 300px;
    margin-top: 1em; }
  .sc_center_c section.shop_sec h3 {
    width: 743px;
    padding-top: 2em;
    border-bottom: 1px solid lightgray; }
  .sc_center_c section.shop_sec dl {
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .sc_center_c section.shop_sec dl:after {
      content: "";
      display: block;
      clear: both; }
    .sc_center_c section.shop_sec dl dt {
      float: left;
      width: 10em;
      font-weight: bold; }
    .sc_center_c section.shop_sec dl dd {
      margin: 0;
      padding: 0; }
  .sc_center_c section.shop_sec .car_name {
    margin-bottom: 0;
    color: #48a7e3;
    font-weight: bold; }
  .sc_center_c section.shop_sec .title_menu {
    margin: 90px 0 36px;
    padding-top: 0;
    border: none; }
  .sc_center_c section.shop_sec table {
    clear: both;
    width: 707px;
    margin: 6px 0; }
    .sc_center_c section.shop_sec table th {
      padding: 6px;
      border-bottom: 1px solid lightgray;
      text-align: center;
      background: #e5e5e5;
      border-right: 1px solid #fff; }
      .sc_center_c section.shop_sec table th.price {
        width: 5em; }
    .sc_center_c section.shop_sec table td {
      padding: 6px;
      border-bottom: 1px solid lightgray;
      text-align: center;
      vertical-align: top; }
      .sc_center_c section.shop_sec table td:nth-child(even) {
        background: #EDF6FF; }
      .sc_center_c section.shop_sec table td*:first-child + *, .sc_center_c section.shop_sec table td*:first-child + * + * + * {
        background: #EDF6FF; }
  .sc_center_c section.contact_sec p,
  .sc_center_c section.sitemap_sec p {
    font-family: KoushikiSans;
    width: 707px; }
    .sc_center_c section.contact_sec p.txt,
    .sc_center_c section.sitemap_sec p.txt {
      padding-top: 70px;
      font-size: 100%; }
    .sc_center_c section.contact_sec p.mail, .sc_center_c section.contact_sec p.tel,
    .sc_center_c section.sitemap_sec p.mail,
    .sc_center_c section.sitemap_sec p.tel {
      font-size: 139%; }
    .sc_center_c section.contact_sec p a,
    .sc_center_c section.sitemap_sec p a {
      color: #222; }
      .sc_center_c section.contact_sec p a:hover,
      .sc_center_c section.sitemap_sec p a:hover {
        background: #e5e5e5; }
  .sc_center_c section.contact_sec form,
  .sc_center_c section.sitemap_sec form {
    width: 455px;
    margin-top: 4em; }
    .sc_center_c section.contact_sec form input, .sc_center_c section.contact_sec form textarea,
    .sc_center_c section.sitemap_sec form input,
    .sc_center_c section.sitemap_sec form textarea {
      border: 1px solid #4D4D4D; }
  .sc_center_c section.contact_sec dl,
  .sc_center_c section.sitemap_sec dl {
    *zoom: 1;
    margin: 0;
    font-size: 100%; }
    .sc_center_c section.contact_sec dl:after,
    .sc_center_c section.sitemap_sec dl:after {
      content: "";
      display: block;
      clear: both; }
    .sc_center_c section.contact_sec dl dt,
    .sc_center_c section.sitemap_sec dl dt {
      float: left;
      width: 110px;
      height: 50px;
      margin: 0;
      padding: 0 24px 0 0;
      font-weight: bold;
      line-height: 1.2;
      text-align: right; }
      .sc_center_c section.contact_sec dl dt span,
      .sc_center_c section.sitemap_sec dl dt span {
        color: #808080;
        font-size: 85%;
        font-weight: normal; }
      .sc_center_c section.contact_sec dl dt.single,
      .sc_center_c section.sitemap_sec dl dt.single {
        line-height: 2.5; }
    .sc_center_c section.contact_sec dl dd,
    .sc_center_c section.sitemap_sec dl dd {
      float: left;
      width: 300px;
      height: 50px;
      margin: 0;
      padding: 0; }
      .sc_center_c section.contact_sec dl dd input,
      .sc_center_c section.sitemap_sec dl dd input {
        padding: 6px; }
    .sc_center_c section.contact_sec dl.txtarea1 dd,
    .sc_center_c section.sitemap_sec dl.txtarea1 dd {
      min-height: 166px;
      padding-bottom: 36px; }
      .sc_center_c section.contact_sec dl.txtarea1 dd:last-child,
      .sc_center_c section.sitemap_sec dl.txtarea1 dd:last-child {
        padding-bottom: 0; }
    .sc_center_c section.contact_sec dl.txtarea1 textarea,
    .sc_center_c section.sitemap_sec dl.txtarea1 textarea {
      width: 449px;
      min-height: 166px; }
  .sc_center_c section.contact_sec #submit1 input,
  .sc_center_c section.sitemap_sec #submit1 input {
    clear: both;
    width: 455px;
    height: 54px;
    margin: 24px 0 36px 134px;
    padding: 0;
    font-weight: bold;
    background: #3e3939;
    color: #fff;
    letter-spacing: 0.1em;
    border: none; }
    .sc_center_c section.contact_sec #submit1 input:hover,
    .sc_center_c section.sitemap_sec #submit1 input:hover {
      opacity: 0.8; }
  .sc_center_c section.contact_sec ul,
  .sc_center_c section.sitemap_sec ul {
    margin: 0;
    padding: 0; }
    .sc_center_c section.contact_sec ul li,
    .sc_center_c section.sitemap_sec ul li {
      padding: 6px 0; }
      .sc_center_c section.contact_sec ul li a,
      .sc_center_c section.sitemap_sec ul li a {
        color: #222; }
        .sc_center_c section.contact_sec ul li a:hover,
        .sc_center_c section.sitemap_sec ul li a:hover {
          background: #e5e5e5; }
  .sc_center_c section.sitemap_sec ul {
    padding: 1em; }

.sc_footer {
  clear: both;
  width: 1018px;
  height: 144px;
  margin: 0 auto;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  background: #FFF; }
  .sc_footer #copyright {
    float: left;
    width: 204px;
    height: 144px;
    background: #808080; }
    .sc_footer #copyright p {
      margin: 0;
      padding: 30px 15px 0 30px;
      color: #fff;
      font-family: KoushikiSans;
      font-size: 85%;
      line-height: 1.6;
      letter-spacing: 0; }
  .sc_footer footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 144px;
    padding: 30px 15px 0 30px;
    background: #fff;
    border-bottom: none;
    border-right: none;
    font-size: 93%; }
    .sc_footer footer p {
      margin: 0;
      font-weight: bold; }
    .sc_footer footer ul {
      margin: 0;
      padding: 0; }
      .sc_footer footer ul li {
        list-style: none; }
        .sc_footer footer ul li:last-child {
          font-family: KoushikiSans; }

/* ------- secondpage end --------------------- */
/* ------- other style --------------------- */
/* ------- other style end --------------------- */
