@charset "UTF-8";
@import url(default.css);
@import url(style.css);
/* line 19, _function.scss */
::selection {
  background: #FD980E;
  color: #fff; }

/* line 23, _function.scss */
::-moz-selection {
  background: #FD980E;
  color: #fff; }

/* line 31, _function.scss */
.clrfix, nav#gNavi div ul, ul#pankuzu, main div, section#sns ul {
  min-height: 1px; }
  /* line 32, _function.scss */
  .clrfix:after, nav#gNavi div ul:after, ul#pankuzu:after, main div:after, section#sns ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/* line 42, _function.scss */
* html .clrfix, * html nav#gNavi div ul, nav#gNavi div * html ul, * html ul#pankuzu, * html main div, main * html div, * html section#sns ul, section#sns * html ul {
  height: 1px;
  /*\*/
     /*/
height:auto;
overflow:hidden;
/**/ }

/* line 69, _function.scss */
.reed01 {
  font-size: 16px !important;
  line-height: 26px !important; }

/* ----------------------------------------------------
	text decoration
---------------------------------------------------- */
/* ----------------------------------------------------
	special tools
---------------------------------------------------- */
/* line 177, _function.scss */
.txtLink_line, header > div nav#headNavi ul li a {
  text-decoration: none; }
  /* line 180, _function.scss */
  .txtLink_line:hover, header > div nav#headNavi ul li a:hover {
    text-decoration: underline; }

/* ----------------------------------------------------
	smartPhone
---------------------------------------------------- */
@media only screen and (min-width: 0px) and (orientation: portrait) {
  /* line 257, _function.scss */
  .spBtt_white01 {
    border: solid 1px #ccc;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%) !important;
    text-indent: 0 !important;
    text-decoration: none;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 0 #fff; }

  /* line 267, _function.scss */
  .spBtt_gold01 {
    border: solid 1px #666;
    border-radius: 3px;
    background: linear-gradient(to bottom, #dfd08b 0%, #fff7d8 42%, #e3d8aa 63%, #dfd08b 100%) !important;
    text-indent: 0 !important;
    text-decoration: none;
    color: #000;
    text-align: center;
    text-shadow: 1px 1px 0 #fff; } }
/* ----------------------------------------------------
	function
---------------------------------------------------- */
/* ===================================================================
:::CSS information:::
mainWidth:1000px;
-mainWrapWidth:660px;
-sideWrapWidth:320px;

 css hack
	ie8 -> \9
	ie7 -> *
	ie6 -> _

=================================================================== */
/* ----------------------------------------------------
CSS information
	common
---------------------------------------------------- */
/* line 24, common.scss */
html, body {
  width: 100%; }

/* line 28, common.scss */
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  border-top: solid 4px #0f3b95;
  background: url(../images/common/mainbg_subpage01.jpg) no-repeat center -145px #fff; }
  /* line 34, common.scss */
  body#index {
    background: url(../images/common/mainbg01.jpg) no-repeat center -145px #fff; }

/* line 42, common.scss */
#loading {
  width: 64px;
  /* gif画像の幅 */
  height: 64px;
  /* gif画像の高さ */
  margin: -68px 0 0 -68px;
  /* gif画像を画面中央に */
  padding: 40px;
  /* gif画像を大きく */
  background: #eee;
  /* gif画像の背景色 */
  opacity: 0.5;
  /* 透過させる */
  border-radius: 15px;
  /* 丸角 */
  position: fixed;
  /* gif画像をスクロールさせない */
  left: 50%;
  /* gif画像を画面横中央へ */
  top: 50%;
  /* gif画像を画面縦中央へ */
  z-index: 100; }
  /* line 55, common.scss */
  #loading img {
    width: 64px;
    height: 64px; }

/* ----------------------------------------------------
CSS information
	header
---------------------------------------------------- */
/* line 69, common.scss */
header > div {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 20px; }
  /* line 80, common.scss */
  header > div nav#headNavi ul {
    position: absolute;
    height: 16px !important;
    top: -4px;
    right: 0; }
    /* line 86, common.scss */
    header > div nav#headNavi ul li {
      min-width: 95px;
      float: left; }
      /* line 91, common.scss */
      header > div nav#headNavi ul li:first-child {
        margin-right: 5px; }
      /* line 94, common.scss */
      header > div nav#headNavi ul li a {
        border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px !important;
        -moz-border-radius: 0 0 5px 5px;
        color: #fff;
        font-size: 11px;
        min-width: 95px;
        background: #0f3b95;
        display: block; }
