@charset "UTF-8";

/**********
 style-newst.css
**********/
/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}


/*********
 newsNavi
**********/
#newsNavi{}

/** cateNavi **/
#cateNavi{
	margin-bottom:20px;
}
#cateNavi li{
	display:block;
	padding-bottom:7px;
}

#cateNavi li:last-of-type{
	padding-bottom:0;
}

#cateNavi li a{
	display:block;
	background:#efefef;
	color:#000;
	text-decoration:none;
	padding:8px;
	border-left:5px solid #0071bc;
}

#cateNavi li a:hover,
#cateNavi li a:avtive{
	background:#f7f8f8;
}



/** サイドバー月別アーカイブ **/
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #000;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}



/**********
 ニュースコンテンツ
**********/
#newsWrap{}

#newsWrap .newsInner{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #999;
	text-align:left;
}

#newsWrap .newsInner:last-of-type{
	padding-bottom:0;
	border-bottom:none;
}

#newsWrap .newsInner h3{
	padding:5px 0 8px 22px;
	margin-bottom:20px;
	margin-top: 15px;
	weight:normal;
	font-size:1.1em;
	color:#2b2b2b;
	text-align:left;
	border-left:10px solid #ff7bac;
}


/** **/
.newsInfo{
	padding-bottom:10px;
	text-align: right;
}

.newsInfo .news_data{
	color: #666666;
}
.newsInfo .news_cate{
	padding:2px;
	color:#fff;
	font-size:0.8em;
}


/*********
 newsPage
**********/
#newsPage{}
#newsPage h3{
	padding:8px 0 8px 22px;
	margin-bottom:20px;
	border-left:6px solid #29abe2;
	weight:normal;
	font-size:1.3rem;
	color:#2b2b2b;
}

#newsPage .newsPost{}
#newsPage .newsPost .newsInfo{
	padding-bottom:25px;
	text-align:right;
}

#newsPage .newsPost table { border-collapse: collapse;}
#newsPage .newsPost table td { border: 1px solid #282828;}
#newsPage .newsPost table.alignright,
#newsPage .newsPost table.aligncenter,
#newsPage .newsPost table.alignleft {
	display: table;
}

#newsPage .newsPost img{
	width:100%;
	max-width:360px;
	margin:15px auto;
	display:block;
}


.nav-below{
	text-align:center;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #999;
}

.nav-below span{
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #999;
	padding:7px;
}

.nav-below span a{
	text-decoration:none;
	color:#000;
}

