@charset "utf-8";

/* business
-------------------------------------------------------------------------------------------------------*/

#business .section {
	margin-left: -11px;
	overflow: hidden;
}

* html #business .section {
	zoom: 1;
} /* IE6のネガティブマージンを有効にする */

#business .busikind {
	margin: 0 0 14px 11px;
	padding: 25px 0 7px;
	border: 1px solid #ff9b0b;
	width: 339px;
	text-align: center;
	float: left;
}

* html #business .busikind {
	display: inline;
} /* IE6のダブルマージン回避 */

#business .busikind dd {
	margin-top: 13px;
	height: 54px;
	background-position: 65px 0;
	background-repeat: no-repeat;
}

#business #signagebusi dt {
	padding: 13px 0 12px;
}

#business #consultbusi dt {
	padding: 13px 0 12px;
}

#business #webbusi dd {
	background-image: url(../images/business_bg_web.gif);
}

#business #mobilebusi dd {
	background-image: url(../images/business_bg_mobile.gif);
}

#business #creativebusi dd {
	background-image: url(../images/business_bg_creative.gif);
}

#business #signagebusi dd {
	background-image: url(../images/business_bg_signage.gif);
}

#business #consultbusi dd {
	background-image: url(../images/business_bg_consulting.gif);
}

/* 共通見出し
-------------------------------------------------------------------------------------------------------*/

h3.styleA {
	margin-bottom: 10px;
	padding: 5px 0;
	background: url(/common/images/bg_dotline.gif) left bottom repeat-x;
}

h3.styleA span {
	padding: 3px 3px 3px 5px;
	border-left: 3px solid #ff9700;
	color: #ff9700;
}


/* 共通「戦略」の表
-------------------------------------------------------------------------------------------------------*/

#strategy table {
	margin-bottom: 30px;
	border: 0;
	width: 693px;
}

#strategy table th {
	padding: 0;
	background: #fff;
	border-bottom: 5px solid #fff;
}

#strategy table td {
	padding: 10px;
	background: #fff;
	border-right: 7px solid #fff;
	border-bottom: 0;
	vertical-align: top;
}


#strategy ul {
	list-style: none;
}

#strategy ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#strategy ul {
	min-height: 1px;
}

* html #strategy ul {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#strategy ul li {
	float: left;
}

/* 共通「主要サービス」
-------------------------------------------------------------------------------------------------------*/

#comService {
	margin: 20px 0;
}

#comService:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#comService {
	min-height: 1px;
}

* html #comService {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#comService p {
	clear: both;
}

#comService dt {
	padding-left: 15px;
	color:#3a8cd9;
	font-weight: bold;
	background: url(../images/comservice_mark01.gif) no-repeat left 4px;
}

#comService dd {
	padding-left: 15px;
	background: url(../images/comservice_mark02.gif) no-repeat left 5px;
	width: 330px;
	float: left;
}

