@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
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; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  /*font-size:140%;14px*/
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 1200px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #b20703; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 10px;
  font-size: 1rem; }
  @media screen and (min-width: 1200px) {
    .text10 {
      font-size: 10px;
      font-size: 1rem; } }

.text11 {
  font-size: 11px;
  font-size: 1.1rem; }
  @media screen and (min-width: 1200px) {
    .text11 {
      font-size: 11px;
      font-size: 1.1rem; } }

.text12 {
  font-size: 12px;
  font-size: 1.2rem; }
  @media screen and (min-width: 1200px) {
    .text12 {
      font-size: 12px;
      font-size: 1.2rem; } }

.text13 {
  font-size: 13px;
  font-size: 1.3rem; }
  @media screen and (min-width: 1200px) {
    .text13 {
      font-size: 13px;
      font-size: 1.3rem; } }

.text14 {
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 1200px) {
    .text14 {
      font-size: 14px;
      font-size: 1.4rem; } }

.text15 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media screen and (min-width: 1200px) {
    .text15 {
      font-size: 15px;
      font-size: 1.5rem; } }

.text16 {
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 1200px) {
    .text16 {
      font-size: 16px;
      font-size: 1.6rem; } }

.text17 {
  font-size: 17px;
  font-size: 1.7rem; }
  @media screen and (min-width: 1200px) {
    .text17 {
      font-size: 17px;
      font-size: 1.7rem; } }

.text18 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 1200px) {
    .text18 {
      font-size: 18px;
      font-size: 1.8rem; } }

.text19 {
  font-size: 19px;
  font-size: 1.9rem; }
  @media screen and (min-width: 1200px) {
    .text19 {
      font-size: 19px;
      font-size: 1.9rem; } }

.text20 {
  font-size: 20px;
  font-size: 2rem; }
  @media screen and (min-width: 1200px) {
    .text20 {
      font-size: 20px;
      font-size: 2rem; } }

.text21 {
  font-size: 21px;
  font-size: 2.1rem; }
  @media screen and (min-width: 1200px) {
    .text21 {
      font-size: 21px;
      font-size: 2.1rem; } }

.text22 {
  font-size: 22px;
  font-size: 2.2rem; }
  @media screen and (min-width: 1200px) {
    .text22 {
      font-size: 22px;
      font-size: 2.2rem; } }

.text23 {
  font-size: 23px;
  font-size: 2.3rem; }
  @media screen and (min-width: 1200px) {
    .text23 {
      font-size: 23px;
      font-size: 2.3rem; } }

.text24 {
  font-size: 24px;
  font-size: 2.4rem; }
  @media screen and (min-width: 1200px) {
    .text24 {
      font-size: 24px;
      font-size: 2.4rem; } }

.text25 {
  font-size: 25px;
  font-size: 2.5rem; }
  @media screen and (min-width: 1200px) {
    .text25 {
      font-size: 25px;
      font-size: 2.5rem; } }

.text26 {
  font-size: 26px;
  font-size: 2.6rem; }
  @media screen and (min-width: 1200px) {
    .text26 {
      font-size: 26px;
      font-size: 2.6rem; } }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

.ielt8 img,
.ie8 img {
  width: auto; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

/* webfont
   ========================================================================== */
.font-m {
  font-family: "FOT-ロダン ProN M";
  letter-spacing: .1em;
  font-weight: normal; }

.font-b {
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
/* ==========================================================================
   header
   ========================================================================== */
header {
  margin: 0 auto;
  padding-bottom: 26px;
  padding-top: 38px;
  position: relative;
  width: 940px; }

#head-ci img {
  height: 71px;
  width: 78px; }

#gnav {
  position: absolute;
  padding-right: 14px;
  right: 0;
  text-align: right;
  top: 81px;
  width: 800px; }
  #gnav ul {
    letter-spacing: -.40em; }
  #gnav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-family: "FOT-ロダン ProN B";
    letter-spacing: .1em;
    font-weight: normal;
    margin-left: 25px; }
    #gnav li:first-child {
      margin-left: 0; }
  #gnav .active,
  #gnav .active a {
    color: #b20703; }

