@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------
 area
------------------------------------------------------------------- */
.lead {
    color: #85ae2c;
}
.lead .txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.borderB {
    border-bottom: 1px solid #85ae2c;
}
.left_area {
	float: left;
}
.right_area {
	float: right;
}
.w197 { width: 197px;}
.w220 { width: 220px;}
.w270 { width: 270px;}
.w400 { width: 400px;}
.ulList li {
    text-indent: -1.27em;
    padding-left: 1.27em;
    margin-top: 10px;
}
.constTitle {
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 5px;
    background-color: #8ab527;
    margin-bottom: 5px;
}
.constTitleS {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px;
    background-color: #608333;
}
.constTxt {
    padding: 3px;
}
.constImg {
    margin-bottom: 20px;
}
.instTtlIc {
    margin: 0 5px 0 30px;
}
.instTtls {
    font-size: 13px;
    vertical-align: middle;
}
.instImg {
    margin-bottom: 20px;
}
.btn:hover {
	opacity: 0.7;
}

/* -------------------------------------------------------------------
 table
------------------------------------------------------------------- */

.tbl_sg {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

.tbl_sg th {
	background-color: #5d7f34;
	color: #ffffff;
	width: 120px;
	padding: 5px;
	border: 5px solid #85ae2e;
}

.tbl_sg th.noTh {
	background-color: #85ae2e;
}

.tbl_sg td {
	background-color: #d5e2b5;
	color: #303f1f;
	padding: 5px;
	border: 5px solid #85ae2e;
}

.tbl_sg td.pd0 {
	padding: 0 !important;
}

/* -------------------------------------------------------------------
 parts
------------------------------------------------------------------- */

.waku {
	border: 1px solid #fff;
	padding: 15px;
}

.waku .ul-type2 li {
	margin-bottom: 0 !important;
}

.waku .ul-type2 li:not(:last-child) {
	margin-bottom: 5px !important;
}