@charset "utf-8";/* CSS Document */

@import url("style-pc.css") screen and (min-width:481px);
@import url("style-sp.css") screen and (max-width:480px);


.readonly-field{
	background:#f5f5f5;
	pointer-events:none;
}