@charset "utf-8";

#mainbox{
	font-size:0.9em;
}

#mainbox select{
	font-size:0.9em;
/*	font-size:1em;
	margin:0 5px 0 3px;
*/
	margin:0;
	padding: 2px 5px;
}

#mainbox input[type="text"]{
	font-size: 0.8em;
	padding:5px 5px 2px 5px;
/*
	background-color : #ffffbb;
*/
}

#mainbox input[type="text"]:focus, #mainbox select:focus{
	background-color : #ffffbb;
}


#mainbox #wheel{
	height:25px;
	margin-left: 20px;
	background-image: url("./images/wheel.gif");
	background-repeat: no-repeat;
//	background-size:contain;
}

#mainbox #srcbox{
	margin:10px 0 50px 5px;
	height: auto;
/*	min-height: 500px;	*/
	min-height: 20px;
}

#mainbox #accordion{
/*
	margin-top: 25px;
*/
	-webkit-transition: width 1s linear;
	-moz-transition: width 1s linear;
	-o-transition: width 1s linear;
	-ms-transition: width 1s linear;
}

#mainbox .override{
	position: absolute;
	z-index: 1;
	max-height: 480px;
/*
	margin-top: 25px;
*/
}

#accordion_head{
/*
	filter: alpha(opacity=5);
	-moz-opacity:0.5;
	opacity:0.5;
*/
}

#acpoint{
	float: right;
	margin: 7px 10px;
	width:23px;
	height:25px;
	background-image: url("./images/down.png");
	background-repeat: no-repeat;
	background-size:contain;
}

#accordion_body{
	display: none;
	padding-top: 10px;
	width: 960px;
	background: #f9f9f9;
	border: solid 2px #ccc;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}

#mainbox #srcbox table{
	width: 90%;
	border-collapse: collapse;
}

#mainbox #srcbox span{
	/* font-weight: bold; */
	/* padding-right: 0.6em; */
	padding: 0 0.8em 0 0.8em;
	/*padding: 0 1.0em 0 1.0em;*/
}

#mainbox #srcbox h3{
	width:760px;
	border-bottom: solid 2px #7fc41e;
	padding: 0.2em 1em;
}

#mainbox #srcbox th{
	font-size: 0.95em;
	padding: 0.2em 0 0.2em 1em;
/*
	text-shadow: 0 1px 1px #cccccc;
*/
}

#mainbox #srcbox th div{
	width: 6em;
	white-space:nowrap;
	text-align: left;
}

#mainbox #srcbox td{
	padding: 0.2em 0 0.2em 1em;
}

#mainbox .hlfrng select{
	//min-width: 203px;
	width: auto;
	font-size:1em;
	margin:0 5px 0 3px;
	/*padding: 1px;*/
}

#mainbox #srcbox #attbox{
	color: #f00;
	margin :0.2em 0 1em 9.5em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2em;
	text-shadow: 0 1px 1px #eee;
}


.h1_stt{
	float: left;
	width: 750px;
	height:35px;
	overflow: hidden;
	border-bottom: solid 3px #ef2f21;
}

.h1_mid{
	float: left;
	width:180px;
	height:35px;
	background-repeat: no-repeat;
	background-image: url("./images/h1_base.jpg");
	background-position: 50% 0%;
	border-bottom: solid 3px #ef2f21;
}

.h1_end{
	float: left;
	width:35px;
	height:35px;
	background-repeat: no-repeat;
	background-image: url("./images/h1_search_simple.jpg");
	background-position: 100% 0%;
	border-bottom: solid 3px #ef2f21;
}

.t20{
	margin-top: 20px;
}

.ht45{
	height: 35px;
}

#mainbox #h1_search_simple{
	width:760px;
	height:55px;
	background-image: url("./images/h1_search_simple.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	
}

#mainbox #h1_search_detail{
	width:760px;
	height:55px;
	/*margin-top: 20px;*/
	background-image: url("./images/h1_search_detail.jpg");
	background-repeat: no-repeat;
	background-size:contain;
}

#mainbox #h1_search_result{
	width:750px;
	height:35px;
	background-image: url("./images/h1_search_result.jpg");
	background-repeat: no-repeat;
}

#mainbox #h1_detail{
	width:760px;
	height:55px;
	margin-top: 20px;
	background-image: url("./images/h1_detail.jpg");
	background-repeat: no-repeat;
	background-size:contain;
}


