@charset "UTF-8";

/*** Layout ***/
/* result_left */
div#result_left {
width:230px;
height:auto;
margin:0px;
padding:50px 0px 0px 0px;
text-align:right;
float:left;
}
div#result_left:after {
content:"";
clear:both;
display:block;
}
/* result_right */
div#result_right {
width:650px;
height:auto;
margin:0px;
padding:50px 0px 0px 0px;
text-align:left;
float:right;
}
/* result_category */
ul#result_category {
width:160px;
height:auto;
margin:0px;
padding:0px;
list-style:none;
text-align:left;
float:right;
}
/* result_category-li */
ul#result_category li {
width:160px;
height:auto;
margin:0px;
padding:0px;
margin:0px 0px 10px 0px;
}
/* result_category-nowresult */
ul#result_category li#nowresult {
background-color:#eeeeee;
}
/* result_main */
div#result_main {
width:580px;
height:800px;
margin:0px;
padding:0px;
border:1px solid #bbbdb2;
overflow:auto;
overflow-x:hidden;
overflow-y:scroll;
text-align:center;
}
/* result_detail */
div#result_detail {
width:520px;
height:1000px;
margin:10px auto 10px auto;
padding:0px;
}
div#result_detail:after {
content:"";
clear:both;
display:block;
}
div.inr_md_one {
float: left;
margin-bottom: 20px;
width: 250px;
padding-left: 10px;
height: 260px;
}
div.inr_md_one_image {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 260px;
height: 180px;
}
/* result_one */
div.result_one {
width:260px;
height:180px;
margin:0px 0px 10px 0px;
padding:0px;
border-bottom:1px solid #c3c3c3;
overflow:hidden;
float:left;
}
div.result_one:after {
content:"";
clear:both;
display:block;
}
/* result_one_image */
div.result_one_image {
width:110px;
height:170px;
margin:0px 10px 0px 0px;
padding:0px;
float:left;
}
/* result_one_detail */
div.result_one_detail {
width:130px;
height:170px;
margin:0px;
padding:0px;
text-align:left;
float:left;
}
/* result_one_name */
div.result_one_name {
width:130px;
height:auto;
margin:0px;
padding:0px;
font-size:13px;
line-height:20px;
font-weight:bold;
color:#64c8d8;
}
/* result_one_date */
div.result_one_date {
width:130px;
height:auto;
margin:0px;
padding:0px;
font-size:13px;
line-height:20px;
font-weight:bold;
color:#64c8d8;
}
/* result_one_agency */
div.result_one_agency {
width:130px;
height:auto;
margin:5px 0px 0px 0px;
padding:0px;
font-size:13px;
line-height:20px;
font-weight:bold;
color:#64c8d8;
}
/* result_one_new */
div.result_one_new {
width:130px;
height:20px;
margin:0px;
padding:0px;
}
/* result_one_bunner */
div.result_one_bunner {
width:130px;
height:auto;
margin:5px 0px 0px 0px;
padding:0px;
}


/*** Detail ***/
/* result_category-li-a */
ul#result_category li a:link,
ul#result_category li a:visited {
width:150px;
_width:160px;
height:auto;
margin:0px;
padding:5px;
font-size:13px;
line-height:16px;
color:#787878;
text-decoration:none;
display:block;
}
ul#result_category li a:hover,
ul#result_category li a:active {
width:150px;
_width:160px;
height:auto;
margin:0px;
padding:5px;
font-size:13px;
line-height:16px;
color:#787878;
background-color:#eeeeee;
text-decoration:none;
display:block;
}

