@charset 'utf-8';
/* このCSSファイルはUTF-8でエンコードされています。 */

.family-section{
	margin: 0 0 1.5em 5px;
	padding: 10px;
}

.family-section div.title{
	border-bottom: 4px double #66CCFF;
	border-top: 4px double #66CCFF;
	margin-bottom: 10px;
	padding: 10px;
}


.family-section div.title p{
	margin-bottom: 0px;
}

.family-section h2{
	margin-bottom: 0px;
	font-size: 1.6em;
	font-weight: bold;
	color:#f46b9b;
}

.family-section p.sub{
	margin-bottom: 0px;
	color:#278ecf;
}

.family-section .contact{
	margin-bottom: 3px;
	color:#278ecf;
}
.family-section .contact-bg{
	padding: 10px;
	background: #efffff;
}