@charset "utf-8";

/*--- 用語ポップアップ ---*/
#eleven-word {
	background-color: #fffccc;
	display: none;
	font-size: 13px;
	padding: 10px;
	position: absolute;

	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#eleven-word dt {
	color: #000;
	font-weight: bold;
}

#eleven-word dd {
	color: #555;
}

#eleven-word-shadow {
	background-color: #000;
	display: none;
	padding: 10px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='0.75');
}

a.eleven-word {
	/*
		border-bottom: 1px dotted #36c;
		color: #36c;
	
		background-color: #dee;
		color: #000;
	
		background-color: #ef9;
		padding: 2px;
	*/
		border-bottom: 1px dotted #36c !important;
		color: #36c !important;
		text-decoration: none !important;
		font-weight: bold ;
}
	
	
a.eleven-word:hover {
	/*
		border-bottom: 1px dotted #99b3e6;
		color: #99b3e6;
		text-decoration: none;*/
	
		border-bottom: 1px dotted #f60 !important;
		color: #f60 !important;
		font-weight: bold !important;
}
	
@media screen and (max-width: 769px) {
		a.eleven-word {
		
			border-bottom: 1px dotted #36c !important;
			color: #36c !important;
			text-decoration: none !important;
			font-weight: initial;
		}
	
}
