@charset "utf-8";

/* 
  single-information.php
  single-event.php
  archive-event.php
*/

main section {
	margin:0;
	margin-bottom:100px;
}

.inner h1 .newstoipcs{
	font-family: 'EB Garamond', serif;
	text-align: center;
}

.inner h1 span .newstoipcs{
     position: relative;
     display: inline-block;
		 padding: 0 0.5em;
		 margin: 35px 0 25px 0;
}
.inner h1 span .newstoipcs::before,
.inner h1 span .newstoipcs::after{
     position: absolute;
     top: 50%;
     content: '';
     width:3em;
     height: 1px;
     background-color: black;
}
.inner h1 span .newstoipcs::before {left: 100%;}
.inner h1 span .newstoipcs::after { right: 100%;}

.waku {
	width:60%;
	margin:50px auto;
}

.waku h1 {
	font-size:1.5em;
	margin: 0px 0px 0px 0px;
	/* margin-bottom:20px; */
	/* margin: 35px 0 25px 0; */
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;
}

.waku #thum_img {
	margin-bottom:20px;
}
.waku #thum_img img {
	width:100%;
	height:auto;
}

.waku .entry-content p {
	margin-bottom:10px;
}

/* ページナビ */
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin:0 auto;

}
.wp-pagenavi a, .wp-pagenavi span {
	color: #555;
	background-color: #FFFFFF;
	padding:4px 8px;
	margin: 0 2px;
	white-space: nowrap;
	-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;
	border: thin dotted #555;
}
.wp-pagenavi a:hover{
	color: #555;
	background-color: #eee;
    }
.wp-pagenavi span.current{
	color: #555;
	background-color: #eee;
}



.event_ul li {
	margin-bottom:15px;
	border-bottom:solid 1px #ccc;
	padding-bottom:7px;
}
.event_ul li a {
	color:#000;
}
.event_ul li a:hover {
	text-decoration:none;
	color:#666;
}

.event_ul li span {
	margin-right:15px;
}


/* ニュース＆トピック */
.n-t img {
	width:auto;
	height:auto;
	margin:15px auto;
	max-width:100%;
	text-align:center;
}

.n-t entry-content p img {
	width:100%;
}

@media screen and (max-width:800px){
  .waku {
    width:100%;
  }
  .event_ul li span {
    display:block;
  }
}

p#topimg {
    margin-top: 0px;
}
