@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. Global
　02. 事業領域トップ

******************************************************************************* */

/* ==

　01. Global

=============================================================================== */
#main .highlightArea {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border: 1px solid #ccc;
}
#main .highlightArea h2 {
  margin-bottom: 15px;
}
#main .highlightArea .colBlock01 {
  margin-bottom: 0;
}
#main .highlightArea .col1,
#main .highlightArea .col2 {
  margin: 0 0 15px;
  text-align: center;
}
#main .highlightArea .col1 p,
#main .highlightArea .col2 p {
  margin: 0 10px;
}
/* ==

　02. モジュール

=============================================================================== */
#main .bfInfo {
	margin: 19px 0 0;
	padding: 22px 0 0;
	background: url(/common/images/bg_line01.gif) left top repeat-x;
	*zoom: 1;
}
#main .bfInfo:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
/* 見出し
------------------------------------------------------------------------------- */
#main .bfHead01 {
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0;
	border: none;
	background: none;
	color: #f90046;
	font-size: 150%;
	font-weight: bold;
}
#main .bfHead02 {
	line-height: 1.5
	margin: 0 0 10px;
	padding: 6px 10px 4px;
	border-bottom: none;
	background-color: #e5e5e5;
	color: #333;
	font-size: 134%;
	font-weight: bold;
}
/* キャッチ
------------------------------------------------------------------------------- */
#main .bfCatch01 {
	line-height: 1.5;
	margin: 17px 0 6px;
	color: #666;
	font-size: 134%;
	font-weight: bold;
}