@charset "UTF-8";
@import url(/include/css/common.css);

/* ---------------------------------------------------------
	CSS Document contact > Layout
--------------------------------------------------------- */

#contact {
	text-align: left;
}

#form {
	min-height: 400px;
	margin: 0 100px;
}

/* ---------------------------------------------------------
	CSS Document contact > common
--------------------------------------------------------- */

#contact h3 {
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(../images/title.jpg) no-repeat 0 0;
	line-height: 30px;
	font-size: 13px;
}

#contact p {
	margin-bottom: 20px;
}

#contact form input,
#contact form select,
#contact form img {
	vertical-align: middle;
}

#contact em {
	color: #ee5410;
}

/* ---------------------------------------------------------
	CSS Document contact > form
--------------------------------------------------------- */

#contact table {
	width: 760px;
	margin: 0 0 20px;
	border-top: dotted 1px #999;
}

#contact th {
	width: 26%;
	padding: 16px 0;
	border-bottom: dotted 1px #999;
	text-align: left;
	font-weight: normal;
}

#contact td {
	padding: 15px 0;
	border-bottom: dotted 1px #999;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document form > privacy
--------------------------------------------------------- */

#privacy {
	height: 175px;
	overflow: auto;
	margin: 0 0 8px;
	padding: 12px 15px 1px;
	border: solid 1px #929292;
	font-size: 12px;
	line-height: 170%;
}

/* ---------------------------------------------------------
	CSS Document form > width
--------------------------------------------------------- */

.w460 {
	width: 460px;
}

.w400 {
	width: 380px;
}

.w280 {
	width: 280px;
}
