@charset "utf-8";

/*-- トップ一覧 ------------------------------------------------------------------------------*/
.topInfoCtr {
    max-width: 1360px;
    width: 100%;
    margin: 15px 0 0;
}

.topInfoCtr > section {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.topInfoCol {
    margin: 15px 0 0;
    padding: 0;
}

.topInfoCol > a {
    width: 100%;
    display: block;
    position: relative;
    color: #333333;
    line-height: 2.14em;
}

.topInfoCol .imgControl {
    padding: 0 0 75%;
}

.topInfoCol .imgControl > span {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.topInfoCol .imgControl > img + span {
    display: none;
}

.topInfoCol .cate {
    min-width: 120px;
    display: inline-block;
    background: #CBBD97;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
    padding: 3px 2% 2px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.topInfoCol .date {
    margin: 5px 0 0;
}

/*---------- 詳細 ----------*/

.infoDtl {
	padding: 30px 3%;
	background: #FCFCFB;
	margin: 30px auto 0;
}

.infoDtl:first-child {
    margin: 0 auto;
}

.infoDtl > .tit {
	font-size: 18px;
	font-weight: bold;
	border-left: solid 5px #534C49;
	border-bottom: solid 1px #534C49;
	padding: 6px .5em 8px;
}

.infoDtl > .txt01 {
	margin: 30px 0 0;
}

.infoDtl > .imgBx {
	text-align: center;
}

.infoDtl > .imgBx > img {
	margin: 30px 0 0;
}

.infoDtl > .txtBx {
	margin: 30px 0 0;
	line-height: 2.14em;
}

.infoDtl > .list {
	display: flex;
	align-items: center;
	margin: 30px auto 0;
}

.infoDtl .cate {
	min-width: 120px;
	display: inline-block;
	background: #CBBD97;
	color: #fff;
	font-size: 14px;
	letter-spacing: .05em;
	text-align: center;
	padding: 3px 2% 2px;
	margin: 0 0 0 2%;
}

.infoDtl .date {
	font-weight: 500;
	line-height: 2.14em;
}

/*---------- カテゴリ ----------*/
.cateH {
    padding: 10px .5em;
    background: #D2CFC9;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: lighter;
}

.cateLink {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px .5em;
    color: #010209;
    line-height: 1.5em;
    border-bottom: solid 1px #ccc;
}

.cateLink:hover {
    color: #fff;
    background: #534C49;
}

.cateBox {
    margin: 40px auto 0;
    background: #fff;
}

.cateBox:first-child {
    margin: 0 auto;
}


/*-- ページャー --------------------------------------------------------------*/
.webgene-pagination {
    width: 100%;
}

.webgene-pagination > ul{
  padding: 0;
  display: flex;
  justify-content: center;
}

.webgene-pagination > ul > li{
  display: flex;
}

.webgene-pagination > ul > li{
  margin: 80px 10px 0;
  height:30px;
  min-height:30px;
  width:100%;
  max-width:30px;
  font-size: 14px;
  list-style: none;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  padding: 4px 0;
  align-items: center;
  border: 1px #202020 solid;
  overflow: hidden;
}

.webgene-pagination > ul > li.selected > a{
  color: #FFF;
  background: #202020;
  cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #202020;
}

.webgene-pagination > ul > li > a{
  width: 100%;
  height: 28px;
  width: 30px;
  color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination > ul > li > a:hover{
  color:#FFF;
  background-color: #202020;
  text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
}

.prev > a{
    font-size: 11px;
    color: #FFF;
}

.dtlPager {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.webgene-item-aroundPageLink {
    color: #202020;
    font-size: 14px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.infoDtl > .tit {
	font-size: 22px;
}
	
/*---------- カテゴリ ----------*/
.cateH {
    font-size: 18px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.topInfoCtr {
    margin: 29px 0 0;
}
    
.topInfoCol .cate {
    font-size: 18px;
    padding: 6px 2% 4px;
}

.topInfoCol {
    margin: 30px 0 0;
}
  
/* ----- 詳細 ----- */
.infoDtl {
    padding: 60px 4%;
    margin: 60px auto 0;
}

.infoDtl > .tit {
	font-size: 24px;
}
	
.infoDtl .cate {
    font-size: 16px;
    padding: 3px 2% 3px;
}

/*---------- カテゴリ ----------*/
.cateH {
    font-size: 20px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */