
/* fix 4 all */

* {box-sizing: border-box;}

body {
	font-size:16px;
}

#container {
	font-size:0.75rem;
}

#banner_youclub img {
	max-width:772px;
}


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

	#main,
	#main_contents
	{
		width:100%;
	}

	#container {
		padding:0;
	}

	#main {
		margin-left:0.625rem;
		margin-right:0.625rem;

		width:calc(100% - 1.25rem);
	}

	.sell_item dl, .sell_item img, .sell_item_info {
		width: 47%;
	}

	.sell_item dl {
		width: 100%;
	}
}

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

	#wrap_items {
	    grid-template-columns: 1fr;
	}
/*
	.sell_item {
		width: 100%;
		height:auto;
	}
*/
}
