@charset "utf-8";

div.block-center span.category  {
	height: 37px;
	color: #b2b2b2;
	font-size: 150%;
}

#dosearch-area {
	background: #9ec238;
	margin-top:10px;
}

#dosearch-box {
	margin: 5px;
	padding: 10px;
	background: #F4EFC3;
}

#dosearch-resultbox {
	margin: 5px;
	padding: 10px;
	background: #FFF;
}

#dosearch-head {
        background: #FFF;
}

#dosearch-resultbox ul li{
    height: 100px;
    border-bottom:2px dotted #CCCCCC;
}

.result-title {
    background: url(../../../../images/MachiPortal/search/li_mkr_green.gif) no-repeat 0 50%;
    padding: 0px 0 5px 17px;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
}

.result-description {
    margin-top: 5px;
    height: 45px;
}

.result-type {
    font-size: 120%;
}

.result-description .b {
    font-weight: bold;
    color: #000;
}

#dosearch-box h3 {
    color: #9ec238;
    font-size: 120%;
    font-weight: bold;
}

#message {
    font-weight: bold;
    text-align: center;
    color: #A9A9A9;
    font-size: 150%;

}

#dosearch-box .following {
    border-top: 2px dotted #9ec238;
    margin-top:13px;
    padding-top:13px;
}


