@charset "utf-8";

/*
***************************************************************************************************
	見出し
***************************************************************************************************
*/

/*
***************************************************************************************************
	グローバルナビゲーション
***************************************************************************************************
*/
.header
{
	background-image	: url(../../image/background/navBack03.gif);
}

.navigation
{
	background-image	: url(../../image/background/navShadow04.gif);
}

/*
***************************************************************************************************
	 包含ボックス
***************************************************************************************************
*/
/*
	メインカラム
*/
.main
{
	font-size			: 0.9em;
	margin-top			: 20px;
}

/*
***************************************************************************************************
	 説明欄
***************************************************************************************************
*/
.explainBox
{
	margin-bottom		: 30px;
}

.explainBox h3
{
	margin-bottom		: 5px;
}

.explain
{
	padding				: 20px;
	border				: 1px solid #ccc;
}

.explain .section
{
	margin-bottom		: 20px;
}
/*
	SEとは
*/
.explain .section .ques
{
	background-image	: url(../../image/icon/iconQ00.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	min-height			: 30px;
	height				: auto !important;
	height				: 30px;
	padding				: 10px 0 0 45px;
}

.explain .section .ans
{
	background-image	: url(../../image/icon/iconA00.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	min-height			: 30px;
	height				: auto !important;
	height				: 30px;
	padding				: 10px 0 0 45px;
}

/*
	SEの役割
*/
#roleSE h4
{
	margin-bottom		: 0.5em;
	padding				: 0.3em 0 0.3em 0.5em;
	border-left			: 4px solid #666;
}

#roleSE .explain .section .article
{
	background-image	: url(../../image/imagePop/imagePopDevSystem00.gif);
	background-repeat	: no-repeat;
	background-position	: center bottom;
	padding-bottom		: 220px;
}

#concrete
{
	background-image	: url(../../image/background/concreteBack00.gif);
	background-repeat	: no-repeat;
	background-position	: left bottom;
	width				: 700px; /* 700 */
	margin				: 20px 0 0 30px;
	padding-bottom		: 10px;
}

#concrete ul
{
	padding				: 10px;
	border-right		: 1px solid #535353;
	border-left			: 1px solid #535353;
}

#concrete ul li
{
	background-image	: url(../../image/icon/iconArrow05.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	min-height			: 16px;
	height				: auto !important;
	margin-bottom		: 0.5em;
	padding-left		: 20px;
}

/*
	SEの魅力
*/
#fascSE .explain .section h4
{
	background-image	: url(../../image/icon/iconArrow07.gif);
	background-repeat	: no-repeat;
	background-position	: left center;
	min-height			: 23px;
	height				: auto !important;
	height				: 23px;
	margin-bottom		: 0.5em;
	padding				: 7px 0 0 34px;
}


