@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
#wrapper / #page
++++++++++++++++++++++++++++++++++++*/
#cbody {
	margin		:0 16px;
	font-size	:13px;
	color		:#444;
	line-height	:1.5em;
}

.center	{text-align:center;}
.red	{color:#f00;}
.imeoff	{ime-mode:disabled;}
p	{margin-bottom:1.2em;}

table	{width:100%;}
table th,
table td {
	border-bottom	:1px solid #feeda8;
	padding		:10px;
}
table th	{vertical-align:top;}
table td	{vertical-align:middle;}

input.name	{width:160px;}
input.yomi	{width:160px;}
input.company,
input.address	{width:99%;}
input.tel	{width:100px;}
input.email	{width:200px;}
	{width:99%;}
textarea	{width:99%;}
input.err,
select.err,
textarea.err {
	background	:#fff8f8;
	border		:1px solid #a66;
}
span.err {
	color		:#f00;
}
div.errs {
	color		:#f00;
	margin-bottom	:1em;
}
