@charset "utf-8";
/* Cyclo6000新旧比較 */

/* テーブルなどのリセット*/
@import "reset2.css"; 

/* 共通 */
div#cyclonewold{width:605px;}

/* 検索条件入力画面 */
#cyclonewold fieldset {
	width:595px;
	padding:0px 5px;
}
#cyclonewold .rightSide {
	text-align:right;
	padding-right:5%;
}
#cyclonewold .rightSide input {
	width:90px;
}
#cyclonewold fieldset table.layout {
	text-align:left;
	margin:0 auto;
}
#cyclonewold .text-box {
	font-size:12px;
	/*font-family:verdana, sans-serif;*/
	color:#00309C;
	border:1px solid #84AED6;
}
#cyclonewold .text-input{
	font-size:18px;
	font-weight:bold;
	width:90px;
}
/* 検索結果 */
#cyclonewold .reinput {
	text-align:right;
	clear:both;
}
#cyclonewold .reinput input {
	width:90px;
}
#cyclonewold .resultTitle {
	clear:both;
}
#cyclonewold .resultTitle .userInput {
	float: left;
}
#cyclonewold .resultTitle .outlineImgLink {
	float: right;
}

#cyclonewold table.resultTb {
	font-size:11px;
	border:1px #333333 solid;
	margin:0 auto;
	width:605px;
	clear:both;
}
#cyclonewold table.resultTb td {
	border:1px #333333 solid;
	text-align:center;
	vertical-align:middle;
}
#cyclonewold table.resultTb th {
	font-size:10px;
	background-color:#C0FFC0;
	border:1px #333333 solid;
	text-align:center;
}
#cyclonewold table.resultTb tr.gooddata {
	background-color:#FFFF99;
}
#cyclonewold table.resultTb tr.baddata {
	background-color:#FF99CC;
}
#cyclonewold table.resultTb tr.suggestdata {
	background-color:#99CCFF;
}

.require {
	background:#99CCFF;
}
.requireinfo {
	font-size:12px;
}

