@charset "UTF-8";

/* **************************************
*Since: 2009-5-26
*Modified: 2009-5-29
************************************** */

/* content
---------------------------------------------------------------------------------------- */
/* contents reform
------------------------------------------------- */
#contents #reform {border-top: 1px solid #DFDEDF;}

#contents #reform p.img {
	margin: 2% 2% 0 2%;
	display:block;
}

#contents #reform p.img img {
	width: 100%;
}

#contents #reform p.txt {
	margin: 2%;
}

#contents #reform table {
	width: 96%;
	margin: 10px 2% 0 2%;
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
}

#contents #reform table th,
#contents #reform table td {
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	color: #333;
	font-size: 12px;
	text-align: left;
	line-height: 1.6;
	vertical-align: middle;
}

#contents #reform table td {padding: 4px;}

#contents #reform table td label,
#contents #reform table td select {font-size: 12px;}

#contents #reform table th {
	width: 27%;
	background: #F9E6E6;
	font-weight: bold;
	vertical-align: middle;
}

#contents #reform table th.line , 
#contents #reform table td.line{border-bottom: 1px dashed #CBCBCB;}
