
/************************************************/
/*        フォームメール用スタイルシート        */
/************************************************/


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	margin-top: 50px;
}

 @media screen and (max-width: 767px) {
    .msg_head {
        margin-left: unset !important;"
    }
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
	margin-left: 9%;
}

 @media screen and (max-width: 767px) {
    .msg_foot {
        margin-left: unset !important;"
    }
}

/* ------ テーブル ------ */
table {
	border-style: none;
	width: 80%;
	margin: 20px 5%;
	margin-left: 9%;
}

 @media screen and (max-width: 767px) {
    table {
        margin-left: 0%;
        width: unset;
        margin: unset;
    }
}

table th {                          
	background-color: #EEEEEE;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #EEEEEE;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

.margin {
}

 @media screen and (max-width: 767px) {
    .margin {
        margin-left: unset !important;;
    }
}


/* ------ ボタン ------ */
.submit {
	text-align: center;         /* 配置 */
	margin-left: 9%; !important;
}

 @media screen and (max-width: 767px) {
    .submit {
        margin-left: 2% !important;;
    }
}
