@charset "UTF-8";

/* メールフォーム */
#formWrap {
	width:660px;
	max-width: 100%;
	margin:0 auto;
	color:#555;
	line-height:150%;
	font-size:100%;
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
	font-size:100%;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	color: black;
	background:#E6E6FA;
	text-align:left;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:599px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}


/* アンケートフォーム */
textarea 
{
	width: 98%;
	font-size: 13pt;
	padding: 6px 6px;
	resize: vertical;
}


#quest
h2 {
	text-align: center;
	margin:20px 2px;
	padding: 0.5em 0.5em; 	/*上下と左右の余白*/
	border-style: solid ;
	border-width: 1px 7px 1px 7px ;	/*左と右端付せん型*/
	border-color: #990033;
}

/* ▼画面サイズ（横幅）が599px以下の場合に適用 */
@media screen and (max-width: 599px) {
#quest
h2 { 
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 0.3em 0.2em; 	/*上下と左右の余白*/
    }
}
/* ▲画面サイズ（横幅）が599px以下の場合に適用 */



#quest_h3	/*アンケートのh3に対してラベンダー背景色*/
 {
	margin: 10px 0px 7px 0px;
	padding: 5px 10px 2px 10px;
	background-color: #e6e6fa;
	font-size:14pt; 
	display:  inline-block;
 }

#quest
h3 { 
	color:black; 
	font-size:13pt; 
	margin:18px 5px 5px 3px;}
#quest
h4 { 
	color:black; 
	font-size:13pt; 
	margin:18px 5px 5px 3px;}
#quest
p {
	font-size:13pt; 
	margin:10px 5px;
}


#questh2blue	 	/* アンケートの題 両端が青バナータイプ */
h2 {
	text-align: center;
	margin:20px 2px;
	padding: 0.5em; 	/*上下と左右の余白*/
	border-style: solid ;
	border-width: 1px 7px 1px 7px ;	/*左と右端付せん型*/
	border-color: blue;
}




.formhd	/* メールフォームの前書き */
p {
	font-size:13pt; 
	margin:10px 5px;
	line-height: 1.2em ;
}



/* 不明 */
answer 
p {
	font-size:13pt; 
	margin:6px 14px;
}


head_p
p {
	font-size:13pt; 
	margin:3px 5px;
}
