@charset "utf-8";

#contents .related_posts_title {
	padding: 30px 0 10px 0;
}



.column_entry {
	line-height: 1.9;
}

	.column_entry .column_thumbnail {
		max-width: 100%;
		margin: 30px auto;
	}
	
	.column_entry .column_thumbnail img {
		max-width: 100%;
		height: auto;
	}



.column_entry .column_header {
	margin: 30px 0 30px 0;
	border-bottom: solid 1px #e4e4e4;
}


	.column_entry .column_header .meta {
		font-weight: 300;
		list-style: none;
		font-size: 0.8em;
		margin: 0;
		padding: 10px 10px;
	}
		
		.column_entry .column_header .meta a:link { color: #111111; text-decoration: none; }
		.column_entry .column_header .meta a:visited { color: #111111; text-decoration: none; }
		.column_entry .column_header .meta a:hover { color: #666666; text-decoration: underline; }
		
		.column_entry .column_header .meta .date {
			display: block;
			float: left;
			margin-right: 20px;
			font-weight:  bold;
		}
		
		.column_entry .column_header .meta .cat {
			display: block;
			float: left;
		}


	.column_entry .column_header .title {
		font-size: 1.6em;
		padding: 0 10px 10px 80px;
		background: url('http://sorriso-s.com/res/images/common/column_icon.png') 10px 0 no-repeat;
	}
	


.column_list {
	border-bottom: solid 1px #e4e4e4;
	margin: 0 0 40px 0;
	padding: 0 0 30px 0;
}

	.column_list .column_header  {
		border: none;
		margin: 0 0 0 0;
	}
	
	
	.column_list .column_header .title {
		font-size: 1.4em;
		padding: 10px 10px 10px 75px;
		background: url('/res/images/common/column_icon.png') 10px 0 no-repeat;
	}
	
		.column_list .column_header .title a:link { color: #111111; text-decoration: none; }
		.column_list .column_header .title a:visited { color: #111111; text-decoration: none; }
		.column_list .column_header .title a:hover { color: #666666; text-decoration: underline; }
	
	
.column_list .column_body .btn {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #f4a212;
	border: 2px solid #f4a212;
	border-radius: 3px;
}
.column_list .column_body .btn:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #f4a212;
}
.column_list .column_body .btn::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #f4a212;
}

	.column_list .column_body a:link { text-decoration: none; }
	.column_list .column_body a:visited { text-decoration: none; }
	.column_list .column_body a:hover { text-decoration: none; }