@charset "utf-8";

/* --------------------------------------------------------------------------------
	category
-------------------------------------------------------------------------------- */
body.category{
}

body.category #main .heading{
	padding:0 0 30px;
	text-align:center;
}

body.category #main .list-category{
	padding:0 0 30px;
}
body.category #main .list-category ul{
	width:80%;
	margin:0 auto;
	padding:30px 0;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	text-align:center;
}
body.category #main .list-category ul li{
	display:inline;
}

/********** 記事一覧 **********/

body.category #main .category-description {
	margin:0;
	padding:0;
}

body.category #main .recent-list-box .txt .title {
    font-weight: bold;
    color: #000;
}

body.category #main .recent-list ul li{
	padding:0 0 30px;
}

body.category #main .recent-list ul li a{
	display:flex;
	justify-content:space-between;
	text-decoration:none;
}
body.category #main .recent-list ul li .eye-catch-image{
	width:300px;
}
body.category #main .recent-list ul li .eye-catch-image img{
	width:280px;
	height:auto;
}
body.category #main .recent-list ul li .txt{
	width:500px;
	padding:10px 0 0;
}
body.category #main .recent-list ul li .txt .datetime{
	padding:0 0 30px;
}
body.category #main .recent-list ul li .txt .desc{
	padding:0 0 15px;
}
body.category #main .recent-list ul li .txt .arr{
	color:#c00;
}

/********** カテゴリーリンク部分 **********/

body.category #main .category_common{
	width:600px;
	margin:50px auto;
	border-top:solid 2px;
	border-bottom:solid 2px;
}

body.category #main  .category_bnrs{
	text-align:center;
}

body.category #main  .category_bnrs .category_bnr{
	margin:0 0 20px;
}

body.category #main  .category_bnrs .category_text{
	text-align:left;
	width:600px;
	margin:0 auto 20px;
}

body.category #main .category_link{
	margin:20px 0;
}

body.category #main .category_link ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;

	margin:0 auto;
}

body.category #main .category_link li{
	text-align:center;
	margin:10px 40px; /* テキストリンク部分の幅を調整すると、折り返しの数が変更できる*/
/*	border:solid 1px;*/
}



