.text_wrap {
	padding: 20px 13px 150px 13px;
}

.select_area01 ul {
	margin-bottom: 5px;
}

.box01 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}

ul.col_3>li>a,ul.col_4>li>a {
	font-weight: bolder;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #000;
	border: 1px solid #cdcdcd;
	border-radius:7px;
}

ul.col_3>li>span,ul.col_4>li>span {
	display: block;
	width: 100%;
	background-color: #efefef;
	color: #7a7a7a;
	border: 1px solid #e4e4e4;
	border-radius:7px;
}

ul.col_4 {
	float: left;
	width: 100%;
}

ul.col_4:after {
	content: '';
	display: block;
	clear: both;
}

ul.col_4>li {
	width: 23%;
	margin-right: 2.666666666666666666666%;
	float: left;
}

ul.col_4>li:nth-child(4) {
	margin-right: 0;
}

ul.col_3 {
	float: left;
	width: 100%;
}

ul.col_3:after {
	content: '';
	display: block;
	clear: both;
}

ul.col_3>li {
	width: 31%;
	margin-right: 3.333333333333333333333%;
	float: left;
}

ul.col_3>li:nth-child(3) {
	margin-right: 0;
}