@charset "UTF-8";

#head { padding-top: 20px;
	height: 42px;
	border-bottom: 5px solid #a1a1a1;
}

.closeBtn {	
	width: 150px;
}

#tree {
	background: #001839;
	color: #fff;
	padding: 6px 6px 6px 10px;
	margin-bottom: 15px;
}

#title {
	height: 35px;
}

#pdfBtn {
	position: relative;
	width:120px;
	height: 46px;
}

#pdfSize {
	position: absolute;
	left: 34px;
	top: 26px;
	font-size: 0.8em;
}

.nameArea {
	background: #fadcb5;
	height: 24px;
}

.tdHeigh td {
	height: 20px;
}

.tdH {
	height: 20px;
}

.materialTh{
	background: #effcdb;
}

.attention {
	width: 790px;
	background: #f0f0f0;
	padding: 8px;
	border-left: 4px solid #aaa;
	margin-bottom: 10px;
}

.attTable {
	background: #fff;
	text-align: center;
}


.attTh {
	background: #ccc;
}

#btmBtn {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 20px;
}

li {
	margin-bottom: 5px;
}

.indTxt6 {
	padding-left: 5em;
	text-indent: -5em;
}


.dotTable {
	border: 1px solid #bbb;
}

.normBdTd {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.dotBd {
	border-bottom: 1px dashed #bbb;
}

.wideLh {
	line-height: 175%;
}

#price {
	border: 1px solid #639ff2;
	padding: 8px;
	margin-bottom: 15px;
}

.printBr {
	page-break-before: always;
}


/* マップ */

.mapTable {
	width: 810px;
	border: 1px solid #bbb;
	border-collapse: collapse;
	padding: 20px;
	margin: 0px 0px 10px 0px;
}

.mapTable td,
.mapTable th {
	color: #333333;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin: 0px;
	padding: 6px 4px 6px 10px;
}

.mapTable th {
	font-weight: normal;
	background-color: #ddd;
}

.mapTable td:hover {
	background-color: #ffffcc;
}

.mapTable td.add {
	border-left: 1px solid #fff;
}

.mapTable a {
	background-image: url(../img/ico_link.gif);
	background-repeat: no-repeat;
	background-position:0px 6px;
	display: block;
	width: 100%;
	color: #00427F;
	text-decoration: none;
	padding: 5px 0px;
}

.mapTable a:hover {
	color: #1B7DDA;
	text-decoration: underline;
}

.spLink {
	display: block;
	padding-left: 20px;
}

.topItem {
	background-color: #C7EAFB;
}