/* INDEX
HELO*/
.indxBody {
	visibility: hidden;
}
.slider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.slider ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed;
	overflow: hidden;
}
.slider ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.slider ul li img {
	width: 100%;
}
.slider .btnPrev, .slider .btnNext {
	margin-top: -16px;
	top: 50%;
	width: 34px;
	height: 67px;
	position: absolute;
	z-index: 125;
	display: block;
	cursor: pointer;
}
/*.slider .btnPrev {
	left: 58px;
	background: transparent url(../../images/arrowL.png) no-repeat center center;
}
.slider .btnNext {
	right: 58px;
	background: transparent url(../../images/arrowR.png) no-repeat center center;
}*/
.pagiNation {
	bottom: 40px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 110;
	visibility: visible;
}
.pagiNation a {
	margin: 0 8px;
	/*border-right: 10px solid transparent;
  border-bottom: 10px solid #0D3219;
  border-left: 10px solid transparent;*/
}
.pagiNation a.pnActive {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.indxCont {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
	padding-top: 20px;
}
.slider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.slider ul {
	display: inline-block;
	overflow: hidden;
}
.logo-index {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 120;
	font-weight: 100;
	color: #fff;
	margin-left: -120px;
}

@media screen and (max-width: 667px) {
.slider {
}
.slider ul {
	position: absolute;
}
.slider .btnPrev {
	left: 10px;
}
.slider .btnNext {
	right: 10px;
}
}
/*****************************************************
HEADER

.index-hdr {
	background: #fff;
	transition: .3s;
	margin: 0 auto;
	position: absolute;
	height: 64px;
	top: -64px;
	left: 0;
	z-index: 999;
	transition: all 0.3s ease;
}
.index-hdr.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}
.index-hdr .gNav {
	position: static;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 916px;
}
.index-hdr .gNavLst {
	float: left;
	font-weight: 500;
	font-size: 1.4rem;
	color: #0D3219;
	letter-spacing: .05em;
	position: relative;
	display: block;
	margin: 0 36px;
	line-height: 64px;
}
.indxCont {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
	padding-top: 20px;
}*/

/*.hdr.noPc.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	display: block;
}*/
/*****************************************************
INFO*/

.entry{
	line-height: 1;
	padding: 2em 0;
	border-bottom: 1px solid #ddd;
}
.entry:first-child{
	border-top: 1px solid #ddd;
}
.entry-date{
	font-size: 1.3rem;
	display: inline-block;
	width: 20%;
	vertical-align: middle
}
.entry-title{
	font-size: 1.3rem;
	display: inline-block;
	font-weight: 100;
	width: 79%;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.entry-date,
	.entry-title{
		width: 100%;
		max-width: 100%;
		display: block;
		line-height: 2;
	}
}