/* ===================================================================
CSS information

 file name  :contact.css
=================================================================== */
/*-----------------------------------------------------------
	.con_title
-----------------------------------------------------------*/
.con_title h2 {
  background: url(../images/title.jpg) 0 0 no-repeat;
}

span.strong01 {
  color: #d40ecd;
  font-weight: bold;
}

span.strong02 {
  background: #ffff00;
  font-weight: bold;
}

/* -----------------------------------------------------------
	.con_form
----------------------------------------------------------- */
.con_form {
  width: 900px;
  margin: 40px auto 0 auto;
  padding-bottom: 100px;
}
.con_form .txt_intro {
  line-height: 2;
  font-size: 1.1em;
}
.con_form .box_form {
  margin-top: 60px;
}
.con_form h3 {
  font-size: 1.6em;
  padding: 10px;
  padding-left: 20px;
  background: #cfe6a2;
  border-left: 5px solid #5e860e;
  margin-bottom: 20px;
}
.con_form .txt_att {
  margin-bottom: 10px;
}
.con_form table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
  width: 100%;
}
.con_form table tr th, .con_form table tr td {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.con_form table tr th {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  width: 260px;
}
.con_form table tr th span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  background: #ff6600;
  padding: 2px 10px;
  margin-left: 5px;
  font-size: 0.8em;
}
.con_form table tr td span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  background: #ff6600;
  padding: 2px 10px;
  margin-left: 5px;
  font-size: 0.8em;
}
.con_form table tr td p {
  margin-bottom: 10px;
}
.con_form table tr td span {
  margin-left: 5px;
}
.con_form table tr td input {
  padding: 5px 8px;
}
.con_form table tr td input.long {
  width: 80%;
}
.con_form table tr td textarea {
  width: 575px;
}
.con_form table tr td .txt_att {
  margin: 2px 0;
  color: red;
}
.con_form table tr td .txt_exa {
  margin-top: 5px;
}
.con_form table tr td.subtit {
  background: #eee5df;
  font-weight: bold;
}
.con_form .con_privacy {
  width: 800px;
  margin: 30px auto 0 auto;
}
.con_form .con_privacy h4 {
  font-size: 120%;
}
.con_form .con_privacy .box_privacy {
  height: 200px;
  margin-top: 20px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 90%;
}
.con_form .con_privacy .box_privacy .txt {
  margin-bottom: 20px;
}
.con_form .con_privacy .box_privacy dl {
  margin-bottom: 10px;
}
.con_form .con_privacy .box_privacy dl dt {
  font-weight: bold;
}
.con_form .con_privacy .box_privacy dl dd ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: 1em;
}
.con_form .txt_confirm {
  font-size: 120%;
  text-align: center;
  margin-bottom: 30px;
}
.con_form .btn_confirm {
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}
.con_form .btn_confirm li {
  display: inline-block;
  vertical-align: top;
}
.con_form .btn_confirm li:first-child {
  margin-right: 10px;
}
.con_form .btn_confirm li.btn_submit {
  margin-top: 0;
}
.con_form .btn_back {
  text-align: center;
  margin-top: 20px;
}
.con_form .box_thanks .txt_thanks {
  text-align: center;
  font-size: 120%;
}
.con_form .box_thanks .txt_top {
  text-align: center;
}
.con_form .txt_error {
  font-size: 120%;
  text-align: center;
  margin-bottom: 20px;
}
