<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------

	greeting #greeting

--------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------
	photoBlock
----------------------------------------------------------*/

.photoBlock{
	margin-bottom:40px;
}

.photoBlock .imgBox{
	width: 120px;
	float: right;
	text-align: right;
}

.photoBlock .profBox{
	width: 600px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	min-height: 160px;
	position: relative;
}

.photoBlock .profBox span{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*--------------------------------------------------------
	messageTitle
----------------------------------------------------------*/

.messageTitle{
	margin-bottom: 20px;
	font-size: 1.4rem;
}


/*.messageTitle{
	border-top: 2px solid  #C44369;
	border-bottom: 2px solid  #C44369;
	text-align: center;
	margin-bottom:40px;
	font-size: 2.0rem;
	padding: 15px 0 15px 0;
}*/</pre></body></html>