@charset "utf-8";
/*---------------------------------------------------------------
	BODY
---------------------------------------------------------------*/
#main-body {
	margin: auto;
	padding-bottom: 20px;
	background-color: #ffffff;
}
#main-body .inq-data {
}

/*---------------------------------------------------------------
	タイトル
---------------------------------------------------------------*/
#main-body #top-title {
	height: 36px;
	margin-bottom: 20px;
}

#main-body #top-text {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
/*---------------------------------------------------------------
	テーブル
---------------------------------------------------------------*/
#main-body .inq-table {
	width: 100%;
	margin-bottom: 20px;
	background-color: #F6F6F6;
}

#main-body th,td {
	vertical-align: top;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px dotted #80D4D5;
}
#main-body th {
	width: 25%;
}
#main-body td {
	width: 75%;

}
#main-body span.price {
	font-weight: bold;
	color: red;
	font-size: 110%;
}

/*	色	*/
#main-body .rec-first {
	border-top: 1px dotted #80D4D5;
}
#main-body th {
	background-color: #E2F6F3;
}

.kome {
	color: #ff0000;
	font-size: 90%;
}

.ex {
	color: #666666;
	font-size: 90%;
}

/*---------------------------------------------------------------
	エラーメッセージ
---------------------------------------------------------------*/

#main-body .alert {
	background-color: #F6F6F6;
	padding: 10px;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 20px;
}


