@charset 'utf-8';

/* ------------------------------
 * zoomer-x.css
 * May 14, 2013
------------------------------ */

/* button */
.btn-primary {
	border-color: #a00;
	background-color: #c00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color: #900;
	background-color: #b00;
}

/* summary */
.hmj-billboard .summary {
  position: relative;
}
.hmj-billboard .summary .anchor01,
.hmj-billboard .summary .anchor02 {
  position: absolute;
  font-size: 10px;
  line-height: 1;
}
.hmj-billboard .summary .anchor01 {
  top: 57px;
  left: 208px;
}
.hmj-billboard .summary .anchor02 {
  top: 103px;
  left: 158px;
}

/* color */
.colors .pagenation a {
	background-image: url(/ZOOMER-X/common/img/bg-colorchip.png);
}
/* feature */
.feature00,
.feature01,
.feature02,
.feature03,
#bikelife {
	margin-top: 72px;
}
.feature00 {
	position: relative;
}
.feature00 .text {
	width: 260px;
	position: absolute;
	top: 420px;
	left: 670px;
}
.feature03 {
	position: relative;
}
.feature03 .text {
	width: 420px;
	position: absolute;
	top: 162px;
	left: 536px;
}
.feature000 {
	position: relative;
}
.feature000 .textc {
	width: 260px;
	position: absolute;
	top: 290px;
	left: 40px;
}


/* type color */
.type-colors .hmj-slide {
	height: 436px;
}

/* equipment */
.equipments {
	width: 1035px;
	margin-top: 72px;
	padding: 0;
}
.equipments li {
	width: 290px;
	margin: 0 55px 55px 0;
	font-size: 85.714%;
	line-height: 1.2;
}
.equipments li a {
	display: block;
	width: 290px;
}
.equipments li img {
	padding-bottom: 12px;
}

/* sectoin */
.section h2 {
	font-size: 114.285%;
	line-height: 1.5;
}
.section h3 {
	font-size: 100%;
	line-height: 1.1;
}
.section p,
.section li,
.section dt,
.section dd {
	line-height: 1.714;
}


