@charset "utf-8";

.date {
	padding:5px 0;
	font-size:13px;
	color:#818181;
	line-height:1.8;
}

.date i {
	margin-right:2px;
}



/*========== List ===========*/
ul.list_ul {
	padding:0 0 40px 0px;
}

ul.list_ul:first-child {
	border:none;
}

ul.list_ul li.txt {
	overflow:hidden;
}

ul.list_ul li.txt h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color:#151515;
}

ul.list_ul li.txt:hover h3 a {
	color:#3fab33;
}

ul.list_ul li.txt p {
	font-size:16px;
	line-height:1.6;
	color:#666;
}

ul.list_ul li.Img {
	float: left;
	margin-right: 20px;
	width: 200px;
	border: 3px solid #f1f1f1;
}

ul.list_ul li.Img img {
	display: block;
	width: 100%;
}



/*========== Content ===========*/
.title_area {
	clear:both;
	margin-bottom:10px;
	border-bottom: 1px solid #E4E4E4;
}	

.title_area .topic {
    font-size: 28px;
	line-height:1.6;
    color: #000;
}

.content_area {
	padding-bottom: 30px;
}

.content_area .Img {
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	justify-content: center;
}

.content_area .Img img {
	max-width:100%;
}

.content_area .txt {
	clear:both;
	font-size:16px;
	color:#2f2f2f;
	line-height:1.6;
	padding-bottom: 20px;
}

.back_to_list {
	padding:30px;
	display:flex;
	justify-content: center;
}



@media (max-width: 480px){
	ul.list_ul li.Img {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		width: 100%;
	}
}