@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 #specific {
	height: 36px;
	margin-bottom: 20px;
}
/*---------------------------------------------------------------
	テーブル
---------------------------------------------------------------*/
#main-body table.com-table {
	width: 100%;
	margin-bottom: 20px;
}
#main-body .com-specific {
	width: 100%;
	margin-bottom: 20px;
}
#main-body .com-specific strong {
	display: block;
	margin-bottom: 5px;
	margin-left: -0.8em;
	padding-left: 0.5em;
	border-left: solid 3px #aabbdd;
}
#main-body .com-specific td {
	padding-left: 1.5em;
}

#main-body .com-table .border-none {
	border: none;
}
#main-body th,td {
	vertical-align: top;
	padding: 8px 0px 8px 10px;
	text-align: left;
	border-bottom: 1px dotted #80D4D5;
	line-height: 125%;
}
#main-body span.price {
	font-weight: bold;
	color: red;
	font-size: 110%;
}

#main-body table.com-table img {
	float: right;
}
#main-body table.com-table iframe {
	float: left;
}

/*	色	*/
#main-body .rec-first {
	border-top: 1px dotted #80D4D5;
}
#main-body th {
	background-color: #E2F6F3;
}