#head-group {
  border-radius: 3px;
  letter-spacing: -.40em;
  position: absolute;
  right: 0;
  top: 35px;
  padding-right: 10px;
  width: 100%;
  text-align: right; }
  #head-group dt,
  #head-group dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    line-height: 1.0; }
  #head-group dt {
    background-color: #f1ebe4;
    border-radius: 3px 0 0 3px;
    margin-right: 18px;
    padding-bottom: 9px;
    padding-top: 7px;
    text-align: center;
    width: 116px;
    display: none; }
    #head-group dt span {
      font-weight: normal;
      font-family: 'Open Sans Condensed', sans-serif;
      /*display:block;
      @include hide-text;
      background:url(img/head_jgroup.png) no-repeat left bottom;*/
      width: 75px; }
  #head-group dd {
    background: url(img/arrow_w5.gif) no-repeat left center;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "FOT-ロダン ProN M";
    letter-spacing: .1em;
    font-weight: normal;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    padding-left: 10px; }
    @media screen and (min-width: 1200px) {
      #head-group dd {
        font-size: 12px;
        font-size: 1.2rem; } }
    #head-group dd:last-child {
      margin-right: 0; }
    #head-group dd span {
      font-size: 83.3333333333%; }
    #head-group dd br {
      display: none; }

@media screen and (min-width: 1200px) {
  header {
    left: 0;
    position: fixed;
    padding: 36px 39px 0 30px;
    top: 0;
    width: 150px; }

  #head-ci {
    margin-bottom: 36px; }
    #head-ci img {
      height: 120px;
      width: 124px; }

  #gnav {
    padding-right: 0;
    position: relative;
    right: inherit;
    top: inherit;
    text-align: left;
    width: 100%; }
    #gnav li {
      display: block;
      margin-left: 0; }

  #head-group {
    background-color: #d52a1c;
    border-radius: 3px;
    margin-top: 22px;
    padding-bottom: 15px;
    position: relative;
    right: 0;
    top: inherit;
    width: 150px;
    padding-right: 0;
    text-align: left; }
    #head-group a {
      color: #FFF;
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      #head-group a:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); }
    #head-group dt,
    #head-group dd {
      display: block; }
    #head-group dt {
      background-color: #b20703;
      border-radius: 3px 3px 0 0;
      color: #FFF;
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 0;
      margin-bottom: 15px;
      padding-bottom: 13px;
      padding-top: 9px;
      width: 150px; } }
    @media screen and (min-width: 1200px) and (min-width: 1200px) {
      #head-group dt {
        font-size: 18px;
        font-size: 1.8rem; } }
@media screen and (min-width: 1200px) {
      #head-group dt span {
        /*display:block;
        @include hide-text;
        background:url(img/head_jgroup.png) no-repeat left top;
        height:17px;
        margin:0 auto;
        width:87px;*/ }
    #head-group dd {
      background: url(img/arrow_w5_white.png) no-repeat 10px 4px;
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.25;
      margin-right: 0;
      margin-bottom: 8px;
      padding-left: 18px;
      padding-right: 20px;
      font-family: "FOT-ロダン ProN B";
      letter-spacing: .1em;
      font-weight: normal;
      letter-spacing: 0em; } }
    @media screen and (min-width: 1200px) and (min-width: 1200px) {
      #head-group dd {
        font-size: 11px;
        font-size: 1.1rem; } }
@media screen and (min-width: 1200px) {
      #head-group dd:last-child {
        margin-bottom: 0; }
      #head-group dd br {
        display: block; } }
/* ==========================================================================
   navigation
   ========================================================================== */
#gnav li {
  background: url(img/icon_gnav.gif) no-repeat left center;
  padding-left: 22px;
  line-height: 1.1; }
#gnav span {
  display: block;
  padding: 9px 0; }

@media screen and (min-width: 1200px) {
  #gnav li {
    font-size: 16px;
    font-size: 1.6rem; } }
  @media screen and (min-width: 1200px) and (min-width: 1200px) {
    #gnav li {
      font-size: 16px;
      font-size: 1.6rem; } }

/* ==========================================================================
   contents
   ========================================================================== */
#cont-wrap {
  /*background-color:#f8f5f1;*/ }

