@charset "utf-8";
@media screen {
	/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	#page / #content / div.block
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
	div.block .red {
		color:#f00;
		}
	div.block p.es_link {
		text-align: center;
		}
	div.block table tbody th {
		width				:80px;
		text-align			:right;
		vertical-align			:top;
		padding-right			:10px;
		background			:url("../_shared/img/th_bg.gif") repeat-y right top;
		}
	div.block table tbody td {
		width				:440px;
		vertical-align			:top;
		padding-left			:5px;
		}
	div.block table tbody td input.name,
	div.block table tbody td input.yomi,
	div.block table tbody td input.mail {
		border				:1px #000 solid;
		width				:200px;
		background			:url("../_shared/img/input_bg.gif") no-repeat;
		}
	div.block table tbody td input.age {
		border				:1px #000 solid;
		width				:40px;
		background			:url("../_shared/img/input_bg.gif") no-repeat;
		}
	div.block table tbody td input.tel {
		border				:1px #000 solid;
		width				:100px;
		background			:url("../_shared/img/input_bg.gif") no-repeat;
		}
	div.block p.submit {
		margin				:5px 90px 0;
		}
}
}

