@charset "utf-8";
.detail-data .tableB thead th:first-child {
	width: 30%;
}

#header .header_help a {
	border-radius: 8px;
	width: 130px;
}
#header .header_help a span {
	padding: 0 13px;
	text-indent: 0px;
	width: 130px;
	max-width: 130px;
}
#header .header_help a span:before {
	content: none;
	width: 18px;
	height: 18px;
	background: none;
}
#header .header_help a:hover {
	background: #000;
	border-radius: 8px;
	width: 130px;
}
#header .header_help a:hover span {
	padding: 0 13px;
	text-indent: 0px !important;
	width: 130px;
	max-width: 130px;
}

@media print, screen and (min-width: 601px) {
	#main #linkDiv .listArea .listTile .listImage > img {
		bottom: 0;
		vertical-align: middle;
	}
}