@media screen and (min-width: 1200px) {
  #cont-wrap {
    border-left: 1px solid #f3efed;
    margin-left: 209px;
    /*padding-top:30px;*/ } }
#cnav {
  background-color: #f8f5f1;
  border-bottom: 1px solid #f3efed;
  margin-bottom: 45px;
  width: 940px;
  margin: 0 auto; }

#cnav-ttl {
  background-color: #b20703;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  padding: 7px 20px 6px; }
  @media screen and (min-width: 1200px) {
    #cnav-ttl {
      font-size: 18px;
      font-size: 1.8rem; } }
  #cnav-ttl span {
    color: #FFF;
    display: block;
    margin: 0 auto;
    /*width:940px;*/ }

#cnav-list {
  /*background:url(img/line01.gif) repeat-x left 48px;*/
  letter-spacing: -.40em;
  margin: 0 auto;
  padding: 6px 13px 2px;
  /*width:914px;*/ }
  #cnav-list li {
    position: relative;
    background: url(img/icon_cnav.gif) no-repeat 9px 12px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "FOT-ロダン ProN M";
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 1.0;
    padding-left: 27px;
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      #cnav-list li {
        font-size: 13px;
        font-size: 1.3rem; } }
    #cnav-list li::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #b20703;
      transition: all .2s ease; }
    #cnav-list li:hover::after {
      bottom: 0; }
  #cnav-list span {
    display: block;
    padding: 12px 10px 11px 0; }
  #cnav-list .active {
    /*border-bottom:5px solid $color02;*/ }
    #cnav-list .active::after {
      transition: all 0s ease;
      bottom: 0; }

@media screen and (min-width: 1200px) {
  #cnav {
    margin: 0 auto 45px;
    width: 940px;
    max-width: 1100px;
    width: 100%; }

  #cnav-ttl span {
    width: 100%; } }
#main {
  margin: 0 auto;
  padding-bottom: 100px;
  width: 940px;
  padding-top: 30px; }

@media screen and (min-width: 1200px) {
  #main {
    font-size: 100%;
    max-width: 1100px;
    padding-bottom: 150px;
    width: 90%;
    background-color: white;
    /*border:1px solid #f3efed;*/ } }
/* topicpath
   ========================================================================== */
#topicpath {
  letter-spacing: -.40em;
  margin-bottom: 11px;
  padding-left: 12px; }
  #topicpath li {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-right: 5px; }
    @media screen and (min-width: 1200px) {
      #topicpath li {
        font-size: 12px;
        font-size: 1.2rem; } }
    #topicpath li:first-child {
      background: url(img/icon_home.gif) no-repeat left center;
      padding-left: 21px; }
    #topicpath li:after {
      content: '>';
      padding-left: 6px;
      position: relative;
      top: -1px; }
    #topicpath li:last-child:after {
      display: none; }
    #topicpath li a {
      color: #d52a1c; }
  #topicpath strong {
    font-weight: normal; }

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  position: relative;
  z-index: 5;
  background-color: #b20703;
  width: 100%; }

#foot-top {
  background-color: #b20703;
  margin: 0 auto;
  width: 980px;
  padding-bottom: 50px;
  padding-top: 50px; }

/* まずはお気軽にご相談ください
   ========================================================================== */
#foot-contact {
  border-bottom: 1px solid #c54542;
  padding-bottom: 25px; }

#foot-contact-ttl {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    #foot-contact-ttl {
      font-size: 16px;
      font-size: 1.6rem; } }

#inner-foot-contact {
  letter-spacing: -.40em;
  text-align: center;
  margin-top: 24px; }

#foot-contact-btn,
#foot-contact-tel {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

#foot-contact-btn {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-ロダン ProN B";
  letter-spacing: .1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 256px; }
  @media screen and (min-width: 1200px) {
    #foot-contact-btn {
      font-size: 16px;
      font-size: 1.6rem; } }
  #foot-contact-btn a {
    background: #970301 url(img/icon_foot_mail.png) no-repeat 16px center;
    border-radius: 4px;
    color: #FFF;
    display: block;
    padding: 15px 0 15px 23px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #foot-contact-btn a:hover {
      opacity: 0.75;
      filter: alpha(opacity=75); }

.ie8 #foot-contact-btn a {
  transition: none; }

