@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. fonts
 * 03. BaseSet
 * 04. Layout
 *
 */
/* ==========================================================================
   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
   ========================================================================== */
html {
  overflow-y: scroll; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: url(img/bg_landscape.png) no-repeat center top, url(img/bg_base.gif) left top;
  min-width: 960px;
  overflow: hidden; }

/** html body{
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
}*/
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline; }

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

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

/*Win Firefox用*/
/*:focus{
    -moz-outline-style:none;
}*/
/*Mac Firefox用*/
/*a { outline:none;} */
/* fontsize
   ========================================================================== */
.text10 {
  font-size: 76.9230769231%; }

.text11 {
  font-size: 84.6153846154%; }

.text12 {
  font-size: 92.3076923077%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 107.6923076923%; }

.text15 {
  font-size: 115.3846153846%; }

.text16 {
  font-size: 123.0769230769%; }

.text17 {
  font-size: 130.7692307692%; }

.text18 {
  font-size: 138.4615384615%; }

.text19 {
  font-size: 146.1538461538%; }

.text20 {
  font-size: 153.8461538462%; }

.text21 {
  font-size: 161.5384615385%; }

.text22 {
  font-size: 169.2307692308%; }

.text23 {
  font-size: 176.9230769231%; }

.text24 {
  font-size: 184.6153846154%; }

.text25 {
  font-size: 192.3076923077%; }

.text26 {
  font-size: 200%; }

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

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

/* ohger
   ========================================================================== */
.no-border {
  border: none !important; }

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

.mt-s {
  margin-top: 8px !important; }

.mt-m {
  margin-top: 13px !important; }

.mt-l {
  margin-top: 21px !important; }

.mt-ll {
  margin-top: 34px !important; }

.mt-xl {
  margin-top: 55px !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; }

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

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

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

/* padding
   ========================================================================== */
.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle;
  outline: 0px none #fff; }

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
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   header
   ========================================================================== */
#header {
  margin: 0 auto;
  width: 960px;
  position: relative; }
  #header #yellow-nav {
    background-color: #ffed27;
    position: absolute !important;
    left: 467px;
    top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: relative;
    zoom: 1;
    -webkit-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.15);
    -o-box-shadow: 0 1px 3px rgba(4, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(4, 0, 0, 0.15);
    position: relative;
    zoom: 1;
    overflow: hidden; }
    #header #yellow-nav li {
      padding: 8px 16px;
      background: url(img/yellow_nav_line.gif) no-repeat right center; }
      #header #yellow-nav li:last-child {
        background: none; }
    #header #yellow-nav .boxTargetHover {
      background-color: #ffb238 !important;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      zoom: 1; }
  #header #utility {
    position: absolute;
    right: 0;
    top: 0; }
    #header #utility ul {
      padding: 5px 0 3px 0;
      font-size: 84.6153846154%;
      margin-left: -11px;
      overflow: hidden; }
      #header #utility ul li {
        background: url(img/arrow_blue_nk.gif) no-repeat left center;
        margin-left: 11px;
        padding-left: 7px; }
        #header #utility ul li a {
          color: #333;
          text-decoration: none; }
          #header #utility ul li a:hover {
            text-decoration: underline; }
    #header #utility .in-search {
      position: relative; }
      #header #utility .in-search .gsc-input input {
        width: 186px;
        border: 1px solid #e3e3e3;
        background: #fff;
        -webkit-appearance: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        zoom: 1;
        padding: 4px 30px 5px 8px; }
      #header #utility .in-search .gsc-search-button {
        position: absolute;
        right: 2px;
        top: 2px;
        cursor: pointer;
        border: none; }
      #header #utility .in-search .gsc-clear-button {
        display: none; }
      #header #utility .in-search input[type="text"]:focus {
        outline: 0;
        background-color: #f7f7f7; }

/* ==========================================================================
   navigation
   ========================================================================== */
#gnav {
  border-top: solid 2px #132A52;
  -webkit-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px rgba(4, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(4, 0, 0, 0.3);
  position: relative;
  zoom: 1; }
  #gnav ul {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    position: relative;
    zoom: 1;
    overflow: hidden; }

/* ==========================================================================
   contents
   ========================================================================== */
/* pankuzu */
#pankuzu {
  color: #fff;
  font-size: 84.6153846154%; }
  #pankuzu a {
    color: #fff; }
  #pankuzu span {
    background: url(img/icon_home.gif) no-repeat left 0.1em;
    padding: 2px 0 2px 18px; }
  #pankuzu ul li {
    background: url(img/arrow_pankuzu.gif) no-repeat right center;
    padding: 8px 0;
    padding-right: 12px;
    margin-right: 8px; }
    #pankuzu ul li:last-child {
      margin-right: 0;
      background: none; }

#contents {
  margin: 0 auto;
  width: 960px;
  padding-bottom: 55px; }

.section {
  margin: 0 auto;
  width: 960px; }