/* line 109, common.scss */
header h1 {
  text-indent: -9999px;
  margin: 0 auto 15px auto;
  width: 406px;
  height: 68px; }
  /* line 52, _function.scss */
  header h1 a {
    display: block; }
  /* line 114, common.scss */
  header h1 a {
    transition: 0.4s;
    background: url(../images/common/logo01.png) no-repeat;
    width: 406px;
    height: 68px; }
    /* line 126, _function.scss */
    header h1 a:hover {
      opacity: 0.5;
      transition: 0.4s; }

/* ----------------------------------------------------
CSS information
	gNavi
---------------------------------------------------- */
/* line 129, common.scss */
body#index nav#gNavi div {
  margin-bottom: 0; }

/* line 133, common.scss */
nav#gNavi div {
  height: 76px;
  width: 100%;
  margin-bottom: 10px;
  background: url(../images/common/gnavi_bg01.jpg) repeat-x; }
  /* line 139, common.scss */
  nav#gNavi div ul {
    width: 1000px;
    margin: 0 auto; }
    /* line 143, common.scss */
    nav#gNavi div ul li {
      text-indent: -9999px;
      float: left; }
      /* line 146, common.scss */
      nav#gNavi div ul li a {
        width: 200px;
        height: 76px;
        background: url(../images/common/gnavi01.jpg);
        display: block; }
      /* line 154, common.scss */
      nav#gNavi div ul li:first-child a {
        background-position: 0 0; }
      /* line 157, common.scss */
      nav#gNavi div ul li:nth-child(2) a {
        background-position: -200px 0;
        width: 199px !important; }
      /* line 161, common.scss */
      nav#gNavi div ul li:nth-child(3) a {
        background-position: -399px 0; }
      /* line 164, common.scss */
      nav#gNavi div ul li:nth-child(4) a {
        background-position: -599px 0;
        width: 199px !important; }
      /* line 168, common.scss */
      nav#gNavi div ul li:nth-child(5) a {
        background-position: -798px 0;
        width: 202px !important; }
      /* line 174, common.scss */
      nav#gNavi div ul li:first-child a:hover {
        background-position: 0 76px;
        animation: gNaviAni01 0.5s ease-out 0s forwards; }
      /* line 178, common.scss */
      nav#gNavi div ul li:nth-child(2) a:hover {
        background-position: -200px 76px;
        width: 199px !important;
        animation: gNaviAni02 0.5s ease-out 0s forwards; }
      /* line 183, common.scss */
      nav#gNavi div ul li:nth-child(3) a:hover {
        background-position: -399px 76px;
        animation: gNaviAni03 0.5s ease-out 0s forwards; }
      /* line 187, common.scss */
      nav#gNavi div ul li:nth-child(4) a:hover {
        background-position: -599px 76px;
        width: 199px !important;
        animation: gNaviAni04 0.5s ease-out 0s forwards; }
      /* line 192, common.scss */
      nav#gNavi div ul li:nth-child(5) a:hover {
        background-position: -798px 76px;
        width: 202px !important;
        animation: gNaviAni05 0.5s ease-out 0s forwards; }
@keyframes gNaviAni01 {
  0% {
    background-position: 0 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: 0 76px; } }
@keyframes gNaviAni02 {
  0% {
    background-position: -200px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -200px 76px; } }
@keyframes gNaviAni03 {
  0% {
    background-position: -399px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -399px 76px; } }
@keyframes gNaviAni04 {
  0% {
    background-position: -599px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -599px 76px; } }
@keyframes gNaviAni05 {
  0% {
    background-position: -798px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -798px 76px; } }
