﻿@charset "utf-8";

.error {
	display:block;
	width:100%;
	text-align:center;
	color:#f00;
}

/* cad_search_sys css
-----------------------------------------------------------------*/
.cad_search_sys .red {
	color:#f00;
}

.cad_search_sys .small {
	font-size:90%;
	line-height: 150%;
}

.cad_search_sys {
	width:100%;
	margin-bottom:20px;
}

.cad_search_sys caption {
	margin-bottom:10px;
}

.cad_search_sys td {
	padding-bottom:5px;
}

.cad_search_sys table {
	padding:0;
	background:#eee;
	border: solid 2px #dedcdc;
}

.cad_search_sys table td {
	padding:0;
}

.cad_search_sys table table {
	width:568px;
	margin:10px;
	border: none 0px #fff;
}

.cad_search_sys table table table {
	width:548px;
	margin:5px 0;
	background:#fff;
	border: solid 1px #000;
}

.cad_search_sys table table table th {
	width:100px;
	padding:5px;
	background:#ccc;
	border: solid 1px #000;
}

.cad_search_sys table table table td {
	padding:5px;
	background:#fff;
	border: solid 1px #000;
}

.cad_search_sys .input {
	width:400px;
}

.cad_search_sys .keyword_box {
	margin-bottom:10px;
}

.cad_search_sys .select_box {
	margin-bottom:10px;
}

.cad_search_sys .button_box {
	padding-bottom:20px;
	text-align:center;
}

.cad_search_sys .button_box .button {
	width:100px;
}


/* cad_search_sys css
-----------------------------------------------------------------*/
.cad_search_sys_result .small {
	font-size:90%;
	line-height: 150%;
}

.cad_search_sys_result {
	width:100%;
	text-align:center;
	float: none;
}

.cad_search_sys_result caption {
	margin-bottom:10px;
}

.cad_search_sys_result table {
	float: none;
	width:580px;
	margin:5px auto;
	background:#fff;
	border: solid 1px #000;
}

.cad_search_sys_result table th,
.cad_search_sys_result table td {
	border: solid 1px #000;
	padding:5px;
	text-align:left;
}

.cad_search_sys_result table th {
	background:#ccc;
	text-align:center;
}

.cad_search_sys_result table th.x1 {
	width:150px;
}
.cad_search_sys_result table th.x2 {
	width:130px;
}
.cad_search_sys_result table th.x3 {

}
.cad_search_sys_result table th.x4 {
	width:50px;
}

.cad_search_sys_result .page {
	font-size:90%;
	line-height: 150%;
	padding-bottom:10px 0;
	text-align:center;
}


.cad_search_sys_result .center {
	text-align:center;
}
