@charset "utf-8";

/* =================================================================
		content
================================================================= */

#wrapper {
	width:100%;
	margin:0 auto;
}

#wrapper img {
	width:100%;
	display:block;
	margin-top:-1px;
}

#wrapper a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}

#wrapper a img {
	transition:opacity 0.3s ease-out;
}



/* =================================================================
		offer
================================================================= */
.cart01,
.cart02 {
	position:relative;
}

.btn {
	position:absolute;
}

img.btn01 {
	top:68%;
	left:0;
}

img.btn02 {
	width:53% !important;
	top:35%;
	right:0;
}

#products .cart_block .btn {
	position:static;
}

/*----------------------------------------
footer
----------------------------------------*/
div#footer{
	background:#f5f3f3;
	width:800px;
	margin:101px auto 0;
	padding:30px 0px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	border-top:1px solid #878787;
}

div#footer p {
	color:#000;
	text-align:center;
	padding:0 15px 0 0;
}

div#footer a{
	color:#000;
	text-decoration:none;
}
p.copyRight{
	color:#000;
	padding:10px 15px 0 0 !important;
	font-size:16px;
}



.ipad body,
.android body,
.iphone body {
	-webkit-text-size-adjust: 100%;
}

.android p,
.android span{
	max-height: 999999px;
}