@charset "utf-8";
/* CSS Document */

/*問い合わせ・お申込フォーム用CSS*/

strong {
	font-weight: bold;
}


div#maincontents table {
	width: 580px;
	margin: 5px;
	border-collapse: 0px;
	border-spacing: 0px;
	/*border: 1px #6633FF solid;*/
}

div#maincontents table th {
	border: 1px solid #999999;
}

div#maincontents table td {
	width: 60%;
	padding: 10px;
	margin: 3px;
	line-height: 1.6em;
	text-align: left;
	background-color: #f5f5f5;
}

div#maincontents table td.col1 {
	width: 40%;
	padding: 2px;
	margin: 3px;
	background-color: #FFF;
	text-align: center;
	line-height: 1.6em;
	border-right: #999999 1px solid;
}

div#maincontents table td.col1 span.hissu {
	color: #FF9900;
	font-weight: bold;
}

.textform {
	border:1px solid #999999;
	padding:4px;
}


div#maincontents p.copy {
	color: #c3c3c3;
	text-align: center;
}