@charset "utf-8";
@import "/css/template.css";
@import "/css/seo_tool/template.css";
#tool {

}

#tool label {
	margin: 0 10px 0 0;
}

#tool input.text {
	width: 300px;
	height: 19px;
	border: 1px solid #327392;

	position: relative;
	top: -8px;
}

	* html #tool input.text {
		height: 21px;
		top: -4px;
	}

#tool input.buttom {
	margin: 0 0 0 10px;
	height: 21px;
}

#tool li {
	margin: 0 0 5px 0;
}

#tool li.url {
	margin: 0 0 12px 0;
}

#tool li.submit {
	margin: 10px 0 0 270px;
}

#tool table {
	margin: 0 0 0 0;
	width: 100%;
}

#tool table input.text {
	width: 100%;

	position: relative;
	top: 0;
}

#tool table td.inputKeyword {
	padding: 0 10px 20px 0;
	width: 30%;
}

#tool table td.execution {
	padding: 0 0 20px 0;
	width: 60px;
}

#tool table td.body {
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #E0E0E0;

	vertical-align: top;
}

#tool table td.body table {
	margin: 0;

	text-align: left;
}

#tool table td.body table th, #tool table td.body table td {
	padding: 7px 5px;
}

#tool table td.body table th {
	width: 100px;
	font-size: 130%;
}

#tool table td.body table td {
	font-family: verdana;
	font-size: 120%;
}

#tool table td.body td.advice {
	font-size: 90%;
}

#tool table td.body td.advice td.numberCases {
	width: 70px;
}

#tool table td.body td.advice td.keyword {
}

#tool table td.body td.advice tr.line02 td {
	background: #f3f3f3;
}






