@charset "utf-8";

/* -----------------------------------------------------------
 Created:        2007-05-31
 Last update:    2007-05-31
 Style Info:     カテゴリのスタイル
----------------------------------------------------------- */

@import url("base.css");
@import url("clear.css");


/* --------------------------------------------------
	インデックス
----------------------------------------------------*/

#inquiryIndex #wrapperContent #mainContent .section {
	width: 520px;
	margin: 50px;
}

#inquiryIndex #wrapperContent #mainContent .section #mail {
	margin: 2em 0;
	padding: 1px;
	background: url(../img/inquiry/background_mail.gif);
}

#inquiryIndex #wrapperContent #mainContent .section #mail p {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
}

#inquiryIndex #wrapperContent #mainContent .section #mail p span {
	font-size: 150%;
}

#inquiryIndex #wrapperContent #mainContent .section p.note {
	font-size: 85%;
}

.section table {
	border-collapse: collapse;
	font-size: 12px;
	width: 520px;
}

.section table th {
	padding: 5px 10px;
	border: 1px solid #C4AE8B;
	background: #FCF9A3;
}

.section table th span {
	padding: 0 0 0 7px;
	color: #A20505;
	font-size: 11px;
}

.section table td {
	padding: 5px 10px;
	border: 1px solid #C4AE8B;
}

.section table td p {
	margin:0;
	padding:0;
	width: 370px;
}

img.confirm {
	margin-left: 152px;
	}

textarea {
	width: 370px;
	height: 100px;
	}

form input.button {
	position: relative;
	left: 155px;
	}


