/*-------------------------------------------*/
/*CSS*/
/*-------------------------------------------*/
#tool-item table th span.hash, 
#tool-item table td span.hash {
	word-wrap: anywhere;
	display:block;
	margin-top: 0.5em;
	border-top: 1px dotted #333;
	padding-top: 0.5em;
}
#tool-item table th span.hash strong, 
#tool-item table th span.hash strong {
	display:block;
	font-weight:bold;
	margin-bottom:0.3em;
}

/*-------------------------------------------*/
/*タブレット*/
/*-------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
}

/*-------------------------------------------*/
/*モバイル向け*/
/*-------------------------------------------*/
@media screen and (max-width:768px) {
}