@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 1000px) {
	#bodyOne {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
}

#bodyOne {
	padding-top: 100px;
}

#bodyOne div {

	padding: 0 10px 10px;
	width: 350px;
	margin-top: 100px;
	float: left;
	display: inline-block;
}

#bodyOne div h4 {
	border-radius: 30px 30px 0px 0px;
	background: url(../images/bg-archiveTwo.jpg) no-repeat;
	background-size: 100%
	overflow: hidden;
	color: #627a0e;
	font-family: anticregular;
	font-size: 20px;
	font-weight: 400;
	height: 45px;
	line-height: 44px;
	margin: 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

#bodyOne div h3 {
	color: #627a0e;
	font-family: anticregular;
	font-size: 15px;
	line-height: 21px;
	text-align:center;
}

#bodyOne div ul {
	width: 100%;
	background: url(../images/bg-sidebar-mid.png) repeat-y;
	background-size: 100% 100%;
	list-style: none;
	margin-top: -7px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	height: 180px;
}

.bg-bottom
{
	background: url(../images/bg-sidebar-bottom.jpg) no-repeat bottom;
	overflow: hidden;
	background-size: 100% 100%;
	display: block;
	height: 10px;
}

#bodyOne div ui li.sbarSelected {
	
	padding: 0 0 10px;	
}

#bodyOne div ul li > a {
	
	background:url(../images/arrow-down.png) no-repeat right center;
	border-bottom:1px solid #e5e5e5;
	color:#1bb5ac;
	display:block;
	font-family:anticregular;
	font-size:16px;
	letter-spacing:.05em;
	line-height:20px;
	padding:12px 0;
	text-decoration:none;
	text-indent:10px;
}

#bodyOne div ul li a:hover {
	color: #1bb5ac;	
}

#bodyOne div ul li span {
	display: block;
	margin: 0px;
	padding: 0 0 0 5px;	
}

#bodyOne div a {
	display: block;
	color: #627a0e;
	text-align: center;
	padding: 140px, 16px;
	text-decoration: none;
	line-height: 20px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 15px;
	font-family: anticregular;
}

/*----------------------------------info two------------------------*/

