@charset "utf-8";
@import url("../../css/common.css");
@import url("common.css");

/*===================================

	product/hibiki.css

=====================================*/


/* ******************************************************
 * hibiki
 */
div.hibiki div.left {
	float: left;
	width: 670px;
	line-height: 1.8;
}

div.hibiki div.left h4 {
	margin-bottom: 8px;
}

div.hibiki div.left h4.under {
	margin-top: 25px;
	margin-bottom: 8px;
}

div p.right {
	float:right;
	width: 192px;
}



/* ******************************************************
 * spec
 */
table.spec {
	clear: both;
	width: 100%;
	margin: 40px auto 0;
	border-collapse: collapse; 
}

table.spec th,
table.spec td {
	width: 178px;
	padding: 5px 0;
	border: 1px #A7A7A7 solid;
	border-collapse: collapse; 
	font-weight: normal;
	text-align: center;
}

table.spec th {
	background-color: #DFDFDF;
}




/* ******************************************************
 * yanezai
 */
table.yanezai {
	clear: none;
	margin: 25px auto;
}



/* ******************************************************
 * bottomlink（ie7を除くモダンブラウザに適用）
 */
html>/**/body .bottomlink {
	clear: both;
	margin-top: 0;
	padding: 5px 0 20px;
	background: url(../images/sae/sae_r13_c1.gif) top left no-repeat;
}

