@charset "UTF-8";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
/*------------------------Titleのスタイル------------*/
div#Title h2 { background-image: url(../../img/works/title.png); }


/*------------------------Forwardingのスタイル------------*/
div#Forwarding {}
div#Forwarding div.Inner { margin-top: 30px; }
div#Forwarding div.Inner h4 { margin-bottom: 20px; }
div#Forwarding div.Inner > p { margin-bottom: 0.8em }
div#Forwarding div.BgBox {
	padding: 8px 10px;
	background: #f5f5f5;
	border: 1px solid #c1c2c2;
}
div#Forwarding div#Network h4 {
	height: 31px;
	padding: 0;
	background: url(../../img/works/top_txt01.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Forwarding div#Solution h4 {
	height: 65px;
	padding: 0;
	background: url(../../img/works/top_txt02.gif) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------------------Educationのスタイル------------*/
div#Education { margin-top: 60px; }
div#Education dl dt {
	margin-top: 20px;
	padding: 0 10px 0.15em 10px;
	background: url(../../img/sub_t02.gif) no-repeat center bottom;
	line-height: 1.3;
	font-size: 166%;
}
div#Education dl dd { margin-top: 10px; }
div#Education dl dd ul { list-style: none; }
div#Education dl dd ul li:before { content: "●"; }

/*------------------------Auxiliaryのスタイル------------*/
div#Auxiliary { margin-top: 60px; }
div#Auxiliary p {
	width: 460px;
	float: left;
}
div#Auxiliary ul {
	width: 200px;
	float: right;
	list-style: none;
}
div#Auxiliary ul li {
	margin-bottom: 10px;
	padding: 0.3em 0.5em;
	border: 1px solid #c1c2c2;
}
div#Auxiliary ul li span {
	display: block;
	padding: 0 0.5em;
	border-left: 3px solid #6bbefd;
	line-height: 1.3;
}