@charset "utf-8";
/* AltaxNEO選定 */

/* 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 {	
	width:220px;
}
#selectionInput .blockTb table.ms th{
	width:50%; height:25px;
	text-align:left;
	vertical-align:top;
	/*border-right:#FFFFFF 8px solid;*/
}
#selectionInput .blockTb table.ms td{
	vertical-align:bottom;
	text-align:left;	
	/*border-right:#FFFFFF 5px solid;*/
}
#selectionInput .blockTb table.ms th.gray{
	padding-left:3px;
	vertical-align:middle;
	background-color:#D4D0C8;
}
#selectionInput .blockTb table.ms td.gray{
	background-color:#D4D0C8;
}


div#altaxneoSelection{width:605px;}

/* 検索結果 */
#altaxneoSelection table.resultTb{
	width:100%;
	border:1px #333333 solid;
}
#altaxneoSelection table.resultTb th {
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-color:#C0FFC0;
	border:1px #333333 solid;
}
#altaxneoSelection table.resultTb td {
	height:25px;
	border:1px #333333 solid;
	padding:0px 3px;
	text-align:center;
}
#altaxneoSelection table.requireinfo td {
	text-align:left;
}
#altaxneoSelection .memo{
	font-size:10px;
}
#altaxneoSelection .submitBtn {
	text-align:right;
	clear:both;
	width:570px;
	margin:auto;
	padding:5px 0px;
}
#altaxneoSelection .submitBtn input {
	width:90px;
}
#altaxneoSelection .fleft {
	width:49%; float:left;
}
#altaxneoSelection .fright {
	width:49%; float:right;
}
#altaxneoSelection fieldset {
	padding:3px;
}