@charset "utf-8";


#aboutContents {
    margin: 0 auto;
    width: 780px;
}
#aboutContents h2.page_title {
    background: #EEEBD9 none repeat scroll 0 0;
    color: #000033;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 0 14px;
    position: relative;
    margin: 0 auto 30px;
}
#aboutContents h2.page_title p {
    border-left: 4px solid #00C200;
    height: 25px;
    margin-left: 27px;
    text-indent: 10px;
}
#boxSearch {
    margin: 0 auto 100px;
    width: 736px;
}
.box_search h3 {
    color: #000033;
    font-size: 13px;
    font-weight: bold;
    padding-left: 35px;
    margin: 0 auto 30px;
}
.box_search h3.area {
    background: rgba(0, 0, 0, 0) url("../img/search/icon_area.png") no-repeat scroll left center;
}
.box_search h3.kind {
    background: rgba(0, 0, 0, 0) url("../img/search/icon_kind.png") no-repeat scroll left center;
}
.box_search h3.feture {
    background: rgba(0, 0, 0, 0) url("../img/search/icon_feture.png") no-repeat scroll left center;
}
.box_search h3.keyword {
    background: rgba(0, 0, 0, 0) url("../img/search/icon_word.png") no-repeat scroll left center;
}input[type="checkbox"] {
	display: none;
}
label {
    color: #545454;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 3px 3px 3px 22px;
    position: relative;
}
label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #919191;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #82DC6B;
	border-bottom: 2px solid #82DC6B;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.box_search {
    margin: 0 auto 30px;
}
.box_search > ul {
    margin: 0 0 0 45px;
    text-align: center;
    width: 690px;
}
.box_search li {
    float: left;
    text-align: left;
    width: 170px;
	margin: 0 auto 12px;
}
.txtKey {
    background: rgba(0, 0, 0, 0) url("../img/search/txt_keyword.png") no-repeat scroll 15px center;
    border: 1px solid #999999;
    height: 35px;
    margin-left: 25px;
    padding-left: 45px;
    width: 375px;
}
.btnSearch {
    background: #000033 none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 300px;
}
.btnSearch:hover {
    background: #00C200 none repeat scroll 0 0;
}