@charset "UTF-8";

/* guideカテゴリで使用しているパーツのCSSです ---------------------------------------------------------------- */

/* common ---------------------------------------------------------------- */
#read {
	float: right;
	width: 730px;
	margin-bottom: 29px;
}
	#read h2 {
		margin-bottom: 17px;
	}

.guide_lower {}
	.guide_lower p {
		margin-bottom: 5px;
	}

.h4_guide01 {
	margin: 0 0 22px;
}
.imageList_guide01 {
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}
	.imageList_guide01 li {
		float: left;
		margin-right: 10px;
	}
	.imageList_guide01 li.last {
		margin-right: 0;
	}
		.imageList_guide01 li p {
			margin-bottom: 4px;
			text-align: center !important;
		}
.icoClick {
	position: relative;
	_width: 175px;
}
	.icoClick img.png {
		position: absolute;
		right: 0;
		bottom: 0;
	}
		
.ul_guideLink01 {
	padding-top: 15px;
	overflow: hidden;
	zoom: 1;
}
	.ul_guideLink01 li.left {
		float: left;
	}
	.ul_guideLink01 li.right {
		float: right;
	}
@media print {
}

/* /hardware/guide/index.html ---------------------------------------------------------------- */
.guide_index {}
	.guide_index .section {
		margin-bottom: 15px;
	}
.guideLink01 {
	text-align: right !important;
	margin-top: 15px;
	font-size: 86%;
}
