@charset "shift_jis";

@import url(reset.css);
@import url(base.css);
@import url(layout.css);

.gmnoprint{height:35px;}


/*
/* JS Photo Viewer
/***************************************************/
#features {
  position: relative;
  z-index: 10;
}

#leading {
	width: 656px;
	height: 306px;
}

#leading ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
}

#leading ul li {
	position: absolute;
	left: 0;
	top: 0;
	height: 306px;
	width: 656px;
}

#mv02, #mv03, #mv04 {
	display: none;
}

ul#selector {
	position: absolute;
	left: 0;
	top: 254px;
	padding: 0 4px;
	margin: 0;
	width: 656px;
	height: 46px;
	line-height: 1;
}

ul#selector li {
	display: inline;
	float: left;
	height: 46px;
	margin: 0 4px;
	padding: 0;
	width: 100px;
}

ul#selector li img {
	border: 1px solid #3D464D;
	cursor: pointer;
}

ul#selector li img.highlight {
	border: 1px solid #05A4DC;
}


