/* ===================================================================
CSS information
 file name  :  ie.css
 style info :  hack css
=================================================================== */

/* ---------------------------
タグのテキストを中央に寄せるためのハック
--------------------------- */

/*~ie8*/
.ie7 .contentBox,
.ie8 .contentBox{
	border:1px solid #d2d0d0;
	}

/*ie all*/
.ie .contentBox{
	border:1px solid #d2d0d0;
	}
.ie .sr_box .share_tag,
.ie .topArticleHead .tag_top,
.ie .rankBox .tag{
	height: 14px;
	padding-top: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#headerInner .headerNav li.hbtn iframe{
		margin: -7px 0 0 -10px;
		height: 30px !important;
		padding-right: 10px;
		width: 134px !important;
	}
}

/*ipad*/
.ipad .sr_box .share_tag,
.ipad .topArticleHead .tag_top,
.ipad .rankBox .tag{
	height: 15px;
	padding-top:0px;
}
.ipad .atcl_tag{
	padding-top: 5px;
}
.ipad .good_category .wrt_tag{
	height: 14px;
	padding-top: 1px;
}
.ipad .related table div .related_a_ttl .tag{
	height: 15px;
	padding-top: 0px;
}

/*firefox(win,mac)*/
.ff2 .related table div .related_a_ttl .tag,
.ff3 .related table div .related_a_ttl .tag {
	height: 14px;
	padding-top: 1px;
}
.ff2 .topArticleHead .tag_top,
.ff3 .topArticleHead .tag_top {
	height: 14px;
	padding-top: 1px;
}
.ff2 .good_category .wrt_tag,
.ff3 .good_category .wrt_tag{
	height: 12px;
	padding-top: 3px;
}

/*chrome(mac)*/
.mac.chrome .contentBox{
	border:1px solid #d2d0d0;
	}
.mac.chrome .sr_box .share_tag,
.mac.chrome .topArticleHead .tag_top,
.mac.chrome .rankBox .tag
.mac.chrome .good_category .wrt_tag{
	height: 12px;
	padding-top: 3px;
	font-size: 75%;
}
.mac.chrome .related table div .related_a_ttl .tag{
	height: 12px;
	padding-top: 3px;
}