@charset "UTF-8";

#global-nav,
#assist-nav,
#search-box {
	display: none;
	}

*{
	font-family:
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro W3",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif
	}

h2 {
	border-left: 8px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0 0 8px 8px;
	margin-top: 2em;	
}

#special-reports img,
#special-reports br {
	display:none;
	}

h2#lead img {
	display:none;
	}

h2#lead:after {
	content: "デジタルストラテジーについて";

*:first-child+html h2#lead img{
	display: inline;
	}

*html h2#lead img{
	display:inline;
	}

strong, em {
	color: #000000;
	font-weight: bold;
	}

a {
	color: #000000;
	text-decoration:none;
	}

a:after {
	content: " (http://digital-strategy.com/" attr(href) ")";
	}

a.external:after {
	content: " ("attr(href) ")";
	}

