﻿@charset "UTF-8";

/* --------------------------------------------------------------------
	メール送信
--------------------------------------------------------------------- */
table.sendmail_ textarea {
	width: 100%;
}

table.sendmail_ input[type="text"] {
	width: 100%;
}

table.sendmail_ input[name="mail_contents"],
table.sendmail_ input[name="mail_contents2"] {
	border: none;
	background-color: transparent;
	padding: 0;
	color: #525252;
}
