@charset "utf-8";
/* CSS Document */
/* Head figure */
.head-figure{
	width:100%;
	height:450px;
	background:url(/assets/front/images/product-pic-01.jpg) no-repeat center;
	margin:0 auto;
	background-size: cover;
	}
.head-figure .product-carousel{
	padding-top:80px;
	}

.head-figure .product-carousel a img{
	padding:10px;
	}
.head-figure .product-carousel h2{
	color:#FFF;
	text-align:center;
	font-size:16px;
	padding: 0 10px;
	}

/* product list */
.product-list-area{
	padding-bottom:120px;
	}
.product-title{
	width:100%;
	text-align:center;
	/*background:url(../img/product-titlebg-01.png) center no-repeat;*/
	background-size:200px auto;
	-moz-background-size:200px auto;
	-ms-background-size:200px auto;
	-o-background-size:200px auto;
	-webkit-background-size:200px auto;
	}
.product-title h1{
	line-height:230px;
	font-size:30px;
	font-weight:bold;
	}
.thumbnail{
	padding:5px;
	}
.thumbnail a img{
	padding:15px;
	}
.thumbnail .caption{
	padding:4px;
	height:60px;
	}
.thumbnail .caption h3 a{
	display:block;
	font-size:16px;
	text-align:center;
	}
/* Anchor link */
.anchor-link{
	position:fixed;
	top:200px;
	left:5px;
	width:200px;
	z-index:10000;
	display:none;
	}
.ar-lk-logo{
	background:#FFF;
	padding:20px;
	border:1px solid #ddd;
	margin-bottom:2px;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	}
.anchor-link ul li{
	margin-bottom:2px;
	}
