﻿@charset "shift_jis";

/* BODY
----------------------------------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  font-size: 90%;
  font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Sans-Serif;
  margin: 0;
  padding: 0;
  color: #333333;

}
select {
  background: #fafafa;
  /*border: 1px solid #ccc;*/
  font-size: 12px !important;
  outline: none;
  padding: 2px 10px;
}
/* WRAPPER
----------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  width: 750px;
  min-height: 400px;
  padding: 30px 30px 0 30px;
  margin: 0 auto 20px auto;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #ddd;
}
#wh100 {
  width: 100%;
  height: 100%;
  position: relative;
}

/* HEADER
----------------------------------------------------------------------------- */
#header {
  width: 805px;
  margin: 40px auto 10px auto;
  overflow: hidden;
}
.headerInner {
  width: 860px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
#logo {
  float:left;
}
#ssl {
  float: right;
}
#header #logo span {
  position: absolute;
  top: 10px;
  color: #999;
  font-size: 80%;
  margin: 0 0 0 15px;
}
#header #logo a:hover {
  text-decoration: none;
}

/* CONTENT
----------------------------------------------------------------------------- */
#content {
  clear: both;
}

/* MAIN
----------------------------------------------------------------------------- */
#main {
  height: auto !important;
  height: 300px;
  position: relative;
}
#main h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.h1wrapper {
  height: 50px;
  padding: 10px;
  /*border: 2px solid #eee;*/
  margin-bottom: 20px;
}
.h1comment {
  width: 300px;
  float: left;
  display: block;
  margin-top: 20px;
}
#main .step {
  width: 100%;
  text-align: left;
}
#main .step p {
  text-align: left;
  margin: 8px 0 !important;
}
.caution {
  font-size: 10px;
  line-height: 20px;
}
h1.ttl {
  font-size: 30px;
  height: 44px;
  padding: 25px 0;
  margin-bottom: 5px;
  vertical-align: baseline;
  margin-bottom: 10px;
  position: relative;
}
.step {
  width: 100%;
  margin-bottom: 20px;
}
h1.ttl span {
  color: #231815;
  position: absolute;
  top: 0;
  font-size: 18px;
}
#main .section {
  clear: both;
  position: relative;
}
#main .topic {
  clear: both;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 20px 5px 20px;
  margin: 0 0 20px;
  background: #fafafa;
}
#main .attention {
  clear: both;
  border: 1px solid #c80012;
  padding: 20px 23px 5px 24px;
  margin: 0 0 20px;
  background: #ffeded;
  color: #c80012;
  font-size: 140%;
  font-weight: bold;
}
.action {
  height: 55px;
}
#header p,
#main p {
  font-size: 0.85em;
}

/* FOOTER
----------------------------------------------------------------------------- */
#footer {
  padding: 6px 0;
  text-align: center;
  background-color: #025F9E;
  margin-top: 30px;
}
#footer address {
  color: #fff;
  padding: 20px;
  font-size: 10px !Important;
}
.footer-abs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 18px;
}

/* LINK
----------------------------------------------------------------------------- */
a:link {
  color: #231815;
  text-decoration: none;
}
a:visited {
  color: #231815;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #231815;
}
a.ov:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* PARTS
----------------------------------------------------------------------------- */
dl.dlBasic {
  margin-bottom: 15px;
}
dl.dlBasic dt {
  line-height: 1.8;
  clear: both;
  float: left;
  width: 8em;
  margin-bottom: 3px;
}
dl.dlBasic dd {
  line-height: 1.8;
  padding-left: 9em;
  margin-bottom: 3px;
  _text-indent: -3px;
  /*-----IEで2行目以降がずれるのを防ぐ-----*/
}
table.tbBasic {
  width: 750px;
  /*border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;*/
  margin-bottom: 30px;
  border-collapse: collapse;
}
table.tbBasic caption {
  padding-bottom: 5px;
  font-weight: bold;
  background: transparent;
}
table.tbBasic th {
  margin-right: 5px;
  width: 180px;
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 15px 15px 15px 25px;
  vertical-align: top;
}
table.tbBasic td.tdTtl {
  font-weight: bold;
}
table.tbBasic th img {
  float: right;
  margin-right: 10px;
}
table.tbBasic th span {
  overflow: hidden;
  display: block;
}
table.tbBasic th {
  border: 1px solid #ddd;
  background: #fafafa !Important;
  color: #222;
  font-size: 90%;
  font-weight: normal;
}
table.tbBasic td {
  border: 1px solid #ddd;
}
table.tbBasic td {
  padding: 15px 15px 15px 25px;
  vertical-align: middle;
}
table.tbBasic td .example {
  font-size: 80%;
  color: #666;
}
table.tbBasic table {
  border: none;
}

