@charset "utf-8";
/* お問い合わせ */

/* タイトル  */
h1.h1title {
	font-size: 125%;
	padding-bottom: 15px;
	background-image: url(../product/img/product_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
p.ptitle {
	line-height: 1.4em;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 一覧 */

.news dl * {
	line-height: 1.5;
}

.news dl {
	margin-top: 20px;
	margin-bottom: 25px;
}

.news dt {
	clear:left;
	float:left;
	padding:12px 0pt 0pt 0;
	width:60px;
}

.news dd {
	padding:10px 0pt 10px 70px;
}


/* 詳細 */
div.newsdate {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 20px;
}

	/* change*/
	table.change tr {
		border: none;
	}
	table.change td {
		border: none;
	}
	.changeBox {
		width: 645px;
		margin-left: -15px;
		_margin-left: 0px;
	}
	/* /change*/
