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

@import url("common.css");

#contents_container table{
	width:100%;
	border-collapse: collapse;
}
#contents_container table th,
#contents_container table td{
  padding: 10px;
  text-align: left; 
  border-bottom: dotted 1px #666;
  vertical-align: top;
}
#contents_container table th{
	color:#000;
	width:161px;
	background: #ffe400;
	font-weight:normal;
}
#contents_container table th p{
	white-space:nowrap;
	padding-left:42px;
}
#contents_container table td {
	background: #f3f3f3;
}
#contents_container .line {
	border-bottom: solid 1px #000;
}
#contents_container .map {
	height:357px;
	margin-top:30px;
	margin-bottom:30px;
}