#mainbox #h1_search_free{
	width:965px;
	height:55px;
	background-image: url("./images/h1_search_free.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	
}
#mainbox #h1_search_cond{
	width:965px;
	height:55px;
	background-image: url("./images/h1_search_cond.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	
}
#mainbox #h1_search_list{
	width:965px;
	height:55px;
	background-image: url("./images/h1_search_list.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	
}
#mainbox #h1_download{
	width:965px;
	height:55px;
	background-image: url("./images/h1_base.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	
}
#mainbox .h1_text{
	font-weight: bold;
	font-size: 16px!important;
	padding:6px 35px;
	letter-spacing: 5px;
	
}


#mainbox #fsrcbtn{
	border: 0px;
	width: 156px;
    height: 50px;
	background-color: transparent;
	background-image: url("./images/icon/search.png");
	background-repeat: no-repeat;
	
	box-shadow: 5px 5px 5px #cccccc; 			/* CSS3*/
	-webkit-box-shadow: 5px 5px 5px #cccccc;	/* for Safari,Goolgle Chorme */
	-moz-box-shadow: 5px 5px 5px #cccccc;		/* for Firefox */
}
#mainbox #fsrcbtn:hover{
	background-color: transparent;
	background-image: url("./images/icon/search_mo.png");
	background-repeat: no-repeat;
}
#mainbox #fsrcbtn:active{
	background-image: url("./images/icon/search.png");
	background-repeat: no-repeat;
}

#mainbox #srcbtn{
	border: 0px;
	width: 156px;
    height: 50px;
	background-color: transparent;
	background-image: url("./images/icon/search.png");
	background-repeat: no-repeat;
	
	box-shadow: 5px 5px 5px #cccccc; 			/* CSS3*/
	-webkit-box-shadow: 5px 5px 5px #cccccc;	/* for Safari,Goolgle Chorme */
	-moz-box-shadow: 5px 5px 5px #cccccc;		/* for Firefox */
}
#mainbox #srcbtn:hover{
	background-color: transparent;
	background-image: url("./images/icon/search_mo.png");
	background-repeat: no-repeat;
}
#mainbox #srcbtn:active{
	background-image: url("./images/icon/search.png");
	background-repeat: no-repeat;
}

#mainbox #clrbtn{
	border: 0px;
    width: 156px;
    height: 50px;
	background-color: transparent;
	background-image: url("./images/icon/clear.png");
	background-repeat: no-repeat;
	
	box-shadow: 5px 5px 5px #cccccc; 			/* CSS3*/
	-webkit-box-shadow: 5px 5px 5px #cccccc;	/* for Safari,Goolgle Chorme */
	-moz-box-shadow: 5px 5px 5px #cccccc;		/* for Firefox */
}
#mainbox #clrbtn:hover{
	background-color: transparent;
	background-image: url("./images/icon/clear_mo.png");
	background-repeat: no-repeat;
}
#mainbox #clrbtn:active{
	background-color: transparent;
	background-image: url("./images/icon/clear.png");
	background-repeat: no-repeat;
}

#mainbox #fclrbtn{
	border: 0px;
    width: 156px;
    height: 50px;
	background-color: transparent;
	background-image: url("./images/icon/clear.png");
	background-repeat: no-repeat;
	
	box-shadow: 5px 5px 5px #cccccc; 			/* CSS3*/
	-webkit-box-shadow: 5px 5px 5px #cccccc;	/* for Safari,Goolgle Chorme */
	-moz-box-shadow: 5px 5px 5px #cccccc;		/* for Firefox */
}
#mainbox #fclrbtn:hover{
	background-color: transparent;
	background-image: url("./images/icon/clear_mo.png");
	background-repeat: no-repeat;
}
#mainbox #fclrbtn:active{
	background-color: transparent;
	background-image: url("./images/icon/clear.png");
	background-repeat: no-repeat;
}

#mainbox #osrcbtn{
	border: 0px;
    width: 117px;
    height: 31px;
	background-color: transparent;
	background-image: url("./images/execute.jpg");
	background-repeat: no-repeat;
}
#mainbox #osrcbtn:hover{
	background-color: transparent;
	background-image: url("./images/execute_mo.jpg");
	background-repeat: no-repeat;
}
#mainbox #osrcbtn:active{
	background-color: transparent;
	background-image: url("./images/execute.jpg");
	background-repeat: no-repeat;
}


#links{
	width: 1000px;
	float: right;
	font-size: 1em;
	position: absolute;
	margin-top:67px;
	white-sapce: nowrap;
}
#links a{
	float:right;
	margin-left: 1em;
}

