@charset "Shift_JIS";
/**
 * 目次
 *
 * 01. reset
 * 02. fonts
 * 03. BaseSet
 * 04. layout
 */
/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131% = 17px		|	174% = 23px
	93% = 12px	|	138.5% = 18px	|	184% = 24px
	100% = 13px	|	146.5% = 19px	|	192% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26pxwindow.gif
	116% = 15px	|	161.6% = 21px	|

=======================================*/
/**
 * 01. reset
 */
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/**
 * 02. fonts
 */
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

#yui3-css-stamp.cssfonts {
  display: none; }

html > body {
  font-size/*\**/: small\9; }

/**
 * 03. BaseSet
 */
body {
  font-family: "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 980px; }

html {
  color: #333;
  overflow-y: scroll; }

* html body {
  width: expression(document.body.clientWidth < 982? "980px" : "auto"); }

/* link
   ========================================================================== */
a {
  color: #0055f2;
  text-decoration: none; }

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

a:hover {
  color: #0055f2;
  /*min-height: 1em; Mac Firefox */
  text-decoration: underline; }

/* fontsize
   ========================================================================== */
p,
li,
dt,
dd,
th,
td {
  font-size: 107.69231%;
  line-height: 1.67; }

.text10 {
  font-size: 76.92308%; }

.text11 {
  font-size: 84.61538%; }

.text12 {
  font-size: 92.30769%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 107.69231%; }

.text15 {
  font-size: 115.38462%; }

.text16 {
  font-size: 123.07692%; }

.text17 {
  font-size: 130.76923%; }

.text18 {
  font-size: 138.46154%; }

.text19 {
  font-size: 146.15385%; }

.text20 {
  font-size: 153.84615%; }

.text21 {
  font-size: 161.53846%; }

.text22 {
  font-size: 169.23077%; }

.text23 {
  font-size: 176.92308%; }

.text24 {
  font-size: 184.61538%; }

.text25 {
  font-size: 192.30769%; }

.text26 {
  font-size: 200%; }

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

#head-wrap p,
#head-wrap li,
#head-wrap dt,
#head-wrap dd,
#head-wrap th,
#head-wrap td,
#topicpath p,
#topicpath li,
#topicpath dt,
#topicpath dd,
#topicpath th,
#topicpath td,
#sitemap-wrap p,
#sitemap-wrap li,
#sitemap-wrap dt,
#sitemap-wrap dd,
#sitemap-wrap th,
#sitemap-wrap td,
#foot-wrap p,
#foot-wrap li,
#foot-wrap dt,
#foot-wrap dd,
#foot-wrap th,
#foot-wrap td,
#side p,
#side li,
#side dt,
#side dd,
#side th,
#side td {
  font-size: 92.30769%;
  line-height: 1.5; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0; }

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

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

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

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

/* legacy IE */
* html .clearfix,
* html .fBox,
* html #contents {
  height: 1%; }

.clearfix,
.fBox,
#contents {
  display: block; }

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

.fl {
  float: left; }

ul.fBox li {
  float: left;
  *display: inline;
  *zoom: 1; }

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

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt100 {
  margin-top: 100px !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; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr0 {
  margin-right: 0 !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; }

.ml75 {
  margin-left: 75px !important; }

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

label {
  vertical-align: middle; }

select {
  border: 1px solid #e3e3eb; }

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

/**
 * 04. layout
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
/* ==========================================================================
   header
   ========================================================================== */
#head-wrap {
  background-color: #FFF;
  padding-top: 39px; }

#header {
  margin: 0 auto;
  min-height: 90px;
  height: auto !important;
  height: 90px;
  position: relative;
  width: 980px;
  z-index: 2; }

.head-open {
  background: url(img/head_srch_arrow.gif) no-repeat 948px 0; }

#head-logo {
  position: absolute;
  top: 0;
  left: 0; }
  #head-logo img {
    padding-top: 18px; }

