@charset "utf-8";

@media screen and (max-device-width:480px) {

	/*rev logo*/
	.tokushu .rev_top {
		margin: 0 0 10px !important;
		padding: 10px 0 0 !important;
	}

	.tokushu .rev_top img {
		width: 55%;
	}

	/*header*/
	.allstar .header {
		margin: 0 0 -2px !important;
	}

	/*product_l*/
	.allstar table th {
		width: 70px!important;
	}

	.allstar table td {
		width: auto!important;
	}

	/*特典*/
	.allstar .product_l .tokutenArea {
		width: 95%;
	}

	.allstar .product_l .tokutenArea img {
		width: 85%;
		height: auto;
	}

	.allstar .product_l .tokutenArea p {
		line-height: 15px !important;
	}
}