@charset "UTF-8";
@import url(form.css);

/*---------- Contents ID ----------*/

#contact #contactForm{
	margin-bottom: 1.0em;
}

#contact #content #alpha .infoDataList{
	margin-top: 1.0em;
}
#contact #content #alpha .infoDataList dt{
	width: 13em;
	_width: 14.1em;    /* WinIE */
}
#contact #content #alpha .infoDataList dd{
	margin-left: 14.1em;    /* = dt.width + dt.padding */
}

#contact #name,
#contact #kana{
	width: 200px;
	ime-mode: active;
}
#contact #tel{
	width: 200px;
	ime-mode: disabled;
}
#contact #mail1,
#contact #mail2{
	width: 250px;
	ime-mode: inactive;
}
#contact #age{
	width: 75px;
	ime-mode: active;
}
#contact #zip1{
	width: 55px;
	ime-mode: inactive;
}
#contact #zip2{
	width: 75px;
	ime-mode: inactive;
}
#contact #addr,
#contact #addr2{
	width: 300px;
	ime-mode: active;
}
#contact #otherShop{
	width: 500px;
	height: 3em;
	ime-mode: active;
}
#contact #description{
	width: 500px;
	height: 10em;
	ime-mode: active;
}

.del th.c1,
.del td.c1 {
  width: 100px !important;
}

.del th.c2,
.del td.c2 {
  width: 100px !important;
}

.del_title {
  font-size: 16px;
  margin-top: 20px;
}

#contact input[type="hidden"] {
  display: none;
}