@charset "utf-8";
/* ===================================================================
CSS information

 file name  :inquiry.css
 style info :お問い合わせ
 
================================================================== */

/*----------------------------------------------------
	.inquiryBody - お問い合わせ
----------------------------------------------------*/

table {
	width: 698px;
	border: 1px solid #CCCCCC;
}

table th {
	width: 98px;
	background-color: #F6F6F6;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}

table td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}

table td input.short {
	width: 80px;
	margin-bottom: 5px;
}

table td input.long {
	width: 200px;
}

table td ul.check li input {
	margin-right: 5px;
}

table td textarea {
	width: 400px;
	font-size: 12px;
	height: 150px;
}


/* 同意確認 */
#main div#notice {
	margin: 10px auto;
	padding: 10px;
	background-color: #F6F6F6;
	text-align: center;
}

#main p.sendBtn {
	margin: 10px auto;
	text-align: center;
}

/* 個人情報の取扱いについて */
#main div#privacyBox {
	margin-top: 30px;
	border: 1px solid #DDDDDD;
}

#main div#privacyBox iframe {
	width: 100%;
	height: 100px;
	border: 0;
	font-size: 12px;
	color: #555555;
	margin: 0;
	padding: 0;
}






