@charset "UTF-8";
/******************************************************

TEERADADESIGN.COM
111030
210830

******************************************************/
/******************************************************

CATEGORY_NAVI

******************************************************/
#category_navi {}
#category_navi h2 {
  margin-bottom: 10px;
}
#category_navi ul {
  list-style: none;
}
#category_navi ul li {
  float: left;
  margin-right: 21px;
  font-size: 77%;
  background: url(/common/img/list-style.gif) 0 50% no-repeat;
  padding-left: 10px;
}
#category_navi ul li a:link, #category_navi ul li a:visited {
  color: #9e9e9a;
  text-decoration: none;
}
#category_navi ul li a:hover {
  color: #e4007f;
  background: none;
}
/******************************************************

MAILFORM / TELEPHONE

******************************************************/
#contact_area {
  width: 100%;
  margin: 71px 0 136px 0;
  font-size: 93%;
}
.contactcaps {
  float: left;
  width: 221px;
  text-align: left;
}
#contact_area_txt {
  float: right;
  width: 726px;
}
.contactform {
  width: 727px;
  border-collapse: collapse;
}
.contactform tr td {
  padding: 10px 0;
  vertical-align: top;
  font-size: 93%;
  border-bottom: 1px dotted #ccc;
}
.contactform .input_S {
  border: 1px solid #ddd;
  height: 24px;
  margin-bottom: 3px;
}
.contactform .input_M {
  border: 1px solid #ddd;
  height: 24px;
  width: 98% !important;
  margin-bottom: 3px;
}
.contactform .input_L {
  border: 1px solid #ddd;
  height: 100px;
  width: 98% !important;
  margin-bottom: 3px;
}
.contactform tr td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 12px;
  vertical-align: middle;
  background: none;
}
.item1 {
  width: 160px;
  background: #f1f1ee !important;
}
.hissu {
  color: #0c0;
  margin: 0 0 0 5px;
  font-size: 10px;
}
.nini {
  color: #900;
  margin: 0 0 0 5px;
  font-size: 10px;
}
.form_note {
  border: #666 1px dotted;
  font-size: 11px;
  margin: 10px auto;
  width: 402px !important;
  color: #666;
  background-color: #f1f1ee;
  text-align: left
}
#btn {
  text-align: center;
  margin: 20px 0;
}
#btn_submit {
  width: 169px;
  height: 59px;
  background: url(/contact/images/btn_submit_off.gif) no-repeat;
  text-indent: -9999px;
  border-style: none;
  cursor: pointer;
  display: inline-block;
}
#btn_submit:hover {
  background: url(/contact/images/btn_submit_on.gif) no-repeat;
}
#btn_reset {
  width: 169px;
  height: 59px;
  background: url(/contact/images/btn_reset_off.gif) no-repeat;
  text-indent: -9999px;
  border-style: none;
  cursor: pointer;
  display: inline-block;
}
#btn_reset:hover {
  background: url(/contact/images/btn_reset_on.gif) no-repeat;
}