@charset 'utf-8';

/* ------------------------------
 * model.css
 * Apr. 11, 2014
------------------------------ */

/* button */
.btn-primary {
	border-color: #fff;
	background-color: #3e3a39;
    font-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    width: 230px;
    margin: 0;
    padding: 7px 0;
    vertical-align: middle;
}
.btn-primary a{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-shadow:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border-color: #fff;
	background-color: #8c8c8b;
    padding: 0;
    border-radius: 3px;
    font-size: 12px;
    width: 230px;
    margin: 0;
    padding: 7px 0;
    vertical-align: middle;
}
/* 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: 87px;
  left: 206px;
}
.hmj-billboard .summary .anchor02 {
  top: 145px;
  left: 159px;
}
/* color */
.colors .pagenation a {
	margin-bottom: 2px;
	background-image: url(/Monkey/common/img/bg-colorchip.png);
}

/* feature */
.feature00,
.feature000,
.feature01,
.feature02,
.feature03,
.feature-sp01,
.feature-sp02,
.feature-sp03,
#bikelife {
	margin-top: 42px;
}

/*50th*/
.feature-sp01 {
	position: relative;
}
.feature-sp02 {
	position: relative;
}
.feature-sp03 {
	position: relative;
}
.feature-sp01 .text {
	position: absolute;
	top: 330px;
	left: 23px;
}
.feature-sp02 .text {
	position: absolute;
	top: 330px;
	left: 23px;
}

.feature-sp03 .text {
	position: absolute;
	top: 140px;
	left: 23px;
}

.feature000 {
	position: relative;
}
.feature000 .text {
	position: absolute;
	top: 330px;
	left: 43px;
}
.feature02 {
	position: relative;
}
.feature02 .text {
	position: absolute;
	top: 330px;
	left: 43px;
}
.feature03 {
	position: relative;
}
.feature03 .text {
	position: absolute;
	top: 330px;
	left: 43px;
}

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

/* equipment */
.epackage {
	border: 1px solid #626262;
	padding: 12px;
}

/*type*/
.btn-dl a {
    background: #808080;
	color: #fff;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	padding: 5px 0;
    width: 220px;
}
.btn-ord a {
    background: #cc0000;
	color: #fff;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	padding: 5px 0;
    width: 220px;
}
.btn-ord a:after, .btn-dl a:after {
    content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 12px;
}
.btn-ord a *:before, .btn-ord *:after, .btn-dl a *:before, .btn-dl *:after {
    box-sizing: border-box;
}
.ttl-obtn {
    margin-right: 0;
    float: right;
    padding-top: 41px;
}
.m-announce {
    padding: 15px 20px;
    border: 2px solid #cc0000;
    color: #cc0000;
    width: 934px;
}
.photolibrary2 a {
    display: inline-block;
	width: 312px;
	margin-right: 22px;
	margin-bottom: 22px;
	position: relative;
}
.photolibrary2 a:after {
    display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 4px;
	bottom: 4px;
	background: url(/motor-lineup/layout/contents/201304/img/icn-maximize.png) no-repeat 0 0;
	content: ' ';
}