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

お問い合わせフォーム

*******************************************************************************/
.section-inquiry
{
	margin-top: 1em !important;
	min-height: 480px;
	padding: 0 1em;
}

.section-inquiry > .result
{
  padding: 1.2em 0 1em 22px;
  font-size: 110%;
  font-weight: bold;
  background: url(../../../theme/images/icon-circle-arrow-white-green-14x14.png) no-repeat left center;
  line-height: 1;
  color: green;
}

form table
{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
form table.confirm
{
	width: auto;
}

form table caption
{
	font-size: 120%;
	padding: 1em 0;
	font-weight: bold;
	color: red;
	text-align: left;
	white-space: nowrap;
}

form table th,form table td
{
	border-bottom: 1px dotted #999;
	padding: 1em;
	vertical-align: middle;
	overflow: hidden;
}
form table .nobd
{
	border-bottom: none !important;
}


form table th > *,
form table td > *
{
	vertical-align: middle;	
}

form table th
{
	background-color: #f6f6f6;
	text-align: left;
	white-space: nowrap;
	width: 150px;
}

input[type=text],
input[type=button],
input[type=password],
textarea
{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family:inherit;
	margin: 0;
	padding: .25em .5em;
}
input[name="name"],
input[name="yomi"]
{
	width: 40%;
}

input[name*="email"]
{
	width: 50%;
}
input[name~="address"]
{
	width: 75%;
}

form textarea
{
	padding: 0.75em 1%;
	width: 97%;
	height: 15em;
}

p.command
{
	text-align: center;
}

p.command input[type=submit],p.command input[type=button],p.command input[type=reset]
{
	padding: 0.5em 2em;
}

span.error
{
	display: inline-block;
	color: yellow;
	background-color: red;
	line-height: 1;
	border-radius: 3px;
	padding: 5px .5em 3px;
}

span.notice
{
	display: block;
	color: green;
	font-weight: bold;
	margin: 5px 0;
	line-height: 1.5;
	font-size: 85%;
}

