



/* Default Layout: 992px. */

.mp-slider > div{
	width:950px;
	margin-top:-127px;
	height: 484px;
}
.bottle{
	margin-top:140px;
}
.product-title{
	margin-top:165px;
}
#mobile-menu {
	display:none;
}




/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
#webarea {
  width: 750px;
}
.mp-slider > div{
	width:750px;
	margin-top:0px;
	height: 325px;
}
.bottle{
	width:150px;
	height: auto;
	margin-top:0px;
}
.product-title{
	margin-top:10px;
}
.girl{
	width:264px;
	height:auto;
}
.content{
	margin-top:325px;
}
#top-contents ul {
  margin: -80px 140px 0;
}
.content-left {
  width: 448px;
}
.testimonials {
  width: 230px;
}
.product img {
  max-width: 240px;
}
}



/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {

#webarea {
  width: 300px;
}
.menu-item {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.menu-item:last-child{
	border-bottom:none;
}
#menu {
  padding: 0px;
}
.menu{
	width:99%;
}
#mobile-menu {
  border: medium none;
  display: block;
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
  width: 100%;
}
.mp-slider > div {
  width: 302px;
  margin-top:0px;
  height:230px;
}
.bottle {
  margin-top: 10px;
  width: 115px;
}
.product-title {
  float: right;
  font-size: 16px;
  line-height: 19px;
  margin-top: 32px;
  width: 180px;
}
.girl{
	display:none;
}
.content{
	margin-top:230px;
	width:300px;
}
.top-content > span {
  font-size: 8pt;
  margin: 28px 0;
}
.top-content {
  height: 92px;
  width: 92px;
}
#top-contents {display: none;}
#top-contents ul {
  margin: -25px 0px 0;
}
.content-left {
  width: 260px;
}
.testimonials {
  float: left;
  padding: 3px;
  width: 294px;
}
}



/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {



}


/* Retina media query. */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {



}