

/* --- Stylesheet 4389 () --------- */ 

#blog-memos .memo { 
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px dotted #CCC;
}

#memo-detail  {
	margin-right: 40px;	
	line-height: 1.3;
}

#blog-memos .memo.last { border-width: 0px; }


#blog-memos .memo .user-infos:after {
	display: block;
	content: "";
	clear: both;
}

#blog-memos .memo .client {
	font-size: 13px;
	color: #AAA;
	padding: 0 0 0 60px;
	float: right;
}


#blog-memos .memo .user-infos .user-img {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

#blog-memos .memo .user-infos .user-name {
	font-size: 20px;
	padding-top: 5px;
}

#blog-memos .memo .user-infos .user-function {
	font-size: 14px;
}


#blog-memos .memo .content {
	margin: 0 60px 0 0;
}

#blog-memos .memo .content h1 {
	font-size: 35px;
	line-height: 38px;
	font-family: 'Cabin Condensed', Arial;
	margin: 30px 0 10px 0;
}

#blog-memos .memo .content h1 a { text-decoration: none; }

#blog-memos .memo .content h2 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}

#blog-memos .memo .content .text {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}

#blog-memos .memo .content .images {
	margin: 40px 0;
}

#blog-memos .memo .content .images:after {
	display: block;
	content: "";
	clear: left;
}


#blog-memos .memo .content .images .image {
	width: 100px;
	height: 100px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat; 
	float: left;
	margin: 0px 15px 15px 0;
}

#blog-memos .contols:after {
	display: block;
	content: "";
	clear: left;
}


#blog-memos a.button {
	background-color: #B6032B !important;
	color: #FFF !important;
	margin: 0 5px;
}
#blog-memos .button.next-button {
	float: right;
}

#blog-memos .button.prev-button {
	float: left;
}

#memo-detail .images { margin: 20px 0 ; }
#memo-detail .images .File { margin: 0 0 10px 0; }
#memo-detail .images img { width: 100%; height: auto; max-width: 600px; }
