@charset "UTF-8";
/* CSS Document */
/*20241025追加*/
#me_mail_1{
    width: 82%;
    color: #555;
    line-height: 120%;
    font-size: 100%;
    float: left;
    height: auto;
    margin-top: 2%;
    margin-right: 7%;
    margin-left: 7%;
    border: thin solid #44432B;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    margin-bottom: 6%;
}
#me_form_1 {
    width: 82%;
    float: left;
    height: 50%;
    margin-top: 5%;
    margin-right: 7%;
    margin-left: 7%;
}


#m_note {
    float:left;
    width: 100%;
    height: auto;
    margin-top: 2%;
}
#formWrap {
	
	width:86%;
	color:#555;
	line-height:120%;
	font-size:100%;
	float: left;
	height: auto;
	margin-top: 5%;
	margin-right: 7%;
	margin-left: 7%;
}
table.formTable{
	width:100%;
	border-collapse:collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10%;
	margin-left: auto;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
select{
	padding: 3px 3px;
	font-size: 14px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:480px) {
#formWrap {
	width:100%;
	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;
}
}
