.contents-div-ul{
	list-style: none;
}

.contents-div-ul li{
	overflow: hidden;
	margin: 10px 0;

}

.backnumber-list {
    list-style: none;
    margin: 20px auto;
 }

.backnumber-list li{
	overflow: hidden;
	margin: 10px 0;

}

.event_categories{
    width: 10%;
    margin: 0 5% 10px 0;
    border-radius: 10px;
    text-align: center;
    background-color: #770922;
    float: left;
}

.event_categories p{
    font-size: 12px;
    color:#fff;
}

.event_date{
    width: 10%;
    margin: 0 5% 40px 0;
    border-radius: 10px;
    text-align: center;
    float: left;
}

.event_date p{
    font-size: 12px;
}

.event_date time{
    font-size: 12px;
    font-family: sans-serif;
    font-size: 12px;
}

.event_span{
    width:10%;
    float: left;
}

.post-categories li{
    list-style-type:none;
    margin:0;
}

.post-categories li a{

    color:#fff;
}

.event_title p a{
	list-style: none;
	font-family: sans-serif;
    color: rgb(51, 51, 51);
}

.event_detail p{

	font-family: sans-serif;
    margin-left: 15%;
}


.event_detail p a{

   	width: 30%;
   	font-family: sans-serif;
}

.detail_a{
	text-align: right;

}

.detail_a a{

	font-family: sans-serif;
}

.article_title_container{

}
.wp-pagenavi {
    clear: both;
}

.wp-pagenavi {
	clear: both;
	text-align:center;

}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 15px;
	margin: 0 2px;
	font-size: 13px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#000;
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
    }
.wp-pagenavi span.current{
	color: #FFF;

	background-color:#000;
	border-color: #000;
	font-weight: bold;
    }


@media screen and (max-width: 1024px){

.backnumber-list li {
    overflow: hidden;
    margin: 30px 0;
}

.event_date {
    width: 100%;
    margin: 0 5% 0 0;
    border-radius: 10px;
    text-align: left;
    float: left;
}
}

/* ===== smartphone start ===== */

@media screen and (max-width: 600px) {
.event_categories {
    width: 15%;
    margin: 0px 5% 30px 0;
    border-radius: 10px;
    text-align: center;
    background-color: #770922;
    float: left;
}

.event_detail p {
    font-size: 10px;
    font-family: sans-serif;
    margin: 15px 0 0;
}

.detail_a {
    text-align: right;
    margin: 10px 0;
}

.event_title p a {
    list-style: none;
    font-size: 15px;
    font-family: sans-serif;
}

.post-categories li a {
    font-size: 10px;
    color: #fff;
}


.backnumber-list li {
    overflow: hidden;
    margin: 30px 0;
}

.event_date {
    width: 100%;
    margin: 0 5% 0 0;
    border-radius: 10px;
    text-align: left;
    float: left;
}

}
