@charset "utf-8";
/* Cyclo6000選定 */

/* WEB選定検索条件共通をimport */
@import "selectionGlobal.css";
#selectionInput .blockTb .title h2 {	/*上書き*/
	width:110px;
}
/* Formの調整 */
option{ 
    padding-right:10px; 
} 
select{
	margin:5px 0px;
}
input.outputspeed {margin-top:5px;}
/* 検索条件 */
#selectionInput .blockTb table.ms {	
	background-color:#CCCCCC;
	width:220px;
}
#selectionInput .blockTb table.ms th{
	width:50%; height:25px;
	text-align:left;
	vertical-align:middle;
	border-right:#FFFFFF 8px solid;
}
#selectionInput .blockTb table.ms td{
	vertical-align:bottom;
	text-align:center;
	border-right:#FFFFFF 8px solid;
}


div#cyclo6000Selection{width:605px;}

/* 検索結果 */
#cyclo6000Selection table.resultTb{
	width:100%;
	border:1px #333333 solid;
}
#cyclo6000Selection table.resultTb th {
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-color:#C0FFC0;
	border:1px #333333 solid;
}
#cyclo6000Selection table.resultTb td {
	height:25px;
	border:1px #333333 solid;
	padding:0px 3px;
	text-align:center;
}
#cyclo6000Selection .memo{
	font-size:10px;
}
#cyclo6000Selection table.requireinfo td {
	text-align:left;
}
#cyclo6000Selection .submitBtn {
	text-align:right;
	clear:both;
	width:570px;
	margin:auto;
	padding:5px 0px;
}
#cyclo6000Selection .submitBtn input {
	width:90px;
}
#cyclo6000Selection .fleft {
	width:49%; float:left;
}
#cyclo6000Selection .fright {
	width:49%; float:right;
}
#cyclo6000Selection fieldset {
	padding:3px;
}
