@charset "utf-8";

/*!
 * メールフォームシステム
 * Copyright 株式会社コムネット
 */


/* --- エラーメッセージ部分 --- */
.error_msg {
	margin: 5px 0 10px 0;
	padding: 10px;
	line-height: 140%;
	text-align: left;
	border-color: #CC7777;
	border-style: solid;
	border-width: 1px;
	background-color: #FEFBE0;
}

.error_msg_title {
	color: #CC0000;
	font-weight: bold;
}

.error_msg ul {
	margin: 4px 0 4px 0;
	padding: 0 0 0 30px;
}



/* --- メールフォーム ---　*/
._my_mailform_page {
	margin: 0;
	padding: 0;
}

._my_mailform_page input[type="text"] {
	max-width: 300px;
}

._my_mailform_page textarea {
	max-width: 400px;
	max-height: 100px;
	font-size: 14px;
}

._my_mailform_page input[type="checkbox"] {
	margin:2px;
}
._my_mailform_page input[type="radio"] {
	margin:2px;
}


/* --- 文字色など --- */
/* 入力必須 */
._my_mailform_page .required {
	color: #CC0000;
	font-size: 80%;
	font-weight: normal;
}

/* 注釈 */
._my_mailform_page table td .note {
	margin: 0;
	padding: 0;
	float: none;

	font-size: 85%;
}

/* ヘッダー部分 */
._my_mailform_page p.footer {
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 140%;
}

/* ボタン部分 */
._my_mailform_page div.button {
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center;
	line-height: 120%;
}

._my_mailform_page div.button input[type="submit"],
._my_mailform_page div.button input[type="button"] {
	width: 140px;
	height: 32px;
}

/* ---------- End of CSS ---------- */
