@charset "shift_jis";


h3.ttla {
	margin: 0px 0px 10px;
	padding: 0px;
	border-bottom: 1px solid #5e5e5e;
	color: #5e5e5e;
}

/* ▼ミドルの製品アイコンボックス 右寄せ */
.icobox {
	float: right;
	margin-left:2px;
}

.icoboxContainer {
	overflow: hidden;
}

/* clearfix */
.icoboxContainer:before,
.icoboxContainer:after {
	content: "";
	display: table;
}

.icoboxContainer:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.icoboxContainer {
	zoom: 1;
}


/* ▼ミドルの製品アイコンボックス 左寄せ */
.icobox2 {
	float: left;
	margin-left:2px;
}

.icoboxContainer {
	overflow: hidden;
}

/* clearfix */
.icoboxContainer:before,
.icoboxContainer:after {
	content: "";
	display: table;
}

.icoboxContainer:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.icoboxContainer {
	zoom: 1;
}
