@charset "UTF-8";

/* 共通
-----------------------------------------------------------------*/


/* 入力フォーム
-----------------------------------------------------------------*/
#contactForm {
  position: relative;
}
#contactForm .inputBorder {
  border: 1px solid #ccc;
  padding: 0.2em;
}
#contactForm .inputBorder:focus {
  border: 1px solid #a00000;
  box-shadow: 0px 0px 5px #a00000;
  -moz-box-shadow: 0px 0px 5px #a00000;
  -webkit-box-shadow: 0px 0px 5px #a00000;
  background: #fff;
}
#contactForm textarea {
  font-size: 90%;
}
#contactForm dl dt {
  position: absolute;
  left: 0;
  width: 15em;
  padding: 0.5em 0 0.5em 1em;
  font-weight: bold;
  color: #ff790b;
}
#contactForm dl dd {
  padding: 0.5em 0 0.5em 15em;
  border-bottom: 2px dotted #ccc;
  background: #efefef;
}
#contactFirst {
  border-top: 1px solid #ccc;
}
#contactLast {
  border-bottom: 1px solid #ccc!important;
}
#confirm {
  margin: 1em 0 0 0;
  text-align: center;
  border: none!important;
}
.errorText {
  background: url(../images/contact/error.png) center left no-repeat;
  padding-left: 1.5em;
  color: #ff5353;
  font-weight: bold;
}
.errorBg { 	background: #ff5353; }

/* 確認
-----------------------------------------------------------------*/
#submit {
  margin: 1em 0 0 0;
  text-align: center;
}
#submit #edit {
  float: left;
  text-align: right;
  width: 355px;
  padding: 0 0.5em 0 0;
}
#submit #send {
  text-align: left;
  padding: 0 0 0 0.5em;
}

/* 完了
-----------------------------------------------------------------*/




