@charset "utf-8";
/*
============================ service CSS ==============================

		2.article

====================================================================
*/

/* 2. article
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
/* 2-1.サービスtop-menu
──────────────────── */
#article #service-menu div {
	width: 675px;
	margin-right: -35px;
	overflow: hidden;
	_zoom: 1;
}
#article #service-menu dl {
	float: left;
	width: 300px;
	margin-right: 35px;
	
}
#article #service-menu dl.right0 {
	margin-right: 0;
}
#article #service-menu dl dt {
	background: url(../../img/common/list_req.gif) no-repeat 0px center;
	padding-left: 20px;
	font-size: 108%;
	margin-bottom: 0.2em;
	color: #2663F0;
}
#article #service-menu dl dd {
	margin-bottom: 1em;
}


/* 2-2.table設定
──────────────────── */
#article table.table01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #B9DEFF;
	margin-bottom: 0.5em;
}

#article table.table01 th {
	padding: 3px 10px;
	background: #F0F8FF;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #B9DEFF;
	border-right: 1px solid #B9DEFF;
}

#article table.table01 td {
	padding: 3px 10px;
	border-bottom: 1px solid #B9DEFF;
	border-right: 1px solid #B9DEFF;
}

#article table.center,
#article table.center th {
	text-align: center;
}

/* 2-2.制作事例
──────────────────── */
#article div.works div {
	width: 198px;
	float: left;
	margin-right: 23px;
	margin-bottom: 5px;
}
#article div.works div.under {
	margin-right: 0px;
}
#article div.works div p {
	margin-bottom: 0.6em;
}
#article div.works div p a {
	background: #CCCCCC url(../../img/home/works/bg.gif) repeat;
	padding: 6px;
	display: block;
}
#article div.works div p a:hover {
	/* background: transparent url(../../img/home/works/bg_o.gif) repeat; */
	background: #FFCE86;
}
#article div.works div p img {
	background: #FFFFFF;
	padding: 1px;
}

/*
#article div#works div p  a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
*/
#article div.works div h5 {
	background: url(../../img/common/list_req.gif) no-repeat 0px center;
	padding-left: 18px;
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 100%;
	border-bottom: 0px solid #CCCCCC;
	padding-bottom: 0em;
}
#article div.works div h5 a {
	color: #333333;
	text-decoration: none;
}
#article div.works div ul {
	margin-left: 0px;
}
#article div.works div li {
	display: inline;
	font-size: 85%;
	line-height: 1;
}
#article div.works div li a {
	background: #AEB5BB;
	color: #FFFFFF;
	padding: 0.3em 0.3em 0em;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 0.3em;
}
#article div.works div li a:hover {
	background: #FF9933;
}

/* 2-3.関連商品
──────────────────── */

#article div#relation {
	border: 3px solid #3497C6;
}
#article div#relation h4 {
	background: url(none) no-repeat;
	margin-bottom: 0em;
}
#article div#relation ul {
	list-style: none;
	margin-left: 0;
	padding: 10px 20px;
}
#article div#relation ul li {
	display: inline;
	margin-right: 0.5em;
	position: relative;
}
#article div#relation ul li a {
	background: url(../../img/common/list01.gif) no-repeat 0em center;
	text-decoration: none;
	padding-left: 14px;
	white-space: nowrap;
	color: #333333;
}

#article div#relation ul li a:hover {
	background: #FFFF99 url(../../img/common/list01_o.gif) no-repeat 0em center;
	text-decoration: underline;
}



