body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; }

body {
  text-align: center; }

.reset {
  display: block;
  height: 1px; }

.both {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.wrapper {
  width: 1280px; }

.inner {
  margin: auto;
  width: 1000px; }

.red {
  color: #FF0000; }

a:hover {
  color: #0092DA;
  text-decoration: underline; }
  a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    border: none;
    text-decoration: none; }

.head-wrap {
  background-color: #e9e9e9;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #0099df; }
  .head-wrap .head {
    margin: 0 auto;
    width: 1000px; }
    .head-wrap .head .keyword {
      display: block;
      padding-top: 5px;
      font-size: 12px; }
    .head-wrap .head .logo {
      padding: 10px 0; }
    .head-wrap .head .head-contents ul {
      padding: 10px 0; }
      .head-wrap .head .head-contents ul li {
        float: left;
        margin-right: 10px; }
        .head-wrap .head .head-contents ul lilast {
          margin-right: 0; }

.g-nav-wrap {
  width: 100%;
  background: #606060;
  background-image: -moz-linear-gradient(top, #7a7a7a, #606060);
  background-image: -webkit-linear-gradient(top, #7a7a7a, #606060);
  background-image: linear-gradient(to bottom, #7a7a7a, #606060);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7A7A7A', endColorstr='#FF606060');
  color: white; }
  .g-nav-wrap .g-nav {
    margin: 0 auto;
    width: 1000px;
    background-image: url(../images/g-nav_bg.jpg);
    background-position: right center;
    background-repeat: no-repeat; }
    .g-nav-wrap .g-nav .nav li {
      display: table;
      float: left;
      width: 16.66667%;
      height: 54px;
      background-image: url(../images/g-nav_bg.jpg);
      background-position: left center;
      background-repeat: no-repeat; }
      .g-nav-wrap .g-nav .nav li a {
        display: table-cell;
        width: 100%;
        height: 100%;
        color: white;
        font-size: 12px;
        text-decoration: none;
        vertical-align: middle; }
        .g-nav-wrap .g-nav .nav li a:hover {
          background-color: rgba(255, 255, 255, 0.15); }

.page-wrap {
  width: 1280px;
  margin: 0 auto;
  text-align: left; }
  .page-wrap img {
    vertical-align: bottom; }
  .page-wrap ul {
    width: 100%;
    margin: 0 !important;
    text-align: center; }
    .page-wrap ul li {
      margin: auto; }
      .page-wrap ul li.contents-btn {
        margin: 50px auto; }
        .page-wrap ul li.contents-btn .btn-l {
          margin-right: 50px; }

.foot-wrap {
  background-color: #0099FF;
  padding: 10px 0; }
  .foot-wrap .foot {
    margin: 0 auto;
    width: 1000px; }
    .foot-wrap .foot .foot-contents ul {
      padding: 10px 0; }
      .foot-wrap .foot .foot-contents ul li {
        float: left;
        margin-right: 10px; }
        .foot-wrap .foot .foot-contents ul lilast {
          margin-right: 0; }

.copy {
  padding: 5px;
  color: #0092DA; }

.pagetop {
  position: fixed;
  bottom: -100px;
  right: 55px; }

.pagetop a {
  display: block;
  width: 100px;
  height: 93px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px; }

.form_bg {
  background-image: url(../images/lppg_12_bg.jpg);
  width: 1280px;
  padding-top: 80px;
  padding-bottom: 80px; }
  .form_bg .text-danger {
    color: #FF0000; }
  .form_bg .form {
    font-size: 80%;
    width: 1000px;
    padding: 30px 50px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    -moz-border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0;
    border-radius: 0 0 20px 20px; }
    .form_bg .form p {
      margin: 0 0 10px; }
    .form_bg .form .form-tyuui {
      text-align: left; }
    .form_bg .form form {
      width: 100%; }
      .form_bg .form form .sousin {
        margin-top: 40px; }
        .form_bg .form form .sousin input[type="submit"] {
          width: 300px;
          height: 50px;
          background-color: transparent;
          background-image: url(../images/form_btn.jpg);
          border: none;
          text-indent: -9999px; }
          .form_bg .form form .sousin input[type="submit"]:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            /* ie lt 8 */
            -ms-filter: "alpha(opacity=70)";
            /* ie 8 */
            -moz-opacity: 0.7;
            /* FF lt 1.5, Netscape */
            -khtml-opacity: 0.7;
            /* Safari 1.x */
            border: none;
            text-decoration: none; }
      .form_bg .form form table {
        width: 100%;
        border: 2px solid #CCCCCC; }
        .form_bg .form form table th {
          width: 35%;
          background-color: #e7e7e7; }
          .form_bg .form form table th.absolute:after {
            content: url(../images/form_absolute.jpg);
            float: right; }
        .form_bg .form form table td {
          padding: 12px;
          box-sizing: border-box; }
          .form_bg .form form table td .half {
            display: inline-block;
            width: 47%; }
            .form_bg .form form table td .half input {
              width: 237px; }
          .form_bg .form form table td .kana input {
            width: 226px; }
          .form_bg .form form table td input {
            padding: 5px 15px;
            background-color: #e7e7e7;
            border: 1px solid #CCC;
            font-size: 16px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            box-sizing: border-box; }
            .form_bg .form form table td input:focus {
              outline: 0; }
            .form_bg .form form table td input[name="会社名"] {
              width: 543px; }
            .form_bg .form form table td input[name="電話番号"] {
              width: 543px; }
            .form_bg .form form table td input[name="email"] {
              width: 543px; }
            .form_bg .form form table td input[name="email_cfm"] {
              width: 543px; }
            .form_bg .form form table td input[name="市区町村"] {
              width: 543px; }
            .form_bg .form form table td input[name="建物名"] {
              width: 543px; }
          .form_bg .form form table td select {
            display: block;
            height: 30px;
            background-color: transparent;
            border: 1px solid #CCC;
            font-size: 16px; }
            .form_bg .form form table td select:focus {
              outline: 0; }
          .form_bg .form form table td textarea.tenpo-url {
            width: 543px;
            min-height: 100px;
            padding: 10px;
            background-color: #e7e7e7;
            border: 1px solid #CCC;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            font-size: 16px;
            box-sizing: border-box; }
            .form_bg .form form table td textarea.tenpo-url:focus {
              outline: 0; }
          .form_bg .form form table td textarea.otoiawase {
            width: 543px;
            min-height: 300px;
            padding: 10px;
            background-color: #e7e7e7;
            border: 1px solid #CCC;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            font-size: 16px;
            box-sizing: border-box; }
            .form_bg .form form table td textarea.otoiawase:focus {
              outline: 0; }

#ui-tab ul {
  display: table;
  border-bottom: 2px solid #9DC662; }
  #ui-tab ul li {
    display: table-cell; }
#ui-tab .form-tabs {
  border-top: 3px solid #638C28; }

.shops {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  .shops .shop-list {
    display: inline-block !important;
    width: 165px;
    margin-right: 5px; }
  .shops input[type="text"] {
    width: 370px; }

#ui-tab ul li #tab-1 {
  display: block;
  width: 499px;
  height: 76px;
  background-image: url(../images/tab-img1_off.jpg); }
#ui-tab ul li #tab-2 {
  display: block;
  width: 499px;
  height: 76px;
  background-image: url(../images/tab-img2_off.jpg); }
#ui-tab ul .ui-state-active #tab-1 {
  background-image: url(../images/tab-img1_on.jpg); }
#ui-tab ul .ui-state-active #tab-2 {
  background-image: url(../images/tab-img2_on.jpg); }
