@charset "utf-8";
/* CSS Document */

.td_b{
  font-size : 12px;
  
  background-color : #005ab5;
  text-align : center;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  font-weight : normal;
  color : white;
}.td_w{
  font-size : 12px;
  
  background-color : #d0e8ff;
  text-align : left;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  font-weight : normal;
  line-height : 18px;
}

.cnt_td1{
	padding-bottom : 8px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #c8c8c8;
	width : 168px;
	font-size : 14px;
	line-height : 18px;
	padding-top : 8px;
	padding-left : 8px;
	padding-right : 8px;
}.cnt_td2{
	padding-bottom : 8px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #c8c8c8;
	width : 448px;
	font-size : 14px;
	line-height : 18px;
	padding-top : 8px;
	padding-left : 8px;
	padding-right : 8px;
}
textarea{
	font-size : 14px;
}
.und_txt{
  font-size : 12px;
  line-height : 20px;
}

.form_div{
  background-color : white;
  
  
  
  padding-bottom : 15px;
  width : 940px;
  line-height : 20px;
  margin-top : 45px;
  margin-bottom : 20px;
}