/* ----------------------------------------------------
	CSS information
	pankuzu
---------------------------------------------------- */
/* line 265, common.scss */
ul#pankuzu {
  width: 1000px;
  margin: 0 auto;
  margin: 0 auto 10px auto; }
  /* line 234, _function.scss */
  ul#pankuzu li {
    font-size: 11px;
    letter-spacing: 1px;
    float: left; }
    /* line 238, _function.scss */
    ul#pankuzu li a {
      text-decoration: none;
      font-size: 11px;
      letter-spacing: 1px; }
      /* line 173, _function.scss */
      ul#pankuzu li a:hover {
        text-decoration: underline; }
    /* line 243, _function.scss */
    ul#pankuzu li:not(:last-child):after {
      content: "　>　"; }

/* ----------------------------------------------------
	CSS information
	main
---------------------------------------------------- */
/* line 278, common.scss */
main div {
  width: 1000px;
  margin: 0 auto 20px auto;
  background: #fff; }
  /* line 286, common.scss */
  main div section#mainWrap div {
    width: 660px;
    float: left; }
  /* line 294, common.scss */
  main div section#sideWrap div {
    width: 320px;
    float: right; }

/* ----------------------------------------------------
	CSS information
	sidebar -> banner
---------------------------------------------------- */
/* line 310, common.scss */
section#banner ul {
  margin-bottom: 20px; }
  /* line 312, common.scss */
  section#banner ul li {
    margin-bottom: 10px; }
    /* line 314, common.scss */
    section#banner ul li a {
      transition: 0.5s; }
      /* line 78, _function.scss */
      section#banner ul li a:hover {
        opacity: 0.6;
        transition: 0.3s; }

/* ----------------------------------------------------
	CSS information
	sidebar -> sns
---------------------------------------------------- */
/* line 330, common.scss */
section#sns ul li {
  text-indent: -9999px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  float: left; }
  /* line 339, common.scss */
  section#sns ul li:nth-child(3) {
    margin-right: 0; }
  /* line 343, common.scss */
  section#sns ul li a {
    transition: 0.5s;
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/common/banner_sns01.jpg); }
    /* line 78, _function.scss */
    section#sns ul li a:hover {
      opacity: 0.6;
      transition: 0.3s; }
  /* line 350, common.scss */
  section#sns ul li:first-child a {
    background-position: -100px 0; }
  /* line 353, common.scss */
  section#sns ul li:nth-child(2) a {
    background-position: -200px 0; }
  /* line 356, common.scss */
  section#sns ul li:nth-child(3) a {
    background-position: -300px 0; }

/* ----------------------------------------------------
	CSS information
	footer -> sponsor
---------------------------------------------------- */
/* line 371, common.scss */
section#sponsor div {
  height: 82px;
  background: url(../images/common/footer_sponcorbg01.jpg); }
  /* line 375, common.scss */
  section#sponsor div ul {
    width: 500px;
    margin: 0 auto;
    display: table;
    padding-top: 20px; }
    /* line 380, common.scss */
    section#sponsor div ul li {
      display: table-cell;
      text-align: center;
      padding: 0 10px; }
      /* line 384, common.scss */
      section#sponsor div ul li a {
        transition: 0.5s; }
        /* line 78, _function.scss */
        section#sponsor div ul li a:hover {
          opacity: 0.6;
          transition: 0.3s; }

