h3.news-title {
	display: block;
	position: relative;
	padding: 38px 0 0 0;
	margin: 0 0 12px 0;
	color: #043070;
	font-size: 1.8em;
	letter-spacing: -1px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
}

h3.news-title a {
	color: #043070;
}

h3.news-title a:hover {
	color: #043070;
	border-bottom: 1px solid #043070;
}

dl#ge-news-topicses {
	clear: both;
	width: 100%;
	max-width: 1060px;
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
	font-size: 1em;
	font-family: 'Noto Sans Japanese', sans-serif;
	overflow: hidden;
}

dl#ge-news-topicses .news-line {
	display: block;
	height: 1px;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #dddddd;
}
	
	

dl#ge-news-topicses dt {
	line-height: 1em;
	margin: 0 0 0 0;
	padding: 0 0 1.2em 0;
	width: 150px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}


dl#ge-news-topicses dt .news-date {
	display: inline-block;
	line-height: 28px;
	width: 150px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.1em;
	border-right: 1px solid #dddddd;
}


dl#ge-news-topicses dd {
	padding: 0 24px 1em 170px;
	margin: -2.8em 0 1.3em 0;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #333333;
	border-bottom: 1px solid #dddddd;
}

/*
dl#ge-news-topicses dd:first-child {
	padding: 1.1em 2em 1em 14em;
	margin: -3.3em 24px 0 24px;
	line-height: 1.4em;
	border-top: 1px solid #dddddd;
}
*/

dl#ge-news-topicses dd a {
	display: block;
	color: #333333;
}

dl#ge-news-topicses dd a:hover {
	color: #082978;
	text-decoration: underline;
}

dl#ge-news-topicses dd a span {
	margin-left:10px;
	line-height: 1;
	display: inline-block;
}


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

	h3.news-title {
		display: block;
		position: relative;
		padding: 38px 0 0 0;
		margin: 0 auto 12px auto;
		color: #082978;
		width: 90%;
		text-align: left;
		font-size: 1.8em;
		letter-spacing: -1px;
		font-family: 'Noto Sans Japanese', sans-serif;
		font-weight: 700;
	}

	dl#ge-news-topicses {
		width: 90%;
		margin: 0 auto 40px auto;
		padding: 0 0 0 0;
		overflow: hidden;
		font-size: 1em;
	}

}

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

	
	dl#ge-news-topicses {
		width: 90%;
		margin: 0 auto 40px auto;
		padding: 0 ;
		overflow: hidden;
	}
	
	dl#ge-news-topicses .news-line {
		display: block;
		height: 1px;
		margin: 0 0 0 0;
		border-bottom: 1px solid #dddddd;
	}
		
	dl#ge-news-topicses dt {
		width: 100%;
		line-height:1;
		margin: 0 0 0 0;
		padding: 14px 1em 6px 5px;
		text-indent: 0;
		text-align: left;
	}
	
	dl#ge-news-topicses dd {
		width: 100%;
		font-size: 1.1em;
		padding: 2px 8px 14px 5px;
		margin: 0 0 0 0;
		line-height: 1.6em;
		overflow: hidden;
		border-bottom: 1px solid #dddddd;
	}
	
	
	
}



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



}







/*
 * page navi
 */

.page #page_nav {
	margin: 2em auto;
	text-align: center;
}

.page #page_nav span,
.page #page_nav a {
	padding: 0 0.5em;
}





/*---------------------------------------------------------------------- */
/* pager Styles
------------------------------------------------------------------------ */

#pager-area { 
	position: relative; 
	padding: 0px; 
	margin: 0px; 
	width: 100%;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

/*
.pager:before {
  clear: both;
}


.pager:after {
  clear: both;
}
*/

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager li {
  border-style: none;
  border-width: 0px;
	font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  width: 90px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 0.9em;
  color: #fff;
  display: inline-block;
  padding: 5px 18px;
  text-decoration: none;
  background-color: #1fbaed;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.pager li > a:focus {
  width: 90px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 0.9em;
  display: inline-block;
  padding: 5px 18px;
  text-decoration: none;
  color: #fff;
  background-color: #1fbaed;
    border: 1px solid #ddd;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.pager li > a:hover {
  width: 90px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 0.9em;
  display: inline-block;
  padding: 5px 18px;
  text-decoration: none;
  color: #f9eb76;
  background-color: #1fbaed;
    border: 1px solid #ddd;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}


.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fff;
  cursor: default;
}


/*
.pager li:nth-child(odd) {
  background: #8c7259;
}
*/

.num {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 1.1em;
}