table.tbBasic table td {
  border: none;
  padding: 0 5px 5px 0;
}
table.tbBasic th.yellow,
table.tbBasic td.yellow {
  background: #FFFF66;
}
.inputTxt {
  padding: 5px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 3px;
}
.line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.frame {
  border: 1px solid #ddd;
  padding: 2px;
}
.ico {
  padding: 0 5px;
  vertical-align: middle;
}
.list {
  background: url(../img/icon_square_01.gif) left 7px no-repeat;
  padding-left: 12px;
  display: block;
}
.center {
  text-align: center;
  height: 15%;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.w20 {
  width: 20px;
}
.w50 {
  width: 50px;
}
.w60 {
  width: 60px;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w200 {
  width: 200px;
}
.w232 {
  width: 232px;
}
.w300 {
  width: 300px;
}
.w300m {
  min-width: 300px;
}
.w400 {
  width: 400px;
}
.w480 {
  width: 480px;
}
.w500 {
  width: 500px;
}
.w525 {
  width: 525px;
}
.w600 {
  width: 600px;
}
.h690 {
  min-height: 690px;
}
.clear {
  clear: both;
}
br.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* clearfix
----------------------------------------------------------------------------- */
/*\*/

* html div#content,
* html div#main,
* html div.section {
  height: 1em;
  overflow: visible;
}

/* 個別装飾
----------------------------------------------------------------------------- */
.soudanPoint td{
  padding: 0 10px 2px 0 !important;
}
.soudanPoint input {
  margin-right: 5px;
}
textarea {  
  resize: vertical; 
}  
input#go {
  background-color: #222;
  border: none;
  text-indent: -9999px;
  border-radius:20px;
  outline: none;
  width: 340px;
  height: 60px;
  background-position: 0 0;
}
input#go:hover {
  background-color: #ddd;
  width: 340px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
}
textarea#service {  
  font-size: 1.167em;
  padding: 5px;
  text-align: left;
  color: #005092;
  font-weight: bold;
  border: none;
}
.orderName {
  margin-bottom: 10px !important;
}
.orderName th {
  padding: 35px 15px 35px 25px !important;
}
.orderName td {
  padding: 10px 15px 10px 25px !important;
}
.next {
  margin-bottom: 10px;
}
.next p{
  padding-left: 8px;
}
.getmt {
  margin-top: 10px;
}
.getpd {
  padding: 30px 30px 20px 30px !important;
}
p#thanks-title {
  width: 814px;
  margin: 15px auto;
  padding-left: 5px;
  text-align: left;
  font-weight: bold; 
  font-size: 1.333em;
}
#thanks p {
  margin-bottom: 10px;
}
#thanks span {
  font-weight: bold; 
  font-size: 1.333em;
}

/* 個人情報の取り扱い
----------------------------------------------------------------------------- */
.deal {
  font-size: 10px;
  color: #999;
  margin: 0 0 60px 0;
}
.deal ol {
  padding-left: 20px;
}
.deal li {
  margin-bottom: 10px;
}

.ln {
  background: transparent;
  margin: 0 auto;
  /* letter-spacing: -0.4em; */
  }
  .ln.-column2 .ln--item {
    width: 370px; }
  .ln.-column2 .ln--item {
    height: 70px;
    line-height: 70px; }
    .ln.-column2 .ln--item:first-child {
      margin-right: 20px; }
      .ln.-column2 .ln--item:first-child .ln--text {
        padding-right: 38px; }
    .ln.-column2 .ln--item:last-child .ln--text {
      padding-right: 31px; }
    .ln.-column2 .ln--item:after {
      border-top-width: 35px;
      border-right-width: 0;
      border-bottom-width: 35px;
      border-left-width: 24px;
      right: 0; }
  .ln.-column2 .ln--step {
    top: -1px; }
  .ln.-column2 .ln--num {
    top: -2px; }
  .ln.-column2 .ln--text {
    top: -1px;
    padding: 0 50px 0 0; }
  .ln--item {
    display: inline-block;
    width: 49%;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    position: relative;
    letter-spacing: normal;
    /*margin-right: 26px;*/
    /* state */
    }
    .ln--item:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -8px;
      width: 0;
      height: 0;
      /* border-top: 45px solid transparent; */
      /* border-right: 10px solid transparent; */
      /* border-bottom: 45px solid transparent; */
      border-left: 30px solid #f3f3f3;
      /* background-color: #025F9E; */
      }
    .ln--item:last-child {
      background: #fff;
      width: 49%;
      color: #025F9E;
      margin-right: 0;
      }
      .ln--item:last-child:after {
        content: none; }
      .ln--item:last-child .ln--text {
        padding-right: 30px; }
    .ln--item.is_current {
      width: 50%;
      background-color: #025F9E;
      position: relative;
      }
      .ln--item.is_current .ln--step, .ln--item.is_current .ln--num, .ln--item.is_current .ln--text {
        color: #fff; }
      .ln--item.is_current:after {
        border-left-color: #025F9E;
        }
  .ln--step {
    float: left;
    padding: 0 9px 0 27px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative; }
  .ln--num {
    float: left;
    font-size: 36px !Important;
    font-weight: bold;
    position: relative; }
  .ln--text {
    float: right;
    padding: 0 44px 0 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    position: relative;
}
input.go {
  margin-top: 20px;
  padding: 20px 60px;
  border: 1px solid #025F9E;
  background: #fafafa;
}
input.go:hover {
  background: #025F9E;
  color: #fff;
}