#unav {
  letter-spacing: -.40em;
  padding-top: 10px;
  text-align: right; }
  #unav li {
    background: url(img/icon_window.gif) no-repeat left center;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 84.61538%;
    margin-left: 16px;
    padding: 2px 0 1px 16px; }
    #unav li:first-child {
      margin-left: 0; }
  #unav #head-srch {
    background: url(img/icon_headsrch.gif) no-repeat left center;
    cursor: pointer;
    padding-top: 3px;
    padding-left: 22px; }
    #unav #head-srch:hover {
      text-decoration: underline; }
  #unav #head-srch.srch-open {
    background: url(img/icon_headsrch_on.gif) no-repeat left center; }
    #unav #head-srch.srch-open a {
      color: #0071bd; }
  #unav a {
    color: #666; }

#slide-srch {
  background-color: #ebeff2;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

/* スライドダウン検索メニュー */
#inner-srch {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 7px;
  padding-top: 8px;
  text-align: right; }

.head-keyword {
  background: url(img/icon_headsrch_blk.gif) no-repeat left top;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  padding-left: 38px; }

.head-input {
  color: #808080;
  margin-right: -5px;
  padding: 4px 5px 2px;
  width: 181px;
  vertical-align: top; }

.head-input.focused {
  color: #333; }

.btn-headsrch {
  background-color: #5c5e66;
  border: 1px solid #5c5e66;
  color: #FFF;
  height: 24px;
  padding: 3px 15px;
  width: 55px; }

/* ==========================================================================
   navigation
   ========================================================================== */
#gnav-wrap {
  margin: -48px auto 0;
  padding-left: 94px;
  width: 886px; }

#nav {
  float: left;
  position: relative;
  z-index: 9999;
  *zoom: 1;
  width: 626px; }
  #nav li {
    margin-left: 4px;
    position: relative; }
    #nav li:first-child {
      margin-left: 0; }
  #nav .nav-catttl {
    background-image: url(img/gnav.gif);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    cursor: pointer;
    display: block;
    height: 51px; }
  #nav a {
    display: block;
    height: 51px; }
  #nav #nav01.active .nav-catttl {
    background-position: left -102px; }
  #nav #nav01 {
    width: 150px; }
    #nav #nav01 .nav-catttl {
      background-position: left top;
      width: 150px; }
    #nav #nav01:hover .nav-catttl {
      background-position: left -51px; }
  #nav #nav02.active .nav-catttl {
    background-position: -169px -102px; }
  #nav #nav02 {
    width: 177px; }
    #nav #nav02 .nav-catttl {
      background-position: -169px top;
      width: 177px; }
    #nav #nav02:hover .nav-catttl {
      background-position: -169px -51px; }
    #nav #nav02 .inner-nav {
      min-width: 177px; }
  #nav #nav03.active .nav-catttl {
    background-position: -350px -102px; }
  #nav #nav03 {
    width: 126px; }
    #nav #nav03 .nav-catttl {
      background-position: -350px top;
      width: 126px; }
    #nav #nav03:hover .nav-catttl {
      background-position: -350px -51px; }
  #nav #nav04.active .nav-catttl {
    background-position: -480px -102px; }
  #nav #nav04 {
    width: 146px; }
    #nav #nav04 .nav-catttl {
      background-position: -480px top;
      width: 146px; }
    #nav #nav04:hover .nav-catttl {
      background-position: -480px -51px; }
  #nav .inner-nav {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    zoom: 1;
    position: absolute;
    left: 0;
    top: 46px;
    height: 0;
    overflow: hidden;
    z-index: 2; }
    #nav .inner-nav li {
      float: none !important;
      font-size: 100%;
      margin-left: 0 !important; }
    #nav .inner-nav a {
      background: url(img/nav_arrow.png) no-repeat 10px 1.25em;
      color: #333;
      display: block;
      padding: 10px 10px 10px 23px;
      height: auto;
      white-space: nowrap; }
      #nav .inner-nav a:hover {
        background-color: #f2f2f2; }
  #nav li:hover > .inner-nav,
  #nav .inner-nav.show {
    border-top: 3px solid #0073bc;
    padding: 10px;
    width: auto !important;
    height: auto !important;
    overflow: visible; }
  #nav li:hover > .inner-nav,
  #nav .inner-nav.show {
    *border: 1px solid #aeaeb0;
    *border-top: 3px solid #0073bc;
    border: 1px solid #aeaeb0 \9;
    border-top: 3px solid #0073bc \9; }

