@charset "UTF-8";

#contents h2{
	border-bottom: 4px solid #b1c3af;
	padding-bottom: 45px;
}
/* section ============== */
#contents table{width:100%; margin:30px 0;}
#contents th{ width:30%; border:1px solid #CCC; color: #FFF; padding:20px; background:#b1c3af;}
#contents td{ border:1px solid #CCC; padding:20px; font-size:16px; }

.ml_comment{ margin:15px 0; font-size:16px; }


#contents input,
#contents textarea{ font-size: 14px;}

#contents table input,
#contents table textarea { width:95%; }

.red { color:red; }
