/* テーブル基本
---------------------------------------------------- */
#table_base {
table-layout: fixed;
width: 100%;
}


/* 会社案内
---------------------------------------------------- */
.ir_table {
	background: #CCC;
	border-collapse:collapse;
}

.ir_table th {
	width: 150px;
	font-size: 12px;
	line-height: 140%;
	background: #FFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px;
	text-align: left;
}

.ir_table td {
	font-size: 12px;
	line-height: 140%;
	background: #FFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px;
}

/* 申し込み
---------------------------------------------------- */
.order_table {
	background: #CCC;
	border-collapse:collapse;
}

.order_table th {
	width: 200px;
	font-size: 12px;
	line-height: 140%;
	background: #FFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px;
	text-align: left;
}

.order_table td {
	font-size: 12px;
	line-height: 140%;
	background: #FFF;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 3px;
}