@charset "utf-8";
@import "/css/template.css";
@import "/css/seo_tool/template.css";
#main {
	width: 922px;
}

#tool {
	margin: 0;
	padding: 0;
}

#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;
}

#result #tool {
	margin: 0 0 30px 0;
}

#result p#targetUrl {
	margin: 0;
	padding: 5px 10px;
	background: #F9F8F2;
	display: inline;

	font-family: Verdana;
	font-size: 110%;
}

#result p#targetUrl span {
	margin: 0 20px 0 0;

	color: #900;
	font-family: MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 120%;
	font-weight: bold;
}

#result #codeData {
	margin: 10px 0 0 0;
	width: 670px;
	background: #E0E0E0;

	text-align: left;
}

#result #codeData th, #result #codeData td {
	padding: 10px;
}

#result #codeData th {
	background: #F5F5F5;

	font-size: 130%;
}

#result #codeData td {
	width: 100%;
	background: #fff;

	font-family: Verdana;
	font-size: 110%;
}

#result #codeData td span {
	margin: 0 0 0 20px;
	font-weight: bold;
}

#result #htmlSource {
	margin: 10px 0 40px 0;
	width: 670px;
	background: #E0E0E0;

	text-align: left;
}

#result #htmlSource th, #result #htmlSource td {
	padding: 10px;
}

#result #htmlSource thead th {
	background: #F5F5F5;

	font-size: 130%;
	font-weight: normal;
}

#result #htmlSource thead td {
	background: #F9F8F2;
}

#result #htmlSource thead li {
	margin: 0 20px 0 0;
	display: inline;

	font-size: 130%;
}

#result #htmlSource thead li input {
	margin: 0 5px 0 0;
}

#result #htmlSource thead li.strongHtml span {
	background: #DEF7B5;
}

#result #htmlSource thead li.strongText span {
	background: #FDC4E6;
}

#result #htmlSource td {
	background: #fff;
}

#result #htmlSource td.body {
	padding: 0;

	font-size: 130%;
	line-height: 1.3;
}

#result #htmlSource td.body pre {
	width: 670px;
	overflow: auto;
	/*Mac IE用ハック*/
	/*\*//*/
	overflow: visible;
	/**/
}

#result #htmlSource td.body pre code {
	padding: 10px;
	display: block;

	font-family: MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3";
}

#result ul.returnTop {
	width: 670px;
}

