@charset "UTF-8";

/* 問合せ全体の仕様 */
h1{
	text-align:center;
	font-size:1.2em;
	padding:5px;
}
#kozin p{
	width:600px;
	margin:auto;
	font-size:0.85em;
	text-indent:-0.85em;
	line-height:1.6;
	padding-left:10px;
	padding-right:10px;
}

form{
	width:600px;
	padding:10px;
	margin:auto;
	margin-bottom:10px;
	font-size:1em;
	background-color:#ffffff;
	box-shadow:2px 2px 4px #000000;
}

/* 質問タイトル部分 */
label{
	width:200px;
	display:block;
	float:left;
}
/* (必須) */
.must{
	font-weight: normal;
	color: #ff0000;
}

/* 記入部分 */
#input{
	width:380px;
}