@charset "utf-8";
/* CSS Document */

#wineCommonHeader .contents {
	width: 1164px;
}
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 767px) {
.container {
	width: 100%;
	}
}

@media print, screen and (min-width: 768px) {
.onlySp {
	display: none !important;
	}
}

@media screen and (max-width: 767px) {
.onlyPc {
	display: none !important;
	}
}

html { -webkit-text-size-adjust: 100%; }