@charset "UTF-8";

/* ----- for IE6 -----------------------------------------

* html セレクタ {}

*/




/* ----- for IE7 -----------------------------------------

*:first-child+html セレクタ {}

*/



/* ----- for IE9 -----------------------------------------

セレクタ:not(:target) {width:900px¥9;}

*/




/*—— for iPhone only ————————————————————————————————————————————————————

@media screen and (max-device-width: 480px) {

	#allwrap {
		border: blue solid 1px;
		width: 1000px!important;
	}

	#line_top,
	#line_bottom,
	#barcode_left,
	#barcode_right {
		display: none;
	}

}