@charset "UTF-8";
/* 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: 30px 0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* display: flex; */
	/* flex-wrap: wrap; */
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding: 15px;
	margin-bottom:3px;
	/* border-bottom:1px dotted #ccc; */
	/* line-height:120%; */
	list-style-type:none;
	/* flex: 0 0 350px; */
}

@media screen and (max-width: 500px){
	ul#newsList li{
		flex: 0 0 100%;
	}

}




a{color:#36F;text-decoration: dotted;/* border-bottom: 1px dotted #666; */}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border: 1px solid #098b3b;
	background: #098b3b;
	border-radius: 3px;
	font-size: 12px;
	line-height:100%;
	margin: 10px;
	color: #fff;
}
.newMark{
	display:inline-block;
	/* border: 1px solid #d48e46; */
	padding: 2px 4px;
	font-size:11px;
	line-height:100%;
	background: #d48e46;
	color:#fff;
	/* box-shadow:1px 1px 1px #999; */
	border-radius:8px;
	font-style:italic;
	position: relative;
	/* top: -5px; */
	/* z-index: 99; */
	margin-right: 10px;
}

@media screen and (max-width: 500px){
.newMark{
	display:block;
	width:5em;
	text-align:center;
}
}


.comment{
	display:block;
	padding: 10px 0;
	float:left;
	overflow:hidden;
	width: 100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	font-size: 14px;
	line-height: 1.5;
}
.thumbNailWrap{
	display:block;
	width: 100%;
	float:left;
	/* height: 200px; */
	overflow:hidden;
	padding: 0% 2%;
}

@media screen and (max-width: 500px){
	.thumbNailWrap{
		width: 100%;
	}
}



.thumbNailWrap img{/* width:100%; */max-width: 150px;height: 100px;position: relative;object-fit: cover;display: none;}




.title{
    font-size:15px;
    color:#000;
    display: block;
    padding-bottom: 20px;
    display: inline;
    margin-left: 20px;
    }

.title a{
    font-size:15px;
    color:#000;
    padding-bottom: 20px;
}

@media screen and (max-width: 500px){

.title{
    display:block;
    margin-left:0;
    padding:10px 0 0;
    }
}




.up_ymd{font-size:15px;display: inline;}



.team-info .box {
    padding: 50px 0px;
}

.team-info .box .team-img {
    width: 33.3333%;
}

@media screen and (max-width: 500px){
	.team-info .box .team-img {
		width: 100%;
	}
}




/* 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;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	/* line-height:120%; */
	line-height: 40px;
	list-style-type:none;
}

@media screen and (max-width: 500px){
	ul#newsList li{
		line-height: 20px;
	}
}


a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display: inline;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}

.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	display: none;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	/* height:80px; */
	overflow:hidden;
}