#lang-nav {
  float: right;
  padding-top: 14px;
  position: relative;
  width: 231px;
  z-index: 2; }
  #lang-nav li {
    background: url(img/icon_window.gif) no-repeat left 5px;
    margin-left: 8px;
    padding-left: 15px; }
    #lang-nav li:first-child {
      margin-left: 0; }
  #lang-nav a {
    background-image: url(img/gnav.gif);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    display: block;
    height: 23px; }
  #lang-nav #lang01 a {
    background-position: -18px -156px;
    width: 32px; }
    #lang-nav #lang01 a:hover {
      background-position: -18px -176px; }
  #lang-nav #lang02 a {
    background-position: -72px -156px;
    width: 42px; }
    #lang-nav #lang02 a:hover {
      background-position: -72px -176px; }
  #lang-nav #lang03 a {
    background-position: -137px -156px;
    width: 42px; }
    #lang-nav #lang03 a:hover {
      background-position: -137px -176px; }
  #lang-nav #lang04 a {
    background-position: -202px -156px;
    width: 31px; }
    #lang-nav #lang04 a:hover {
      background-position: -202px -176px; }

/* ==========================================================================
   contents
   ========================================================================== */
#contents {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 50px; }

#contents.cattop {
  width: 100%; }

#main {
  float: right;
  padding-top: 26px;
  width: 760px; }

.cont-full #main {
  padding-top: 0; }

#side {
  float: left;
  width: 200px; }

/* topicpath
   ========================================================================== */
#topicpath {
  background-color: #f2f3f5;
  border-top: 1px solid #d7d8d8;
  margin-bottom: 26px;
  padding-bottom: 11px;
  padding-top: 11px; }

.navigation {
  background: url(img/icon_home.gif) no-repeat left center;
  letter-spacing: -.40em;
  margin: 0 auto;
  padding-left: 18px;
  width: 962px; }
  .navigation a {
    color: #333;
    text-decoration: underline; }
  .navigation li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }
  .navigation img {
    margin-left: 14px;
    margin-right: 14px;
    vertical-align: middle; }

/* side
   ========================================================================== */
#side-ttl {
  border-bottom: 1px solid #FFF;
  font-size: 123.07692%;
  text-align: center; }
  #side-ttl a {
    background-color: #2a2f33;
    color: #FFF;
    display: block;
    padding-bottom: 30px;
    padding-top: 30px; }
    #side-ttl a:hover {
      background-color: #6a6e71;
      text-decoration: none; }

/* 親リスト */
#snav > li {
  background-color: #e6e6e6;
  zoom: 1; }
  #snav > li span {
    background: url(img/snav_arrow.png) no-repeat 13px 18px;
    border-bottom: 1px solid #FFF;
    display: block; }
  #snav > li a {
    color: #333; }
  #snav > li:hover {
    background-color: #d6d6d6; }

#snav a,
#snav > li.active > span {
  padding: 15px 15px 14px 27px;
  display: block;
  zoom: 1; }

#snav .activeParent > span {
  padding: 0; }
  #snav .activeParent > span a {
    padding: 15px 15px 14px 27px; }

/*#snav li.active span a{
	padding:0;
}*/
/* 子リスト */
#snav .snav-in {
  background-color: #FFF;
  border: 1px solid #cfd3d6;
  margin-bottom: 1px;
  padding-bottom: 10px;
  padding-top: 10px; }
  #snav .snav-in li {
    border: none;
    font-size: 100%;
    zoom: 1;
    line-height: 1.5; }
    #snav .snav-in li span {
      background: url(img/snavin_arrow.png) no-repeat 15px 1.25em; }
  #snav .snav-in a {
    color: #0055f2; }

#snav .snav-in li a,
#snav .active .snav-in li span {
  padding: 8px 13px 8px 26px;
  display: block;
  zoom: 1; }

#snav .active .snav-in li span a {
  padding: 0;
  font-weight: normal; }

#snav .active .snav-in li span a:hover {
  text-decoration: none;
  text-decoration: underline; }

#snav .snav-in .active span a {
  color: #333 !important;
  padding: 0; }

/* active */
#snav .active > span,
#snav .activeParent > span {
  background: #0071bc url(img/snav_arrow_in.png) no-repeat 13px 18px;
  color: #FFF; }
  #snav .active > span a,
  #snav .activeParent > span a {
    color: #FFF;
    text-decoration: none; }