#mainbox .att{
	color: #ff0000;
	font-size: 0.9em;
	text-shadow: 0 1px 1px #eee;
}

#mainbox .date{
	width: 7em;
	padding-left: 3px;
}


#mainbox #optionbox{
	margin-left: 1em;
	height: 3em;
}

#mainbox #resultbox{
	padding-top: 10px;
	font-size: 0.9em;
	margin-left: 35px;
	text-shadow: 0 1px 1px #ddd;
}

#mainbox #resultbox #allcnt{
	color: #f00;
	font-weight: bold;
}

#mainbox #resultbox #range{
	color: #07f;
	font-weight: bold;
}

#mainbox #condbox{
	width: 920px;
	font-size: 0.9em;
	margin-top: 7px;
	margin-left: 25px;
	margin-bottom: 7px;
	padding: 7px 5px 7px 10px;
	/*padding: 7px 5px 7px 6.5em;*/
	text-shadow: 0 1px 1px #ddd;
	background-color : #f5f5f5;
	border: dashed 1px #555;
	text-shadow: 0 1px 1px #bbb;
	/*text-indent: -6em;*/
}
#mainbox #condbox #condcap{
	font-size: 0.9em;
	line-height: 1.3em;
	text-shadow: 0 1px 1px #bbb;
}
#mainbox #condbox #condition{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #555;
	margin-left: 1em;
	text-shadow: 0 1px 1px #ddd;
}
#mainbox #condbox .conditem{
	color: #f00;
	/*white-space: nowrap;*/
}
#mainbox #condbox #conditems{
	padding-left: 1em;
}

#mainbox #pagectl{
	clear: both;
	margin-top: 7px;
	padding-bottom: 7px;
	font-size: 1.2em;
	text-align: center;
	color: #777;
	font-size: 0.75em;
	text-shadow: 0 1px 1px #ddd;
	
	width: 900px;
}




#mainbox #pagectl a{
	font-size: 0.9em;
	border: solid 1px #ccc;
	padding: 2px 5px;
	margin: 5px;
	line-height: 2.5em;
	background-color: #f5f5f5;
	box-shadow: 3px 3px 3px #cccccc; 			/* CSS3*/
	-webkit-box-shadow: 3px 3px 3px #cccccc;	/* for Safari,Goolgle Chorme */
	-moz-box-shadow: 3px 3px 3px #cccccc;		/* for Firefox */
	
	white-space: nowrap;
}
#mainbox #pagectl a:hover{
	color: #fff;
	background-color: #777;
}

#mainbox #listbox{
	padding-top: 5px;
	margin-left: 5px;
	margin-top: 45px;
/*
	width: 1050px;
*/
	clear:both;
	line-height:1em;
}

#mainbox #listbox #list1{
	width: 330px;
	float:left;
	backgroud-color:#ff0;
	margin-bottom: 2em;
	clear: both;
}

#mainbox #listbox #list2{
	width: 410px;
	float:left;
	backgroud-color:#00f;
}
.flexigrid .bDiv{
	overflow: scroll !important;
}

#mainbox #listbox th{
	font-size:1.4em;
	text-align: center;
	text-shadow: 0 1px 1px #cccccc;
}

#mainbox #listbox td{
	border-bottom: solid 1px #eee;
	height: 85px;
}

#mainbox #listbox td div{
	white-space:normal !important;
	height: auto !important;
}

#mainbox #listbox td p{
	padding:0;
	margin: 5px 0 2px 5px;
	font-weight: bold;
	color: #555;
}

#mainbox #listbox #list1 td{
	font-size: 1.4em;
}

#mainbox #listbox #list2 td{
	font-size: 1.4em;
}

#mainbox .head{
	font-weight: bold;
	font-size: 0.95em;
	padding: 0.2em 0 0.2em 1em;
	text-shadow: 0 1px 1px #cccccc;
}

#mainbox label{
	font-weight: bold;
	font-size: 0.95em;
	margin-left:-1em;
	padding: 0.2em 0 0.2em 0;
	text-shadow: 0 1px 1px #cccccc;
}
#mainbox input[type="radio"]{
	margin-left: 1em;
}




#mainbox .exebox{
	width:80%;
	margin-top: 5px;
	text-align: center;
}

#mainbox legend{
	font-size:0.9em;
	font-weight: bold;
	padding:0px 10px 2px 10px;
	text-shadow: 0 1px 1px #cccccc;
}

#mainbox .exebtn{
	margin-left: 20px;
	padding:7px 4px 5px 4px;
