@charset "utf-8";

/* ==========================================================================
   基本css
   ========================================================================== */

   html, body {
   	margin: 0px;
    padding: 0px;
   	width: 100%;
   }

   #wrapper {
     margin: 0px auto;
     padding: 0px;
     width: 1000px;
     background: #fff;
     text-align: center;
   }

   .sec1 p {
   	 margin: 70px 0px;
   }

   .offer {
   	 position: relative;
   }

   .offer01 .btn{
   	 position: absolute;
   	 top: 422px;
   	 left: 85px;
   }

   .offer02 .btn{
   	 position: absolute;
   	 top: 476px;
   	 left: 85px;
   }

   input {
      vertical-align: bottom;
    }

    .sec2 {
    	margin-top: 50px;
    }

    .sec6 p:first-child {
    	margin-top: 60px;
    }

    .sec7 {
    	z-index: 100;
    	position: relative;
    }

    .sec8 {
    	margin-top: -50px;
    	z-index: 10;
    }

    .sec11 {
    	background: url(../images/sec11_bg.jpg) repeat;
    	padding-bottom: 40px;
    }

    .sec11 p {
    	padding: 40px 0 30px;
    }

    .sec11 ul {
    	margin: 0 auto;
    	width: 875px;
    }

    .sec11 ul li {
    	float: left;
    	margin-bottom: 21px;
    }

    .sec11 ul li:nth-child(odd) {
    	margin-right: 21px;
    }

    .sec14 {
      margin-bottom: 30px;
    }

    .sec15 {
    	margin-bottom: 50px;
      position: relative;
    }

    .sec15 .sec15_btn {
      position: absolute;
      top: 585px;
      left: 61px;
    }

    .sec16 {
    	width: 810px;
    	margin: 0 auto;
    	padding-left: 20px;
    	text-align: left
    }

    .sec16 .qa {
    	margin: 50px 0 50px;
    }

    .sec16 dl dt {
    	margin-bottom: 30px;
    }

    .sec16 dl dd {
    	margin-bottom: 50px;
    }

    .sec16 .gmp {
    	margin-top: 30px;
    }

    footer {
	    font-size: 14px;
	    margin: 80px auto 0px;
	    padding-bottom: 10px;
	    width: 950px;	
  	}

  	footer a {
  	    color: #333;
  	}

  	footer ul {
  	    float: left;
  	    overflow: hidden;
  	    padding-bottom: 10px;
  	}

  	footer ul li {
  	    float: left;
  	    list-style-type: none;
  	}
  	footer ul li a {
  	    text-decoration: none;
  	}

  	footer ul li span {
  	    color: #000;
  	    display: inline-block;
  	    padding: 0 15px;
  	}

  	footer .copy {
  	    float: right;
  	}

    .hvr-float-shadow:hover, .sec15_btn_hvr:hover {
      opacity: .85;
    }
