@charset "UTF-8";
#lnav li {
	width:238px;
}

@media only screen and (max-width: 767px) {
	#mainimg_area, #desc ,#desc h1, #desc .nav{
		position: relative;
		height:auto;
		left:auto;
		top:auto;
	}
	#lnav {
		position: relative;
		border-left:none;
		width:auto;
		margin:0 auto;
	}
	#lnav li {
		width:50%;
		float:left;
		text-align:left;
		height:30px;
		border-right:none;
		box-sizing: border-box;
		border-bottom: #d9d9d9 1px solid;
		height:auto;
		font-size: 12px;
		white-space: nowrap;
	}
	#lnav li:nth-child(odd) { border-right: #d9d9d9 1px solid;}
	#lnav li a {
		display:block;
		padding:8px 0px 8px 20px;
		background-color: #fff;
		box-sizing: border-box;
		height:auto;

		text-decoration:none;

		color:#000;
		position: relative;
	}
	#lnav li a:before {
		display:inline-block;
		content: "";
		width:10px;
		height: 10px;
		box-sizing: border-box;
		border:transparent 5px solid;
		border-left:#000 5px solid;
		position: absolute;
		left:10px;
		top:50%;
		margin-top:-5px;
	}
	#lnav li a.on:before {
		margin-top:5px;
		border-left:transparent 5px solid;
		border-top:#000 5px solid;
		font-weight: bold;
		margin-top:-2px;
		left:7px;
	}
	#lnav li a:hover, #lnav li a.on {
		background-color: #e9dcd3;
		font-weight: bold;
	}
	#lnav.clearfix:after { height: 0;}
}
#main {
	background:url(../img/bg_grade_gray2.png) repeat-x top;
	background-attachment: fixed;
	padding-bottom:80px;
}
#footer { margin-top:0;}
.list {
	padding-top:10px;
}
.list li {
	width:300px;
	height:300px;
	float:left;
	margin:5px 5px 0 0;
	border:transparent 5px solid;
	display:block;
	
	position:relative;
	overflow:hidden;
}

.list li:hover {
	border:#378965 5px solid;
}
.list li a {
	display:block;
	overflow:hidden;
}
.list li a span {
	display:block;
	position:absolute;
	overflow:hidden;
	left:0px;
}
.list li a span.title {
	height:30px;
	line-height:30px;
	font-size:16px;
	top:0px;
	margin:0;
	width:300px;
	text-align:center;
	background:#000;
	color:#fff;
	font-weight:bold;
	z-index:2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.list li a span.img {
	z-index:1;
	top:0px;
	width:300px;
	height:300px;
}

.list li a span.img img { width:100%; }
.list li a span.desc {
	bottom:0px;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height:30px;
	line-height:30px;
	width:290px;
	padding:0 5px;
	font-size:11px;
	background:#fff;
	z-index:2;
}
@media only screen and (max-width: 767px) {
	.list li {
		width:150px;
		height:150px;
		margin:2px 2px 0 0;
		border:transparent 2px solid;
	}
	.list li:hover {
		border:#378965 2px solid;
	}
	.list li a span.title {
		height:30px;
		line-height:30px;
		font-size:11px;
		width:150px;
	}
	.list li a span.img {
		width:150px;
		height:150px;
	}
	.list li a span.desc {
		width:140px;
	}
}

h2.title {
	height:40px;
	line-height:40px;
	font-size:18px;
	top:0px;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	text-align:left;
	background:#000;
	color:#fff;
	font-weight:bold;
	margin:0px auto;
}
.detailblock {
	background:#fff;
	padding:0px 0px 0px 0px;
}
.detailblock #mainimg {
	float:left;
	width:480px;
	position:relative;
}
.detailblock #mainimg span {
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width:480px;
	background-repeat:no-repeat;
	background-position:center 50%;
	background-size:cover;
}

.detailblock #mainimg { width:480px; min-height: 320px;}
.detailblock #mainimg img {
	width:480px;
}
.detailblock .model_type {
	margin:0 0 0 0px;
	float:right;
	width:480px;
	padding:4px 0px 4px 0px;
	background:#005d24;
}
.detailblock .model_type p { margin:0;}
span.type, span.model {
	color:#fff;
	padding-left:20px;
}
.detailblock .text {
	float:right;
	width:450px;
	margin:10px 10px 0 20px;
}
@media only screen and (max-width: 767px) {

	h2.title {
		height:30px;
		line-height:30px;
		font-size:15px;
	}
	.detailblock #mainimg {
		float:none;
		width:100%;
		position:relative;
	}
	.detailblock #mainimg span {
		display:block;
		position:relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin: auto;
		width:100%;
	}
	.detailblock #mainimg span#new_mainimg { display: none;}

	.detailblock #mainimg { width:100%; min-height:inherit;}
	.detailblock #mainimg img {
		width:100%;
	}
	.detailblock .model_type {
		margin:0 0 0 0px;
		float:none;
		width:100%;
	}
	.detailblock .model_type p { margin:0;}
	span.type, span.model {
		color:#fff;
		padding-left:20px;
	}
	.detailblock .text {
		float:none;
		width:auto;
		margin:10px 10px 0 20px;
	}
}
.detailblock #thumbs {
	margin:20px 0 0 0px;
}
.detailblock #thumbs li {
	float:left;
	width:180px;
	height:180px;
	border:#f0f0f0 5px solid;
	margin: 0 1px 2px 1px;
}
.detailblock #thumbs li:hover {
	border:#005d24 5px solid;
}
@media only screen and (max-width: 767px) {
	.detailblock #thumbs {
		margin:20px auto 0;
		display: inline-block;
		text-align: center;
	}
	.detailblock #thumbs li {
		float:none;
		display: inline-block;
		width:80px;
		height:80px;
		border:none;
		margin: 0 1px 2px 1px;
	}
	.detailblock #thumbs li:hover {
		border:none;
	}
}
.detailblock #thumbs li img {
	width:100%;
	height:100%;
}
.pagelink {
	margin:0;
	padding:10px 0;
	text-align:center;
	text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff; 
}
.pagelink span {
	position:relative;
	display:inline-block;
	padding:0 20px;
}
.pagelink span.prev a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent; 
	border-left: 5px solid #000;
}
.pagelink span.next a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-right: 5px solid #000;
}
.pagelink .disabled.next a,.pagelink .disabled.next a:hover,
.pagelink .disabled.prev a,.pagelink .disabled.prev a:hover {
	text-decoration:none;
	color:#999;
	cursor:default;
}
.pagelink .disabled.prev a:before {
	border: 5px solid transparent;
	border-left: 5px solid #99;
}
.pagelink .disabled.next a:before {
	border: 5px solid transparent;
	border-right: 5px solid #999;
}