/*
	width:300px;
	height:100px;
*/
}

#mainbox #errmsg{
	display: none;
	width: 700px;
	margin: 50px 0 0 15px;
	font-size:1.5em;
	font-weight: bold;
	color: #f00;
	line-height:1.5em;
}

#mainbox #errmsg #link{
	text-align: center;
}

#cnvresult{
	clear:both;
	margin-top:8em;
	margin-left:5em;
}
#cnvresult .msg{
	font-size: 1em;
	color: #555;
}

.tdlist ul{
	margin: 0;
	padding-left: 12px;
}

.tdlist li{
	list-style-type: square;
/*
	padding-left:0
	marker-offset:0;
*/
}



#mainbox .chkimg{
	display:none;
	border: 0px;
    width: 20px;
    height: 20px;
	margin-left: -1px;
}
#mainbox .chkimg img{
	margin-top: 10px;
}

#mainbox .full{
	width: 505px;
}

#mainbox .full2{
	width: 532px;
}

#mainbox .half{
	width: 220px;
}
#mainbox .half2{
	width: 220px;
}
#mainbox .half3{
	min-width: 250px;
}

.mid{
	text-align: center;
}


#backend{
	display: none;
	clear: both;
}

.prhide{
	display: none;
}

@media print {
/*
	#header{
		display: none;
	}
*/
	#linkmenu{
		display: none;
	}
	#srcbox{
		display: none;
	}
	#listbox{
		margin: 0!important;
	}
	
	.prhide{
		display: table-cell;
	}
	
	#pagectl{
		display: none;
	}
}





.scroll_div {
	margin-top: 0!important;
	font-family:'‚l‚r ‚o–¾’©',sans-serif!important;
	margin: 1em;
/*	
	width : 950px;
	height : 530px;
	overflow: auto;
*/
	border: solid 1px #ccc;
}
.scroll_div table{
	width : 1200px;
	border-collapse: collapse;
}
.scroll_div a{
	font-size: 0.9em;
}
.scroll_div tr:hover{
	background-color: #eef!important;
}
.scroll_div th{
	color: #fff;
	font-size: 0.8em!important;
/*
	font-size: 12px!important;
*/
	font-weight: normal;
	padding: 5px 7px;
	border: 1px solid #eee;
	background-color: #666;
}
.scroll_div td:nth-child(1) div{
	width: 55px;
}
.scroll_div td:nth-child(2) div{
	width: 65px;
}
.scroll_div td:nth-child(3) div{
	width: 65px;
}
.scroll_div td:nth-child(4) div{
	width: 100px;
}
.scroll_div td:nth-child(5) div{
	width: 200px;
}
.scroll_div td:nth-child(6) div{
	width: 100px;
}
.scroll_div td:nth-child(7) div{
	width: 60px;
}
.scroll_div td:nth-child(8) div{
	width: 100px;
}
.scroll_div td:nth-child(9) div{
	width: 100px;
}
.scroll_div td:nth-child(10) div{
	width: 150px;
}
.scroll_div td:nth-child(11) div{
	width: 200px;
}


.scroll_div td {
	word-break: break-all;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.4em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc!important;
	border-left: 1px solid #ccc;
	vertical-align: top;
}





#mainbox #dlbox{
	margin:10px 0 50px 5px;
	height: auto;
/*	min-height: 500px;	*/
	min-height: 20px;
}

#mainbox #dlbox a:link {
	color:#5555ff;
}
#mainbox #dlbox a:hover {
	color:#0000ff!important;
}
#mainbox #dlbox a:visited {
	color:#5555ff;
}


.icon_excel a{
	background-repeat: no-repeat;
	background-image: url("./images/icon/excel.png");
	padding-left: 27px !important;
}
.icon_pdf a{
	background-repeat: no-repeat;
	background-image: url("./images/icon/pdf.png");
	padding-left: 27px !important;
}


#mainbox #dlbox table{
	border-collapse: collapse;
}
#mainbox #dlbox td{
	border-bottom: solid 1px #ccc;
}


#mainbox #dlbox td{
	padding: 15px 10px 3px 10px;
}
#mainbox #dlbox td:nth-child(1){
	background-repeat: no-repeat;
	background-image: url("./images/icon/sq_choco.gif");
	background-position: 0 22px;
	padding-left: 30px !important;
}
#mainbox #dlbox td:nth-child(2){
	text-align: right;
	padding-right: 60px;
}
#mainbox #dlbox td:nth-child(4){
	text-align: right;
}
