@charset "utf-8";
/* 施設について
---------------------------------------------------------------------------- */

input[type="text"],input[type="tel"]{
	width:400px;
	margin:10px 5px;
}

textarea{
	width:480px;
	height:120px;
	resize:vertical;
	margin:10px 5px;
}
