/* ================================================
a26コンテスト応募要項css
================================================ */

#contest_regulation{
margin-bottom:5px;
}

#contest_regulation th.start{
border-top:1px dashed #f30;
}
#contest_regulation td.start{
border-top:1px dashed #f30;
}
#contest_regulation th{
vertical-align:top;
text-align:left;	font-weight:bold;	
width:174px;
	padding:10px 0px 15px 5px;
		background-color:#FAEBDB;
border-bottom:1px dashed #f30;
border-right:1px dashed #f30;
color:#333;
}
#contest_regulation td{
text-align:left;
	padding:10px 8px 15px 5px;
	background-color:#fff;
border-bottom:1px dashed #f30;
	color:#333;
}

#contest_regulation th.put{
	color:#D8241D;
		font-weight:bold;
}
#contest_regulation td.put{
	font-weight:bold;	color:#D8241D;
		background-color:#F8F5ED;
}
