﻿@charset "utf-8";
/* CSS Document */
/*=============================================*/
div#mailsend {
	font-size:10pt;
}
div#mailsend .attention {
	font-size:77%;
	color:#F00;
}
div#mailsend table {
	border:none;
	border-collapse:collapse;
	}
div#mailsend table caption {
	padding:0.5em;
	text-align:left;
	font-size:110%;
	font-weight:700;
	}
div#mailsend table th {
	background:#F5F5F5;
	text-align:center;	
	padding:0.5em 0.5em;
	border:1px solid #E7E7E7;
	line-height:1.2em;
	empty-cells:show;
	}
div#mailsend table td {
	padding:0.5em 0.5em;
	border:1px solid #E7E7E7;
	line-height:1.2em;
	empty-cells:show;
	}
div#mailsend table .th_bk_wh {
	background-color:#F5F5F5;
	font-weight:100;
	color:#666;
	}
div#mailsend table .th_bk_ac {
	background-color:#FFEAE8;
	font-weight:700;
	}
div#mailsend table .atn_red {
	color:#F00;
	}
div#mailsend table .td_bk_atn {
	background-color:#FFC;
	}
div#mailsend .txt_cn {
	text-align:center;
	}
.noscript_red {
	color:#F00;
	}
.txt_confirm {
	font-size:77%;
}
