/* 　　　 */
/* ＰＣ用 */
/* 　　　 */
@media not screen, screen and (min-width: 569px)
{
	.sp-form input[type="text"].h28w0, .h28w0
	{
		height: 28px;
		width : auto;
	}
	.sp-form input[type="text"].h28w100
	{
		height: 28px;
		width : 100px;
	}
	.sp-form input[type="text"].h28w200
	{
		height: 28px;
		width : 200px;
	}
	.sp-form input[type="text"].h28w350, .h28w350
	{
		height: 28px;
		width : 350px;
	}
	.sp-form input[type="text"].h28w400, .h28w400
	{
		height: 28px;
		width : 400px;
	}
	.sp-form input[type="date"].h28w200
	{
		height: 28px;
		width : 200px;
	}
}
/* 　　　　 */
/* スマホ用 */
/* 　　　　 */
@media screen and (max-width: 568px)
{
	.sheetmap
	{
		height: auto;
		width : 80%;
	}
	.h28w0, .h28w350, .h28w400,
	.sp-form input[type="text"].h28w0,
	.sp-form input[type="text"].h28w200,
	.sp-form input[type="text"].h28w350,
	.sp-form input[type="date"].h28w200
	{
		height: 28px;
		width : auto;
	}
	.sp-form input[type="text"].h28w100
	{
		height: 28px;
		width : 60px;
	}
	.sp-form input[type="text"].h28w400
	{
		height: 28px;
		width : 90% !important;
	}
}
