@charset 'utf-8';

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

/* color */
.colors .pagenation a {
	margin-bottom: 2px;
	background-image: url(/F6B/common/img/bg-colorchip.png);
}

/* feature */
.feature01,
.feature02,
.feature03 {
	margin-top: 42px;
	position: relative;
}
.feature01 .text,
.feature02 .text,
.feature03 .text {
	position: absolute;
	width: 354px;
	left: 600px;
	color: #fff;
}
.feature01 .text {
  top: 140px;
}
.feature02 .text {
  top: 80px;
}
.feature03 .text {
  top: 160px;
}

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

/* 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;
}

/* note */
.hmj-billboard .summary {
  position: relative;
}
.hmj-billboard .summary .anchor01,
.hmj-billboard .summary .anchor02 {
  position: absolute;
}
.hmj-billboard .summary .anchor01 {
  top: 65px;
  right: 0;
}
.hmj-billboard .summary .anchor02 {
  top: 124px;
  left: 154px;
}

/* 40 Anniversary */
.goldwing-40anniversary {
  padding: 20px;
  border: 1px solid #d1d1d1;
}