@charset "utf-8";
/* CSS Document */

/* ---------- cate1 ---------- */
.news_b .cate-wrap .webgene-blog .webgene-item a {
    border: none;
    padding: 5px 15px;
    border-radius: 200px;
    font-weight: 500;
	background-color: #fff;
}
.news_b .cate-wrap .webgene-blog .webgene-item {
    min-width: calc(100% / 4 - 60px / 4);
}
.news_b .cate-wrap .webgene-blog .webgene-item a.on{
	background-color: #EF857D;
}
.news_b .cate-wrap .webgene-blog .webgene-item a.on p{
	color: #fff;
}

.news_b .webgene-pagination ul a {
    border: none;
	background-color: #fff;
}
.news_b .webgene-pagination ul a:hover {}
.news_b .webgene-pagination ul .selected a {
    pointer-events: none;
    background-color: #EF857D;
    border-color: none;
    border: none;
    color: #fff;
}

.newspage_a .webgene-blog .webgene-item .catename {
    padding: 3px 10px;
    background-color: #EF857D;
	border-radius: 50px;
}
.newspage_a .webgene-blog .webgene-item img{
	border-radius: 20px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
  
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
   
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
  .newspage_a .webgene-blog .webgene-item img{
	border-radius: 10px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

