@charset "UTF-8";

/*--------------------------------------------------------------------
quality.html
quality.css
--------------------------------------------------------------------*/

/*------------共通のスタイル---------------------------------------------------------------*/
div#Main h4 { margin-bottom: 15px; }
div#Main div.Txt {
	width: 420px;
	float: left;
}
div#Main div.Txt ul {
	list-style: none;
	margin: 1em 0;
}
div#Main div.Txt ul li {
	padding-left: 0.8em;
	text-indent: -0.8em;
}
div#Main div.Txt ul li:before { content: "●"; }
div#Main div.Pho {
	width: 240px;
	float: right;
}
div#Main dl dt {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 5px 2px;
	border-bottom: 2px solid #bfbfbf;
	font-size: 117%;
	font-weight: bold;
	color: #ff6b00;
}
div#Main div.MakerBtn {
	width: 152px;
	margin: 10px auto 0;
}
div#Main div.MakerBtn a {
	display: block;
	height: 15px;
	background: url(../../img/works/maker_btn.gif) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Main div.MakerBtn a:hover { background-position: left bottom; }

/*------------HoursDayのスタイル---------------------------------------------------------------*/
div#HoursDay { margin-top: 30px; }

/*------------Installation , Maintenanceのスタイル---------------------------------------------------------------*/
div#Installation,
div#Maintenance { margin-top: 60px; }