/* ----------------------------------------------------
	CSS information
	fNavi
---------------------------------------------------- */
/* line 401, common.scss */
section#fNavi div {
  height: 46px;
  background: url(../images/common/fnavi_bg01.jpg) repeat-x;
  margin-bottom: 20px; }
  /* line 405, common.scss */
  section#fNavi div ul {
    width: 1000px;
    margin: 0 auto; }
    /* line 408, common.scss */
    section#fNavi div ul li {
      text-indent: -9999px;
      float: left; }
      /* line 411, common.scss */
      section#fNavi div ul li a {
        display: block;
        background: url(../images/common/fnavi01.jpg);
        width: 142px;
        height: 46px; }
      /* line 419, common.scss */
      section#fNavi div ul li:first-child a {
        background-position: 0 0;
        width: 143px; }
      /* line 423, common.scss */
      section#fNavi div ul li:nth-child(2) a {
        background-position: -143px 0; }
      /* line 426, common.scss */
      section#fNavi div ul li:nth-child(3) a {
        background-position: -285px 0;
        width: 143px; }
      /* line 430, common.scss */
      section#fNavi div ul li:nth-child(4) a {
        background-position: -428px 0; }
      /* line 433, common.scss */
      section#fNavi div ul li:nth-child(5) a {
        background-position: -570px 0;
        width: 143px; }
      /* line 437, common.scss */
      section#fNavi div ul li:nth-child(6) a {
        background-position: -713px 0; }
      /* line 440, common.scss */
      section#fNavi div ul li:nth-child(7) a {
        background-position: -855px 0;
        width: 145px; }
      /* line 447, common.scss */
      section#fNavi div ul li:first-child a:hover {
        background-position: 0 -46px;
        width: 143px;
        animation: fNaviAni01a 0.5s ease-out 0s forwards; }
      /* line 452, common.scss */
      section#fNavi div ul li:nth-child(2) a:hover {
        background-position: -143px -46px;
        animation: fNaviAni02a 0.5s ease-out 0s forwards; }
      /* line 456, common.scss */
      section#fNavi div ul li:nth-child(3) a:hover {
        background-position: -285px -46px;
        width: 143px;
        animation: fNaviAni03a 0.5s ease-out 0s forwards; }
      /* line 461, common.scss */
      section#fNavi div ul li:nth-child(4) a:hover {
        background-position: -428px -46px;
        animation: fNaviAni04a 0.5s ease-out 0s forwards; }
      /* line 465, common.scss */
      section#fNavi div ul li:nth-child(5) a:hover {
        background-position: -570px -46px;
        width: 143px;
        animation: fNaviAni05a 0.5s ease-out 0s forwards; }
      /* line 470, common.scss */
      section#fNavi div ul li:nth-child(6) a:hover {
        background-position: -713px -46px;
        animation: fNaviAni06a 0.5s ease-out 0s forwards; }
      /* line 474, common.scss */
      section#fNavi div ul li:nth-child(7) a:hover {
        background-position: -855px -46px;
        width: 145px;
        animation: fNaviAni07a 0.5s ease-out 0s forwards; }
@keyframes fNaviAni01a {
  0% {
    background-position: 0 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: 0 -46px; } }
@keyframes fNaviAni02a {
  0% {
    background-position: -143px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -143px -46px; } }
@keyframes fNaviAni03a {
  0% {
    background-position: -285px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -285px -46px; } }
@keyframes fNaviAni04a {
  0% {
    background-position: -428px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -428px -46px; } }
@keyframes fNaviAni05a {
  0% {
    background-position: -570px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -570px -46px; } }
@keyframes fNaviAni06a {
  0% {
    background-position: -713px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -713px -46px; } }
@keyframes fNaviAni07a {
  0% {
    background-position: -855px 0;
    opacity: 1; }
  0.01% {
    opacity: 0.5;
    background-position: -855px -46px; } }
/* ----------------------------------------------------
	CSS information
	footer -> copyright
---------------------------------------------------- */
/* line 577, common.scss */
footer ul#copyRight li:first-child {
  width: 334px;
  height: 58px;
  margin: 0 auto; }
  /* line 581, common.scss */
  footer ul#copyRight li:first-child a {
    transition: 0.4s;
    text-indent: -9999px;
    display: block;
    width: 334px;
    height: 58px;
    background: url(../images/common/flogo01.jpg) no-repeat; }
    /* line 126, _function.scss */
    footer ul#copyRight li:first-child a:hover {
      opacity: 0.5;
      transition: 0.4s; }
/* line 592, common.scss */
footer ul#copyRight li:nth-child(2) {
  width: 1000px;
  text-align: center;
  margin: 0 auto 30px auto;
  font-size: 11px;
  color: #0f3b95; }
