@charset "UTF-8";
@media (min-width: 1301px) and (orientation: landscape) {
	#belt {
		background-image: url("../images/shoplist/belt.jpg");
	}
}
@media (max-width: 1300px), (orientation: portrait) {
	#belt {
		background-image: url("../images/shoplist/sp/belt.jpg");
	}
}
@media (min-width: 737px) and (orientation: landscape) {
	#lowerNav .biancabarnet, #lowerNav .hervechatelain {
		width: 150px;
	}
	.content {
		font-size: 12px;
	}
}
@media (max-width: 736px), (orientation: portrait) {
	.content {
		font-size: 11px;
	}
}
