@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------

　タイトル

------------------------------------------------------------------------------*/
h2{
	border-top-color: #384C90;
	border-bottom-color: #384C90;
}

h2 .copy{
	color: #384C90;
	font-size: 0.7em;
	display: block;
	float: right;
	margin-top: 5px;
}
*:first-child+html h2 .copy{
	margin-top: -1.5em;
}
/*------------------------------------------------------------------------------

　コンテンツ

------------------------------------------------------------------------------*/
.contentsBox li{
	margin-bottom: 15px;
}
/*------------------------------------------------------------------------------

　フッター

------------------------------------------------------------------------------*/
#footerContact{
	border-right-color: #8E96BA;
	border-bottom-color: #8E96BA;
	border-left-color: #8E96BA;
	border-top-color: #8E96BA;
	height: 164px;
}
#footerContact h2{
	background-color: #384C90;
}
