@charset "utf-8";
/*---------------------------------------------------------------
	BODY
---------------------------------------------------------------*/
#main-body {
	margin: auto;
	padding-bottom: 20px;
	background-color: #ffffff;
}

/*---------------------------------------------------------------
	タイトル
---------------------------------------------------------------*/
#main-body #top-title {
	height: 36px;
	margin-bottom: 20px;
}

#main-body #top-text {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
/*---------------------------------------------------------------
	サブカテゴリ
---------------------------------------------------------------*/
#main-body .sub-cate {
	margin: 0px 10px 30px 10px;
}
#main-body .sub-title {
	width: 833px;
	line-height: 30px;
	font-weight: bold;
	font-size: 110%;
	margin-bottom:10px;
	text-indent: 8px;
	background: url(../images/order/sub-title.jpg) no-repeat left top;
	vertical-align:middle;
	color:#003366;
}
/*---------------------------------------------------------------
	情報テーブル
---------------------------------------------------------------*/
#main-body table {
	width: 100%;
	margin-bottom: 100px;
}

#main-body th,td {
	vertical-align: top;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px dotted #80D4D5;
}
#main-body th {
	width: 20%;
}
#main-body td {
	width: 80%;

}

/*	色	*/
#main-body .rec-first {
	border-top: 1px dotted #80D4D5;
}
#main-body th {
	background-color: #E2F6F3;
}
#main-body td {
	background-color: #FFFFFF;
}
