﻿@charset "utf-8";

/* ---------------------------------
  共通
------------------------------------*/

.title h1 {
	background-image: url(../../contact/images/title.jpg);
}

.byTel {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 25px;
	background-image: url(../../contact/images/byTel_bg.png);
	height: 171px;
	text-align: center;
}

.byTel h2 {
	margin-bottom: 15px;
	height: 20px;
	background-image: url(../../contact/images/byTel_hl.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

.byTel p {
	margin-bottom: 15px;
}

.byTel p.telNumber {
	margin-bottom: 15px;
	height: 25px;
	background-image: url(../../contact/images/byTel_telnumber.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -10000em;
}

#form h2 {
	margin-bottom: 30px;
	height: 38px;
	background-image: url(../../contact/images/form_hl.png);
}

#form dl {
	margin-bottom: 20px;
	border-bottom: 1px dashed #CAC08A;;
}

#form dt {
	padding: 15px 0 15px 25px;
	border-top: 1px dashed #CAC08A;
	float: left;
	clear: left;
	width: 135px;
	background-image: url(../images/marker.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#form dd {
	border-top: 1px dashed #CAC08A;
	padding: 15px 0;
	float: left;
	width: 470px;
}

#form p.submit {
	line-height: 3.0;
	text-align: center;
}

#form textarea {
	font-size: small;
}

img.required {
	display: inline;
	vertical-align: text-bottom;
}

.conf #form h2 {
	background-image: url(../../contact/images/confirm_hl.png);
}

.conf .msg {
	color: #c00;
	font-weight: bold;
}

.error #form h2 {
	background-image: url(../../contact/images/error_hl.png);
}

.error p.msg {
	color: #c00;
	font-weight: bold;
	text-align: center;
}

.thanks #form h2 {
	background-image: url(../../contact/images/thx_hl.png);
}