.snav-in .active {
  background: url(img/snav_bg_current.gif) repeat left 0 !important; }
  .snav-in .active span {
    color: #333 !important;
    padding: 8px 13px 8px 26px; }

.side-bnr {
  margin-top: 20px; }
  .side-bnr li {
    margin-bottom: 10px; }
    .side-bnr li:last-child {
      margin-bottom: 0; }

/* ==========================================================================
   sitemap
   ========================================================================== */
#sitemap-wrap {
  background-color: #064d87; }

#sitemap-toggle {
  margin: 0 auto;
  width: 980px;
  position: relative;
  min-height: 45px;
  height: auto !important;
  height: 45px; }

#inner-sitemap {
  letter-spacing: -.40em; }
  #inner-sitemap a {
    color: #FFF; }

#btn-sitemap {
  position: absolute;
  top: 0;
  left: 0; }

.inner-foot {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  padding-top: 40px;
  padding: 70px 21px 0;
  width: 203px;
  vertical-align: top; }

.fnav-ttl {
  background: url(img/icon_arrow03.gif) no-repeat left 0.35em;
  font-size: 107.69231%;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 13px; }

.fnav {
  margin-bottom: 36px;
  padding-left: 16px; }
  .fnav li {
    background: url(img/icon_arrow02.gif) no-repeat left 0.5em;
    margin-top: 8px;
    padding-left: 13px;
    line-height: 1.5; }
    .fnav li:first-child {
      margin-top: 0; }
  .fnav:last-child {
    margin-bottom: 42px; }

.fnav-other {
  padding-left: 0; }
  .fnav-other li {
    margin-left: 16px; }

#flogo {
  margin-bottom: 40px; }

#fnav-top,
#fnav-fukuchiyama {
  background: url(img/icon_arrow03.gif) no-repeat left 0.35em;
  font-size: 107.69231%;
  font-weight: bold;
  margin-left: 0; }

#fnav-fukuchiyama {
  font-size: 107.69231%;
  margin-top: 25px; }

/* ==========================================================================
   footer
   ========================================================================== */
#pagetop {
  display: none;
  position: fixed;
  right: 0;
  top: 450px;
  z-index: 10; }

#foot-wrap {
  background-color: #085f99; }

#footer {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 17px;
  padding-top: 30px; }

.fbnr {
  overflow:hidden;
  margin-bottom: 5px;
  margin-right:-20px;
  width:1000px; }
  .fbnr li {
    margin-bottom: 20px;
    margin-right: 20px; }

#fnav-utility {
  letter-spacing: -.40em;
  margin-bottom: 25px;
  text-align: center; }
  #fnav-utility li {
    background: url(img/line_fnav.gif) no-repeat left top;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 14px;
    padding-left: 15px; }
    #fnav-utility li:first-child {
      background: none;
      margin-left: 0;
      padding-left: 0; }
  #fnav-utility a {
    color: #FFF; }

#copyright {
  border-top: 1px solid #397fad;
  color: #FFF;
  padding-top: 13px;
  text-align: center; }
  #copyright span {
    font-size: 83.33333%; }

.f-blank {
  background: url(img/icon_window03.gif) no-repeat left center;
  display: inline-block;
  padding-left: 16px; }

/* ==========================================================================
   blank layout
   ========================================================================== */
#header_blank #header {
  min-height: inherit;
  padding-bottom: 11px;
  padding-top: 11px;
  height: auto;
  width: 760px; }
#header_blank #head-wrap {
  padding-top: 0; }
#header_blank #head-logo {
  position: relative;
  left: 0;
  top: 0; }
#header_blank #contents {
  padding-bottom: 0; }
#header_blank #footer {
  padding-top: 0; }
#header_blank #copyright {
  border-top: none; }
#header_blank #basic-main {
  padding-bottom: 80px;
  padding-top: 40px;
  border-top: 1px solid #dbdbdb; }
#header_blank #basic-main-in {
  width: 760px;
  margin: 0 auto; }
  #header_blank #basic-main-in h3.title-shop {
    font-size: 138.46154%;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.65; }
  #header_blank #basic-main-in .item-text {
    padding-left: 20px; }
