@charset "utf-8";
/* CSS Document */

.news_box {

height: auto;
width:95%;

border-radius: 5px;
    border:1px solid #555555;
    background: #eeeeee;
    padding: 20px; 

	margin-right:auto;
	margin-left:auto;
    margin-top:10px;
}


.news_title {
color:#333333;
font-family: 'Droid Serif', serif;
font-size:1.3em;
font-weight:bold;
font-style:italic;
}

.news_date {
color:#555555;
font-family: 'Droid Serif', serif;
font-size:0.8em;
font-weight:normal;
font-style:italic;
}

.news_content {
margin-top:10px;
color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:normal;
font-style:normal;
}

.container{
  -webkit-backface-visibility: hidden;
  margin-left:auto;
margin-right:auto;

}
.container:after{
  content: '';
  display: inline-block;
  width: 100%;
}
.container .mix,
.container .gap{
  display: inline-block;

}
.container .mix{
  text-align: left;
  display: none;
}
.container .mix:after{
  content: '';
  display: inline-block;
}
.container .mix:before{
  content: '';
  display: inline-block;

}

/* PAGINATION MIXITUP */

.page-number {
border-radius: 25px;
    width:50px;
    height:50px;
    line-height:50px;
    background-color:#333333;
    color:#ffffff;
    font-size:1.5em;
    display:inline-block;
    text-align:center;
}

.page-number:hover {
    width:50px;
    height:50px;
    line-height:50px;
    background-color:#eeeeee;
    color:#000000;
    font-size:1.5em;
    display:inline-block;
    text-align:center;
}

.page-number.active {
    background-color:#eeeeee;
    color:#000000;
	

}

.page-prev {
border-radius: 25px;
    width:50px;
    height:50px;
    line-height:50px;
    background-color:#333333;
    color:#ffffff;
    font-size:1.5em;
    display:inline-block;
    text-align:center;
}

.page-next {
border-radius: 25px;
    width:50px;
    height:50px;
    line-height:50px;
    background-color:#333333;
    color:#ffffff;
    font-size:1.5em;
    display:inline-block;
    text-align:center;
}

.page-next:hover, page-prev:hover {

    width:50px;
    height:50px;
    line-height:50px;
    background-color:#eeeeee;
    color:#000000;
    font-size:1.5em;
    display:inline-block;
    text-align:center;
}

.disabled {
    background-color:#ffffff;
    color:#000000;

}

.pager-list {
position:relative;
margin-left:auto;
margin-right:auto;
}

.news_space {
}

.news_line {
height:1px;
width:100%;
background-color:#333333;
display:inline-block;
}

.pager-wrap {
margin-left:auto;
margin-right:auto;

height:60px;
padding-bottom:10px;
margin-top:10px;
}

