@charset "utf-8";

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

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



/*========== List ===========*/
ul.list_ul {
	border-top: 1px solid #E4E2E2;
	padding-top: 15px;
	padding-bottom: 15px;
}

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;
	color:#1773c6;
	font-size:22px;
	line-height:1.5;
	margin-bottom:15px;
}

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

ul.list_ul li.txt p {
	margin-top:5px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	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 #ccc;
}

.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%;
	}
}