@charset "UTF-8";
/* line 9, ../scss/common.scss */
body {
  width: 100%;
  min-width: 1000px;
  font-size: 15px;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #f7f7f7;
  color: #464646; }

/* line 18, ../scss/common.scss */
img {
  display: block; }

/* line 22, ../scss/common.scss */
#gungho {
  width: 100%;
  height: 31px;
  background-color: #fff;
  /* inner */ }
  /* line 27, ../scss/common.scss */
  #gungho .inner {
    width: 1000px;
    height: 31px;
    margin: 0 auto;
    position: relative;
    /* roInfo */ }
    /* line 33, ../scss/common.scss */
    #gungho .inner #ragnarok {
      position: absolute;
      top: 0;
      left: 0; }
    /* line 39, ../scss/common.scss */
    #gungho .inner #logo_gungho {
      position: absolute;
      top: 0;
      right: 0; }
    /* line 45, ../scss/common.scss */
    #gungho .inner #roInfo {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 31px; }
      /* line 53, ../scss/common.scss */
      #gungho .inner #roInfo li {
        float: left;
        margin-right: 15px; }
        /* line 57, ../scss/common.scss */
        #gungho .inner #roInfo li a {
          color: #666;
          text-decoration: none; }
          /* line 61, ../scss/common.scss */
          #gungho .inner #roInfo li a:hover {
            text-decoration: underline; }

/* gungho */
/* line 72, ../scss/common.scss */
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

/* line 78, ../scss/common.scss */
.contentArea {
  clear: both;
  width: 1000px;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #fff; }

/* line 87, ../scss/common.scss */
.bg_h4 {
  width: 680px;
  height: 61px;
  padding-left: 35px;
  margin-bottom: 30px;
  line-height: 61px;
  color: #ff7200;
  font-size: 18px;
  font-weight: bold;
  background: url(../img/common/bg_ttl01.gif) no-repeat; }

/* line 100, ../scss/common.scss */
.line_dot {
  clear: both;
  width: 472px;
  height: 1px;
  background: url(../img/common/line_dot.gif); }

/* line 109, ../scss/common.scss */
a {
  color: #ff7200;
  text-decoration:underline; }
  /* line 113, ../scss/common.scss */
  a:hover {
    color: #ff7200;
    text-decoration: none; }

/* line 121, ../scss/common.scss */
.btn_01 a {
  color: #ff7200;
  text-decoration: underline; }
  /* line 125, ../scss/common.scss */
  .btn_01 a:hover {
    text-decoration: none; }