.graysec {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  zoom: 1;
  background-color: #f7f7f7; }

.graysec-in {
  padding: 13px; }

.bordersec {
  border-top: 1px dotted #e3e3e3;
  margin-top: 21px;
  padding-top: 21px; }

.dotsec {
  border-top: 1px dotted #e3e3e3;
  margin-top: 21px;
  padding-top: 21px; }

/* ==========================================================================
   footer
   ========================================================================== */
#footer {
  padding-bottom: 55px;
  margin-bottom: -13px;
  background-color: #fff; }
  #footer #general-info {
    background-color: #132A52;
    padding: 8px 0; }
    #footer #general-info .ttl {
      float: left;
      width: 100px;
      background: url(img/arrow_white.gif) no-repeat left center;
      padding: 8px 0 8px 18px; }
    #footer #general-info ul {
      float: right;
      width: 838px;
      background-color: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      position: relative;
      zoom: 1;
      overflow: hidden; }
      #footer #general-info ul li {
        padding: 8px 1px 9px 0;
        background: url(img/bg_footer_info.gif) no-repeat right center; }
      #footer #general-info ul .boxTargetHover {
        background-color: #fffebe !important;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;
        zoom: 1; }
      #footer #general-info ul .last {
        background: none;
        padding-right: 0; }
  #footer #footer-middle {
    background-color: #fbf9f5;
    padding: 34px 0 21px 0; }
    #footer #footer-middle .nav {
      width: 620px;
      float: left; }
      #footer #footer-middle .nav .top {
        width: 500px; }
        #footer #footer-middle .nav .top li {
          width: 130px;
          background: url(img/arrow_blue.gif) no-repeat left center;
          padding-left: 16px;
          margin-bottom: 3px;
          font-size: 107.6923076923%; }
          #footer #footer-middle .nav .top li a {
            text-decoration: none;
            font-weight: bold;
            color: #333; }
            #footer #footer-middle .nav .top li a:hover {
              text-decoration: underline; }
        #footer #footer-middle .nav .top .w-large {
          width: 162px; }
      #footer #footer-middle .nav dl {
        margin-top: 13px; }
        #footer #footer-middle .nav dl dt, #footer #footer-middle .nav dl dd {
          display: table-cell;
          vertical-align: middle; }
        #footer #footer-middle .nav dl dt {
          padding-right: 21px; }
          #footer #footer-middle .nav dl dt img {
            vertical-align: middle !important;
            padding-bottom: 2px; }
        #footer #footer-middle .nav dl dd {
          background: url(img/arrow_blue_nk.gif) no-repeat left center;
          padding: 0 15px 0 10px; }
          #footer #footer-middle .nav dl dd a {
            text-decoration: none;
            color: #333; }
            #footer #footer-middle .nav dl dd a:hover {
              text-decoration: underline; }
    #footer #footer-middle .sns {
      width: 330px;
      float: right;
      background-color: #fff;
      border: 1px solid #e6e3dd;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      position: relative;
      zoom: 1; }
      #footer #footer-middle .sns p {
        text-align: center;
        padding-bottom: 10px; }
      #footer #footer-middle .sns ul {
        overflow: hidden;
        padding: 0 24px 8px 24px; }
      #footer #footer-middle .sns .fb-btn {
        width: 118px;
        margin-left: 8px; }
      #footer #footer-middle .sns .tw-btn {
        width: 84px; }
      #footer #footer-middle .sns .gl-btn {
        width: 70px; }
    #footer #footer-middle .bnr-area {
      width: 960px;
      margin: 0 auto;
      margin-top: 8px;
      border-top: 1px dotted #ccc;
      padding-top: 21px; }
      #footer #footer-middle .bnr-area ul {
        width: 972px;
        overflow: hidden;
        margin-left: -12px; }
        #footer #footer-middle .bnr-area ul li {
          margin-left: 12px; }
    #footer #footer-middle .copysec {
      overflow: hidden; }
      #footer #footer-middle .copysec ul {
        font-size: 69.2307692308%;
        color: #666;
        margin-top: 34px;
        margin-left: -15px;
        width: 975px;
        border-top: 1px dotted #ccc;
        padding-top: 8px; }
      #footer #footer-middle .copysec li {
        margin-left: 15px; }
  #footer #footer-bottom {
    background-color: #f2efe9;
    padding: 13px 0; }
    #footer #footer-bottom ul {
      width: 960px;
      margin: 0 auto; }
      #footer #footer-bottom ul li {
        float: right !important;
        margin-left: 21px; }
        #footer #footer-bottom ul li a {
          background: url(img/arrow_blue_nk.gif) no-repeat left center;
          padding-left: 13px;
          text-decoration: none;
          color: #333; }
          #footer #footer-bottom ul li a:hover {
            text-decoration: underline; }
  #footer #copy-sec {
    width: 960px;
    margin: 0 auto;
    padding-top: 21px;
    position: relative; }
    #footer #copy-sec ul {
      margin-top: 13px; }
      #footer #copy-sec ul li {
        margin-right: 15px; }
        #footer #copy-sec ul li a {
          text-decoration: none;
          color: #333;
          background: url(img/arrow_blue_nk.gif) no-repeat left center;
          padding-left: 13px; }
          #footer #copy-sec ul li a:hover {
            text-decoration: underline; }
    #footer #copy-sec .copyright {
      position: absolute;
      right: 0;
      bottom: 0; }
