.small {
    font-size: 80%;
}
#panelRoot {
    width: 630px;
}

#panelMap {
}

#map {
    width: 630px;
    height: 500px;
}

#msg {
    padding: 0.2em;
    background-color: rgb(240, 240, 255);
    color: red;
}

#results {
    font-size: 8pt;
    color: rgb(51, 85, 255);
    background-color: rgb(221, 238, 255);
    padding: 0.5em;
}

#panelButtons {
    text-align: center;
    padding-top: 10px;
}

#panelButtons input {
    font-weight: bold;
    margin-left: 10px;
    padding: 0.5em 2em;
    background-color: rgb(170, 187, 204);
}

div.marker_data_html {
    width: 280px;
    margin-top: 8px;
}

div.marker_data_html h2 {
    font-size: 14px;
    text-align: left;
    padding: 4px;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 4px;
}

div.marker_data_html p {
    width: 270px;
    height: 80px;
    overflow: auto;
    border-top: 1px dashed black;
    margin-top: 8px;
    padding: 4px;
    font-size: 10pt;
}

div.poweredby {
    margin: auto;
    height: 50px;
    border-top: 1px dashed gray;
    text-align: right;
    font-size: 9px;
}

div#markerlist {
    display: none;
}

div#markerlist ul {
    margin-top: 0px;
    padding: 0.5em 0.5em 0.5em 2em;
    border-top: 2px solid rgb(221, 221, 221);
    border-left: 2px solid rgb(221, 221, 221);
    border-bottom: 2px solid rgb(221, 221, 221);
    background-color: rgb(240, 240, 240);
}

.gmap {
    width: 400px;
    height: 300px;
}

.recruit_article_map div.marker_data_html {
    width: auto;
    margin-top: 0px;
}

div.marker_data_html h2 {
    font-size: 12px;
    text-align: left;
    padding: 4px;
    font-weight: normal;
    font-family: sans-serif;
    margin-bottom: 0px;
}

.articleList {
    border-bottom: 1px dashed rgb(181, 181, 181);
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.articleList::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

.articleTitle {
    margin-bottom: 17px;
}

.articleTitle span {
    box-shadow: rgb(255, 255, 255) 0px 0px 1px 0px inset;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0.05, rgb(238, 73, 158)), to(rgb(211, 23, 120))) rgb(238, 73, 158);
    border-radius: 3px;
    text-indent: 0px;
    border: 1px solid rgb(202, 23, 115);
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 2px 10px;
    font-weight: bold;
}

.articleList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articleList ul li {
    width: 45%;
    margin-bottom: 14px;
    font-size: 16px;
    background-image: url("../images/arrow.gif");
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 20px;
    line-height: 1.4;
}

.urgent_recruit {
    border: 4px solid rgb(49, 159, 45);
    padding: 0px 20px 22px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.urgent_recruit h3 {
    background-color: rgb(49, 159, 45);
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.5em;
    margin-bottom: 22px;
}

.urgent_recruit li {
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dotted rgb(181, 181, 181);
    font-weight: bold;
    font-size: 120%;
}

.urgent_recruit li a {
    color: rgb(49, 159, 45);
    background-image: url("../images/arrow2.gif");
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 20px;
}

.urgent_recruit li a:hover {
    color: rgb(92, 92, 92);
}

.urgent_recruit li:last-of-type {
    margin-bottom: 0px;
}

.urgent_recruit li span {
    font-size: 80%;
    text-indent: 20px;
    display: inline-block;
    color: rgb(92, 92, 92);
}

.commontBorder li a {
}

.list {
    margin: 15px 0px;
}

.list li {
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dotted rgb(181, 181, 181);
}
