
/************************************************/
/*        フォームメーE僖好織ぅE掘璽        */
/************************************************/


/* ------ ページ全体 ------ */
body {  
	background-color: #ffffff;  /* 背景色 */
}


/* ------ タイトE------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}


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

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


/* ------ テーブE------ */
table {
	border-style: none;
	width: 80%;
	margin: 20px 10%;
}
.form_01{
width:100%;
line-height:20px;
padding:6px 3px;
text-align:left;

}
.form_02{
width:100%;
padding:6px 3px;
text-align:left;	
	}
.smpcontact dt,
table th {                          
	background-color: #cccccc;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}
.smpcontact dd{
		background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
	margin:0;
	}
table td {
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


/* ------ ボタE------ */
.submit {
	text-align: center;         /* 配置 */
}


