@charset "utf-8";

/*
***************************************************************************************************
	見出し
***************************************************************************************************
*/

#equipmentPage .content h3
{
	background-image	: url(../../image/background/headBarBackIndustry00.gif);
	background-repeat	: repeat-x;
}

/*
***************************************************************************************************
	ページ内ナビゲーションボックス
***************************************************************************************************
*/
#columnInformation .entry
{
	width				: 520px;
	margin				: 20px auto 0 auto;
	padding-top			: 20px;
	border-top			: 1px solid #ccc;
}

#columnInformation .entry li
{
	background-image	: url(../../image/icon/iconArrow05.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	float				: left;
	margin-left			: 1em;
	padding-left		: 22px;
}

#equipmentLink
{
	_margin-left		: 0.5em !important;
}

#columnInformation .entry li a
{
	color				: #55c;
	font-size			: 0.9em;
	text-decoration		: none;
}

#columnInformation .entry li a:hover
{
	color				: #99f;
	text-decoration		: underline;
}

/*
***************************************************************************************************
	共通ボックス
***************************************************************************************************
*/
.content .sectionLv1
{
	margin-bottom		: 20px;
	border				: 1px solid #ccc;
}

.content .sectionLv1 .article
{
	padding				: 20px 30px;
}

.content .sectionLv1 .article .sectionLv2
{
	margin-bottom		: 2em;
}

.content .sectionLv1 .article .sectionLv2 h4
{
	margin-bottom		: 10px;
}

.content .sectionLv1 .article .sectionLv2 .article
{
	font-size			: 0.9em;
	padding				: 0;
}

/*
***************************************************************************************************
	開発設備
***************************************************************************************************
*/
#equipmentBox .article .sectionB
{
	background-image	: url(../../image/imagePop/imagePopInformationEquipment01.jpg);
	background-repeat	: no-repeat;
	background-position	: right top;
	min-height			: 133px;
	height				: auto !important;
	height				: 133px;
	padding-right		: 200px;
}

/*
***************************************************************************************************
	社内ネットワーク
***************************************************************************************************
*/
#networkBox .article .sectionLv2 .articleA
{
	background-image	: url(../../image/imagePop/imagePopInformationEquipment02.jpg);
	background-repeat	: no-repeat;
	background-position	: left top;
	min-height			: 140px;
	height				: auto !important;
	height				: 140px;
	padding-left		: 210px;
}

/*
***************************************************************************************************
	品質管理
***************************************************************************************************
*/
#qualityBox .article .sectionLv2 .articleB
{
	background-image	: url(../../image/imagePop/imagePopISO900100.gif);
	background-repeat	: no-repeat;
	background-position	: right top;
	min-height			: 159px;
	height				: auto !important;
	height				: 159px;
	padding-right		: 120px;
}

#qualityBox #iso9001Link
{
	margin-top			: 0.5em;
}

