@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////
  contact
/////////////////////////////////////////////////////////////////// */
#globalNavi ul li:nth-child(5) a { background-position: -792px -60px;}

.number {
  width:680px;
  height:0px;
  padding-top:29px;
  overflow:hidden;
  background: url(../contact/images/number.png) no-repeat 0 0;
  margin: 50px auto;
}

#error {
  margin-top: 50px;
  padding: 20px;
  background-color: #f4f4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
  #error li {
    list-style-type:disc;
    list-style-position:inside;
    color:#FF0004;
    margin-top: 0.5em;
  }
  #error li:first-child { margin-top: 0;}

.error { color:#FF0004;}

.table1 {
  width:100%;
  margin-top: 50px;
}
  .table1 th { width: 240px;}

.require {
  background-color: #f00;
  padding:0.25em;
  color:#fff;
  font-size: 1.2rem;
  margin-left: 0.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

label {
  display: block;
  margin: 0.25em 0;
}

input[type="text"],
textarea {
  width: 100%;
  font-size: 1.8rem;
  padding: 0.5em;
  box-sizing:border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #ccc;
}
#name, #kana, #tel, #zipcode, #fax {
  width: 40%;
}

textarea {
  width: 100%;
  height: 200px;
}

.button {
  display: block;
  width: 300px;
  margin: 50px auto;
  background-color: #fff;
}
.inline .button {
  margin: 50px 25px;
}

#contents {
  width: 100%;
  float: none;
}
#sideBar, #contactBanner { display: none;}

div.confirm {
  width: 650px;
  margin: 50px auto;
  position: relative;
  top: 0;
  left: 0;
}
  div.confirm form:nth-child(1) .button {
    margin: 0;
    float: left;
  }
  div.confirm form:nth-child(2) .button {
    margin: 0;
    float: right;
  }
