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

.table-pj {
	border-collapse: collapse;
	width:420px;
	line-height: 1.5;
	margin-bottom: 40px;

}
.table-pj tr th {
	font-size: 85%;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	text-indent: 20px;
}
.table-pj tr td {
	font-size: 85%;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: center;
	padding: 10px;
}
.th_top {
border-top: #be1309 4px solid;
}
.td_top {
border-top: #b3b3b3 4px solid;
}
.w-75 {
	width: 75%;
}
.facilities-list {
	font-size: 80%;
	line-height: 1.7;
	list-style-type: none;
}
.facilities-list li {
	background-image: url(../../image/icon_li_03.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #09F;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 20px;
}
.right-200 {
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.work-ul {
	list-style-type: none;
	margin-bottom: 40px;
	height: 150px;
}
.work-ul li {
	float: left;
	margin-right: 30px;
}
