@charset "UTF-8";

/* CSS Document */

.w800{
max-width: 800px;
height: auto;
width: 100%;
margin: 0 auto;
}

.limitedItem{
/*　display: none !important;　*/
}

@media screen and (min-width: 1024px) {
}

@media screen and (min-width: 768px) {
}	
	
@media screen and (max-width: 767px) {
}