#foot-contact-tel {
  color: #FFF;
  margin-left: 28px;
  text-align: left; }
  #foot-contact-tel dt {
    background: url(img/icon_foot_tel.gif) no-repeat left center;
    font-size: 30px;
    font-size: 3rem;
    font-family: Helvetica, Arial, sans-serif;
    padding-left: 55px; }
    @media screen and (min-width: 1200px) {
      #foot-contact-tel dt {
        font-size: 30px;
        font-size: 3rem; } }
  #foot-contact-tel dd {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "FOT-筑紫ゴシック Pr5 M", "TsukuGoPr5-M";
    letter-spacing: .1em; }
    @media screen and (min-width: 1200px) {
      #foot-contact-tel dd {
        font-size: 13px;
        font-size: 1.3rem; } }

/* JUSO GROUP NETWORK
   ========================================================================== */
#foot-network {
  padding-top: 47px; }
  #foot-network h2 {
    color: #FFF;
    font-family: "FOT-ロダン ProN B";
    letter-spacing: .1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .1em; }
    #foot-network h2 span {
      font-weight: normal;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 178.5714285714%;
      padding-right: 23px; }

.network-list {
  display: table-cell;
  padding-top: 20px;
  padding-right: 30px; }
  .network-list a {
    color: #FFF;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .network-list a:hover {
      opacity: 0.75;
      filter: alpha(opacity=75); }
  .network-list dt {
    background: url(img/arrow_w5_white.png) no-repeat left 7px;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "FOT-ロダン ProN B";
    letter-spacing: .1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 10px; }
    @media screen and (min-width: 1200px) {
      .network-list dt {
        font-size: 13px;
        font-size: 1.3rem; } }
  .network-list dd {
    color: #e0b3b0;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px; }
    @media screen and (min-width: 1200px) {
      .network-list dd {
        font-size: 12px;
        font-size: 1.2rem; } }
  .network-list:last-child {
    padding-right: 0; }

/* フッターナビ
   ========================================================================== */
#foot-btm {
  background-color: #9c0402;
  padding-top: 20px; }

#fnav-wrap {
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 42px;
  width: 980px; }
  #fnav-wrap h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "FOT-ロダン ProN B";
    letter-spacing: .1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (min-width: 1200px) {
      #fnav-wrap h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
    #fnav-wrap h2 a {
      color: #FFF;
      -webkit-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease; }
      #fnav-wrap h2 a:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); }

.fnav {
  border-right: 1px solid #b54341;
  display: table-cell;
  padding-right: 30px;
  padding-left: 25px; }
  .fnav:last-child {
    border-right: none; }

.fnav-list {
  padding-top: 12px; }
  .fnav-list li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 3px; }
    @media screen and (min-width: 1200px) {
      .fnav-list li {
        font-size: 12px;
        font-size: 1.2rem; } }
  .fnav-list a {
    color: #e0b3b0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease; }
    .fnav-list a:hover {
      opacity: 0.75;
      filter: alpha(opacity=75); }

#fnav-service .fnav-list {
  display: table-cell;
  width: 130px; }

#fnav-service.fnav {
  padding-left: 0; }

/* content info
   ========================================================================== */
#cinfo-wrap {
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
  width: 980px; }

#cinfo-list {
  letter-spacing: -.40em; }
  #cinfo-list li {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 20px; }
    @media screen and (min-width: 1200px) {
      #cinfo-list li {
        font-size: 12px;
        font-size: 1.2rem; } }
    #cinfo-list li:first-child {
      margin-left: 0; }
  #cinfo-list a {
    color: #e0b3b0; }
    #cinfo-list a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

#copyright {
  font-weight: normal;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  color: #e0b3b0;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (min-width: 1200px) {
    #copyright {
      font-size: 12px;
      font-size: 1.2rem; } }

/*pagetop*/
#page-top {
  position: fixed;
  z-index: 100;
  bottom: -150px;
  right: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: 'Open Sans Condensed', sans-serif; }
  @media screen and (min-width: 1200px) {
    #page-top {
      font-size: 12px;
      font-size: 1.2rem; } }

#page-top a {
  border: 1px solid #9c0402;
  background: #b20703;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 5px; }

#page-top a:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75); }
