@charset "utf-8";

/* map page h1*/
h1.ttl {
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #71ADC4;
	margin-top: 10px;
}
p {	line-height: 1.4em;}

/* kaijyo place table */
#kaijyo-table table  {
margin-left:10px;
	width:550px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#kaijyo-table th  {
	background-color: #E7E7E7;
	padding: 4px;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	vertical-align: top;
}
#kaijyo-table th.detail_header  {
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

#kaijyo-table td  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;

}
/* kaijyo spec table */
.kaijyo-spec-table ul  {	display: block; margin-left: 0px; padding-left:0;	}
.kaijyo-spec-table li  {	margin-bottom: 8px; list-style-type: none;}
.kaijyo-spec-table span  {	display:inline-block; width: 80px;	text-align:left;	margin-left: 0px;}

.yu-add {
	position: absolute;
	left: 212px;
	top:563px;
}
.map-area { 	visibility: visible; }

