/* CSSã¯å¿…è¦æœ€ä½Žé™ã—ã‹æŒ‡å®šã—ã¦ã¾ã›ã‚“ã®ã§ãŠå¥½ã¿ã§ï¼ˆã‚‚ã¡ã‚ã‚“å¤–éƒ¨åŒ–OKï¼‰ */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
}
ul#newsList li{
	/* color:#666; */
	font-size:15px;
	margin:15px;
	padding:0px 0px 30px 0px;
	margin-bottom:3px;
	/*	border-bottom:1px dotted #ccc;*/
	line-height:160%;
	list-style-type:none;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	align-items: center;
}

#w_gallery_list ul li:before {
	content:none;
}
@media only screen and (max-width: 820px) {
	ul#newsList li {
		display: block;
	}
}



#w_gallery_list a{/* color:#000; */text-decoration:none;font-weight:bold;}
#w_gallery_list a:hover{color: #ffffff;}


.catName{
	display:inline-block;
	padding: 10px;
	/* border: 1px solid #111e82; */
	border-radius: 6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
	background: #fff;
	color: #111e82;
	font-weight: 600;
}
.catName.new {
	background: #c88e5e;
	color: #fff;
	font-size: 1.3rem;
}
.catName.event {
	background: #97b14a;
	color: #fff;
	font-size: 1.3rem;
}
.catName.nearby {
	background: #ff6a3a;
	color: #fff;
	font-size: 1.3rem;
}
.newMark{
	display:inline-block;
	font-weight: 600;
	padding: 6px 10px;
	font-size:11px;
	line-height:100%;
	background: #fff;
	color: #000e45;
	box-shadow:1px 1px 1px #999;
	border-radius: 14px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 10px;
	float:left;
	overflow:hidden;
	width:100%;/* æœ¬æ–‡éƒ¨åˆ†ã®å¹…ã€‚ã“ã“ã¯ç‰¹ã«è¨­ç½®ãƒšãƒ¼ã‚¸åˆã‚ã›ã¦å¤‰æ›´ä¸‹ã•ã„ */
}
.thumbNailWrap{
	display:block;
	width:140px;
	float:left;
/*	height:80px; */
	overflow:hidden;
}

/* Pager styleï¼ˆå¤–éƒ¨åŒ–å¯ï¼‰ */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ãƒšãƒ¼ã‚¸ãƒ£ãƒ¼ãƒœã‚¿ãƒ³*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*ç¾åœ¨ã®ãƒšãƒ¼ã‚¸ã®ãƒœã‚¿ãƒ³*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */




.newsWrap {
    margin-bottom: 30px;
}

.newsList {
    padding: 30px 0;
}

.post-list__item {
    /* margin-top: 16px; */
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.post-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .3s;
    text-decoration: none;
    /* color: #373535; */
}

.post-list__item a:hover {
    text-decoration: none;
    opacity: .5;
}

.post-list__item:first-of-type {
    /* margin-top: 16px; */
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    /* overflow: auto; */
}

.post-list__img {
    width: 30%;
    padding: 0 10px;
}

.post-list__img img {
    width: 100%;
    /* max-height: 70px; */
    /* height: 100%; */
    /* background-size: contain; */
    object-fit: cover;
}

.post-list__img .img {
    width: 100%;
    /* height: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post-list__textarea {
    /* -webkit-box-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    /* padding-left: 16px; */
    padding: 0 10px;
    width: 67%;
}

.post-list__date {
    font-size: 15px;
    line-height: 1.1;
}

.post-list__title {
    padding-top: 0px;
    font-size: 18px;
    /* color: #4d4d4d; */
    font-weight: 600;
    line-height: 2.5;
}

.post-list__title a:hover {
    padding-top: 0px;
    font-size: 18px;
    color: #923434;
    font-weight: 600;
}

@media only screen and (max-width: 820px) {
    .post-list__item {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .post-list__img {
        width: 100%;
    }
    .post-list__textarea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        margin-top: 20px;
    }
    .post-list__date {
        font-size: 12px;
    }
    .post-list__title {
        padding-top: 8px;
        font-size: 18px;
    }
}

.flex.date{
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    width: 100%;
    max-width: 100vw;
    justify-content: flex-start;
}

.flex.date a {
	padding: 0 20px 0 0;
}