@charset "utf-8";
/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/

/*---
	Reset form elements
---------------------------------*/
input, select, textarea {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box; }


.formttl{
	margin-left:20px;
	padding-top:20px;
}
.formcont{
	margin:0 auto;
	padding:20px 40px;
	color:#444;
	font-size:120%;
}
.formcont p{
	font-size:110%;

}

.question{
	padding:5px 0;
}
.textspace{
	width:450px;
}
.formcont table {
	width:650px;
}
.formcont td{
	padding:10px 0;
}
.formcont td.head{
	width:150px;
	font-style:italic;
	
	vertical-align:top;
	border-bottom:1px dotted #444;
	border-right:1px dotted #444;
}

.formcont  td.must{
	width:60px;
	text-align:center;
	border-bottom:1px dotted #444;
}

.formcont  td.input{
	font-weight:normal;
	border-bottom:1px dotted #444;
	padding-left:10px;
}

.formcont li{
	padding:3px 0;
}

/*---
	Inputs, textareas and selects
---------------------------------*/
input[type="text"], input[type="password"], textarea, select {
  border-radius: 2px;
  border: solid 1px #ccc;
  padding: 0.4em; }

select {
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }


input[type="text"], input[type="password"], textarea {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.ie9 input[type="text"] {
  line-height: normal; }

textarea {
  width: 100%;
  height: 10em; }

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #4E1008; }

button {
	border:none;
	background-color:#ffffff; 
}
