@charset "utf-8";

/*----------------------------------------------------------------
 * インターネットでのお問い合わせ
 */

#internet h2 {
	height: 24px;
	background: url(../img/h2-internet.png) no-repeat;
	text-indent: -9999em;
}

#internet .introduction {
	margin: 37px 0 -3px;
	font-size: 93%;
	line-height: 1.5;
}

#internet .required {
	color: #EC6941;
}

#internet .error {
	margin-top: 17px;
	color: #EC6941;
	font-size: 93%;
	line-height: 1.5;
}

#internet .error li {
	margin-left: 30px;
	list-style-type: disc;
}

#internet table {
	margin-top: 20px;
	width: 100%;
}

#internet table th,
#internet table td {
	border: 1px solid #CCCCCC;
	font-size: 93%;
}

#internet .input table th,
#internet .input table td {
	padding: 10px;
}

#internet .confirm table th,
#internet .confirm table td {
	padding: 20px 10px;
}

#internet table th {
	width: 250px;
	background-color: #F1F7E9;
	font-weight: normal;
	text-align: left;
}

#internet table th .note {
	margin-top: .5em;
	color: #EC6941;
}

#internet table td {
	vertical-align: middle;
}

#internet input,
#internet textarea {
	border: 1px solid #CCCCCC;
}

#internet #input-name,
#internet #input-kana {
	width: 15em;
}

#internet #input-company,
#internet #input-department {
	width: 20em;
}

#internet .poc .label-poc {
	margin-right: 1em;
}

#internet .poc .input-poc {
	margin-right: .25em;
}

#internet .poc h3 {
	margin: 10px 0 .25em;
	color: #496227;
}

#internet #input-postcode-upper {
	width: 3em;
}

#internet #input-postcode-lower {
	width: 4em;
}

#internet #input-address {
	width: 99%;
	height: 3em;
}

#internet #input-phone {
	width: 15em;
}

#internet #input-email,
#internet #input-email-confirm {
	width: 30em;
}

#internet #input-inquiry {
	width: 99%;
	height: 10em;
}

#internet .button {
	margin-top: 20px;
	text-align: center;
}

#internet .complete p {
	padding: 5em 0;
}

/*----------------------------------------------------------------
 * お電話でのお問い合わせ
 */

#phone {
	margin-top: 80px;
}

#phone h2 {
	height: 24px;
	background: url(../img/h2-phone.png) no-repeat;
	text-indent: -9999em;
}

#phone .body {
	margin-top: 40px;
}

#phone .body .introduction {
	font-size: 93%;
	line-height: 1;
}

#phone .body .phone-number {
	margin: 17px 0 -3px;
	font-size: 93%;
	line-height: 1.5;
}
