@charset "shift_jis";
/* CSS Document */

/* --------------------------------- 
------------------------------------
wb-form
------------------------------------
------------------------------------*/

span.Attention {
  color: #CC0000;
  font-size:10px;
  padding-left: 5px;
}
.contact .inquiry-form .wb-form{}
.contact .inquiry-form .wb-form-title{
	background-position:bottom;
	border-bottom: 1px solid #542420;
	border-left: 8px solid #542420;
	background-repeat: repeat-x;
	height: 20px;
	padding: 5px;
	line-height:20px;
	margin: 0 0 10px 0;
	font-size:16px;
	color:#542420;
	font-weight: bold;
}
.contact .inquiry-form .wb-form-table{
	border: 1px solid #513100;
	margin: 0 auto 0 0;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
	empty-cells: show;
}
.contact .inquiry-form .wb-form-table th{
	margin: 0;
	padding: 15px;
	width: 170px;
	background-color: #E8DAC5;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	border-bottom: 1px solid #513100;
}
.contact .inquiry-form .wb-form-table td{
	margin: 0;
	padding: 0.5em 0.8em;
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid #513100;
	background-color: #FFFFFF;
}
.contact .inquiry-form .wb-form-btn {
	width: 100%;
}
.contact .inquiry-form .wb-form-btn input[type="button"] {
	width: 100px;
  	height: 35px;
  	font-size: 130%;
  	letter-spacing: 5px;
  	text-align: center;
  	font-weight: bold;
  	padding: 0 0 0 6px;
  	color: #444;
}
.contact .inquiry-form .wb-form-btn ul{
}
.contact .inquiry-form .wb-form-btn li{
	text-align: center;
	list-style-type: none;
}
.inquiry-form .wb-form {
	margin: 20px 0;
}
.wb-form-table td input[type="text"] ,
.wb-form-table td textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
.wb-form-table td input {
  font-size: 16px;
  height: 27px;
}
.wb-form-table td select {
  margin: 5px 0;
  font-size: 15px;
}
