/*------------------------------------------------
**  header2
------------------------------------------------*/
ul.conditions{
	overflow:hidden;
	width:100%;
	color:#0000ff;
	padding-left:50px;
}
ul.conditions li{
	float:left;
	margin-left:50px;
	margin-right:50px;
	list-style-type: disc;
cursor:pointer;
}
/*------------------------------------------------
**  search
------------------------------------------------*/
#side .free_keyword{
	padding:3px 5px;
	width:218px;
	margin-bottom:5px;
}
/*------------------------------------------------
**  tooltip
------------------------------------------------*/
#tooltip { 
	position: absolute;
	display:none;
	background:#bfbfbf;
	/* height:163px;*/
	padding:5px 5px 5px 5px;
	width:250px;
	font-size:14px;
	color:#000;
	border: 1px solid #454545;
	border-radius: 10px;  /* CSS3草案 */  
	-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;/* Firefox用 */
	z-index: 1;
} 
#tooltip::before {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #bfbfbf transparent transparent transparent;
	z-index: 3;
}
#tooltip::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #454545 transparent transparent transparent;
	z-index: 2;
}
/* a .label element inside tooltip */ 
#tooltip_150928 #tooltip ul.tool_list { 
	overflow:hidden;
	width:100%;
} 
#tooltip_150928 #tooltip ul.tool_list li {
	margin: 0 5px 0 5px;
	float:left;
	list-style:none;
	padding:0;
}
/*------------------------------------------------
**  css-tooltip
------------------------------------------------*/
#tooltip-css {
	position:relative;
	cursor:pointer;
	color:#ff0000;
}
.sample1-tooltips {
	max-width:600px;
	min-width:200px;
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 20px 20px 32px;
	color: #000000;
	background: #bfbfbf;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em; /* Safari,Google Chrome用 */
	-moz-border-radius: 0.5em;/* Firefox用 */
	border:1px solid #454545;
}
.sample1-tooltips::after {
	border: 8px solid transparent;
	border-bottom: 8px solid #bfbfbf;
	border-width:8px;
	content: "";
	display: block;
	left: 58px;
	position: absolute;
	top: -16px;
}
.sample1-tooltips::before {
	border: 9px solid transparent;
	border-bottom: 9px solid #454545;
	border-width:9px;
	content: "";
	left: 57px;
	position: absolute;
	top: -18px;
	z-index: -1;
}
.sample1-tooltips div#tooltip_close{
	background: ####### none repeat scroll 0 0;
	border-radius: 120px;
	-webkit-border-radius: 120px; /* Safari,Google Chrome用 */
	-moz-border-radius: 120px;/* Firefox用 */
	cursor: pointer;
	float: right;
	font-size: 23px;
	line-height: 25px;
	margin-right: -10px;
	margin-top: -10px;
	text-align: center;
	width: 25px;
}


