@charset "utf-8";
/* ///////////////////////////////////////////////////////////////////
CSS Information
File name: request.css

/request/
=request_search
=request_search

/request/item/id/
=request_cnt

/////////////////////////////////////////////////////////////////// */


#requp_box {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px dotted #000000;
    margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}

/* =========================================================
=request_search
========================================================= */
table#request_search {
	width:100%;
	margin: 5px 0 15px;
	border:1px solid #fedd6d;
}

table#request_search th {
	width:150px;
	padding:5px;
	background:#fedd6d;
	font-weight:bold;
}

table#request_search td {
	width:430px;
	padding:5px;
	border:1px solid #fedd6d;
	background:#fff9da;
}

table#request_search td.btn_cell {
	width:auto;
	text-align:center;
}

table#request_search td input.req_kw {
	width:350px;
}

table#request_search td select {
	width:200px;
}

/* =========================================================
=request_search
========================================================= */
table#request_item_list {
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #333333;
}

table#request_item_list th {
	padding:5px;
	border:1px solid #ffffff;
	border-top:1px solid #aaaaaa;
	border-bottom:2px solid #9fcb02;
	background:#eeeeee;
	text-align:center;
	font-weight:bold;
}

table#request_item_list th.pic { width:110px; }
table#request_item_list th.req_ttl { width:200px; }
table#request_item_list p.req_ttl { width:200px; text-align:left; }

table#request_item_list td {
	padding:7px 5px;
	border-bottom:1px solid #cccccc;
	text-align:center;
}

/* =========================================================
=request_cnt
========================================================= */
div.request_cnt h1 {
	margin-bottom:10px;
	padding-left:90px;
	background:url(/request/images/bg_ttl_req.gif?101) no-repeat;
	color:#391401;
	font-size:141%;
	font-weight:bold;
	line-height:50px;
}

div.request_cnt h1.no_item {
	height:50px;
}

div.request_cnt h1.res_ttl {
	background:url(/request/images/bg_ttl_res.gif?101) no-repeat;
}


div.request_cnt h2 {
	clear:both;
	margin-bottom:10px;
	padding:3px 10px;
	background:#aaaaaa;
	color:#ffffff;
}

div.request_cnt div.inner {
	padding:15px;
	border:10px solid #f4f0da;
	zoom:1;
}

div.request_cnt ul.req_item_pic {
	float:left;
	margin-bottom:15px;
}

div.request_cnt ul.req_item_pic li {
	float:left;
	width:104px;
	margin-right:15px;
}

div.request_cnt ul.req_item_pic li.no_img_txt {
	float:none;
	width:auto;
	font-weight:bold;
}

div.request_cnt div.req_btn_gr {
	clear:both;
	padding-right:auto;
	padding-left:auto;
	text-align: center;
	padding-bottom:3px;
}

div.request_cnt div.res_item {
	width:610px;
	margin:30px auto;
	padding-top:10px;
	border:5px solid #f4f0da;
}

div.request_cnt div.res_item h3 {
	margin:0 0 10px 20px;
	color:#1b4b4a;
	font-weight:bold;
}

div.request_cnt div.res_item ul.col2-item_list {
	margin-bottom:10px!important;
	padding-left:25px!important;
}

div.request_cnt div.res_item ul.col2-item_list li {
	margin-right:10px!important;
}

div.request_cnt p.req_no_item {
	padding-top:135px;
	background:url(/request/images/bg_noitem.gif?101) no-repeat center 0;
	text-align: center;
}

.lstCategorywrap {
	
}

.loading {
	background:url(/common/images/utility/ajax-loader-bar.gif?101) no-repeat 210px center;
}
